/*
Theme Name: CWOC
Theme URI: http://www.cwoc.com/
Description: 2-columns, navigation aligned right.
Version: 0.1
Author: Samuel Agboola
Author URI: http://themosthandsomemanintheworld.com/
Tags: custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */

body 
	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	background: #616260;
	color: #333;
	text-align: center;
	}

/* Stops webkit from thickening text with anti-ailiasing*/ 

body
	{ 
	-webkit-text-stroke:1px transparent; 
	}

/* End thin text magic*/ 

/* Tell mobile safari to ignore thin-text magic*/ 

@media only screen and (max-device-width:480px) 
	{
	body
		{
		-webkit-text-stroke:0 black;
		}
	}

/* End mobile safari exclude*/ 


#page 
	{
	text-align: left;
	}

#header 
	{
	display: none;
	}
	
#footer 
	{
	color: #444;
	border: none;
	text-align: right;
	font-size: 12px;
	}

#sidebar
	{
	line-height: 3em;
	color: #85A6F8;
	}

#sidebar p
	{
	margin: 0;
	}

.datetext
	{
	color: #a8a8a8;
	font-size: 16px;
	}
	
#sidebar ul li.address
	{
	font-size: 14px;
	color: #919191;
	line-height: 1.5em;
	text-align: right;
	}
	
.entry, .navigation
	{
	color: #606060;
	font-size: 12px;
	letter-spacing: .02em;
	line-height: 1.5em; 
	}	

.about
	{
	padding-bottom: 20em;
	}
	
.entry a, .navigation a
	{
	color: #0085C7;
	text-decoration: none;
	}

.navigation .alignleft
	{
	padding: 19px 35px;
	float: left;
	}

.navigation .alignright
	{
	padding: 19px 35px;
	float: right;
	}

#sidebar a
	{
	color: #85A6F8;
	letter-spacing: .05em;
	text-decoration: none;
	}

.entry a:hover, .navigation .alignright a:hover, .navigation .alignleft a:hover
	{
	color: #22F;
	}
	
#sidebar a:hover, #sidebar ul li.current_page_item a, #sidebar ul li.home p a
	{
	color: #F9A326;
	}

#sidebar ul li.clients p a
	{
	color: #FCED29;
	}

#sidebar ul li.clients p a:hover
	{
	color: #D66;
	}
	
.credit a
	{
	color: #444;
	text-decoration: none;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	}
	
.credit a:hover
	{
	color: #DDD;
	}
	
.disclaimer
	{
	text-align: justify;
	word-spacing: -2px;
	letter-spacing: -.08em;
	}

.jobtitle
	{
	color: #a8a8a8;
	font-weight: 900;
	line-height: .5em;
	}

#wp-caption p
	{
	margin-top: 50px;
	}

.wp-caption-text
	{
	font-style: italic;	
	}
	
/* End Typography & Colors */



/* Begin Structure */
body 
	{
	margin: 0 0 20px 0;
	padding: 0;
	}

#page 
	{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 737px;
	}

#header
	{
	margin: 0 0 15px 0;
	}

#content
	{
	margin: 60px 0;
	}

#sidebar
	{
	float: left;
	margin: 44px 0 60px;
	padding: 126px 0 0 0;
	width: 227px;
	background: url('images/cwoc.png') top no-repeat;
	}

.column
	{
	margin: 0;
	float: right;
	width: 491px;
	}

.topshadow
	{
	float: left;
	width: 491px;
	padding-top: 16px;	
	background: url('images/topshadow.png') top no-repeat;
	}

.sideshadow
	{
	float: left;	
	width: 491px;
	background: url('images/sideshadow.png') top repeat-y;
	}

.bottomshadow
	{
	float: left;
	width: 491px;
	padding-bottom: 16px;
	background: url('images/bottomshadow.png') bottom no-repeat;
	}

.post, .pagepost
	{
	margin: 8px;
	padding: 19px 35px;
	}

.post
	{
	border-bottom: 1px solid #BFBFBF;
	}

#footer 
	{
	clear: both;
	padding: 0 8px;
	}

.clear 
	{
	clear: both;
	}

/* End Structure */



/*	Begin Headers */
h1 
	{
	padding 0;
	margin: 0;
	}

h2, h2 a 
	{
	padding: 0;
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -.05em;
	color: #000;
	}
	
h2 a:hover
	{
	color: #22F;
	}

.entry h2
	{
	margin-bottom: 1em;
	}

h3 
	{
	padding: 0;
	margin: 1em 0 0 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

#sidebar ul
	{
	float: right;
	padding-right: 14px;
	list-style-type: none;
	list-style-image: none;
	margin: 50px 0;
	}

#sidebar ul li
	{
	float: right;
	padding: 0;
	margin: 0;
	font-size: 18px;
	clear: both;
	text-transform: uppercase;
	overflow: hidden; /* IE6 hack to remove double-height bug */
	}
	
/* End Entry Lists */



/* Begin Form Elements */

.password
	{
	background-color: #F44;
	}

/* End Form Elements */



/* Begin Comments*/

/* End Comments */


/* Begin Various Tags & Classes */

hr 
	{
	margin: 100px 0 20px;
	}

a img 
	{
	border: none;
	}

/* End Various Tags & Classes*/
