/*
Theme Name:Outside The Box
Theme URI:http://megodbike.flashmedia.biz/wpthemes.php
Description:Dark design with widgetised footer area
Version:1.2.4
Author:Nathan Edwards
Author URI:http://megodbike.flashmedia.biz
Tags:black, orange, one-column, fixed-width
*/

*{
	padding: 0px;
	margin: 0px;
}


body{
	background: #000 url(images/ag.jpg) repeat-x fixed;
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #FFF;
	
}

a{
	color: #72ff00;
	text-decoration: none;
	outline:none;
}

a img{
	margin-right: 15px;
	margin-bottom: 15px;
}

a:hover{
	color: #339900;
	text-decoration: none;
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

#wrapper{
	width: 690px;
	margin: 0px auto;
}

#wrappertitle{
	margin: 0px;
	width: 690px;
	background: #000 url(images/page-bg.jpg) no-repeat;
	float: left;
}
#wrappertitle_index{
	margin-top: 0px;
	width: 690px;
	height:250px;
	background: #000 url(images/ag_header.png) no-repeat;
	float: left;
}

#title{
	width: 690px;
	padding: 20px;
	float: left;
	background:url() top right repeat-y;
	text-shadow:#000000 0.1em 0.1em 0.2em;
	letter-spacing: -1px;
}

#title h1{
	font-size: 60px;
	font-weight: 700;
}

#title h1 a{
	color: #fff;
	text-decoration: none;
}

#title h1 a:hover{
	color: #ccc;
}

#title h5{
	font-size: 12px;
	padding-bottom: 10px;
	text-shadow:#000000 0.1em 0.1em 0.2em;
	letter-spacing: -1px;
}

#title #nav{
	list-style-type: none;
	width: 690px;
}

#title #nav li{	
	display:inline;
	padding: 4px 0px;
}

#title #nav li a{
	font-size: 18px;
	font-weight: 700;
	padding: 9px;
	padding-left: 10px;
	background: url() top left no-repeat;
	text-shadow:#000000 0.1em 0.1em 0.2em;
	letter-spacing: -1px;
}

#title #nav li a:hover{
	background: url() bottom left no-repeat;
	text-decoration: none;
}
#title #nav li a:active{
	outline:none;
}

#title #search{
	padding-top: 20px;
	text-shadow:#000000 0.1em 0.1em 0.2em;
	letter-spacing: -1px;
}

#title #search input{
	border: none;
	padding: 2px;
	background-color:#333;
	margin-top: 4px;
}

#mainwrapper{
	width:  690px;
	float: left;
}

#content{
	float: left;
	width: 650px;
	padding: 20px;
	background: #111111 url(images/page-bg.jpg) repeat;
}


#content h2{
	font-size: 30px;
	text-shadow:#000000 0.1em 0.1em 0.2em;
	letter-spacing: -1px;
}

#content .info ul{
	list-style-type: none;
	font-size: 10px;
	padding-bottom: 10px;
}

#content .info ul li{
	display: inline;
}

#content .text .more{
	font-size: 10px;
}

#content .text p{
	padding: 10px 0px;
}

#content .text ol{
	margin: 0px 30px 0px 50px;
	padding: 5px;
}

#content .text ul{
	margin: 0px 30px 0px 50px;
	padding: 5px;
}

#content .text li{
	margin: 4px 0px;
}

#content .text fieldset{
	padding: 10px;
}

#content .text input, textarea{
	border: none;
	background: #FFF;
	padding: 5px;
	font-size: 14px;
}

#content .text td, #content .text th{
	padding: 2px 4px;
}

#content .text img{
	padding: 5px;
}

#content .divider{
	height: 20px;
}

#footer #comments-header{
	font-size: 20px;
}

#footer ol.commentlist{
	list-style-type: none;
	float: left;
}

#footer ol.commentlist li{
	margin: 20px;
}

#footer img.avatar{
	float: left;
	width:20px;
	height:20px;
	margin-right: 5px;
}

#footer a.comment-edit-link{
	display:none;
}

#footer .comment-text{
	margin: 5px;
}

#footer .comment-meta{
	font-size: 10px;
	padding-bottom: 10px;
}

#footer #respond{
	float: left;
	padding-top: 10px;
}

#respond textarea{
	padding: 10px;
	background: none;
	color: #FFF;
	font-size: 14px;
	border: 2px solid #FFF;
}

#footer{
	width: 690px;
	font-size: 12px;
	background: #000 url(images/bg.png) repeat;
	float: left;
}

#footerinner{
	float: left;
	width: 650px;
	padding: 20px;
	padding-top: 30px;
	background:url(images/bgtop.png) repeat-x;
}

#footerinner li{
	list-style-type: none;
}

#footerinner li.widget{
	float: right;
	padding-right: 5px;
	width: 210px;
}

#footerinner h2.widgettitle{
	padding-bottom: 5px;
	text-shadow:#000000 0.1em 0.1em 0.2em;
	letter-spacing: -1px;
}

#footerinner li.widget a img{
	border:none;
	margin: 0px;
	padding: 0px;
}

#footerinner h2.widgettitle a{
	color: #FFF;
	text-decoration: none;
	text-shadow:#000000 0.1em 0.1em 0.2em;
	letter-spacing: -1px;
}

#footerinner h2.widgettitle a:hover{
	color: #339900;
}

#footerinner .twitter .twitter-item{
	padding-bottom: 8px;
}

#footerinner .twitter .twitter-item span{
	font-size: 10px;
}

#footer #footnotes{
	float: right;
	padding: 20px;
	font-size: 10px;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

blockquote{
	padding: 10px;
	border-left: 2px solid #72ff00;
	margin-left: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: none;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
