/*
THEME NAME: The Strategic Exit
THEME URI: http://www.thestrategicexit.com/
DESCRIPTION: Customized theme
VERSION: 1.0
AUTHOR: Enable by Design Pty Ltd
AUTHOR URI: http://www.enablebydesign.com.au/
*/

/*
BASE THEME NAME: Sandbox
BASE THEME URI: http://www.plaintxt.org/themes/sandbox/
BASE DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
BASE VERSION: 1.6.1
BASE AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
BASE AUTHOR URI:
BASE TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/*******************/
/* YAHOO RESET CSS */
/*******************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
background: #000;
}

html{color:#000;background:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*li{list-style:none;}*/
/***************/
/* CSS HELPERS */
/***************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

em, i, .italicit {
	font-style: italic;
}

b, strong, .boldit {
	font-weight: bold;
}

.leftit {
	float: left;
}

.rightit {
	float: right;
}

/*****************/
/* LAYOUT STYLES */
/*****************/
/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

body {
	font-family: Verdana;
	font-size: 11px;
}

#wrapper {
width:800px;
margin-left: auto;
margin-right: auto;
background: #FFF;
}

div#container {
float:left;
margin:0 -200px 0 0;
width:770px;
background: #FFF;
color: rgb(102,102,102);
padding-left: 25px;
padding-top: 20px;
padding-bottom: 10px;
}

div#content {
margin:0 200px 0 0;
padding-right:22px;
}


div.sidebar {
float:right;
overflow:hidden;
width:190px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:760px;
padding: 0 20px;
}

div ul {
padding-bottom: 8px;
}

div ul li {
padding-bottom: 8px;
padding-left:4px;
}

div ol {
padding-bottom: 8px;
}

div ol li {
padding-bottom: 8px;
padding-left:4px;
}
div h3 {
padding-bottom: 20px;
}

/***********************/
/* GENERAL LINK STYLES */
/***********************/
a:link, a:visited {
	color: #BB1F24;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}


/*********************/
/* NAVIGATION STYLES */
/*********************/

#menu ul {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:0.9em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding-left:10px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
}

#menu ul li {
display:block;
float:left;
margin:0;
padding:0;
}

#menu ul li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:700;
}

#menu ul li a:hover,.current_page_item {
color:#fff;
background:url(images/bg.png) repeat-x top left;
}

#menu ul .current_page_item a {
color:#fff;
font-weight:700;
}


/*RED*/
#menu ul{
background-color:#B11718;
}
#menu ul li a:hover, #menu li.current_page_item {
background-color:#DE3330;
}

/***********************/
/* HEADER STYLES       */
/***********************/
#blogheader {
/*background-image: url(images/headerimage.png);*/
background-image: url(images/headerimage2.png);
background-repeat: no-repeat;
background-position:bottom right;
/*height: 306px;*/
height: 153px;
width: 800px;
}

#blogheadertext {
position: relative;
height: auto;
width: auto;
padding-left: 25px;
padding-top: 30px;
padding-bottom: 10px;
color: #999;
font-weight: 500;
font-size: 1.4em;
}

#blogheadertexttagline {
font-style: italic;
font-size: 1em;
color: #999;
padding-left: 25px;
}


#footeraccess {
	text-align: center;
padding-bottom:5px;
}

#footeraccess ul {
list-style-type:none;
width:auto;
position:relative;
display:block;
}


#footeraccess ul li {
display:block;
/*float:left;*/
margin:0;
padding:0;
}

#footeraccess ul li a {
/*float:left;*/
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:700;
}

/***********************/
/* GENERAL PAGE STYLES */
/***********************/
.sidebar {
/*background: #FFF;*/
color: rgb(102,102,102);
}

#primary {
padding-top: 20px;
padding-bottom: 20px;
}

#search .button {
padding:0px 0px 7px 0px;
background: url(images/searchmc.gif) no-repeat left top;
width:60px;
height:26px;
cursor: pointer;
text-indent: -9999px;
border: none;
}

.widget { 
	background: #CCCCCC url(images/roundedcornr_bottom.gif) no-repeat bottom left; 
	padding-bottom: 10px; 
	margin-right: 10px;
	width: 180px;
} 
 
.widgettitle { 
    background: url(images/roundedcornr_top.gif) no-repeat top left;
    padding: 10px 10px 0 10px;
font-weight:bold;
} 

#categorisation_group_1 {
padding-top:10px;
}


.widget ul { 
    margin: 0 10px;
    list-style: none; 
}



.textwidget, #searchform {
	padding: 10px 10px 0;
}

input#s {
	height: 20px;
}

h1.entry-title {
	margin-bottom: 10px;
}

div.entry-content ul li {
	list-style-type: disc;
	margin-left: 15px;
}

div.entry-content ol li {
	/*list-style-type: disc;*/
	margin-left: 19px;
}

div.entry-content p {
	margin-bottom: 15px;
}

.item_image {
padding-left:15px;
}

/***********************/
/* BLOG PAGE STYLES */
/***********************/

.entry-meta {
	margin-bottom: 20px;
	padding-bottom: 5px;	
	font-size: 0.8em;
border-bottom:1px dotted #999;
}

.entry-title a {
color: rgb(102,102,102);
text-decoration:dotted;
font-size: 1.2em;
}

.entry-date {
font-style: italic;
padding-bottom: 5px;
}

td {
padding: 5px;
}

/*.entry-content ol li {
list-style: decimal;
margin-left:5px;
padding-left:10px;
} */

.textwidget .gform_title {
font-weight: bold;
margin-bottom: -8px;
}

.textwidget .gform_description {
font-size: 0.8em;

}

.textwidget .top_label {
padding-top: 6px;
}

.textwidget ul {
margin-left: -2px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	padding-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
	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;
}
