/*
Theme Name: rawkblogv7-2009-05-17
Description: MOG moved to bottom, Search bar changes
Author: Rawkblog Geeks
*/


/* All color changes are right here! ------------------------------- */
/* ----------------------------------------------------------------- */

body {background-color:#91a7fb} 
#content {
	/*background:#F2F6F8 url('images/main_content_bg-02.gif')*/
	background:#dbdbdc;
	padding:0px 0px 10px 0px;

}
a { color:#01016A; }
a:hover { color:#555 }

#header h1 span {
	color:#ddd;
	display:none;
} 							/* tagline color */

.search-area .textbox, #searchform .textbox { 			/* SEARCH TEXTBOX */
	color:#555; 										/* text color */
	border:1px solid #000;								/* border color */
	background:#FFF;
	margin:0px 0px 10px 0px;
	}									/* background color */
	
#nav ul li a {											/* NAVIGATION */
	/*color:#474747;*/											/* text color */
	color:#000000;											/* text color */
	font-family:georgia;
	border-right:2px solid #474747 }					/* link seperator color (the little line) */
	
#nav ul li a:hover {
	background:#b8b8b8;									/* hover background color */
	color:#474747 }										/* text hover color */

#nav li:hover ul,
#nav li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

.widecolumn { background:#F2F6F8 }						/* Should be same as above */

.post .date { color:#555 }								/* Date number color */
.post .date .top { color:#fff }							/* Date month color */

.post h2 { }			/* Post bottom border color */
.post h2 a { color:#000000; }							/* Post title link color */
.post h2 a:hover { color:#555 }							/* Post title link hover color */

.full h2 { color:#6D889B }								/* Post page - title color */
	
.full .postmetadata {
	background:#FFFFFF;									/* Meta data background color */
	border-top:1px solid #DEE7ED }						/* Meta data top border color */

h2.pagetitle {
	color:#000000;
}														/* Page - title text color */

blockquote p { bcolor:#5B5143 }							/* Blockquote text color */
		
h3 { color:#000000 }									/* H3 title text color */
	
ul.commentlist li {
	background:#dbdbdc;  }	/* Comment background color */
			
ul.commentlist .rightside { border-left:1px solid #A5C3D3 }		/* Comment line seperator color */
		
#sidebar h2 { color:#19376D }							/* Sidebar title color */
#sidebar p { color:#555 }								/* Sidebar text color */

#footer {
	border-top:5px solid #474747;						/* Footer border colors */
	border-right:1px solid #474747;
	border-left:1px solid #474747;
	background:#b8b8b8; }								/* Footer background color */
	
#footer p { color:#FFF }								/* Footer text color */
#footer a { color: #F2F6F8 }							/* Footer link color */
#footer a:hover { color: #FFF }							/* Footer link hover color */

#oldnav {
		padding:0 0 0 14px;
		display:none;
}

/* ----------------------------------------------------------------- */
/* END COLOR CHANGES ----------------------------------------------- */




/* DEFAULT WORDPRESS CSS FOR IMAGES */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* Main Styles ----------------------------------------------------- */
/* ----------------------------------------------------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0; padding:0 }
	
a:active, a:focus { outline:none }
.clear { clear:both; font-size:1px; display:block }

#content {
	width:971px;
	margin:0 auto 0 auto }
	
a { text-decoration:underline }	
a:hover { text-decoration:none }
	
/* Header ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */
	
#header {
	width:971px;
	position:relative;
	/*background:url('images/header_bg-02x.jpg') no-repeat }*/
	padding:10px 0px 0px 10px;
	
	}
	
	#header h1 {
		float:left;
		margin:0; 
		font-size:1px }
		
	#header .logo {
		width:200px;
	}
	
	#header .ad-top {
		/*background:url(images/ad-top.png) no-repeat scroll 0 0;*/
		width:728px;
		height:90px;
		float:right;
		margin:0px 20px 0px 0px;
	}
	
	
	#header .search-area {
		display:block;
		margin:0; padding:0;
		width:400px;
		text-align:right;
		position:absolute;
		right:20px;
		top:64px }
		
		.search-area p, #searchform p {
			margin:0; padding:0;
			display:inline }
		
		.search-area form, #searchform form {
			margin:0; padding:0 }
		
		.search-area .textbox, #searchform .textbox {
			padding:5px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif }
		
		.search-area .button, #searchform .button {
			/*border:none;*/
			padding:0; margin:0;
			position:relative;
			top:2px;
			/*background:url('images/button_search.gif') no-repeat;*/
			width:30px;
			height:26px }

/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
			
#nav {
	height:28px;
	/*background:url('images/nav_bg-02.gif') no-repeat;*/
	margin:0 10px 10px 10px; padding:0 ;
	border:1px solid #cfcfcf;
	display:;
}
	
	#nav ul {
		list-style:none;
		margin:0; padding:3px;
		height:28px; }
		
	#nav ul li {
		position:relative;
		display:block;
		float:left;
		height:28px;
		margin:0;
		padding:0 }
		
		#nav ul li a {
			text-decoration:none;
			display:block;
			/*padding:13px 20px 13px 20px;*/
			padding:1px 10px;
			font-size:15px;
			font-weight:bold }
			
		#nav ul li a:hover { text-decoration:none }
			
		#nav ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:42px;
			left:0 }
			
			#nav li > ul {
				top: auto;
				left: auto }
			
			#nav li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:42px; left:0 }
			
			#nav ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav ul ul li a {
					font-size:12px;
					height:auto;
					padding:8px 10px;
					border:none }
					
/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

#main-content {
	width:812px;
	margin:0 10px; padding:15px }
	
.narrowcolumn { width:588px !important; float:left; border:1px dotted #777777; background:#dbdbdc;}

.bigcolumn { width:920px !important; float:left; border:1px dotted #777777; background:#dbdbdc;}

.post { clear:both; margin-bottom:40px; padding:0 }

.post .newdate {
		font-size:12px;
		font-family:georgia,serif;
		letter-spacing:0.3em;
		padding:0px 0px 6px 0px;
}

.post .date {
	display:block;
	float:left;
	position:relative;
	width:42px;
	height:25px;
	padding:15px 0 0 0;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background:url('images/date_bg-02.gif') no-repeat;
	margin:4px 10px 0 0 }
	
	.post .date .top {
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		display:block;
		width:43px;
		position:absolute;
		top:0px; left:0 }

.post h2 {
	width:588px;
	float:none;
	font-size:16px;
	font-weight:bold;
	font-family:georgia,serif;
	margin:0 0 4px 0;
	padding:0 0 3px 0 }
	
.post h2 a { text-decoration:none }
.post h2 a:hover { text-decoration:none }

.entry { clear:both; }
.entry p { line-height:18px; font-size:11px; margin:0 0 14px 0 }

.full h2 {
	font-weight:bold;
	border:none !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
	width:auto !important;
	float:none !important }
	
.post .postmetadata {
	border-bottom:1px dotted #777777;
	float:left;
	width:588px;
	font-size:11px;
	padding:0 0 14px 0;
	margin:0 0 10px 0 }
	
.full .postmetadata {
	float:none;
	width:auto;
	line-height:18px;
	font-size:11px;
	font-style:italic;
	padding:10px;
	margin:0 0 15px 0 
	
	
	}
	
	.post .postmetadata .category {
		display:block;
		width:294px;
		float:left;
		padding-left:0px;}
	
	.post .postmetadata .comments {
		display:block;
		width:200px;
		text-align:right;
		float:right; }

h2.pagetitle {
	margin:0 0 14px 0;
	padding:3px 0;
	font-size:22px;
	font-family:georgia,serif;
	font-weight:normal;
	}
		
.navigation { width:100%; font-size:12px; margin:0 }	
.navigation .alignleft { display:block; float:left; width:49% }
.navigation .alignright { display:block; float:right; width:49%; text-align:right }

blockquote {
	display:block;
	padding:0 60px 0 60px;
	margin:0;
	background:url('images/quotes_left.gif') 30px 0 no-repeat }
	
	blockquote p {
		margin:0;
		padding:0;
		font-style:italic;
		background:url('images/quotes_right.gif') bottom right no-repeat }
		
h3 {
	font-size:14px;
	font-weight:bold
	margin:0 }
		
ul.commentlist {
	list-style:none;
	width:588px;
	margin:0;
	border-top:1px dotted black;
	padding:0
	}
	
	ul.commentlist li {
		display:block;
		width:588px;
		margin:0 0 15px 0 }
		
		ul.commentlist li div {
			display:block;
			padding:15px 15px 15px 0px;
			margin:0;
			width:546px;
	}
			
ul.commentlist .leftside { display:block; width:201px; float:left }
ul.commentlist .rightside { display:block; width:344px; float:right }
ul.commentlist img { float:left; margin:0 10px 0 0 }
ul.commentlist cite { font-size:12px; font-weight:bold; font-style:normal; position:relative; top:-2px }
ul.commentlist small { font-size:11px; font-weight:normal; font-style:italic; display:block }
ul.commentlist p { margin:0; padding:0 0 0 15px; line-height:20px; font-size:12px }

#commentform { margin:0; padding:0 }
#commentform p { margin:0 0 15px 0; padding:0 }
#commentform .textarea {
	width:588px }

/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#sidebar {
	background:#b8b8b8;
	font-size:12px;
	line-height:20px;
	float:left;
	width:300px;
	padding:10px;
	}
	
	#sidebar ul {
		list-style:none;
		margin:0px 0px 10px 0px; padding:0 }
		
	#sidebar h2 {
		padding:0;
		margin:0 0 5px 0;
		font-size:14px;
		color:#474747;
		font-family:georgia,serif;
		border-bottom:1px solid #777777;
		
		}
		
	#sidebar p {
		padding:0;
		margin:0 0 10px 0 }

#sidebar .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/cal_icon-02.gif') 0 4px no-repeat }

#sidebar .newarchives li {
	margin:0 0 4px 0;
	display:inline;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/cal_icon-02.gif') 0 4px no-repeat }

#sidebar .categories ul li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/folder_icon-02.gif') 0 4px no-repeat }
	
/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width:917px;
	margin:0 auto;
	display:block;
	padding:20px }
	
#footer p { padding:0; margin:0; font-size:12px; line-height:20px }

/* Chad Additions */
#ad-top {
}

