/*
Theme Name: PinacleCrew
Theme URI: http://www.pinnaclecrew.co.uk/
Description: The Wordpress Theme for Pinnacle Crew | Corporate Events Crew.
Version: 1
Author: Caged Fish
Author URI: http://www.cagedfish.co.uk/

*/
@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:115%;
	vertical-align:baseline;
	background:transparent;
}
body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d8d2ca;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*LINKS*/
a {
	color:#000;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
.clear {
	clear:both;
}
#wrapper {
	width:950px;
	margin:0 auto;
	background-color: #FFFFFF;
}
/*HEADER*/
#header {
}
#logo {
}
#rss {
}
/*NAVIGATION*/
#nav {
}
#nav ul {
}
#nav ul li {
	display:inline-block; /*IE Hack to stop floats messing up*/
	float:left;
}
#nav ul li a {
	display:block;
}
#nav ul li a:hover, #nav ul li.current_page_item {
}
/*MAIN CONTENT HOLDER*/
#main {
clear:both;
	background-image: url(images/sidebar_bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	zoom:1;
}
/*SIDEBAR*/
#sidebar {
	width:212px;
	float:left;
}
#sidebar ul {
	width: 182px;
	padding-left: 10px;
}
#sidebar ul li {
}
#wrapper #main #sidebar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#sidebar ul li h2 {
	width: 182px;
	height: 24px;
	background-image: url(images/sidebar_h2bkg.gif);
	padding-top: 16px;
	padding-left: 9px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar ul li ul {
	width: 191px;
	background-image:url(images/sidebar_item_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 17px;
	margin-bottom: 9px;
	font-size: 11px;
}
#sidebar ul li ul li {
	padding-top: 9px;
	font-size: 11px;
	
}
#sidebar ul li ul li a {
	text-decoration: none;
	font-size: 11px;
}
#sidebar ul li ul li a:hover {
	font-weight: bold;
	font-size: 11px;
}
/*POST LIST*/
#posts {
	width:738px;
	float:left;
	background-image: url(images/maincontent_top_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
.post {
	width:700px;
	margin:0 auto;
}
.post_hdr {
	background-image: url(images/postheaderbkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 698px;
	margin-top: 22px;
	margin-bottom: 10px;
	position: relative;
}
.post_date {
	height: 50px;
	width: 68px;
	position: absolute;
	right: 28px;
	background-image: url(images/datebkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#headermargin21px {
	height: 21px;
	width: 212px;
}
#searcharea {
	background-color: #FFFFFF;
	background-image: url(images/searchbott.gif);
	background-position: left bottom;
	height: 69px;
	width: 204px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
}
#searchtitle {
	position: absolute;
	left: 31px;
	top: 10px;
}
#s {
	height: 15px;
	width: 140px;
	position: absolute;
	top: 30px;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#searchsubmit {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 175px;
	top: 30px;
}

.post_hdr h2 {
	position: absolute;
	left: 23px;
	top: 5px;
	width: 554px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.post_hdr h2 a {
	text-decoration: none;
}
.post_hdr h2 a:hover {
	text-decoration: underline;
}
.post_cat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0096d6;
}
.post_cat a {
	color: #000000;
	text-decoration: none;
}
.post_cat a:hover {
	color: #000000;
	text-decoration: underline;
}
.entry {
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
.post_ftr {
}

.entry p {
	line-height: 18px;
	margin-bottom: 10px;

}
.entry a {
}
.entry a:hover {
}
.post_ftr {
	height: 31px;
	width: 642px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/sharebkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.slashdig {
	position: absolute;
	left: 148px;
	top: 5px;
}
.commentbubble {
	position: absolute;
	top: 10px;
	right: 205px;
}


.post_comments {
	position: absolute;
	width: 200px;
	top: 8px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.post_comments a {
	text-decoration: none;
}
.post_comments a:hover {
	text-decoration: underline;
}
/*FOOTER*/
#footer {
	font-size:10px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 950px;
	background-color: #D8D2CA;
}
#footer a{
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}#homewelcome {
	height: 209px;
	width: 698px;
	margin-right: auto;
	margin-left: auto;
}
#commentform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 21px;
}	#respond {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 21px;
	font-weight: bold;
	font-size: 16px;
}
#comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 21px;
	font-weight: bold;
	color: #000000;
}
.commentlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 21px;
}
#commentform #comment {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

