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;
	text-indent: -9999px;
	background-image: url("images/iAurora-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 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;
}

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

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

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

	#############################################
	############## MAC-STYLE MENU ###############
	#############################################
*/


#ContentWrapper #dock{
	height: 85px;
	margin-bottom: 8px;
}

.dock {
	height: 80px; 
	text-align: center;
	position: relative;
}

.dock-container {
	height: 80px;
	position: absolute;
}

a.dock-item {
	top: 0px;
	width: 40px;
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	width: 100%;
	border: none; 
	margin: 5px 10px 0px; 
}
.dock-item span {
	display: none; 
	color: #EBEBEB;
	padding-left: 20px;
}


/*
	#############################################
	############ END MAC-STYLE MENU #############
	#############################################

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

	#############################################
	################## 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.3em;
	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: 55px;
			text-align: top;
			line-height: 20px;
			background-image: url("images/Post-Top.png");
			background-repeat: no-repeat;
		}
		
		h2.PostTitle{
			color:#444444;
			font-size: 18px;
			font-weight: normal;
			float: left;
			padding-top: 18px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 10px;
			margin: 0px;
		}
		
		h2.PostTitle a{
			color:#444444;
		}
		
		h2.PostTitle a:hover{
			color:#101010;
		}
		
		div .Body-Post-Top a{
			color:#444444;
			text-decoration: none;
		}
		
		div .Body-Post-Top a:hover{
			text-decoration: underline;
		}
		
		div .Body-Post-Date{
			float: right;
			height: 39px;
			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;
			margin: 0px;
		}
		
		div .Body-Post-Date p.Month{
			
			height: 9px;
			line-height: 5px;	
			color: #FFFFFF;
			font-size: 0.8em;
			padding-top: 5px;
		}
		
		div .Body-Post-Date p.Date{
			color: #000000;
			font-size: 1.4em;
			height: 25px;
		}
		
		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 p{
			margin-top: 0px;
			margin-bottom: 20px;
		}
		
		div .Body-Post-Body a{
			font-weight: bold;
		}
		
		div .Body-Post-Body a:hover{
			font-weight: bold;
			text-decoration: none;
		}
		
		div .Body-Post-Body img{
			border: 3px solid #808080;
			margin: 15px;
			margin: 15px;
		}
		
		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;
		}

/*
		#############################################
		############## 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: 46px;
			padding-top: 9px;
			background-image: url("images/PostPage-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 #Sponsors{
			float:left;
			width: 304px;
			margin-top: 5px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		div .Sidebar-Body #Sponsors ul{
			float:left;
			padding: 0px;
			margin: 0px;
		}
		
		div .Sidebar-Body #Sponsors ul li{
			float:left;
			width: 125px;
			height: 125px;
			margin-bottom: 18px;
			margin-left: 18px;
		}
		
		div .Sidebar-Bottom{
			float:left;
			width: 324px;
			height: 20px;
			background-image: url("images/Sidebar-Bottom.png");
			background-repeat: no-repeat;
		}
		
		#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: 35px;
				width: 235px;
				line-height: 25px;
				padding-top: 10px;
				padding-left: 40px;
				font-size: 1.5em;
				background-image: url("images/Sidebar-Post-Top.png");
				background-repeat: no-repeat;
			}
			
			div .Sidebar-Post-Body{
				width: 225px;
				padding-left: 25px;
				padding-right: 25px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-image: url("images/Sidebar-Post-Body.png");
				background-repeat: repeat-y;
			}
			
			div .Sidebar-Post-Tags{
				width: 225px;
				padding-left: 25px;
				padding-right: 25px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-image: url("images/Sidebar-Post-Body.png");
				background-repeat: repeat-y;
			}
			div .Sidebar-Post-Tags a{
				color: #757575;
				font-size: 1.1em;
				text-decoration: none;
			}
			div .Sidebar-Post-Tags a:hover{
				color: #101010;
				text-decoration: none;
			}
			
			div .Sidebar-Post-Body a{
				color: #757575;
				font-size: 1.1em;
				font-weight: bold;
				text-decoration: none;
			}
			
			div .Sidebar-Post-Body a:hover{
				color: #101010;
				text-decoration: none;
			}
			
			div .Sidebar-Post-Body textarea{
				width: 100%;
			}
			
			div .Sidebar-Post-Body ul li{
				line-height: 15px;
			}
			
			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: #333333;
	font-size: 10px;
	text-align: right;
	line-height: 14px;
	padding-top: 10px;
	margin-top: 60px;
	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: none;
	color: #333333;
}

.foot-nav a{
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

/*

	#############################################
	################# 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;
}
