/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

#header {
background: #ededed;
border-bottom: 0px;
}

.logo{
padding: 11px 0px 0px 0px;
position: absolute;
}

#content {
width: 600px;
}

#nav-content{
margin: 100px auto 0px auto;
}

#primary {
width: 170px;
}

#secondary {
width: 180px;
}

#container {
width: 600px;
}

.onecolumn {
width: 950px;
margin-left:-170px;
}

.gallery-item {
width:170px;
}

.featured-article img {
width: 580px;
height: 250px;
}

.alignleft {
float: left;
margin: 0 0.5em 0.5em 0;
}

.featured-entry{
width: 580px;
}

.featured-article {
width: 580px;
}

.wp-caption{
border: 0px;
background: #fff;

}

.posts-default li {
width: 185px;
height: 225px;
}

.posts-default .entry-meta {
width: 177px;
}


.posts-default .entry-thumbnails {
width: 185px;
height: 120px;
}

.posts-default img, .posts-default .entry-thumbnails-link {
width: 177px;
height: 110px;
}

img.aligncenter, img.alignright, img.alignleft {
border: 0px solid #fff;
text-align: center;
background: #Fff;
padding: 0px;
}

a, a:link, a:visited{
color: #313428;
text-decoration: none;
font-weight: bold;
}

.entry-content a { 
color: #309328; 
font-weight: normal;
text-decoration: underline;
}

.entry-content a:hover { 
color: #313428; 
font-weight: normal;
}

a, a:hover{
color: #309328;
text-decoration: none;
font-weight: bold;
}

#nav .sf-menu a{
font-weight: normal;
}

.sidebar li{
	list-style: none;
}

.widgetcontainer ul, .widgetcontainer ol{
	margin:0;
}

.facebookbox{
	position: relative;
	width:179px;
	height:270px;
	overflow: hidden;
	left:-10px;
}

.fb-like-box{
	position: relative;
	left:-1px;
	top: -1px;
}

.widgettitle{
	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(252,252,252) 81%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(252,252,252) 81%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(252,252,252) 81%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(252,252,252) 81%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(252,252,252) 81%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(230,230,230)),
		color-stop(0.81, rgb(252,252,252))
	);
}