/*  
Theme Name: Twelve
Theme URI: http://www.geekwithlaptop.com/twelve-wordpress-theme
Description: Elegant and stylish theme with a touch of minimalism.  Brought to you by <a href="http://www.geekwithlaptop.com">Geek with Laptop</a>
Version: 1.5
Author: Geek With Laptop
Author URL: http://www.geekwithlaptop.com
Tags: fixed width, two columns, widgets, gravatars, right sidebar, white, elegenat

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

* {
margin: 0px;
padding: 0px;
border: 0px;
list-style: none;
}

body {
background: #F0F0F0 url('images/bodybg.jpg') repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														TEXT & LINK PROPERTIES												
------------------------------------------------------------------------------------------------------------------------------- */

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #5E5D5D;
text-decoration: underline;
font-weight: normal;
line-height: 36px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #85AD55;
text-decoration: none;
font-weight: normal;
line-height: 24px;
text-transform: uppercase;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #5E5D5D;
text-decoration: none;
font-weight: normal;
line-height: 24px;
}

h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #9b9b9b;
text-decoration: none;
font-weight: normal;
line-height: 12px;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #6B6b6B;
text-decoration: none;
text-align:justify;
font-weight: normal;
line-height: 17px;
margin: 10px 0 0 0;
}

a, a:link, a:active, a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
color: #85ad55;
text-decoration: none;
font-weight: normal;
}

a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
color: #3B3b3B;
text-decoration: underline;
font-weight: normal;
}

.title a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #5E5D5D;
text-decoration: underline;
font-weight: normal;
line-height: 36px;
}

.title a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #85ad55;
text-decoration: none;
font-weight: normal;
line-height: 36px;
}

#sidebar h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #85AD55;
text-decoration: none;
font-weight: normal;
margin: 0 0 7px 0;
border-bottom: 1px solid #d2d2d2;
text-transform: uppercase;
}

#sidebar p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #3B3b3B;
text-decoration: none;
font-weight: normal;
line-height: 15px;
text-align: justify;
}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited, .sbcontainers a {
font-family: Georgia, "Times New Roman", Times, serif;
color: #9B9b9B;
text-decoration: none;
font-weight: normal;
}

#sidebar a:hover, .sbcontainer a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
text-decoration: underline;
font-weight: normal;
}

ul {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #3B3b3B;
text-decoration: none;
font-weight: normal;
line-height: 15px;
}

li {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #3B3b3B;
text-decoration: none;
font-weight: normal;
line-height: 15px;
}

img, img a, img a:link, img a:active, img a:visited, img a:hover {
border: none;
}

#comment p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #9b9b9b;
text-decoration: none;
font-weight: normal;
line-height: 24px;
}
.postcon li {
list-style-image:	none;
list-style-position:	outside;
list-style-type:	disc;
marker-offset:	auto;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													LOGO & TOP CONTAINERS											
------------------------------------------------------------------------------------------------------------------------------- */

#topcontainer {
margin: auto;
width: 939px;
height: 119px;
}

#lefttop {
float: left;
width: 248px;
height: 119px;
margin: 0 0 0 40px;
}

#righttop {
float: right;
width: 600px;
}

#logo {
float: left;
width: 500px;
height: 22px;
margin: 45px 0 0 0;
font-family: Georgia, Verdana, Arial;
font-size: 24px;
font-weight: bold;
color: #555454;
}

#logobox {
background: url('images/logobox.png') no-repeat;
width: 208px;
height: 8px;
margin: 111px 0 0 0;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													NAVIGATION STRUCTURE & BUTTONS											
------------------------------------------------------------------------------------------------------------------------------- */

#menu {
float: right;
height: 35px;
margin: 84px 0 0 0;
}

#nav { 
height: 35px; 
display: inline; 
overflow: hidden;
white-space: nowrap;
}

#nav li { 
display: inline;
font-family: Georgia, Verdana, Arial;
font-size: 10px;
font-weight: bold;
color: #555454;
text-transform: uppercase;
}

#nav a { 
float: left;  
overflow: hidden;
color: #555454;
font-weight: bold;
padding: 0 10px 0 10px;
}

#nav a:hover { 
color: #85AD55;
text-decoration: underline;
font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													BODY CONTAINER AND MAIN CONTENT											
------------------------------------------------------------------------------------------------------------------------------- */

#container {
margin: auto;
width: 937px;
background-color: #FFFFFF;
background-position: 50% 0;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
overflow: hidden;
}

#maincontent {
float: left;
width: 550px;
margin: 40px;
}

.postcon {
width: 550px;
float: left;
margin: 0 0 60px 0;
}

.postcon img {
border:none;
padding-left:5px;
padding-right:5px;
}

.title {
float: left;
width: 550px;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													SIDEBAR CONTAINER AND CONTENT											
------------------------------------------------------------------------------------------------------------------------------- */

#sidebar {
float: left;
width: 224px;
margin: 40px 40px 40px 0;
padding: 0 0 0 40px;
border-left: 1px solid #d7d7d7;
}

.push {
margin: 0 0 20px 6px;
}

.sbcontainers {
float: left;
width: 224px;
padding: 7px 0 25px 0;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														COMMMENT BOXES											
------------------------------------------------------------------------------------------------------------------------------- */

.commentcon {
float: left;
width: 550px;
background: url('images/commentbg.jpg') repeat;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
margin: 0 0 20px 0;
}

.commenttop {
float: left;
background: url('images/commenttop.jpg') no-repeat;
width: 550px;
height: 3px;
}

.comment {
float: left;
background: #FFFFFF;
margin: 25px;
padding: 20px;
width: 458px;
border: 1px solid #d2d2d2;
}

.textinput {
border: 1px solid #d2d2d2;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #9b9b9b;
padding: 7px;
}

.submit {
border: 1px solid #d2d2d2;
background: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #A0A0A0;
padding: 7px;
}

input {
border: 1px solid #d2d2d2;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #9b9b9b;
padding: 7px;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														FOOTER											
------------------------------------------------------------------------------------------------------------------------------- */

#footer {
width: 939px;
margin: auto;
}

#footer p {
text-align:center;
clear:both;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														MONITOR SPACING											
------------------------------------------------------------------------------------------------------------------------------- */

.monitors {
float: left;
border: 0px;
padding: 0 18px 30px 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}