/*
Theme Name: New Adventure Group
Theme URI: http://www.carbidefinger.net/
Description: The WordPress theme for New Adventure Group by Nick Pack of Carbide-Finger Ltd
Version: 1.0
Author: Carbide-Finger Ltd
Author URI: http://www.carbidefinger.net/
Tags: les mear, new adventure group

	NAG v1.0
	 http://www.carbidefinger.net

	This theme was built by Nick Pack,
	for carbide-finger ltd http://www.carbidefinger.net/

	The CSS, XHTML and design is copyrighted material
	no for redistribution or use without prior consent

*/
@charset "UTF-8";

.dummytocorrectsafaribug {
	/* This is a deliberate empty class that isnt used anywhere, this is to counter safari 4 on OSX not interpreting the first value after @charset */	
}

html, body {
	font-size:12px;
	font-family:Helvetica, sans-serif;
	line-height:22px;
	background-color:#efeedc;
	padding:0px;
	margin:0px;
}
#Wrapper {
	width:910px;
	display:table;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.Hidden {
	display:none;
}
#Nav {
	background: #5c9ed5;
	display: block;
	clear: both;
	height:34px;
}
#Footer {
	background: #5c9ed5 url(media/logos/footer.jpg) no-repeat right bottom;
	display: block;
	clear: both;
	height:196px;
}

#Footer ul {
	margin:0px;
	padding:0px;
	list-style: none;
	font-size: 12px;
}
#SideBar {
	display: block;
	clear: right;
	float: right;
	width: 250px;
	color: #959487;
	background-color: #e9e9d9;
	padding-left: 1px;
}
#Content {
	background-color: #e9e9d9;
	display:table;
	border-right: 1px solid #dedeca;
	border-left: 1px solid #dedeca;
}
#InnerContent {
	display: block;
	clear: left;
	float: left;
	width: 616px;
	min-height:930px;
	background-color:#FFF;
	border-right: 1px solid #DEDECA;
	padding: 20px;
	line-height: 18px;
}
#InnerContent h2, h3, h4 {
	margin-bottom: 0px;
	line-height: 22px;
}
#Header {
	background-color:#FFF;
	display:block;
	height:88px;
	padding-top:20px;
	border-right: 1px solid #dedeca;
	border-left: 1px solid #dedeca;
}
#Header h1 {
	margin: 0px;
	padding: 0px;
	float:left;
	width:400px;
	clear:none;
}
#Header img, #Header object {
	border:none;
	margin-left:22px;
}
#Header h2 {
	display: none;
}
#Header dt {
	display: none;
}
#Header form {
	clear: right;
	float: right;
	width: 230px;
	margin: 0px;
	margin-top:50px;
	padding: 0px;
}
#Header dl {
	padding:0px;
	margin:0px;
}
#Header dd {
	display: block;
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#Nav li {
	display: block;
	width:120px;
	float:left;
	clear:none;
	list-style: none;
	margin: 3px 50px 3px 3px;
}
#Nav ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#Nav li a {
	display:block;
	color: #EFEFEF;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #5c9ed5;
}

#Nav li a:hover {
	color:#FFF;
	border: 1px solid #FFF;
}

.SideBox {
	padding: 13px 15px;
	margin-bottom: 5px;
	float: right;
	width: 220px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color: #f5f5eb;
}
.SideBox h2 {
	font-size: 1.2em;
	font-weight:normal;
	color:#FFF;
	background: #5c9ed5;
	display: block;
	margin: 0px;
	padding: 4px 4px 4px 8px;
}
.SideBox a:link, .SideBox a:visited, .SideBox a:active {
	color: #959487;
	text-decoration:none;
}
.SideBox a:hover {
	color: #444;	
}

.SideBox ul li {
	margin: 5px 3px 3px 5px;
	clear: both;
}
.SideBox ul {
	list-style: circle;
	clear: both;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.SideBox ul li a:hover {
	color: #959487;
}
#PopularPosts {
	width: 200px;
	clear: none;
	float: right;
}
#PostsWrapper {
	clear: both;
	display:block;
	border-top:1px solid #EEEEDD;
}
#PopularPosts h3 {
	margin: 0px;
	padding: 4px 4px 6px 10px;
	font-weight:normal;
	color: #959487;
	font-size: 1.1em;
	background: #EFEEDC;
}
.FeaturedPost h1 {
	padding:0px;
	margin:0px;
}
.FeaturedPost h1 a:hover {
	text-decoration: underline;
}

.FeaturedPost img {
	border: 10px solid #EFEEDC;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
}

a:link, a:visited, a:active {
	color:#5c9ed5;
	text-decoration:none;
}
.post {
	color:#444;
	border-bottom:1px solid #EEEEDD;
}

.FeaturedPost {
	margin-bottom: 15px;	
}

.FeaturedPost .entry {
	margin:0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom:0px;
	color: #444;
}
.entry p {
	padding:0px;
	margin:0px;
	padding-top:3px;
	padding-bottom:6px;
	padding-right:15px;
}



#tag_cloud-3 div {
	margin-top: 8px;
}
#PopularPosts li {
	padding: 0px;
}
#PopularPosts ul {
	padding-left: 20px;
}
.PostedDate {
	font-size: 0.7em;
	font-weight:bold;
	text-transform:lowercase;
	font-variant: small-caps;
	padding: 0px;
	padding-bottom:2px;
	margin: 0px;
}
.PostTitle {
	padding-top: 4px;
	margin: 0px;
	color: #5c9ed5;
}
.PostTitle a:hover{
	text-decoration: underline;
}
.PageTitle {
	padding-top: 4px;
	margin: 0px;
	padding-bottom:6px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	color: #444;
}

#PostsWrapper .entry img {
	float: left;
	margin-right: 6px;
	border: 4px solid #EFEEDC;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
input[type=submit] {
cursor:pointer;
border:outset 1px #ccc;
color:#666;
font-weight:bold;
padding: 1px 2px;
}

/*#Content input[type=text], #Content input[type=password] {*/
input[type=text], input[type=password], textarea {
	border: 1px solid #CCC;
	padding:3px;
	padding-left:4px;
	color:#666;
}
textarea {
	width: 600px;	
}
#Searchboxdd {
	width:165px;
}
#searchsubmit {
	width:51px;
}
#Footer #ContactDetails {
	padding: 10px;
	padding-left:20px;
	clear: none;
	float: left;
	width: 355px;
	height: 175px;
	border-right: 1px solid #FFF;
}
#Footer #Social {
	float: left;
	width: 241px;
	padding: 10px;
	padding-left:20px;
	height: 175px;
	border-right: 1px solid #FFF;
}
#Footer h4 {
	font-size: 1.6em;
	color: #FFF;
	margin: 10px 0px 10px;
	padding: 0px;
}
#Footer p {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#Footer a:link,#Footer a:active,#Footer a:visited {
	color: #FFF;
	font-weight: bold;
}
.twitter {
	background-image: url(media/social.png);
	background-position: -8px -8px;
	background-repeat:no-repeat;
	padding-left: 20px;
	display:block;
	height:16px;
	margin-bottom:6px;
}
.facebook {
	background-image: url(media/social.png);
	background-position: -8px -40px;
	background-repeat:no-repeat;
	padding-left: 20px;
	display:block;
	height:16px;
	margin-bottom:6px;
}
.myspace {
	background-image: url(media/social.png);
	background-position: -8px -72px;
	background-repeat:no-repeat;
	padding-left: 20px;
	display:block;
	height:16px;
	margin-bottom:6px;
}

.linkedin {
	padding-left: 20px;
	display:block;
	height:16px;
	margin-bottom:6px;
	background-image: url(media/social.png);
	background-position: -8px -104px;
	background-repeat:no-repeat;
}
#wpcf label {
	display: block;
	clear: both;
	font-weight: bold;
}

.tickercontainer { /* the outer div with the black border */
display:block;
clear:both;
width: 910px; 
height: 27px; 
margin: 0; 
padding: 0;
margin-top:6px;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
/*position: relative;
left: 10px;
top: 8px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color:#444;
margin-right:50px;
}

ul.newsticker span {
margin: 0 10px 0 0;
}
