/*  
Theme Name: Chicago Popcorn Works
Theme URI: http://www.chicagopopcornworks.com
Description: WordPress theme from Logoworks
Version: 1.0
Author: Logoworks
Author URI: http://www.logoworks.com
*/

body 
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/background.jpg);
	color: #595959;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page
{
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1024px;
	background: #FFF;
}
a { color: #E87D1E; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { float: left; }
.alignright { float: right; }

/* START header styles */
#header 
{
	height: 140px; 
	width: 1024px;
	margin: 0 0 20px 0;
}

.mainNav 
{ 
	height: 34px; 
	color: #FFF; 
	padding: 0px 0px 0px 80px; 
	background: #231F20; 
	font-size: 11px;
	overflow: hidden;
}
.mainNav a 
{ 
	display: block; 
	float: left; 
	color: #FFF; 
	line-height: 34px; 
	padding: 0px 3px; 
	text-decoration:none;  
}
.mainNav a:hover, .mainNav .selected 
{ 
	background-image: url(images/whiteArrow.jpg); 
	background-position:bottom; 
	background-repeat: no-repeat;  
}

/* END header styles */

/* START search styles */
#searchform { margin: 10px 0px; }
#searchform #s
{
	font-size: 10px;
	width: 100px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0 0 0 0px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{	
	width: 265px;
	float: right;
	padding: 0 30px;
}
ul#themeswitcher li
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0px;
}
#themeswitcher select
{
	font-size:11px;
}

#sidebar > ul
{
	margin: 15px 0;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#sidebar > ul li h2
{
	font-size: 18px;
	color: #000;
	margin: 0 0px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 2px solid #F68E1D;
	padding: 0px 0 5px;
}
#sidebar > ul li ul
{
	font-size: 11px;
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0px;
	text-align: left;
}
#sidebar > ul li ul a
{
	font-size: 11px;
	color: #595959;
	text-decoration: none;
}
#sidebar p
{
	margin: 10px 0;
	padding: 0;
	color: #595959;
	font-size: 10px;
}
#sidebar a
{
	color: #595959;
}

#sidebar ul li#tag_cloud, #sidebar ul li#calendar
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;	
	color: #595959;
}
#sidebar ul li#tag_cloud h2, #sidebar ul li#calendar h2
{
	margin: 0px 0px 10px -15px;
}
#sidebar ul li#tag_cloud a, #sidebar ul li#calendar a
{
	color: #595959;
	text-decoration: none;
}




/* END sidebar styles */

/* START content styles */
#content.narrowColumn
{
	width: 598px;
	margin: 0 0 0 35px;
	padding: 0 50px 0 0;
	float: right;
	border-right: 2px solid #000;
	
}
#content.widecolumn
{
	width: 924px;
	margin: 0 0px;
	padding: 0 50px 0;
}

#titleDescription { padding: 0px 0px 30px; }
#titleDescription h1
{
	padding: 0px;
	margin: 0px;
}
#titleDescription h1 a 
{
	color: #F68E1E;
	font-size: 17px;	
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

#titleDescription .description 
{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin: 0px;
}



.post { clear: both; }
.post h2, .post h3
{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
}
.post h2 a, .post h3 a
{
	color: #F68E1E;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
}
.post small, .post small a
{
	font-size: 10px;
	color: #595959;
	margin: 0;
	padding: 0;
}
.post .entry p
{
	margin: 7px 0 5px;
	padding: 0px;
	text-align: left;
}
.post .entry a
{
	color: #595959;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #595959;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 5px 5px 0; }
h2.pagetitle, h2
{
	color: #F68E1E;
	font-size: 17px;
	text-decoration: none;	
	margin: 5px 0 0px;
	font-weight: normal;
}
.navigation a
{
	color: #F68E1E;
}

/* END content styles */

/* START footer styles */
#footer
{
	clear: both;
	padding: 40px 0px 5px;
	text-align: center;
	color: #7E5120;
	margin: 20px 0 0;
	/*height: 58px;*/
	width: 1024px;
	color: #B2B2B2;
	font-size: 9px;
}
#footer a
{
	color: #B2B2B2;
}
#footerBox
{	
	background: #0091D0;
	height: 44px;
	width: 970px;
	margin: 10px auto;
}
/* END footer styles */

