/*   
Theme Name: Lite Site
Theme URI:
Description: Theme developed for litesite.com.
Author: Jeff Rainey
Author URI: http://jefferyrainey.com
Version: 1.0
Tags: dark, glow, light, beam, black, clean, translucent,

Structured derived from Elegant Grunge by Michael Tyson
	
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  	margin-bottom: 21px;
	letter-spacing:1.5px; 

}

h1 {
	font-size: 28px; 
	padding-bottom:11px;
	margin:10px 0;
	font-weight:normal;
	border-bottom: solid 1px #333;
  
}

h2 { 
	font-size: 23px; 
	padding-bottom:11px;
	margin-bottom:10px;
	font-weight:normal;
	border-bottom: solid 1px #333;
}

h3 { 
	font-size: 18px; 
	padding-bottom:11px;
	margin-bottom:10px;
	font-weight:normal;
	border-bottom: solid 1px #333;
}


h4 { 
	font-size: 16px; 
	padding-bottom:11px;
	margin:40px 0;
  	font-weight:normal;
	border-bottom: solid 1px #333;
	width:300px

}

h5 { 
	font-size: 14px; 
  	font-weight:normal;

}

h1, h2, h3, h4, h5 {
	color:#fff;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

textarea, input {background:#222;
	margin:0;
	padding:5px;
	background: #222; 
	border:none;
	border-top: 1px solid #444;
	color:#ccc
}

fieldset {border:none}

/* GENERAL */

body {
	background: #000 url(img/bgMain.jpg)  no-repeat center top;
	font: 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaa;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 955px;
	margin: 0 auto 10px;
	
	
}

#main {
	padding: 20px;
}

#content {
	padding: 0 0 20px 0;
	float: left;
}

#contentHome {
	width:520px;
	padding: 50px 0 20px 25px;
	float: left;
}

#contentPost {
	width:620px;
	padding: 50px 0 20px 5px;
	float: left;
}

#twitter {
	width:240px;
	font-size:12px;
	margin:30px 0 10px 50px;
	padding: 20px 20px;
	float:right;
	background:url(img/fadeToBlack.png) repeat-x top;
	border-top: 1px solid #222;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;

}
#twitter ul {
	padding:0;
	margin:0;
}

#twitter li {
	list-style:none;
	margin-bottom:15px;
}

#twitter li span {
	display:block
}

#twitter-link {
	color:#00bcf3;
	font-weight:bold;
	font-size: 15px;
	background:url(img/twitter-bird.png) no-repeat;
	margin-left:40px;
}

#sidebar {
	float:right;
	width:220px;
	margin-top:50px;
}

#sidebar li {
list-style:none;
}

.service {
	background:url(img/fadeToBlack400px.png) repeat-x top;
	border-top: 1px solid #222;
	width:212px;
	margin:20px;
	float:left;
	color:#ddd;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	padding: 25px;
	
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85
}

.service h3 {
	color: #9dddf4;
}

.service ul {
	padding:0;
	margin:0;
}

.service li {
	font-size:12px;
	list-style:none;
	margin-bottom:10px;
}

.service p {
	font-size:10px;
	line-height:15px;
	
}

a {
	color: #9dddf4;
	text-decoration: none;
}

.btnLGS {
	background: url(img/bgBtnGetStarted.png) top;
	display: block;
	width: 148px;
	height: 40px;
	text-align: center;
}

.btnLGS ul li {
	display: block;
	position: relative;
	color: #9dddf4;
	padding-top: 10px;
}

.btnLGS:hover {
	background-position: bottom;
}

.btnLGS a {
	text-decoration: none;
	color: #fff;
	padding: 13px 26px;
}

.btnLGS a:hover {
	text-decoration: none;
	color: #669933;
}

a:hover {
	text-decoration: underline
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	
	height: 100px;
	
}

#head h1 {
	background:  url(img/liteSite.png) no-repeat;
	float:left;
	margin: 20px 0 0 20px;
	border: 0;
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 53px;
	width:  217px;
}


/* Slogan */

#slogan {
	
	
}

/* MENU */

#menu {
	float: right;
	margin: 45px 10px 21px 0px;
	padding:0;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
}

#menu ul ul li {
		
	_padding-left: 10px;
}

#menu ul ul li a:before {

}

#menu ul li {
	float: left;
}


#menu li a {
	color: #FFF;
	font-size: 18px;
	padding: 0 20px;
	display: block;
	text-decoration: none;
}

#menu li a:hover {
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}



/* BLOG */
#searchform {margin-top:30px}

#searchsubmit {
	padding:7px 10px;
	position:relative;
	top:8px
}

.post {
	border-bottom: 1px solid #444;
	margin-bottom: 30px;
}

.commentCount {float:right}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}

#respond h3 {border:none}



/* FOOTER */

#footer {
	padding: 20px 30px 1px;
	clear: both;
	
}

#footer p {
	font-size: 10px;
	color:#727272;
}

#copyright {}

#connect {float:right}



#connect ul{
	margin: 0;
}

#connect li {
	list-style: none;
}



#connect ul li {
	float: right;
}


#connect li a {
	padding: 0 3px;
	display: block;
	text-decoration: none;
	filter:alpha(opacity=45);
	opacity: 0.45;
	-moz-opacity:0.45;
}

#connect li a:hover {
	filter:alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity:1.00;
}
