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


/* Body and general defaults */
body {
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana; ; 
	font-size: 11px;
	background-color: white;
}

blockquote {
	font: 90%/100% "Lucida Grande","Lucida Sans Unicode",Verdana; ;
	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. */ 
	#sidebar {
		width:198px; /* take out the # of pixels associated with border */
		float:left;
		border-right: 1px dotted #1b88ff;
		border-left: 1px dotted #1b88ff;
		padding-bottom: 32767px;
		margin-bottom: -32767px;
		background-color: white;			
	}
	
	/* Center column */
	#centercolumn {
		width:620px;
		padding:0px;
		float:left;
		background-color: white;
	}
	
	#footer {
		width: 1018px;
		margin-left: auto;
		margin-right: auto;
	}

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

	#postcontainer {
		border-bottom: 1px dotted #1b88ff;
		margin: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	
	/* Post date formatting */
	.post h1 {
		font: 100%/175% "Lucida Grande","Lucida Sans Unicode",Verdana; ;
		font-weight: normal;
		font-size: 11px;
		color: #393939;
		padding:0;
		margin:0;
	}
	
	/* Post title font formatting */
	.post h2 {
		font-size: 24px;
		font: "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: #393939;
		padding:0;
		margin-bottom: 5px;	
	}
	
	/* Post title and link color */
	.post a {
		color: #0f9901;;
		text-decoration: none;
	}
	
	/* Sidebar link color */
	#sidebarcontainer a, a:visited {
		color: #0f9901;;
		text-decoration: none;
	}
	
	#sidebarcontainer a:hover {
		text-decoration: underline;
	}
	
	/* Comments link color */
	#comments a, a:visited {
		color: #0f9901;;
		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%/175% "Lucida Grande","Lucida Sans Unicode",Verdana; ;
		font-weight: normal;
		font-size: 11px;
	}
	
	/* 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: #393939;
	}
	
	#sidebaritem {
		border-bottom: 1px dotted #1b88ff;
		margin-bottom: 15px;
		margin-top: 5px;
		font-size: 14px;
		color: #0f9901;
		text-align: center;
	}
	
	#sidebarcontainer ul {
		text-decoration: none;
		text-align: left;
	}
	
	#sidebaritem p {
		text-align: left;
		color: black;
		font: 10px "Lucida Grande","Lucida Sans Unicode",Verdana; ;
	}
	
	.textwidget a {
		text-align: left;
		color: black;
		font: 10px "Lucida Grande","Lucida Sans Unicode",Verdana; ;
		font-weight: bold;
	}
	
	


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

	#comments {
		margin: 10px;
	}

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

	/* 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 #1b88ff;
		border-bottom: 1px solid #1b88ff;
		margin-bottom: 15px;
		padding-left: 5px;	
		padding-right: 5px;
		text-align: left;
	}
	
	#comments p {
		font: 100%/175% "Lucida Grande","Lucida Sans Unicode",Verdana; ;
		font-weight: normal;
	}

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

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

	#footer {
		background-color: #1b88ff;
		border: 1px dotted #1b88ff;
		margin-bottom: 15px;
		font-size: 11px;
		font-weight: normal;
	}
	
	#footer a {
		color: #0f9901;
	}


/*************************************** 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 "Lucida Grande","Lucida Sans Unicode",Verdana; ;
		color: #0f9901;
		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 #1b88ff;
	}
	
	#navmenu ul ul {
		display: none;

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

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

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