/*
Theme Name: Coffee Candy 3
Description: Partly inspired by coffee and partly by candy, but mostly by the IU School of Medicine theme for 2010 (http://medicine.iu.edu}
Author: Michael Hawkes
Version: 0.1
Tags: two-columns, fixed-width, custom-header
*/

body {
	margin: 0;
	padding: 0;
	background-color: #494845;
	background-image: url('images/main_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}


/* ======== HEADER STUFF ======== */
	#header_span {
		width: 100%;
		height: 44px;
		background: -webkit-gradient(linear, left top, left bottom, from(#000099), to(#0000066));
		background: -moz-linear-gradient(top, #000099, #000066);
		background: url('images/header_span.png') repeat;
	}
	
	#header {
		width: 952px;
		height: 44px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		text-align: left;
		font-family: serif;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 0px 1px 0px #999;
		font-size: 16px;
		padding-top: 12px;	
		padding-left: 5px;
	}
	
	#header a {
		color: #fff;
		text-decoration: none;	
	}
	
	#header_search {
		float: right;
		padding-top: 2px;
		padding-bottom: 5px;	
	}
	
	#search {
		font-family: Verdana, sans-serif;
		font-size: 10px;
		color: #fff;
	}
	
	#searchsubmit {
		color: #fff;
		background: transparent;
		border: 1px solid #999;
		height: 18px;	
	}

	#motto_span {
		width: 100%;
		height: 30px;
		background-color: #000;
		border-top: 1px solid #fff;
	}
	
	#motto {
		width: 952px;
		font-height: 16px;
		font-family: Verdana, sans-serif;
		color: #fff;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		text-align: left;
		padding-left: 5px;
		padding-top: 4px;
	}
	
	#banner_span {
		width: 100%;
		height: 61px;
		background-color: transparent;	
	}
	
	#banner {
		display: block;
		width: 952px;
		height: 60px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		/*border-right: solid 1px #000;*/
		border-bottom: solid 1px #000;
		/*border-left: solid 1px #000;*/
		background-color: transparent;
	}
	
	.shadow_box {
		width: 970px;
		background-image: url('images/shadow_box.png');
		background-position: top center;
		background-repeat: repeat-y;
		background-color: transparent;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	#hornav_span {
		width: 100%
		background-color: transparent;
		vertical-align: middle;
	}
		
	#hornav {
		width: 952px;
		height: 26px;
		background-color: #dadada;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		padding-top: 0;
		margin-top 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	#hornav_buttons {
		position: relative;
		right: 0px;
		float: right;
		padding-right: 0px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
	}
	
	.hornav_menu {
		text-decoration: none;
		color: #000;
		position: relative;
		width: auto;
		margin: 0;
	}
	
	.hornav_menu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	.hornav_menu ul li {
		float: left;
		margin-right: 3px;
		position: relative;	
	}
	
	.hornav_menu ul li a {
		display: block;
		text-decoration: none;
		color: #333;
		width: auto;
		height: 26px;
		text-align: left;
		padding-left: 8px;
		padding-right: 8px;
		line-height: 25px;
		font-weight: bold;
		background: #efefef;	
	}
	
	.hornav_menu ul li a:hover {
		color: #fff;
		background-color: #ccc;	
	}
	
	
/* ======== MAIN AREA STUFF ======== */
	.visualclear {
		clear: both;	
	}
	
	.container {
		width: 100%;
		background-color: transparent;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	.content_inner {
		display: block;
		position: relative;
		width: 952px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		background-color: #ccc;
	}

		/* ==== MAIN CONTENT STUFF ==== */
		#main_panel {
			position: relative;
			top: 0;
			width: 770px;
			overflow-x: hidden;
			overflow-y: hidden;
			margin-top: 0;
			margin-right: inherit;
			margin-bottom: 0;
			margin-left: 160px;
			padding: 5px 10px 5px 10px;
			border-left: 1px solid #999;
			font-family: sans-serif;
			font-weight: normal;
			font-size: 12px;
			text-align: left;
			line-height: 16px;
			background-color: #fff;
		}
		
		.post {

		}
		
		.post a {
			color: #000099;
			text-decoration: none;
		}
		
		.post a:hover {
			color: #000055;
			text-decoration: none;
		}
		
		.post a:active {
			color: #000055;
			text-decoration: none;
		}
		
		.post a:visited {
			color: #000099;
			text-decoration: none;
			font-style: italic;
		}

		.post_title {
			font-family: sans-serif;
			font-size: 18px;
			color: #000;
		}
		
		.post_title a {
			color: #000099;
			text-decoration: none;
		}
		
		.post_title a:hover {
			color: #000055;
			text-decoration: none;	
		}
		
		.post_meta {
			
		}
		
		.post_categories {
			
		}
		
		.navigation {
			
		}
		
			.alignleft {
				
			}
			
			.alignright {
				
			}
			
		.page {
			
		}
		
		.page_title {
			font-family: sans-serif;
			font-size: 18px;
			color: #000;
		}
			
		/* ==== SIDEBAR STUFF ==== */
		#main_sidebar {
			width: 160px;
			position: absolute;
			margin-top: 0;
			margin-right: 692px;
			margin-bottom: 0;
			margin-left: auto;
			background-color: #ccc;
			font-family: sans-serif;
			font-size: 11px;
			text-decoration: none
			font-weight: normal;
		}
		
		.widget_area ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.widget_area ul li {
			display: block;
			text-decoration: none;
			text-transform: uppercase;
			width: 150px;
			height: auto;
			border-top: 2px solid #ccc;
			border-bottom: 2px solid #ccc;
			color: #000;
			background: #ddd;
			padding: 5px;
			line-height: 24px;
			font-size: 11px;
			font-weight: bold;	
		}
		
		.widget_area ul li a {
			text-decoration: none;
			color: #333;	
		}
		
		.widget-area ul li:hover {
			color: #fff;
			background: #aaa;	
		}
		
		.widget_area ul li:hover a {
			color: #fff;	
		}
		
		.widget_area ul li ul {
			
		}
		
		.widget_area ul li ul li {
			
		}
		
		.widget_area ul li ul li a {
			
		}
		
		.widget_area ul li ul li:hover {
			
		}
		
		.widget_area ul li ul li:hover a {
			
		}
		
		.widgettitle { /* an h2 */
			display: none;
		}
		
		/* ==== COMMENT STUFF ==== */
		#comments { /* an h3 stating how many responses there are */
			
		}

		.commentlist { /* an _ordered_ list */
			
		}
		
			.comment-body {
				
			}
			
			.comment-author {
				
			}
			
			.says {
			 	
			}
			
			.avatar {
				
			}
			
			.reply {
				
			}
			
				.comment-reply-link {
				
				}
			
			#cancel-comment-reply {
				
			}
			
				#cancel-comment-reply-link {
					
				}
				
		#respond {
			
		}
				
		#commentform {
			
		}
			
			/* parts of the comment form */
			#author {
			
			}
			
			#email {
				
			}
			
			#url {
				
			}
			
			#comment {
				
			}
			
			#submit {
				
			}
		
		/* ==== MISCELLANEOUS STUFF ==== */
		#404 {
			font-family: sans-serif;
			font-size: 11px;
			color: #000;
		}
		
		#author_page_info {
			
		}
		
			#author_title { /* an h2, like an article title */
				font-family: sans-serif;
				font-size: 18px;
				color: #000;
			}
			
		#author_page_info dl {
			
		}
		
		#author_page_info dl dt {
			
		}
		
		#author_page_info dl dd {
			
		}
		
		#author_page_info dl dd a {
			
		}
		
		#author_page_info dl dd a:hover {
			
		}
		
		#author_page_posts {
			
		}
		
			#author_page_posts_title { /* an h3 */
				font-family: sans-serif;
				font-size: 18px;
				color: #000;
			}
			
		.author_page_posts_list { /* a UL */
			
		}
		
		.author_page_posts_list li {
			list-style: none;	
		}
		
		.category_page {
			
		}
		
		#category_page_title { /* an h2 */
		
		}
		
		#category_page_description {
			
		}

/* ======== FOOTER STUFF ======== */
	#footer_body {
		width: 952px;
		height: 80px;
		background-color: #dadada;
		border-top: solid 1px #999;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		display: block;	
	}
	
	#footer_text {
		font-family: Verdana, sans-serif;
		font-size: 80%;
		color: #000;
		text-align: left;
		margin: 10px 10px 0 25px;	
	}
	
	#footer_text a {
		color: #000099;
		text-decoration: none;
	}
	
	#footer_text a:hover {
		color: #000055;
		text-decoration: none;	
	}

/* ======== MOBILE/WEBAPP STUFF ======== */
@media handheld {
	
	#banner_span {
		display: none;	
	}
	
	.shadow_box {
		display: none;	
	}
}

/* ======== PRINT STUFF ======== */
@media print {
	
}
