/*   
Theme Name: SmallGroupTheme
Theme URI: http://smallgroupproductions.com
Description: Its the smallgroup theme
Author: Greg Daneault
Author URI: gregswebmagic.com
Version: 1.0
.
Its mah theme.  Don't take it, unless you want to
.
*/

@charset "utf-8";
body{
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/SGP_BG_03.gif);
background-repeat:no-repeat;
background-attachment:fixed;
margin:0px;
}

div{
margin:0px;
}

.body p{
width:90%;
text-indent:2em;
margin:auto;
font-size:1em;
margin-bottom:1.1em;
}

/*.body p:first-letter{
color:#A8E61D;
font-size: 1.2em;
}
*/
h1 {
margin: 0px;
padding: 0.6em;
text-indent:0.3em;
font-size:2.5em;
margin-top:1000px;
}

h2 {
padding-left:1.5em;
color:#A8E61D;
font-weight:normal;
margin-bottom:0px;
}

li h3{
margin:0px;
padding:0px;
}

li a {
color:#FFFFFF;
}

h3 {
color:#0066FF;
padding:0px;
margin:0px;
padding-left:3em;
margin-bottom:1.5em;
font-weight:normal;
font-size:1.1em;
}

h3 a{
font-size:1.1em;
color:#0066FF;
}

h3 a:hover{
color:#0099FF;
}

.postHeader h2{
display:block;
padding-top:.3em;
}

.postHeader h3{
display:block;
margin-bottom:.3em;
}

.container {
width: 750px;
margin: auto;
margin-top:2em;
padding-bottom:2em;
padding:0px;
border: 1px #FFF solid;
background-color: #161616;
color:#FFF;
z-index:5;
}

.absContainer{
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:5;
margin:0px;
padding:0px;
background:none;
}

#lowerSplotch {
position:fixed;
bottom:0px;
right:0px;
width:100%;
height:100%;
z-index:1;
visibility:visible;
/*background-image:url(../img/LR_02.gif);*/
background-position:bottom right;
background-repeat:no-repeat;
}

.comments {
	width: 90%;
	margin: auto;
	margin-top:30px;
	margin-bottom: 15px;
}

.comment {
border: 1px #333333 dashed;
border-top:none;
margin:auto;
margin-bottom:0px;
margin-top:0px;
padding:0px;
}

.top {
border: 1px #333333 dashed;
}

.comment .authorPic {
margin-top: 5px;
}

.comment h2{
font-size: 16px;
font-weight: bold;
margin-top: 0px;
padding-top: 5px;
}

.comment h3.poster {
font-size:12px;
}

.head {
width:100%;
border-bottom: 1px #FFF solid;
padding:0px;
margin:0px;
background-image:url(images/header.gif);
background-position:center;
overflow:hidden;
height: 176px;
}

.menu {
width:100%;
border-bottom: 1px #FFF solid;
background-color: #A8E61D;
color:#000000;
height:1.5em;
}

.menu ul {
padding:0px;
margin:0px;
}

.menu ul li{
float:left;
padding:0px;
margin:0px;
width:25%;
list-style:none;
text-align:center;
}

.menu ul li a{
color:#161616;
font-size:1.2em;
text-decoration:none;
margin-top:0.1em;
}

.menu ul li a:hover{
font-weight: bold;
}

.body{
width:100%;
border-bottom:1px #FFF solid;
padding-top:1em;
}

ol, ul, pre {
	width:90%;
	margin-left:10%;
	padding-left:10%;
}

.footer{
width: 100%;
padding: 0px;
}

.postHeader {
display:block;
width:90%;
border-bottom:1px #FFF solid;
margin-top:1em;
margin-left:5%;
margin-bottom:2em;
}

.authorPic, .noImg {
float:left;
margin:1em;
margin-top:-.5em;
}

.pages {
width:100%;
text-align:center;
}

.pages a{
color:#A8E61D;
font-size:1.25em;
text-decoration:none;
}

.pages a:hover {
color:#FFF;
}

.footer p{
padding: .25em;
text-align:center;
}

.footer p a{
color: #A8E61D;
}

.controls {
width:80%;
margin: auto;
}

label {
display: block;
margin-bottom:5px;
}

label span{
display: block;
width: 30%;
float: left;
}


form.addComment {
width: 80%;
margin: auto;