/*
Theme Name: The Youngest In Charge
Theme URI: http://www.theyoungestincharge.com
Description: A custom theme by www.theyoungestincharge.com
Version: 1.0
Author: The Youngest In Charge
Author URI: www.theyoungestincharge.com

*/

/* Basics
----------------------------------------------------------------------------------------------------*/

* {	margin: 0; padding: 0;	}

html { background: #3C3C3C; }

a:link, a:visited, a:focus {	outline: none; text-decoration: none; color: #3876BE;	}

a:hover { color: #666;}

img {	border: none;	}
img.alignleft { float: left; display: inline; margin: 0 15px 15px 0; }
img.alignright { float: right; display: inline; margin: 0 0 15px 15px; }
img.aligncenter { display: block; margin: 15px auto; }

body {	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;	}

.container {	margin: 0 auto; width: 978px; padding: 0 1px; background: #fff;	}

.lastt { margin-top: 0 !important; }
.lastr { margin-right: 0 !important; border-right: none !important; }
.lastb { margin-bottom: 0 !important; }
.lastl { margin-left: 0 !important; }
.nobg { background: none !important; }
.nobr { border: none !important; }
.loading { background: url(images/loading.gif) no-repeat center center; }

p { margin: 0 0 10px 0; }

.left { float: left; display: inline; }
.right { float: right; display: inline; }

.text_center { text-align: center; }


/* Layout 
----------------------------------------------------------------------------------------------------*/

.banner {
	height: 175px;
}

.top_menu {
	list-style: none;
	background: #000000;
}

.top_menu li {
	float: left; display: inline;
}

.top_menu li a {
	display: block;
	line-height: 25px;
	padding: 7px 10px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #fff;
}

.top_menu li a:hover {
	background: #615A49;
}

.navbar  {
background: #000000;
color:#FFFFFF;
font-family:"Georgia";
font-size:14px;
padding-bottom:5px;
padding-top:5px;
text-align:center;
}

.navbar a, .navbar a:visited {
	color: #fff;
}

.content {
	background: #fff url(images/shade.gif) no-repeat;
	padding: 15px;
}

.content_left {
	float: left; display: inline;
	width: 695px;
        overflow: hidden;
}

.post {
	float: left; display: inline;
	width: 695px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.post a, .sidebar a, .footer a {
	color: #3876BE;
}

.post a:hover, .sidebar a:hover, .footer a:hover  {
	color: #333;
	text-decoration: underline;
}

.post h2 {
	color: #333;
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.post h3 {
	color: #3C3C3C;
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.post h2 a {
	color: #3876BE;
}

.post h2 a:hover {
	color: #333;
	text-decoration: underline;
}

.meta, .meta a {
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.meta a {
	text-decoration: underline;
}

.meta a:hover {
	color: #fff;
	text-decoration: none;
}

.meta .author {
	background: #3C3C3C;
	padding: 7px 10px;
}

.meta .date {
	background: #eee;
	padding: 7px 10px;
	color: #333;
}

ul.social {
	padding: 10px 0;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	margin-bottom: 25px;
	float: left; display: inline;
	width: 695px;
}

ul.social li {
	float: left; display: inline;
	border-right: 1px solid #eee;
	padding: 0 5px;
}

ul.social li a.facebook {
	background: url(images/facebook.gif) no-repeat;
	padding-left: 20px;
}

ul.social li a.email {
	background: url(images/email.jpg) no-repeat;
	padding-left: 20px;
}

ul.social li a.twitter {
	background: url(images/twitter.png) no-repeat;
	padding-left: 20px;
}

ul.social li a.digg{
	background: url(images/digg.png) no-repeat;
	padding-left: 20px;
}

ul.social li a.delicious {
	background: url(images/delicious.png) no-repeat;
	padding-left: 20px;
}

ul.social li a.stumble {
	background: url(images/stumble.gif) no-repeat;
	padding-left: 20px;
}

ul.social li a.linkedin {
	background: url(images/linked.jpg) no-repeat;
	padding-left: 20px;
}

ul.social li a.technorati {
	background: url(images/technorati.png) no-repeat;
	padding-left: 20px;
}


ul.social li a.reddit {
	background: url(images/reddit.gif) no-repeat;
	padding-left: 20px;
}

.entry {
	margin-bottom: 20px;
}

.entry p {
	color: #666;
}

.entry ul {
	color: #666;
	list-style: outside square;
	margin-left: 15px;
	margin-bottom: 15px;
}

.more_meta {
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

.more_meta p {
	color: #666;
}

.total_comments {
	float: right; display: inline;
}

.tags {
	float: left; display: inline;
	font-weight: bold;
	color: #666;
}

.sidebar {
	float: right; display: inline;
	width: 230px;
}

.sidebar h2 {
	color: #047E23;
	font: 16px/1 Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.sidebar ul {
	list-style: none;
}

.sidebar ul li.widget {
	background: #EEE;
	padding: 20px 20px 12px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sidebar ul li ul li {
	list-style: outside square;
	margin: 0 0 8px 15px ;
}

.sidebar_form {
	color: #414141;
	font: 13px Arial, Helvetica, sans-serif;
}

.sidebar_form label {
	display: block;
}

.sidebar_form label span {
	color: #F00;
}

.sidebar_form input, .sidebar_form textarea, .sidebar_form select {
	width: 185px;
	margin-bottom: 10px;
	padding: 2px;
}

#comments {
	clear: both;
	overflow: hidden;
}

#comments h3 {
	margin-bottom: 15px;
}

#comments .commentlist li {
	font: 13px Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
	background: #eee;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	list-style: none;
}

#comments textarea {
	width: 90%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#comments input, #comments textarea {
	padding: 5px;
}

#comments input:focus, #comments textarea:focus {
	background: #EEEEEE;
}

.footer {
	text-align: center;
	padding-bottom: 20px;
}

.footer li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 8px;
	border-right: 1px solid #666; 
}

.footer .copyright {
	color: #333;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

.clearfix:after {clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;}

* html .clearfix {height: 1%;}
