/*
Theme Name: Child of 2010 Passing Thru
Theme URI: http://kimwoodbridge.com
Description: This is a child theme of Twenty Ten (2010), the 'new' default WordPress Theme.
Version: 1.0
Tags: fixed width, widgets, valid CSS, valid XHTML, SEO, SEO friendly, adsense, custom header, three columns, clean,  right sidebar, blue,white, photoblogging, widget ready, simple, gravatars
Author: Kim Woodbridge
Author URI: http://kimwoodbridge.com/
Template: twentyten
*/

/* Get base CSS */
@import url('../twentyten/style.css');

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Georgia", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

a:link {
	color: #2361a1; text-decoration: underline;
}
a:visited {
	color: #2361a1;
}
a:active,
a:hover {
	color: #2361a1; text-decoration: none;
}




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

#access {
	background: #336699;
	display: block;
	float:left;
	margin-left:-20px;
	width: 980px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	
	width: 970px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: right;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #C18A45;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #C18A45;
	color: #fff;
        text-decoration:underline;
}
#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: #fff;
background:#C18A45;
}
* 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: #fff;
}

/* =Remove Title and Description
-------------------------------------------------------------- */

#site-title {
float: left;
margin: 0 0 18px 0;
width: 700px;
font-size: 30px;
line-height: 36px;
text-indent: -999em;
}
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#site-description {
clear: right;
float: right;
font-style: italic;
margin: 0px 0 18px 0;
width: 260px;

}

/* =Header Padding
-------------------------------------------------------------- */

#header{
  padding: 0px 0 0 0;
}

/*
LAYOUT: Three columns
DESCRIPTION: Three-column fixed layout with two sidebars right of content
*/

#container {
	float: left;
	margin: 0 40px 0 0;
	width: 600px;
}
#content {
	margin: 0 0px 0 20px;
}
#primary {float: left;
	
	width: 300px;
}
#secondary {
	float: right;
	
	width: 220px;
}

#footer {
	clear: both;
	width: 100%;
}

#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #2361a1;
	text-decoration:underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #2361a1;
	text-decoration:underline;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget-title {
	color: #666;
        margin-bottom:5px;
font-size:13px;
	
}


#nav-below {
	margin: -18px 0 10px 0;
}
.leavecomment {font-size:20px;font-weight:bold;}


#primary ul li.recentcomments {
  margin-bottom:25px;
}



.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}


#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 440px;
}
.entry-content {font-family:Georgia;font-size:18px;}

.nav-previous {font-size:13px;font-weight:bold;font-style:italic;}

.nav-next {font-size:13px;font-weight:bold;font-style:italic;}

#header {
	padding: 5px 0 0 0;

}

#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

#branding {margin-top:40px;}

.welcome_box {width:580px;background:#eee;border:1px #336699 solid;height:280px;margin-top:5px;margin-bottom:10px;padding-left:5px;padding-right:5px;-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;}

#popular-posts li {list-style-type:disc;line-height:1.5em;}

.more-link {float:left;margin-top:7px;margin-bottom:5px;background:#336699;padding:5px;}

 a.more-link{color:#ffffff;text-decoration:none;}
 a.more-link:hover {background:#c18a45;}

.recentcomments {margin-bottom:10px;}
#sidebar ul#recentcomments {
  padding-bottom:55px;
}
