/*
Theme Name: slight
Theme URI: http://www.thematology.com/2008/09/06/free-wordpress-theme-slight/
Description: 2 column, with RHS widget sidebar, GPL v3 licence 
Version: 1.2
Tags: fixed width, two columns, widget ready, white, blue, simple
Author: Thematology
Author URI: http://www.thematology.com/
*/



body {
margin: 0;
padding: 0;  
color: #999999;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
background: #fff;
background: -moz-linear-gradient(100% 100% 90deg, black, white);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(black), to(white));
}

.clear {
clear: both;
}

#wrapper{
width: 960px;
margin: 0px auto;
padding: 0px;
text-align:left;
font-size: 75%;
line-height:20px;
}


#header{
/* background: url(../../../images/wls_logo_text_alpha_background.png) top left no-repeat;  */
padding: 0px;
/* text-indent: -9999px; */
margin: 0 10px 5px 0; 
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}


h3#logo {
width: 583px; 
height: 85px; 
background: url(../../../images/wls_logo_text_alpha_background.png) top left no-repeat; 
text-indent: -9999px;
margin: 0 10px 8px 0; 
float: left;
}

h3#glxpbutton {
width: 100px; 
height: 100px; 
background: url(../../../images/glxp_button_tiny_alpha.png) top left no-repeat; 
text-indent: -9999px; 
float: right;
}

h3#wlsbutton {
width: 100px; 
height: 100px; 
background: url(../../../images/wls_team_button_tiny_alpha.png) top left no-repeat; 
text-indent: -9999px; 
float: right;
}


#main-menu-bar {
width: 700px;
margin-bottom: 20px;
}

/* Some stuff from the drop-down menus tutorial */
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}
/* End stuff */




ul#nav_links {
float: left;
margin: 10px 0 0 0;
}


ul#nav_links li {
display: inline;
}

ul#nav_links li a {
color: red;
font-size: 18pt;
font-weight:100;
padding: 7px 0 2px 2px;
margin: 0px 0 15px 0;
}

#header-inner{
margin:0;
padding:0;
}
		
#content{
margin: 0px;
padding: 0px 0px 0 0px;
background:rgba(0,0,0,0);
}	

#content-inner{
}

#main {
width: 690px;
float:left;
margin: 0px;
padding: 5px 0 5px 5px;
overflow:hidden;
}


#sidebar {
padding: 25px 15px 15px 15px;
margin: 0px 0 0 700px;
}


#footer {
clear: both;
background: url(../../../images/moon_footer_washed_cropped_alpha.png) bottom center no-repeat;
margin: 0;
padding: 10px 16px;
text-align: center;
font-size: 85%;
}


#footer-inner{
/*border-top:1px solid #ccc;*/
margin:0 0 10px 5px;
}

#footer p{
margin:0;
padding:15px 0;
}

#navigation{
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:right;
padding: 0 15px;
}

#credit p{
margin:0;
color:#777;
font-size:65%;
padding: 0 0 3px 0;
}

#credit p a, #credit p a:hover{
color:#999;
font-weight:100;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: georgia, 'Times New Roman', sans-serif;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:#999999;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#274A9B;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	


/* Headings */ 

form#searchform2{
color: white;
display: block;
float:right;
margin: 10px 15px 0px 5px;
}

#header h3{
margin:  0;
padding: 25px 0 0 25px;
}

#header h3 a{
font-weight:100;
color: #5077D3;
text-decoration: none;
font-size: 260%;
letter-spacing: 1px;
}

#header h2{
margin: 0;
padding: 10px 0 30px 25px;
font-weight:800;
font-family:Tahoma, sans-serif;
color: #444444;
font-size: 110%;
letter-spacing: 1px;
}

h2#sectiontitle{
font-size:100%;
font-weight: 800;
font-family: arial, verdana, sans-serif;
padding:6px 6px 6px 10px;
margin:8px 10px 15px 10px;
background: #f2f2f2;
color: #444;
}

/* post styles */

.post{
margin: 0 0 10px 0;
padding: 0 5px 5px 5px;
text-align: left;
background-color: rgba(0, 0, 0, 0.5);

/* optional rounded corners for browsers that support it */
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.entry{
margin: 0;
padding: 0px 10px 3px 10px;
}

.post p {
color: silver;
}

.post h2 {
font-family:"Gill Sans", Tahoma, sans-serif;
color: red;
font-size: 32pt;
font-weight:100;
padding: 7px 0 2px 2px;
margin: 0px 0 15px 0;
}


.post h2 a{
color: red;
text-decoration:none;
font-weight:lighter;
}

.post h2 a:hover{
text-decoration:none;
color: #333;
}

.postmetadata{
font-size:80%;
padding: 1px 8px 1px 5px;
margin: 0;
border-top: 1px solid #ccc;
}

.postmetadata p{
line-height: 18px;
padding: 0;
margin: 2px 0;
}


.date{
float:left;
text-align:center;
font-weight:800;
margin: 0 10px 0 0;
padding: 0 10px;
border-right: 1px solid #ccc;
color: #444;
font-family:arial, sans-serif;
}


.dateDay{
display:block;
font-size: 16px;
line-height: 16px;
text-align:center;
}
.dateMonth, .dateYear{
display:block;
font-size: 11px;
padding:0;
line-height: 12px;
}




/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 15px 15px;
	font-size:90%;
	background: #f2f2f2;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}


/*  sidebar styles */


#subscribe p{
font-size: 85%;
margin: 0px 0 10px 0;
}



.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
margin: 0 0 10px 0;
padding: 0 5px 5px 5px;
text-align: left;
background-color: rgba(0, 0, 0, 0.5);
/* optional rounded corners for browsers that support it */
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.menu ul li.widget ul{
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li{
border-bottom:1px solid #ddd
background: rgba(0,0,0,0);
padding: 2px 2px 2px 15px;
margin:0;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px solid #ddd;
border-bottom: none !important;
padding: 2px 2px 2px 15px;
}



.menu ul li.widget h3{
font-family: arial;
font-size:120%;
padding:2px 2px 1px 4px;
margin:0;
/*border-top: 3px solid #5077D3;*/
border-bottom: 1px solid #bbb;
color: red;
font-weight: 100;
font-variant:small-caps;
}

.menu ul li h3 a{
color: white;
font-weight: 800;
text-decoration: underline;
}
.menu ul li h3 a:hover{
background-color: black;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}


#footer a{
font-weight: 100;
}

