body{
	background-color: #bcc1b9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #841c18;
}

:focus {
    outline: 0;
}

table#contacts {
	font-size: 11px;
}

.center {
	text-align: center;
}

.inline {
	display: inline;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

li h2 {
	height: 31px;
	
	background-image: url(../images/title-bg.gif);
	padding: 7px 0px 0px 10px;
	
	vertical-align: middle;
	margin: 0px;
	color: #ffffff;
}

hr {
	border: none;
	height:1px;
	border-bottom: 1px dashed #d3d3d3;
}

blockquote {
	padding-left: 50px;
	background: url(quote.png) no-repeat left;
}

/* Divs */

div.container{
	background-image: url(../images/container-bg.png);
	background-repeat: repeat-y;
	width: 908px;
	margin: 0 auto 0 auto;
	background-color: #bcc1b9;
	padding: 0;
}

div#ads, div#column {
	float: right;
}

div#column {
	margin-right: 20px;
	width: 210px;
	font-size: 11px;
}

div#column li {
	list-style: none;
	padding: 3px 0 3px 0;
}

div#column ul {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

div#column ul li ul {
	padding: 15px;
	padding-top: 0;
	margin-bottom: 0;
}

div#column li ul li {
	list-style: circle;
}

div.header{
	width: 908px;
	height: 152px;
}

div.logo{
	width: 550px;
	height: 152px;
	float: left;
}

div.rightheader{
	width: 358px;
	height: 152px;
	background-image: url(../images/rightheader.jpg);
	background-repeat: no-repeat;
	float: right;
	text-align: right;
}

div.login {
	margin: 110px 30px 10px 10px;
	color: #ffffff;
	font: bold Verdana;
	text-align: center;
	padding-left: 130px;
}

div.menu{
	width: 883px;
	height: 31px;
	background-color: #bcc1b9;
	background-image: url(../images/menu-bg.gif);
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 0px 0px 25px;
	margin: 0px auto 0px auto;
	vertical-align: middle;
}

div.content{
	width: 858px;
	padding: 17px 25px 10px 25px;
}

div.content .inner {
	width: 600px;
}

div#imageflow {
	padding:0px;
	border: 1px solid #d7d7d7;
	background-color: #e1e1e1;
	margin-top: 10px;
	padding-bottom:3px;
	clear: none;
}

#fade1 {
	height: 20px;
	padding-left: 20px;
}

div#imageflow h2{
	margin: 0px;
	margin-left: 35px;
	margin-bottom: 5px;
}

div#imageflow .inner {
	width: 580px;
	margin: auto;
}

div.right {
	float: none;
	text-align: right;
}

div#imageflow div.right {
	width: 550px;
}
.right {
	float: right;
	clear: left;
}

div.thumbs {
	float: left;
	width: 50px;
	margin: 5px;
	padding:5px;
	text-align: center;
	background-color:#ffffff;
	border: 1px solid #d7d7d7;
}

div.footer{
	background-color: #bcc1b9;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #4b4f48;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

/* BLOG POST ELEMENTS */
div.post {
	border: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 2px;
}
div.comments div.post {
	border: none;
}
div.comments div.post div.entry {
	padding: 5px;
	border: 1px solid #008000;
	background-color: #cbdab0;
}

div.post embed {
	margin-left: 10px;
}

div.title {
	margin: 0px;
	padding: 5px;
	padding-bottom: 0px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 3px double #d7d7d7;
	background: url(../images/comment_top_focus.gif);
}

div.comments div.title {
	background: none;
	border: none;
}

div.title h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	border-left: 10px solid #4a4a4a;
	padding-left: 5px;
}

div.title P {
	margin: 0px;
}

div.entry {
	margin: 0px 5px 0px 5px;
}

div.comments div.entry p {
	margin: 0px;
}

.links {
	border: 1px solid #d7d7d7;
	background-color: #e1e1e1;
	margin: 0px;
	padding: 5px 0px 3px 10px;
}

.links a {
	margin-right: 20px;
}

.links a.more {
	padding-left: 20px;
	background: url(../images/page_white_go.png) no-repeat left;
	padding-top: 2px;
}

.links a.comments {
	padding-left: 20px;
	background: url(../images/comments.png) no-repeat left;
	padding-top: 2px;
}

/* - ERROR MSGs - */
div#errors {
	border: 1px solid #A60000;
	padding: 4px;
	background: url(http://airsoftwarriors.co.uk/images/img16.gif) repeat-x right 30%;
	color: #000000;
}

/* Links */

div.login a{
	color: #ffffff;
	font: bold 12px Verdana;
	text-decoration: none;
}

div.login a:hover{
	color: #ffffff;
	text-decoration: underline;
}

div.logo #home{
	width: 550px;
	height: 152px;
	border: 1px solid white;
	cursor: pointer;
}

div.footer a {
	color: #4b4f48;
	text-decoration: underline;
}

div.footer a:hover {
	text-decoration: none;
}

div#column li a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

div#column li a:hover {
	color: #841c18;
	border-bottom: 1px dashed;
}

.post .title p a:hover, .post .entry p a:hover {
	border-bottom: 1px dashed;
}

div.img a img:hover, p.links a:hover {
	border: none;
}

a img {
	border: none;
}

/* FORMS */

#joinform input.s, #loginform input.s, #profileform input.s, #addteam input.s, #friendfinder #input {
	width: 200px;
}

#blog input.s {
	width: 350px;
}

#blog #embed {
	width: 350px;
	height: 16px;
}

/* PAGINATION */

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #edbfbf;
	text-decoration: none; /* no underline */
	color: #9c2421;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #9c2421;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #6b1818;
	font-weight: bold;
	background-color: #9c2421;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE; 
	color: #DDD;
}
