/*
Theme Name: v1 
Theme URI: http://www.monster8.net/
Description: WordPress Custom Theme for Monster8
Version: 18 Jan, 18:10
Author: Sean Collins
Author URI: http://www.monster8design.com/

*/

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img{vertical-align:top;}

/*--------------------------------------------------------------------

BODY

--------------------------------------------------------------------*/

body {
	background:url(/images/bg.gif) no-repeat bottom left fixed;
	color:#333;
	font-family:"Helvetica", Arial, Verdana, sans-serif;
	font-size:14px;
}

#page {
	background:url(/images/body_bg.png);
	padding:25px 0 25px 25px;
	width:925px;
}

/*--------------------------------------------------------------------

HEADER

--------------------------------------------------------------------*/

#header {
	border-bottom:solid 1px #ccc;
}

#header h1 a {
	font-size:46px;
	font-weight:bold;
	color:#27c;
	text-decoration:none;
	float:left;
	display:inline;
	margin-right:44px;
}

#header h1 a:hover {
	border-bottom:none;
	color:#8cc7fe;
}

/*--------------------------------------------------------------------

NAVIGATION

--------------------------------------------------------------------*/

#main-navigation li {
	float:left;
	font-size:18px;
}

#main-navigation li a {
	display:block;
	color:#333;
	text-decoration:none;
	padding:10px;
}

#main-navigation li a:hover, #main-navigation li a:active {
	color:#fff;
	background:url(/images/nav-hover-bg.gif) repeat;
}

/*--------------------------------------------------------------------

SIDEBAR

--------------------------------------------------------------------*/

#sidebar {
	width:230px;
	float:left;
	margin-top:30px;
}

.sidebar-section {
	padding-right:10px;
	padding-top:10px;
}

#sidebar h3 {
	font-size:18px;
	color:#333;
	background:url(/images/sidebar-heading-bg.gif) repeat;
	padding:10px;
	margin-bottom:10px;
	font-weight:bold;
}

/*--------------------------------------------------------------------

CONTENT

--------------------------------------------------------------------*/

#content {
	width:684px;
	float:right;
	border-left:solid 1px #ccc;
	margin-bottom:20px;
	padding-top:10px;
}

.post {
	border-bottom:solid 1px #ccc;
	padding:20px 0 20px 10px;
}

.post-title h2 {
	font-size:24px;
	color:#27c;
	font-weight:bold;
	background:url(/images/sidebar-heading-bg.gif) repeat;
	padding:6px 10px;
	margin-bottom:20px;
}

.entry {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.entry img {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 5px 5px 0;
	margin-bottom:10px;
}

.entry a:hover img {
	border:none;
}

/*--------------------------------------------------------------------

FOOTER

--------------------------------------------------------------------*/

#footer {
	width:684px;
	float:right;
	font-size:10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.right a {
	padding-left:5px;
}

/*--------------------------------------------------------------------

TYPOGRAPHY

--------------------------------------------------------------------*/

p {
	margin-bottom:15px;
	line-height:20px;
}

strong {
	font-weight:bold;
	font-size:16px;
	color:#666;
}

em {
	font-style:italic;
}

#content ul {
	list-style-type:disc;
	list-style-position:inside;
	color:#555;
}

#content li {
	margin-bottom:10px;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	color:#555;
}

code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 16px 'Lucida Console', 'Courier New', Monospace ;
	background: #e5e5e5;
}

blockquote {
	padding: 10px 10px 10px 45px;  
	background: #e5e5e5 url(images/quote.gif) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;
	margin-bottom:15px;
}

/*--------------------------------------------------------------------

LINKS

--------------------------------------------------------------------*/

a, a:visited {
	color:#27c;
	text-decoration:none;
}

a:hover {
	color:#8cc7fe;
	border-bottom:dotted 1px #d4ca10;
}

/*--------------------------------------------------------------------

MISCELLANEOUS

--------------------------------------------------------------------*/

.clear {
	clear:both;
}