/*
Theme Name: wordpress-bootstrap
Theme URI: http://320press.com/wpbs
Description: A bones/twitter bootstrap based wordpress theme.
Version: 0.1
Author: 320press
Author URI: http://320press.com
Tags: bones, twitter, bootstrap, 320press, clean, basic
*/


/* layout */

.container{
	width: 100%;
}

.span10{
	width: 100%;
}

.span8{
	width: auto;
}

.span6{
	width: 100%;
}

.row{
	margin-left: 0;
}

.row > [class*="span"] {
	margin-left: 0;
}

#inner-header{
	width: 100%;
}

#inner-footer{
	padding: 0 10px;
}

.topbar-inner{
	padding: 0 10px;
}


#s{
	width: 100px;
}

#content{
	padding: 60px 10px 0;
}

/* post styling */

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 18px;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main article img{
	max-width: 100%;
	max-height: 100%;
}

img.alignleft{
	margin-right: 10px;
}

img.alighright{
	margin-left: 10px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

/* comments */

#comment-form-title{
	padding-left: 20px;
}

#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

ol.commentlist div.avatar{
	float: left;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 0;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#cancel-comment-reply{
	padding-left: 20px;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
	height: 100%;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}


/* widget styles */

#tag-cloud{
	margin-bottom: 18px;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

@media only screen and (min-width: 940px) {
	.container{
		width: 940px;
	}
	
	.span10{
		width: 580px;
	}
	
	.span8{
		width: 460px;
	}
	
	.span6{
		width: 340px;
	}
	
	.row{
		margin-left: -20px;
	}
	
	.row > [class*="span"] {
		margin-left: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	#s{
		width: 210px;
	}
}

