/*
Theme Name: Basic 201
Theme URI: http://www.themedreamer.com
Description: Basic two column theme, sidebar on right.
Version: 1.0
Author: ThemeDreamer
Author URI: http://www.themedreamer.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/body3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}
/*=== wrapper = divoutter ===*/
#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/bgoutter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	
}
.wrapperheight{
    min-height:750px;
	height: auto!important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 175px;
	margin-right: 100px;
	margin-left: 100px;
	width: 950px;
	background-color: #FFF;
	background-image: url(images/bgheader.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu
{
	width: 950px;
	height: 30px;
	margin-right: 100px;
	margin-left: 100px;
	background-color: #444;
	background-repeat: repeat-x;
}
#menumain ul
{
	padding: 0;
	margin: 0;
	width: 100%;
}

#menumain ul li { display: inline; }

#menumain ul li a
{
	padding: 28px;
	color: #CCCCCC;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#menumain ul li a:hover
{
	background: #666 url('../images/menu-hover.jpg') repeat-x;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
/*=== main = divcontent ===*/
#main {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	background-image: url(images/bgcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 950px;
	
}
.mainheight{
    min-height:750px;
	height: auto!important;
}
#content {
	width: 660px;
	float: left;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/bgcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.post h2 {
	font-size: 1.5em;
	margin: 45px 0 10px 0;
	padding: 0;
	font-family: Georgia;
	color: #999999;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
	margin: 0 0 10px 0;
	background-color: #E6E7E2;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 250px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sidebar h1 {
	font-size: 1.4em;
}

#sidebar h2 {
	color: #333333;
	display: inline;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
    margin-left: 10px;
    margin-top: 7px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	clear: both;
	width: 950px;
	font-size: 7.33em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 100px;
	margin-left: 100px;
	background-image: url(images/bgw.gif);
	background-repeat: repeat-x;
	background-color: #fefefe;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
.headerh1
{
	margin: 0;
	font-size: 95px;
	font-weight: normal;
	color: #000000;
	font-family: georgia;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.llc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}
#bottom
{
	clear: both;
	width: auto;
	text-align: center;
	padding: 15px 10px;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: none;
	color: #9EB407;
}
a, h2 a:hover, h3 a:hover {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*=== END SECTION 7 - Misc. & Plugins ===*/
/* =Twenty10 Menu
-------------------------------------------------------------- */


#access {
	width: 950px;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 38px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2ECB0;
	border-bottom-color: #E2ECB0;
	
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 100px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	font-weight: bold;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#666;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	display: none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	width: 180px;
	z-index: 99999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccc99;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	background-color: #f0f1f0;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#999;
}
#access ul li:hover > ul {
	display:block;
}
#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: #666;
}

* 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:#666;
}
ul, menu, dir {
	-moz-padding-start: 0px;
	padding-left: 0px;
	}
.widget_search #searchsubmit  {
	background-image: url(images/searcharrow.gif);
	background-repeat: no-repeat;
}
.widget {
    background-image: url("images/bgw.gif");
    background-repeat: repeat-x;
    border: 1px solid #CFCFCF;
    margin-bottom: 20px;
    padding: 18px;
}
.authfooter{
	border-top-width: thin;
	border-top-color: #CCCCCC;
}
.widget_search {
	background-image: none;
	border: 0;
	padding:0;
}

form#searchform {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#searchform div #s {
	border:1px solid #cecece;
	width: 160px;
	color: #93958c;
	font-size: 12px;
	padding:3px 2px;
}
.searchsubmit {
	margin-top: 12px;
}
#searchform, input#s
{
color:#666;
font-size: .8em;
}
h3 {
	color: #000000;
	display: block;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
    margin: 1em 0;
}


