/*
Theme Name: Simplistic
Theme URI: http://www.googleadsexposed.com/simplistic.zip
Description: A simple but interesting theme for WordPress.
Version: 1.1
Author: GuessLotto
Author URI: http://www.guesslotto.com/
*/

/* ------------ Globals ------------ */

body {
	margin:0;
	padding-top:0px;
        padding-left: 25px;
        padding-right: 25px;
	background:#fff;
	font-family: Arial, Georgia, Sans-serif;
	color:#000;
	font-size:12px;
}
	
img {
	border:0;
}

.alt {
	background: #eee;
}

a {
	color:#377443;
	text-decoration:none
}
		
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
blockquote {
	padding-left:10px;
	padding-right:10px;
	font-size: 10px;
	font-family: "century gothic", Arial, Sans-Serif;
	color:#000;
	letter-spacing: 0.1em;
    background:#dddddd;
    border: 1px solid #fff;
	font-style: normal;
}

.red {
	color: #ff0000;
}

/* ------------ Wrappers ------------ */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* ------------ Header ------------ */

#header {
	height: 110px;
        position: relative;
}

#header_top {
	width: 1000px;
	height: 100px;
}

#header_top #blogname {
	float: left;
	padding-top: 15px;
	width: 400px;
}

#header_top #blogname h1 a {
	font-size: 40px;
	color: #000;
}

#header_top #blogname h1 a div.title {
   background-image: url(http://www.brianlegros.com/blog/wp-content/uploads/2011/06/Cookie.png);
   background-repeat: no-repeat;
   text-indent: 65px;
   line-height: 80px;
}

#header_top #blogname h1 a div.title span.firstLetter {
   display: none;
}

#header_top #blogname h1 a div.title span.code {
   font-family: Courier;
   font-size: 45px;
}

#header_top #blogname h2 {
	font-family: "century gothic", Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 0.1em;
        margin-left: 81px;
        margin-top: -15px;
}

#header_top #rss {
	margin: 0 50px 0 0;
	padding: 0;
        height: 130px;
        width: 169px;
        position: relative;
        top: -115px;
        left: 375px;
}

#header_top #rss img {
	margin: 0;
	padding: 0;
	border: 0;
}

#header_top #logo {
        position: absolute;
        right: -85px;
        top: 85px;
	margin: 0 50px 0 0;
	padding: 0;
}

#header_top #logo img {
	margin: 0;
	padding: 0;
	border: 0;
}

#header_extra {
	margin-top: 20px;
	width: 1000px;
	height: 200px;
	background: url(images/top_extra.png);
}

#header_extra .extra_spacer {
	float: left;
	margin-top: 15px;
	width: 3px;
	height: 173px;
	background: url(images/top_spacer.png);
}

#header_extra h2 {
	margin-top: 10px;
	font-family: "century gothic", Arial, Sans-Serif;
	font-size: 26px;
	font-weight: bold;
}

#header_extra p {
	padding: 0 5px 0 5px;
	font-size: 16px;
}

#header_extra #extra_one {
	float: left;
	width: 330px;
	height: 200px;
	text-align: center;
}

#header_extra #extra_two {
	float: left;
	width: 330px;
	height: 200px;
	text-align: center;
}

#header_extra #extra_three {
	float: left;
	width: 330px;
	height: 200px;
	text-align: center;
}

form#searchform {
	margin: 15px 0;
	padding: 0;
}

input.s {
	float: left;
	margin: 0 3px 0 36px;
	padding: 4px 0 0 0;
	width: 180px;
	height: 20px;
	font-size: 1em;
}

input.search_button {
	float: left;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 70px;
	height: 28px;
	background: url(images/search_button.png) no-repeat;
}
	
	
/* ------------ Menu Navigation ------------ */

#menu {
	float: left;
	height: 20px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0 3px 0 0;
	padding: 0;
	height: 28px;
	list-style: none;
	float: left;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	background: url(images/menu.png) repeat-x;
}

#menu ul li a {
	position: relative;	
	top: 30%;
	margin: 0;
	padding: 0 10px 0 10px;
	height: 28px;
	font-weight: bold;
	color: #fff;
}

/* ------------ RSS Icon ------------ */

#rss_icon {
	float: right;
	margin-right: 20px;
	width: 62px;
	height: 28px;
}

#rss_icon img {
	margin: 0;
	padding: 0;
}


/* ------------ Content ------------ */	

#content {
	float: left;
	margin-top: 15px;
	width: 625px;
}

#content .pagetitle {
	text-align: center;
	margin-bottom: 5px;
	color: #000;
}

/* ------------ Post ------------ */

#content .post .top_post_container {
	width: 650px;
	padding-bottom: 4px;
	border-bottom: 2px solid #ddd;
}

#content .post .top_post_container h2 a {
	font-family: "century gothic", Arial, Sans-Serif;
	font-size: 26px;
	font-weight: normal;
	color: #2771bc;
}

#content .post .top_post_container span {
	font-size: 10px;
	letter-spacing: 0.2em;
}

#content .post .cover {
	padding-top: 10px;
	clear: both;

}

#content .post .cover .entry p {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 12px;
}

#content .post .cover .entry li {
        padding: 5px;
}


#content .post .cover .entry .syntax_hilite li {
        padding: 0px;
}

/* Remove CSS between these tags to stop text from wrapping around an image */

#content .post .cover .entry img {
	float: left;
	margin: 0.1em;
}

/* End image tag */

/* ------------ Post Comments ------------ */

#content .post .postmetadata {
	margin: 15px 20px 15px 0;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}

#content .post .postmetadata img {
	margin: 0 4px 0 0;
}

/* ------------ The Sidebar ------------ */

#sidebar {
	float: right;
	margin-top: 20px;
	width: 275px;
	background: url(images/sidebar_main.png) repeat-y;
}

#sidebar_top {
	width: 275px;
	height: 27px;
	background: url(images/sidebar_top.png);
}
	
#sidebar_bottom {
	width: 275px;
	height: 27px;
	background: url(images/sidebar_bottom.png);
}

#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-family: "century gothic", Arial, Sans-Serif;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	/*background: url(images/sidebar_spacer.png) no-repeat bottom;*/
}

#sidebar ul ul li {
	padding: 0 20px 5px 10px;
	border: 0;
	background: transparent;
}

#sidebar ul ul ul li {
	padding: 3px 0 0 40px;
	border: 0;
}

#sidebar ul ul ul li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar ul li a {
	margin: 0;
	padding: 0 0 0 20px;
	color: #555;
}

#sidebar ul li a:hover {
	color: #000;
}

/* ------------ Sidebar Advertisements ------------ */

#sidebar_ads {
	text-align: center;
}

#sidebar_ads img {
	margin: 0;
	border: 0;
}

/* ------------ Footer ------------ */

#footer {
clear: both;
margin: 0 auto;
padding-top: 10px;
	width: 1000px;
	text-align: left;
}

#footer p {
text-align: left;
	font-size: 10px;
}

#footer p a {
	text-decoration: underline;
}

/* ------------ Post Navigation ------------ */

#navigation {
	text-align: center;
	color: #fff;
}

#navigation a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #ff0000;
}


/* ------------ Attachment ------------ */



/* ------------ The Page Title ------------ */



/* ------------ Comments ------------ */

#comments {
	margin: 0 auto;
	padding-right: 10px;
	padding-top: 60px;
	width: 700px;
}

#comments h2 {
padding-bottom: 4px;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #000;
	border-bottom: 2px solid #ddd;
}

#comments cite a {
color: #ff0000;
}

#comments .commentmetadata {
font-size: 10px;
text-transform: uppercase;
}

#comments ol {
	margin: 12px 0 10px 0;
	padding: 0;
	list-style-position: inside;
list-style: none;
}

#comments ol li {
	margin: 1px 0 0 0;
	padding: 5px 5px 1px 5px;
	background: #fff;
	border: 1px solid #fff;
}

#comments #commentform #author {
	width: 200px;
}

#comments #commentform #email {
	width: 200px;
}

#comments #commentform #url {
	width: 200px;
}
#comments #commentform #comment {
	width: 500px;
}

/* ------------ Calendar ------------ */

#calendar_wrap caption {
	margin: 0;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#wp-calendar {
	margin: 0 auto;
	width: 160px;
}

#searchform div br
{
        display: none;
}

#searchform div
{
   left: 35px;
   position: relative;
}

#searchform div label
{
   display: none;
}

#searchform div input[type="text"]
{
        position: relative;
        display: inline;
        left: 5px;
}

#searchform div input[type="submit"]
{
        position: relative;
        display: inline;
        left: 10px;
}

#search
{
        padding-bottom: 20px;
}

#searchform label
{
        display: none;
}

#searchform div
{
        left: 30px;
}

.st-tag-cloud
{
      padding: 0px 15px 15px 10px;
}

#content .post .cover .entry a:hover {
        text-decoration: underline;
}

div.slideshowlink {
   display: none;
}
