/*
Theme Name: WE ADD UP
Theme URI: http://www.gaugestudios.com
Version: 1.0
Author: Nathan Lenkowski
*/

/* Layout */

#blogContainer {
	background: white;
	font: normal 13px/1.5 arial, helvetica, sans-serif;
	}

#blogContent {
	float: left;
	width: 615px;
	padding: 0 0 30px 40px;
	}

/* Sidebar */

#sidebar {
	float: right;
	font: normal 12px/1.5 arial, helvetica, sans-serif;
	width: 160px;
	padding: 0 5px 30px 25px;
	margin: 0;
	background: #F9FAFA;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#sidebar a {
	font: normal 13px/1.5 arial, helvetica, sans-serif;
	color: #333;
	}
	
#sidebar a:hover {
	font: normal 13px/1.5 arial, helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	}

#sidebar li a:hover {
	text-decoration: underline;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0 0 0;
	padding: 0;
	}

#sidebar h1, #sidebar h2 {
	font: bold 20px/1.5 arial, helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	margin-top: 15px;
	}

.highlight {
	color: #fff;
	font-weight: bold;
	background: #4D4D4D;
	padding: 4px 6px 4px 6px;
	}

#facebookBlog{ background: url(images/facebook_blog.gif) no-repeat top left; display: block; width: 58px; height: 60px; }
#facebookBlog:hover { background-position: bottom left; }
#facebookBlog span { line-height: 55px; color: #666; font-size: 16px; font-weight: bold; margin-left: 65px; }

#twitterBlog{ background: url(images/twitter_blog.gif) no-repeat top left; display: block; width: 58px; height: 60px; } 
#twitterBlog:hover { background-position: bottom left; }
#twitterBlog span { line-height: 55px; color: #666; font-size: 16px; font-weight: bold; margin-left: 65px; }

#feedBlog{ background: url(images/feed_blog.gif) no-repeat top left; display: block; width: 58px; height: 60px; }
#feedBlog:hover { background-position: bottom left; }
#feedBlog span { line-height: 55px; color: #666; font-size: 16px; font-weight: bold; margin-left: 65px; }

/* Posts */

.post {
	padding-top: 30px;
	}
	
.titleBlock {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0; 
	margin-bottom: 25px;
	}
	
.storytitle {
	font: bold 24px/1.5 arial, helvetica, sans-serif;
	color: #484848;
	text-decoration: none;
	margin-top: 30px;
	}
	
.storytitle:hover {
	color: #1B96CE;
	}

.storycontent {
	padding-right: 20px;
	}

.storycontent a {
	font: normal 13px/1.5 arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #333;
	}
	
.storycontent a:hover {
	color: #000;
	}
	
.meta {
	font: normal 12px/1.5 arial, helvetica, sans-serif;
	padding-top: 5px;
	}
	
.meta b {
	color: #333;
	}

.meta a {
	font-weight: bold;
	color: #1B96CE;
	}
	
.meta a:hover {
	color: #36C0FF;
	}

.navigation {
	width: 600px;
	}
	
.navigation a {
	position: relative;
	top: 30px;
	font-weight: bold;
	font-size: 12px;
	color: #4F4F4F;
	background: #DEDEDE;
	padding: 5px 10px 5px 10px;
	line-height: 3em;
	}
	
.navigation a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	}
	
a.more-link  {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	}
	
a:hover.more-link  {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	}

/* Comments */

.feedback {
	font: normal 12px/1.5 arial, helvetica, sans-serif;
	padding-top: 3px;
	}
	
.feedback a {
	font: normal 12px/1.5 arial, helvetica, sans-serif;
	color: #333;
	}

.feedback a:hover .comments {
	color: #36C0FF;
	}

.commentTitle {
	font: bold 24px/1.5 arial, helvetica, sans-serif;
	color: #484848;
	text-decoration: none;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	}

.comments {
	font-weight: bold;
	color: #1B96CE;
	padding: 0 2px 0 2px;
	}
	
.comments:hover {
	font-weight: bold;
	color: #1B96CE;
	padding: 0 2px 0 2px;
	}

#commentform form {
	font: normal 13px/1.5 arial, helvetica, sans-serif;
	}
	
#commentlist {
	}
	
#commentlist li {
	padding: 0 5px 5px 5px;
	list-style-type: none;
	list-style-image: none;
	}

/* Various */

a {
	color: #1B96CE;
	text-decoration: none;
	}
	
a:hover {
	color: #36C0FF;
	}
	
.red {
	color: red;
	}

#twitter {
margin-bottom: 5px;
}

#twitter_update_list {
list-style: none;
margin-left: 0;
}

#twitter_update_list li {
margin-bottom: 15px;
}	
	