/*
Theme Name: 2-column_c
Theme URI: http://wordpress.org/
Description: This theme is a modification of WordPress's Twenty Ten Theme. It includes a custom menu, header image, and background and six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Yes Exactly
Template: basetheme
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


@import url('../basetheme/style.css');


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body {
	background-color:#18571E;
	background-image: url(/wp-content/themes/2-column_c/images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	border-top:0px solid #18571E;
}

#wrapper {
	background-color: #A19673;
	border:2px solid #351E08;
	/*background-image: url(/wp-content/themes/2-column_a/images/contentbg.png);*/
	background-repeat:no-repeat;
	margin-top:25px;
	padding-top:10px;
	
}


#header {
	padding-top:5px;
}

#site-title {
	margin: 0 0 0 10px;
	line-height:1.2em;
}

#site-title a {
	color: #351E08;
	font-weight:normal;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	
}

#site-description {
	padding-top:2px;
	padding-right:8px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-style:bold;
	color:#351E08;
	font-style:normal;
}

.wp-caption div {
	background:#49512e;
}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #955300;	
}

#colophon {
	border-top:1px solid #000;	
}

#content .wp-caption {
	background: transparent;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

#content .wp-caption p.wp-caption-text {
	color: #000;
	font-size: 12px;
	margin: 5px;
	font-style:italic;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background:#141E0A;
	display: block;
	float: left;
	margin: 0 auto;
	width: 942px;
}

#access a {
	color: #955300;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#access li:hover > a,
#access ul ul :hover > a {
	background:transparent;
	color:#F0E0BE;
	}

#access ul li:hover > ul {
	display: block;
	background-color:#955300;
}



#access ul ul a {
	background-color:#955300;	
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #000;
}



#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #BDAA89;	
}



* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #BDAA89;
	
}


#branding img {
	border:1px solid #141E0A;
	padding-left: 0px;
	padding-top: 0px;
	//*visibility:hidden;*//
}



#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #141E0A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#content h1
{
	font-size:22px;

}

#content .entry-title a {
	color: #955300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

#content .entry-title a {
	text-decoration:none;
}

#content .entry-title a:active, #content .entry-title a:hover  {
	color: #fff;
}

#content .entry-meta {
	color: #000;
}

#content .entry-utility {
	color: #000;
}




#content {
	margin: 0px 240px 0 2px;
	padding: 0px 47px 0 20px;
	border-right:0px solid #000;
	min-height:345px;
	/*background-image:url(/wp-content/themes/2-column_c/images/mainbg.jpg);*/
	background-repeat:no-repeat;
}

#colophon {
	border-top:0px;
}

