/* 
	Theme Name: Gangway
	Theme URL: http://performancing.com/wordpress-themes/
	Description: Gangway 1.0 is an awesome theme for group blogs.
	Author: Forty
	Author URI: http://www.fortymedia.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 03.27.07
			First Release of Gangway 1.0
		v2.0 - 04.07.09
			Updated for WordPress 2.7+
*/

a:link, a:visited{
	color: #3366CC;
	text-decoration: none;
}

a:hover, a:active{
	color: #336699;
	text-decoration: underline;
}

body{
	background: url(img/bg.gif) #FFFFFF repeat top;
	font: 82%/1.5 Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 975px;
}

div, dl, dt, dd, ul, ol, lo,
h1, h2, h3, h4, h5, h6,
form, blockquote{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

h2 {

}

html{
	text-align: center;
}

img{
	border: none;
}

ol, ul{
	list-style: none;
}

p {
	margin: 10px 15px;

}

blockquote {
	margin: 15px;
	color: #333;
}

.addbar{
	border-bottom: 2px solid #333333;
	border-top: 2px solid #333333;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.addbar .narrow{
	float: right;
	width: 230px;
}

.addbar .wide{
	float: left;
	width: 728px;
}

.addbar img{
	display: block;
}

.contentarea{
	float: left;
	width: 100%;
}

.contentarea .narrow{
	color: #666666;
	float: left;
	width: 230px;
}

.contentarea .narrow h3{
	font-size: 110%;
	font-weight: bold;
	padding: 5px 15px 0 15px;
}

.contentarea .narrow p.addspace{
	padding: 0 0 10px 0;
}

.contentarea .narrow p.addspace img{
	display: block;
}

.contentarea .narrow p.title{
	background: url(img/cornernarrow.gif) #EEEEEE no-repeat bottom;
	border-top: 1px solid #999999;
	font-size: 85%;
	margin: 0 0 10px 0;
	padding: 4px 15px 5px 15px;
}

.contentarea .narrow ul.fresh{
	padding: 5px 0 10px 0;
}

.contentarea .narrow ul.fresh li{
	font-size: 110%;
	font-weight: bold;
	line-height: 1.25em;
	padding: 0 15px 10px 15px;
}

.contentarea .narrow ul.linkage li,
.contentarea .wide ul.linkage li{
	color: #666666;
	line-height: 1.25em;
	padding: 0 15px;
	list-style: none;
}
.contentarea .narrow ul.linkage ul,
.contentarea .wide ul.linkage ul {
	padding: 0;
	margin: 0;
}

.contentarea .narrow ul.linkage,
.contentarea .wide ul.linkage{
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}

.contentarea .wide{
	float: left;
	width: 515px;
}

.contentarea .wide ul,
.contentarea .narrow ul{
	padding: 0 0 10px 20px;
	margin: 0 0 0 20px;
	list-style: disc;
}

.contentarea .wide ol,
.contentarea .narrow ol{
	list-style: decimal;
	padding: 0 0 10px 20px;
	margin: 0 0 0 20px;
}

.contentarea .wide .navlinks{
	padding: 10px 0 20px 0;
}

.contentarea .wide .navlinks a{
	margin: 0 0 0 15px;
}

.contentarea .wide h2{
	background: url(img/cornerwide.gif) #DDDDDD no-repeat top;
	font-size: 150%;
	font-weight: bold;
	padding: 10px 15px;
}

.contentarea .wide p.postimage{
	background: url(img/cornerwide.gif) #DDDDDD no-repeat bottom;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

.contentarea .wide p.postimage img{
	display: block;
}

.contentarea .wide p.postinfo{
	background: url(img/cornerwide.gif) #DDDDDD no-repeat bottom;
	color: #666666;
	font-size: 85%;
	margin: 0 0 10px 0;
	padding: 0 15px 15px 15px;
}

.contentarea .wide p.posttools{
	font-size: 85%;
	margin: 0 15px 30px;
}

.contentarea .wide p.title{
	background: url(img/cornerwide.gif) #333333 no-repeat bottom;
	color: #FFFFFF;
	font-size: 85%;
	margin: 0 0 10px 0;
	padding: 5px 15px;
}

#branding{
	float: left;
	width: 100%;
}

#branding h1{
	font-size: 250%;
	font-weight: bold;
	padding: 10px 15px;
}

#branding h1 a{
	color: #333333;
}

#branding ul{
	float: right;
	font-size: 250%;
	padding: 10px 15px;
}

#branding ul li{
	display: inline;
	text-transform: lowercase;
	padding-left: 10px;
}

#branding ul li#about,
#branding ul li#advertise,
#branding ul li#contact{
	margin: 0 0 0 15px;
}

#footer{
	border-top: 1px solid #333333;
	clear: both;
	color: #666666;
	padding: 10px 0 20px 0;
}

#footer p{
	font-size: 85%;
	padding: 0 15px 5px 15px;
}

#tools{
	background: url(img/cornertools.gif) #333333 no-repeat bottom;
	float: left;
	width: 100%;
}

#tools form{
	float: right;
	padding: 5px 0;
	width: 230px;
}

#tools form input.submitbutton{
	font-size: 85%;
	margin: 0 0 0 5px;
}

#tools form input.textfield{
	font-size: 85%;
	width: 125px;
}

#tools p{
	background: url(img/rss.gif) no-repeat left;
	font-weight: bold;
	margin: 0 230px 0 7px;
	padding: 5px 5px 5px 20px;
	text-transform: uppercase;
}

#tools p a:link, #tools p a:visited, #tools p a:hover, #tools p a:active{
	color: #FFFFFF;
}

#comment {
	width: 97%;
}

.contentarea .wide .commentlist .children {
	padding: 0;
}
.contentarea .wide .commentlist {
	margin: 0 0 0 40px;
	padding: 0;
}
.commentlist li {
	margin-bottom: 30px;
}
.commentlist li li {
	list-style: none;
}
.commentlist li p.commenter {
	overflow: hidden;
	background: #eee;
	border-top: 1px solid #999;
	padding: 10px;
	font-size: 85%;
}
.commentlist li p {
	margin: 15px 0;
}
.commentlist li .avatar {
	float: left;
	padding-right: 10px;
}
.commentlist li p.reply a {
	padding: 5px;
	background: #eee;
}

#comments .navlinks { overflow: hidden; }
#comments .navlinks .previous { float: left; }
#comments .navlinks .next { float: right; }

/* Image Styles */
	.post div.wp-caption { margin: 10px; border: none; background: #f0f0f0; overflow: hidden; max-width: fit-content; }
		.post .wp-caption img { display: block; margin: 5px auto; }	
		.post .wp-caption-text { margin: 5px; font-size: 0.8em; line-height: 1.3em; }
	.post div.alignnone { display: block; margin: 10px 10px 10px 0; }
	.post img.alignleft { margin: 10px 10px 10px 0; float: left; clear: left; }		
	.post img.alignright { margin: 10px 0 10px 10px; float: right; clear: right; }
	.post img.aligncenter { display: block; margin: 0 auto 10px auto; float: none; clear: both; }
	.post div.alignleft { text-align: left; float: left; margin-left: 0; }
	.post div.alignright { text-align: right; float: right; margin-right: 0; }
	.post div.aligncenter { text-align: center; margin: 0 auto 10px; }
	.post .gallery { margin: 16px auto; }
		.post .gallery img { border: none; margin-bottom: 5px; }
		.post .gallery .gallery-item, .post .gallery .gallery-icon { clear: none; margin: 0; }
		.post .gallery .gallery-icon {  }
		.post .gallery .gallery-caption { text-align: left; font-size: 0.8em; line-height: 1.3em; margin: 0 15px 10px; }