/*
	Theme Name: MacSpace
	Theme URI: 
	Description: Mac desktop theme
	Version: 1.0
	Author: 
	Author URI: 
	Author Email: 
	Tags: 
*/

body{
	font-family:'Lucida Grande',Verdana, Arial,Sans-Serif;
	margin: 0px;
	color:#444444;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	background-color: #000000;
	background-image: url("images/Background-Image.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

body p{
	margin-top: 10px;
	margin-bottom: 10px
}

a{
	/*color: #444444; */
	text-decoration: underline;
}

blockquote{
	background-color: #FFFFFF;
	border: 1px #505050 dashed;
	padding: 10px;
}

/*
----------------------------------------------------------------

	#############################################
	################## HEADER ###################
	#############################################

	You can edit the style of the header in this section
*/

#Header{
	margin: auto;
	width: 1004px;
	height: 155px;
}

#Header h1{
	float: left;
	height: 155px;
	width: 650px;
	margin: 0px 0 0 -60px;
	text-indent: -9999px;
	background-image: url("images/MacinTopics-Logo.png");
	background-repeat: no-repeat;
}

#Header #Search{
	float: right;
	width: 260px;
	height: 38px;
	margin-right: 50px;
	padding-left: 40px;
	background-image: url("images/Search-Background.png");
	background-repeat: no-repeat;
}

#Header #Search input{
	float: left;
	color: #808080;
}

#Header #Search input.Searchbar{
	background-image: url("images/SearchbarMiddle.png");
	background-repeat: repeat-x;
	border: 0px none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 21px;
	width: 170px;
}

#Header #Search input.Searchbar:focus{
	outline: 0px none;
}

#Header #Search div.Searchleft {
	float: left;
	background: transparent url("images/SearchbarLeft.png") no-repeat;
	height: 26px;
	width: 27px;
}

#Header #Search div.Searchright {
	float: left;
	background: transparent url("images/SearchbarRight.png") no-repeat;
	height: 26px;
	width: 13px;
}

#Header #rss-feed {
	width:30px;
	height:30px;
	float:right;
	position:relative;
	left:370px;
}

#banner-ad {
	float:right;
	margin: 30px -60px 0 0;
	height:60px;
	width:468px;
}

.HomePageBanner {
	text-align:center;
	margin: 5px 0 0 0;
}

#ContentWrapper{
	margin: auto;
	width: 1004px;
	text-align: left;
	padding-bottom:20px;
}

#ad-bar {
	height:40px;
	margin-top:20px;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-image: url("images/Ad-Bar-Background.png");
}

#ad-bar a {
	color:white;
	position:relative;
	top:-5px;
	right:-45px;
}

#ad-bar-ad {
	display:inline-block;
	padding: 13px 0 0 75px;
}

#top-banner {
	height:90px;
	width:728px;
	margin: 0 auto 10px auto;
}

/*
	#############################################
	################ END HEADER #################
	#############################################

----------------------------------------------------------------

	#############################################
	################## CONTENT ##################
	#############################################

	You can style the blog Content in this section
*/

#ContentWrapper #Content{
	float: left;
	width: 670px;
	height: 100%;
	text-align: left; 
}

#ContentWrapper #Content #Top{
	float:left;
	width: 670px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("images/Body-Top.png");
}

#ContentWrapper #Content #Body{
	float:left;
	width: 670px;
	background-repeat: repeat-y;
	background-image: url("images/Body-Body.png");
	
}

h2.title{
	color: #FFFFFF;
	font-size: 1.75em;
	padding-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ContentWrapper #Content #Bottom{
	float:left;
	width: 670px;
	height: 20px;
	background-image: url("images/Body-Bottom.png");
	background-repeat: no-repeat;
	display: block;
}

/*
		#############################################
		################ BLOG POSTS #################
		#############################################
	
		You can style the blog Posts in this section
		(..also includes Post-Date styling used on Page as well)
*/

		div .Body-Post{
			float: left;
			text-align: top left;
			width: 640px;
			margin-left: 15px;
			margin-right: 15px;
		}
		
		div .Body-Post-Top{
			float:left;
			width: 650px;
			height: 100%;
			text-align: top;
			line-height: 20px;
			background-image: url("images/Post-Top.png");
			background-repeat: no-repeat;
		}
		
		h2.PostTitle{
			color:#444444;
			font-size: 1.5em;
			float: left;
			width: 550px;
			padding-top: 18px;
			padding-left: 20px;
			padding-bottom: 10px;
			margin: 0px;
		}
		
		#Welcome {
			font-size: 2em;
		}

		div .Body-Post-Top a{
			color:#444444;
			text-decoration: none;
			font-weight: bold;
		}
		
		div .Body-Post-Top a:hover{
			color: blue;
		}
		
		div .Body-Post-Date{
			float: right;
			height: 53px;
			width: 38px;
			margin-top: 9px;
			margin-right: 27px;
			background-image: url("images/Date.png");
			background-repeat: no-repeat;
		}
		
		div .Body-Post-Date p{
			font-weight: bolder;
			text-align: center;
			text-transform: uppercase;
			margin: 0px;
		}
		
		div .Body-Post-Date p.Month{
			
			height: 9px;
			line-height: 5px;	
			color: #FFFFFF;
			font-size: 0.7em;
			padding-top: 5px;
		}
		
		div .Body-Post-Date p.Date{
			color: #000000;
			font-size: 1.4em;
			height: 25px;
		}

		div .Body-Post-Date p.Year{
			color: #000000;
			line-height: 10px;
		}

		
		div .Body-Post-Body{
			float:left;
			width: 600px;
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 10px;
			background-image: url("images/Post-Body.png");
			background-repeat: repeat-y;
		}

		div .Body-Post-Body h3 {
			font-size: 1.25em;
			margin: 0 0 10px 0;
		}

		div .Body-Post-Body p{
			margin-top: 0px;
			margin-bottom: 20px;
		}
		
		div .Body-Post-Body h6 {
			font-family: courier,sans-serif;
		}

		div .Body-Post-Body a{
			font-weight: bold;
		}
		
		div .Body-Post-Body a:hover{
			font-weight: bold;
			text-decoration: none;
		}
		
/*
 * style for line vertical ad that was right justified at top

		#Inline-Ad {
			display: inline;
			float: right;
			height: 600px;
			width: 160px;
			margin-left: 10px;
		}
*/

		#Inline-Ad {
			display: block;
			height: 280px;
			width: 336px;
			margin: 0 auto 20px auto;
		}

		div .Post-details{
			color: #444444;
			padding-top: 5px;
			font-weight: bold;	
			border-top: 1px solid #C0C0C0;
		}
		
		div .Post-details a{
			color: #444444;
			text-decoration: none;
		}
		
		div .Post-details a:hover{
			text-decoration: underline;
			font-weight: bold;
		}
		
		div .Body-Post-Bottom{
			float:left;
			width: 640px;
			height: 24px;
			background-image: url("images/Post-Bottom.png");
			background-repeat: no-repeat;
		}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
	text-align: center;
	margin: 0 auto;
	display:inine-block;
}

/*
		#############################################
		############## END BLOG POSTS ###############
		#############################################

----------------------------------------------------------------

		#############################################
		########### BLOG POST SINGLE PAGE ###########
		#############################################
	
		You can style the single Blog Post Pages in this section
*/

		#ContentWrapper #Content #Body #Page{
			float: left;
			text-align: top left;
			width: 640px;
			margin-left: 15px;
			margin-right: 15px;
			color:#444444;
		}
		
		div .Page-Top{
			float:left;
			width: 640px;
			height: 100%;
			background-image: url("images/Post-Top.png");
			background-repeat: no-repeat;
		}
		
		div .Page-Body{
			float:left;
			width: 600px;
			padding-left: 20px;
			padding-right: 20px;
			background-image: url("images/Post-Body.png");
			background-repeat: repeat-y;
		}
		
		div .Page-Body img{
			border: 3px solid #808080;
			margin: 15px;
			margin: 15px;
		}
		
		div .Page-Bottom{
			float:left;
			width: 640px;
			height: 24px;
			background-image: url("images/Post-Bottom.png");
			background-repeat: no-repeat;
		}

/*

		#############################################
		######### END BLOG POST SINGLE PAGE #########
		#############################################
		
----------------------------------------------------------------		
		
		#############################################
		################# SIDEBAR ###################
		#############################################

		Stylize your blogs sidebar from here
*/

		#ContentWrapper #Sidebar{
			float: left;
			text-align: left;
			width: 324px;
			height: 100%;
			padding-left: 10px;
		}		
		
		div .Sidebar-Top{
			float:left;
			width: 324px;
			height: 20px;
			background-image: url("images/Sidebar-Top.png");
			background-repeat: no-repeat;
			display: block;
		}
		
		div .Sidebar-Body{
			float: left;
			width: 324px;
			background-image: url("images/Sidebar-Body.png");
			background-repeat: repeat-y;
		}
		
		div .Sidebar-Body ul{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		
		div .Sidebar-Body ul li{
			margin: 0px;
			padding-top: 2px;
			padding-bottom: 2px;
		}

		div .Sidebar-Body p.button{
			text-align: center;
			margin-bottom: 0px;
		}
		
		div .Sidebar-Body #Sidebar-Ads {
			float:left;
			width: 304px;
			margin-top: 5px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 17px;
		}
		
		div .Sidebar-Body #Sidebar-Ad-Block {
			height: 250px;
			width: 300px;
			padding-left:2px;
		}
		div .Sidebar-Body #amazon-widget {
			float:left;
			width: 304px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 17px;
		}
		
		div .Sidebar-Bottom{
			float:left;
			width: 324px;
			height: 20px;
			background-image: url("images/Sidebar-Bottom.png");
			background-repeat: no-repeat;
		}
		
		div .addthis_toolbox {
			margin-left: 32px;
		}

		#ContentWrapper #Sidebar #Body #Sponsors{
			float:left;
			width: 304px;
			margin-top: 5px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		#ContentWrapper #Sidebar #Body #Sponsors ul{
			float:left;
			padding: 0px;
			margin: 0px;
		}
		
		#ContentWrapper #Sidebar #Body #Sponsors ul li{
			float:left;
			width: 125px;
			height: 125px;
			margin-bottom: 18px;
			margin-left: 18px;
		}

/*
	  		#############################################
			############## SIDEBAR POSTS ################
			#############################################

			This section allows you to stylize the posts on the sidebar 
			i.e. Author, Categories, Blogroll etc
*/

			div .Sidebar-Post{
				float: left;
				margin-left: 24px;
				margin-right: 25px;
			}
			
			div .Sidebar-Post-Top{
				height: 30px;
				width: 235px;
				line-height: 25px;
				padding-top: 5px;
				padding-left: 40px;
				font-size: 1.5em;
				background-image: url("images/Sidebar-Post-Top.png");
				background-repeat: no-repeat;
			}
			
			div .Sidebar-Post-Body{
				width: 235px;
				padding-left: 25px;
				padding-right: 15px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-image: url("images/Sidebar-Post-Body.png");
				background-repeat: repeat-y;
			}
			
			div .Sidebar-Post-Body a{
				color: #444444;
				font-size: 11pt;
				text-decoration: none;
			}
			
			div .Sidebar-Post-Body a:hover{
				color: blue;
			}
			
			div .Sidebar-Post-Body ul li{
				line-height: 15px;
				list-style-type:disc;
				list-style-image: url("images/bullet.png");
				margin-bottom:.75em;
				margin-left: 5px;
				padding-left:5px;
			}

			div .Sidebar-Post-Body ul li:hover{
				list-style-image: url("images/bullet_hover.png");
			}

			div .Sidebar-Post-Bottom{
				height: 30px;
				width: 275px;
				background-image: url("images/Sidebar-Post-Bottom.png");
				background-repeat: no-repeat;
			}

/*
			#############################################
			########### END SIDEBAR POSTS ###############
			#############################################

----------------------------------------------------------------

		#############################################
		############## END SIDEBAR ##################
		#############################################

----------------------------------------------------------------

	#############################################
	################ END CONTENT ################
	#############################################
	
----------------------------------------------------------------

	#############################################
	################### FOOTER ##################
	#############################################

	You can stylize your Footer in this section
*/

#Footer{
	float: left;
	height: 53px;
	width: 100%;
	color: #EBEBEB;
	font-size: 11px;
	text-align: right;
	line-height: 14px;
	padding-top: 10px;
	margin-top: 20px;
	background-image: url("images/Footer-Background.png");
	background-repeat: repeat-x;
}

#Footer p{
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 15px;
}

#Footer a{
	text-decoration: underline;
	color: #EBEBEB;
}

/*

	#############################################
	################# END FOOTER ################
	#############################################
	
----------------------------------------------------------------
	
	#############################################
	############# COMMENTS SECTION ##############
	#############################################
	
	You can style the Comments section on your blog below
*/

ol.commentlist{
	list-style-type: none;
	padding-left: 0px;
}
ol.commentlist li{
	padding-left: 30px;
}

#respond{
	border-top: 1px dashed #C0C0C0;
	padding-top: 10px;
}

/*
	#############################################
	########### END COMMENTS SECTION ############
	#############################################
*/
