
/*
Theme Name: OkayCity
Theme URI: http://buffy.okaycity.com/
Description: The new, improved OkayCity
Version: 1.1
Author: Brian Stephens
*/


/* Body and general defaults */
body {
	text-align: center;
	font-family: Helvetica,Arial,sans-serif;; 
	font-size: 12px;
	background-color: white;
	background-image: url("images/bkgfade.png");
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

blockquote {
	font: 90%/100% Helvetica,Arial,sans-serif;;
	color: gray;
}


/* Header/banner image and link properties */
#header {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	/* space between banner graphic and start of elements */
	margin-bottom: 0px;
}

#header a img {
	border:none;
}


/**************************************** Layout Formatting ***********************************************/
	
	/* Container for three main columns */
	#maincontainer {
		width:1020px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		overflow: hidden;
	}
	
	/* Left and right side columns:
	   Note that the 'width' elements, when added to the 'width' element of the 
	   #centercolumn id, should equal the 'width' element of the #maincontainer id.
	   There are two sidebar divs so that the column leveler javascript can work. */ 
	#sidebar1 {
		width:198px; /* take out the # of pixels associated with border */
		float:left;
		border-right: 1px dotted #8a572a;
		border-left: 1px solid white;
		padding-bottom: 32767px;
		margin-bottom: -32767px;
		background-color: white;			
	}

	#sidebar2 {
		width:198px; /* take out the # of pixels associated with border */
		float:left;
		border-right: 1px solid white;
		border-left: 1px dotted #8a572a;
		padding-bottom: 32767px;
		margin-bottom: -32767px;
		background-color: white;			
	}	
	
	/* Center column */
	#centercolumn {
		width:620px;
		padding:0px;
		float:left;
		background-color: white;
	}
	
	/* Footer formatting */

		
		#footer {
			width: 1020px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: none;
			border: 0px; solid red;
		}
	
		#footer a img {
			border: 0px;
		}
	

/**************************************** Post Formatting ***********************************************/

	#postcontainer {
		border-bottom: 1px dotted #8a572a;
		margin: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	
	/* Post date formatting */
	.post h1 {
		font: 100%/175% Helvetica,Arial,sans-serif;;
		font-weight: normal;
		font-size: 11px;
		color: black;
		padding:0;
		margin:0;
		text-align: left;
	}
	
	/* Post title font formatting */
	.post h2 {
		font-size: 24px;
		font-family: "Lucida Grande","Lucida Sans Unicode",Verdana;;
		font-weight: normal;
		text-decoration: none;
		padding:0;
		margin:0;
	}
	
	/* "Next Page" link at bottom */
	.post h3 {
		text-align: center;
		font-size:x-small;
		font-weight: normal;
		color: black;
		padding:0;
		margin-bottom: 5px;	
	}
	
	/* Post title and link color */
	.post a {
		color: #8a572a;;
		text-decoration: none;
	}
	
	/* Sidebar link color */
	#sidebarcontainer a, a:visited {
		color: #8a572a;;
		text-decoration: none;
	}
	
	#sidebarcontainer a:hover {
		text-decoration: underline;
	}
	
	/* Comments link color */
	#comments a, a:visited {
		color: #8a572a;;
		text-decoration: none;
	}
	
	#comments a:hover {
		text-decoration: underline;
	}
	
	/* Post title and link formatting */
	.post a:visited {
		text-decoration: none;
	}
	
	.post a:hover {
		text-decoration: underline;
	}
	
	/* Post body font and spacing formatting */
	.post p {
		font: 100%/150% Helvetica,Arial,sans-serif;;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		color: #000000;
	}
	
	/* Post image formatting */
	.post img {
		//margin-right:10px;
		//margin-left:5px;
		margin-bottom:10px;
		border:none;
	}

/****************************************** Sidebar Formatting *************************************/
	
	#sidebarcontainer {
		margin-left: 7px;
		margin-right: 7px;
		padding-bottom: 20px;
		font-size:x-small;
		font-weight: normal;
		color: black;
	}
	
	#sidebaritem {
		border-bottom: 1px dotted #8a572a;
		margin-bottom: 15px;
		margin-top: 5px;
		font-family: Helvetica,Arial,sans-serif;;
		font-size: 14px;
		color: #8a572a;
		text-align: center;
	}
	
	#sidebarcontainer ul {
		text-decoration: none;
		text-align: left;
	}
	
	#sidebaritem p {
		text-align: left;
		color: black;
		font: 10px Helvetica,Arial,sans-serif;;
	}
	
	
	.textwidget a {
		text-align: left;
		color: black;
		font: 10px Helvetica,Arial,sans-serif;;
		font-weight: bold;
	}
	
	#twitter_div {
		width: 100%;
		text-align: left;
		color: black;
		font: 10px Helvetica,Arial,sans-serif;;		
	}
	
	#twitter_update_list {
		font-size: x-small;
		color: #000000;
		padding: 0px;
		margin: 0px;
	}
	
	#twitter_update_list ul {
		text-align: left;
		float:left;
		padding: 0px;
		margin: 0px;
		text-indent: 0px;
	}
	
	#twitter_update_list li {
		list-style:none; 
		padding-bottom: 5px;
		padding-left: 0px;
		margin: 0px;

	}
	
/****************************************** Comments Formatting *************************************/

	#comments {
		margin: 10px;
		background-color: white;
	}

	/* "4 Comments", "Leave a Comment" */
	#comments h2 {
		color: black;
		padding-bottom:10px;
		margin: 0;
		font-weight: normal;
		font-size: 12px;
	}

	/* Comment boxes */
	#comments ol {
		text-align:left;
		list-style-type: none;
		padding: 0;
		margin: 0;
		float: left;
		width: 100%;
	}
	
	#comments li {
		background-color: #EEEEEE;
		border-top: 1px solid #8a572a;
		border-bottom: 1px solid #8a572a;
		margin-bottom: 15px;
		padding-left: 5px;	
		padding-right: 5px;
		text-align: left;
		font-size: 12px;

	}
	
	#comments p {
		font: 100%/175% Helvetica,Arial,sans-serif;;
		font-weight: normal;
		font-size: 12px;
	}

	/* "Comment By" */
	#comments h3{
		font-weight: normal;
		text-transform: uppercase;
		color: #4d4d4d;
		font-size: 12px;
	}
	
	/* Comment date/timestamp formatting */
	#comments h4 {
		font-weight: normal;
		font-style: italic;
		color: gray;
		font-size: 12px;
	}
	
	/* Comment submission form formatting */
	#comments textarea {
		width: 350px;
	}
	
	#comment textarea {
		width: 350px;
	}
	.form {
		text-align: left;
		padding: 10px;
		border: 1px solid gray;
	}

/****************************************** Footer Formatting **************************************/

;

/*************************************** Dropdown Menu Formatting **********************************/

	#navmenu {
		width: 618px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;

	}
	
	#navmenu h2 {
		padding: 5px;
		margin: 0;
	}
	
	#navmenu h1 {
		font: 14px Helvetica,Arial,sans-serif;;
		color: #8a572a;
		font-weight: normal;
		text-align:center;
		background-color: white;
		padding: 5px;
		margin: 0;
	}
	

	#navmenu ul {
		padding: 0;
		margin: 0;
	}

	#navmenu ul li {
		list-style-type: none;
		position: relative; 
		margin: 0; 
		padding: 0;
		background-color: white;
		border-bottom: 1px dotted #8a572a;
	}
	
	#navmenu ul ul {
		display: none;

	}
	
	#navmenu ul li:hover > ul {
		display: block;
		position: absolute;
		left:-1px;
		top: -1px;
		border-left: 1px dotted #8a572a;
		border-top: 1px dotted #8a572a;
		border-right: 1px dotted #8a572a;

	}
	
	#navmenu li a {
		display: block;
		padding: 5px 7px;
		text-decoration: none;
	  	background: #FFF;
	  	color: #8a572a;
	}
	
	
	li.sub > a {
		font-weight: bold;
		background: #FFE;

	}
	
	ul#topmenu {
		width: 155px;
		float:left;
		left:-1px;
		
	}
	
	ul#topmenu > li:hover > ul {
		width: 100%;
		top: auto;
	}
	
	ul#topmenu li a:hover {
		background: #59e0e6;
	}	
	
	ul ul {
		width: 155px;
	}
	