/*
Theme Name: Her Strength First
Theme URI: http://herstrenhthfirst.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: JAX
Author URI: http://binarybonsai.com/
*/

body{
	background-image: url(images/hsf_bg.jpg);
	background-repeat: repeat-x;
	background-color: #46f0ff;
	text-align: center;
	background-position: center top;
	margin:0; 
	padding:0; 
	font-size: 12px; 
	color: #333333;
	font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
}
#wrap {
	margin: auto;
	width: 972px;
	border: thin solid #ccc;
	text-align: left;
	padding: 10px;
	min-height:100%;
	background-color: #FFF;
}
#header #logo {
float:left;
}
#header h2 {
	font-size: 12px;
	float: right;
	clear:both;
}
#left {
	font-size: 12px;
	float: left;
	width:660px;
}
#sidebar {
	float: right;
	width:290px;
}
#footer {
	clear: both;
}


#header ul{
		float:right;
}
#header ul li{
	display:inline;
	padding-left:15px;
	
}

#main{
	float:none;
	clear:both;
	width:100%;
}

#left h2, #left h2 a{
	color:#FF00FF;
	font-weight:normal;
	text-transform:lowercase;
	text-decoration:none;
}
#left h2 a:hover{
	text-decoration:underline;
}
#left hr{
	color:#eee;
}

a{ 
	font-size: 12px;
	color:#2a7ede;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
 	font-size: 12px;
	font-weight: bold;
	color:#2fa5bf;
	text-decoration: none;
	font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	}
#header a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
   	text-decoration: none;
	letter-spacing: 1px;
}	
#header a:hover { 
		color: #46f0ff;
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		letter-spacing: 1px;
}	

img{
border:none;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}

#gallery_display{
border:1px solid #999;
padding:5px;
display:block;
height:300px;
}

#galleryleft{
width:400px;
float:left;
}

#galleryright{
float:right;
width:230px;
}

.clearboth{
float:none;
clear:both;
}

span.thumb{
display:inline-block;
height:90px;
margin:0 2px;
padding:0 4px;
width:98px;
float:left;
}
