/*  
Theme Name: Big Way Out
Version: 1
Author: Kinski & Bourke
Author URI: http://www.kinskiandbourke.com/
*/


/* start presets */

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, strike, strong, sub,  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%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #333333;
	color: #FFF;
}
#menu {
	height: 116px;
	width: 919px;
}
#content {
	background-image: url(images/bg-content.png);
	text-align: center;
	padding-top: 20px;
}
#contentcontent {
	margin: auto;
	width: 800px;
}



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;
}

/* end presets */



#header {
	height: 214px;
	width: 919px;
	background-image: url(images/bg-header.jpg);
}

#leftcolumn {
	float: left;
	width: 150px;
}

#rightcolumn {
	float: right;
	width: 620px;
}

#footer {
	clear: both;
	height: 25px;
	width: 904px;
	background-image: url(images/bg-footer.png);
	text-align: right;
	font-size: 7pt;
	padding-top: 15px;
	padding-right: 15px;
}
.blogtitle {
	background-image: url(images/face.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	height: 45px;
	margin-bottom: 7px;
	margin-top: 10px;
}


#container {
	text-align: center;
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-content.png);
}

p, h1, h2, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-align:	left;
}

div#content p {
	font-size: 9pt;
	margin-bottom: 12px;
	line-height: 13pt;
}

div#content table {
font-size: 9pt;
text-align: left;
}

div#content h2 {
	margin-bottom: 12px;
	position: relative;
	right: 20px;
}

div#content h3 {
	margin-bottom: 0px;
	color: #fde768;
	padding-top: 5px;
}

div#content h4 {
	font-size: 9pt;	
}

div#content ol {
text-align: left;
}

div#content ol img {
display: none
}

.comment-meta {font-size: 7pt; display: block; margin-bottom: 5px}

a:link {color: #fde768}
a:visited {color: #fde768}
a:hover {color: #7cc8ff}
a:active {color: #7cc8ff}

div.post img.alignright{
       float: right;
       margin-left: 15px;
       margin-bottom: 5px;
}

div.post img.alignleft {
       float: left;
       margin-right: 15px;
       margin-bottom: 5px;
}
