/*
Theme Name: 2-column_d
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:#7593cf;
	background-image: url(/wp-content/themes/2-column_c/images/pagebg.png);
	background-repeat: repeat;
	background-position:top;
}

#wrapper {
	border:10px solid #8a4562;
	background-image: url(/wp-content/themes/2-column_c/images/contentbg.png);
	background-repeat:repeat;
	background-color:#f1eee3;
	padding:0 55px;
	-moz-border-radius: 8px;
  border-radius: 8px;
	margin-top:20px;
	margin-bottom:40px;
}

#site-title {
	margin: 0 0 0 0px;
	line-height:1.2em;
}

#site-title a {
	color: #8B2121;
	font-weight:normal;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size:14px;
}

#site-description {
	font-size:18px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size:14px;
	color: #8B2121;
}

.wp-caption div {
	background:#49512e;
}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #BDAA89;	
}

#colophon {
	margin-top:10px;
	border-top:20px solid #cbcbcb;
}

.wp-caption
{
	border:0px solid #999;
}

#header {
	padding-top:15px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background:#cbcbcb;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access a {
	color:#610002;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
}

#access li:hover > a,
#access ul ul :hover > a {
	
}
#access ul li:hover > ul {
	display: block;
}



#access ul ul a {
	background:#CCC;	
	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:0px solid #f4b350;
	padding-left: 0px;
	padding-top: 3px;
	//*visibility:hidden;*//
}



#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	font-family:Tahoma;
	font-weight:bold;
}

#content h1
{
	font-size:22px;
	font-weight:bold;
	color:#8a4562;

}

#content .entry-title {
	color:#8a4562;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#content .entry-title a {
	text-decoration:none;
	color:#8a4562;
}

#content .entry-title a:active, #content .entry-title a:hover  {
	color: #fff;
}

#content {
	margin: 0px 240px 0 20px;
	padding: 0 47px 0 0px;
	border-right:0px solid #000;
	min-height:325px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	
}

#site-info {
	float: left;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}

#primary {
	
	background-image:url(/wp-content/themes/2-column_c/images/sidebar.png);
	background-repeat:repeat;
	padding:20px;
	min-height:400px;
	width:200px;
	margin-right:0px;
}

#primary a {
	
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#primary a:hover {
	color:#FFF;
}

#primary h3 a {
	font-size:16px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
}

