/*
Theme Name: The Webosphere
Theme URI: http://www.thewebosphere.com/
Description: The Webosphere site design
Version: beta
Author: Matt Magpayo
*/

/* CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */


body {
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg1.jpg);
	background-repeat: repeat;
	text-align: center;
	color: #2f2f2f;
	margin-top:-40px;
}

/* General formatting */
#header
{
    width: 960px;
    height: 250px;
	margin: 0 auto;
	text-align: left;
}

#logo {
    float:left;
    margin: 80px 0 0 30px;
}
#note 
{
    float:left;
    position:relative;
    top:50px;
    left:80px;
    background-image: url(img/graynote2.png);
	background-repeat: no-repeat;
	width:  315px;
    height: 265px;
}
#note h1 
{
    font: bold 40px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	padding: 30px 0 0 30px;
	width:  225px;
}

#wrapper 
{
    background-image: url(img/test.png);
    background-repeat: repeat-y;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
}
#content {
	width: 650px;
	float: left;
	padding: 0 0 0 50px;
}

.postmain 
{
    padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
#comments li, #trackbacks li
{
    font-weight: bold;
	padding: 15px;
}
#comments li.alt, #trackbacks li.alt
{
    background: #e6e6e6;
}
#comments li p, #trackbacks li p
{
    font-weight: normal;
}
#comments li p.author, #trackbacks li p.website
{
    padding-bottom: 0;
}
#comments li p.time, #trackbacks li p.time
{
   	color: #8c8c8c;
	font-size: 11px;
	padding-bottom: 8px;
}
#commentform
{
	border-top: 1px solid #e6e6e6;
}

#sidebar 
{
	width: 180px;
	float: left;
	padding: 0 0 0 30px;
}

/* Text formatting */

#sidebar h3 {
    font-size: 14px;
    font-weight: bold;
	padding: 10px 0 2px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
#sidebar p {
	font-size: 11px;
	padding: 0 0 12px 0;
	line-height: 16px;
	color: #555;
}

#sidebar p.dontpad {
	padding: 2px 0 5px 0;
}

#sidebar p#gallerypromo {
	background: url(img/gallery.gif) top right no-repeat;
	padding-right: 50px;
}

#content p {
	color: #222;
	font-size: 12px;
	padding: 0 0 12px 0;
	line-height: 18px;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px; 
	color:#3776a0; 
	line-height:40px; 
	letter-spacing:-1px;
	font-weight:100;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
#content h1 a, #content h1 a:link, #content h1 a:active, #content h1 a:visited {
    color: #0e5ca5;
    border: 0;
	text-decoration: none;
}
#content h1 a:hover {
    border: 0;
	text-decoration: underline;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px; 
	color:#3776a0; 
	line-height:40px; 
	letter-spacing:-1px;
	font-weight:100;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
#content h3 {
	font: bold 16px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #4895dd;
	margin: 0;
	padding: 7px 0 12px 0;
	border: none;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 12px 0;
}

#content h4.posted {
	margin: 2px 0 6px 0;
	color: #666;
}
#content h4.withcomments {
	background: url(img/comment.gif) 0 6px no-repeat;
	padding: 10px 0 3px 27px;
	border-top: 1px solid #e6e6e6;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 45px 0;
	color: #2f2f2f;
	height: 25px;
}
#content h4.withcomments span {
	display: block;
	float: right;
	font-weight: normal;
}
#content h4.tags {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #2f2f2f;
	height: 25px;
}
strong {
    font-weight: bold;
}

em {
    font-style: italic; 
}
blockquote {
	background: url(img/quote.gif) top left no-repeat;
	margin: 5px 0 15px 0;
	padding-left: 35px;
	color: #666;
    line-height: 17px;
}
code {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
}
pre {
	background: #ededed;
	padding: 5px;
	margin: 0 0 20px 0;
	color: #c61010;
}
pre span {
	color: #000;
}
span.lighter {
	color: #a3a3a3;
	font-size: 10px;
}

/* Lists */

ol {
    list-style-type:decimal;   
}

ul, ol {
	margin: 0 0 15px 25px;
}
ul li, ol li {
	font-size: 12px;
	line-height: 17px;
	padding: 3px 0 5px 3px;
}
ul.secondary {
	margin: 0 0 20px 0px;
}
ul.secondary li {
	font-size: 11px;
}

/* Links */

a, a:link, a:visited, a:active {
    color: #0e5ca5;
	text-decoration: none;
	border-bottom: dotted 1px #0e5ca5;
}
a:hover { 
    border-bottom: 1px solid #0e5ca5;
    background-color: #CDDAE7;
}

/* Forms */

input { 
	padding: 2px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
select { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
select option {
	padding-right: 4px;
}
form.subscribe {
	margin-bottom: 15px;
}
form.subscribe input {
	float: left;
}
form.subscribe input.button {
	padding-left: 5px;
	margin-top: -2px;
}
#subscribe-text {
	width: 75px;
}

#commentform table.formstuff {
	width: 600px;
	margin-left: 20px;
}
#commentform table.formstuff td {
	padding: 1px 0;
}
#commentform table.formstuff td p {
	margin: 0;
	padding: 5px 0 2px 0;
	font-weight: normal;
	font-size: 11px;
}
#commentform table.formstuff td label {
	font-size: 11px;
}
textarea.full {
	width: 99%;
	font: 11px verdana, arial, helvetica, sans-serif;
	padding: 2px;
}

/* Ads */

.AdsSidebar
{
    margin-bottom: 20px;
}

/* Images and other handy stuff */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

img.right { 
	float:right;
	margin:0 0 10px 20px;
}

img.left { 
	float:left;
	margin:0 20px 10px 0;
}

.strike {
	text-decoration: line-through;
}
