/*
Theme Name: PCCrusade 1.0
Theme URI: http://www.pariscoffeecursade.com
Description: Theme developed by <a href="http://www.networkingcreatively.com">Networking Creatively</a> for Paris Coffee Crusade.
Author: Ryan Mueller
Author URI: http://www.networkingcreatively.com/
Tags: dark, military, fixed width, one columns, widgets

	PCCrusade 1.0
	 http://www.pariscoffeecursade.com

	This theme was designed and built by Ryan Mueller,
	his company is Networking Creatively.

	The CSS, XHTML and design is NOT released to the public.
*/
/* GENERAL STYLES */
.oneem { height: 1em; }
.alignleft { float:left; margin: 0 1em 1em 0; }
.alignright { float:right; margin: 0 0 .5em 1em; }
.wp-caption p { margin: 0px; }
.wp-caption-text { font-size: .8em; }
dd { margin-bottom:1em; }

/* LAYOUT */
body { background: #E3EFF6 url(images/layout/pcc_bg.png) repeat-x; }
#container { margin: 0px auto; width: 800px; }
#logo { background: url(images/layout/pcc_logo.png) no-repeat; float: right; height: 87px; width: 309px; text-indent: -2000px; margin: 10px 0 10px 0; }
#slogan { background: url(images/layout/pcc_slogan.png) no-repeat; text-indent: -2000px; float: left; height: 40px; width: 309px; position: relative; margin-top: 57px; }
#navigation { background: url(images/layout/pcc_nav_bg.png) repeat-x; height: 27px; width: 100%; }
	#navCornerLeft { background: url(images/layout/pcc_nav_left.png) no-repeat; float: left; height: 27px; width: 8px; }
	#navCornerRight { background: url(images/layout/pcc_nav_right.png) no-repeat; float: right; height: 27px; width: 8px; }
	#navigation ul { margin:0 0 0 20px; }
		#navigation ul li { float: left; list-style: none; }
			#navigation ul li a { line-height:27px; padding: 10px 20px 10px 0px; font-size: 1.1em; font-weight: 700; color: #000; text-decoration: none; }
			#navigation ul li a:hover { font-size: 1.3em; }
#content { background: #fff url(images/layout/pcc_content_bg.jpg) no-repeat; border-right: 1px solid #333; border-bottom: 1px solid #333; border-left: 1px solid #333; padding-top: 2em; }
	#content h3 a { text-decoration:none; color:#000; }
	#content img { border: 1px solid #000; }
	#content .downloads img { border:none; }
	#contentSidebar { float: right; width: 168px; margin: 0px 20px 0px 0px; background:#f8f8ef url(images/layout/pcc_sidebar_bg.png) repeat-y; }
		#contentSidebarContent { margin: 0 10px 0 10px; }
			.sidebarUL { margin: 0px; }
				.widget { list-style:none; }
		#contentSidebarTop { background: url(images/layout/pcc_sidebar_top.png) no-repeat; height: 13px; width: 100%; }
		#contentSidebarBot { background: url(images/layout/pcc_sidebar_bot.png) no-repeat; height: 13px; width: 100%; }
		#contentSidebar h2 { border-bottom: 1px solid #000; font: 1.2em "Courier New", Courier, monospace; }
		.blogroll { list-style-type:square; margin-bottom: 1em; }
			.blogroll a { display:block; width: 100%; }
		#contactList { list-style-type:none; }
			#contactList li { padding-left: 22px; margin: 0 0 1em -22px; }
				.email { background: url(images/icons/email_link.png) no-repeat; }
				.address { background: url(images/icons/email.png) no-repeat; }
				.phone { background: url(images/icons/phone.png) no-repeat; }
	#contentCopy { float: left; width: 558px; margin: 0.9em 10px 0 20px; }
#footer { font-size: .8em; }
	#footer a { color: #333; }
		#footer a:hover { color: #000; }
