/*
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 p {
	margin-bottom:0;
	margin-bottom:10px;
	line-height:normal;
}

/* SEARCH */

#search-container {
	margin-bottom:20px;
}

.searchform {
	font-size:12px;
	font-weight:normal;
	padding:10px;
	width:105px;
	border:1px solid #a49fa0;
	background:#e5e5e5;
	color:#333;
	float:left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.searchform {
	padding:9px;
}
}

.formButton {
	font-size:17px;
	padding:7px;
	background:url(images/search-btn-bg.gif) repeat;
	border:none;
	color:#fff;
	float:right;
	margin-right:10px;
}

.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;
}

.ul-archives {
	margin-bottom:10px;
}

.ul-archives li {
	padding:10px 0;
	border-bottom:solid 1px #ccc;
}

.ul-archives li a, .ul-archives li a:visited {
	color:#333;
	text-decoration:none;
}

.ul-archives li a:hover {
	color:#27c;
	border-bottom:none;
}

a.rss {
	background:url(images/mini-rss.gif) no-repeat left center;
	padding-left:18px;
	padding-bottom:2px;
	color:#333;
	text-decoration:none;
}

a.rss:hover {
	color:#27c;
	border:none;
}

/*--------------------------------------------------------------------

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-info {
	font-family:inherit;
	font-family:"Helvetica", Arial, Verdana, sans-serif;
}

.post-month {
	font-weight:bold;
	color:#666;
}

.post-day {
	font-weight:bold;
	color:#666;
}

.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;
        line-height:130%;
}

.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-bottom:1px solid #333;
	border-right:1px solid #333;
	border-top:1px solid #333;
}

.post-comments {
	font-weight:bold;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a, .navigation a:visited {
	color:#27c;
	text-decoration:none;
}

.navigation a:hover {
	color:#8cc7fe;
	border-bottom:dotted 1px #d4ca10;
}

.previous-entries {
	float: left;
	padding-left: 18px;
	margin-left:10px;
	background: url(images/min-nav-left.gif) no-repeat left center;
}

.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/min-nav-right.gif) no-repeat right center;
}

.not-found {
	border-bottom:solid 1px #ccc;
	padding:20px 0 20px 10px;
}

.not-found h2 {
	font-size:24px;
	color:#27c;
	font-weight:bold;
	background:url(images/sidebar-heading-bg.gif) repeat;
	padding:6px 10px;
	margin-bottom:20px;
}

.not-found p {
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*--------------------------------------------------------------------

COMMENTS

--------------------------------------------------------------------*/

#comments, #respond {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 5px 10px;
	position: relative;
}

.commentlist .alt {
	background:url(images/sidebar-heading-bg.gif) repeat;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	color: #27c;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
}

#commentform {
	margin-top: 10px;
	font-size: 15px;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	font-family:"Helvetica", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #666;
}

#commentform input{
	width: 153px;
	background:#e5e5e5;
	border:1px solid #a49fa0;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea{
	width:674px;
	height: 115px;
	background:#e5e5e5;
	border:1px solid #a49fa0;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#commentform #submit{
	font-size:17px;
	padding:7px;
	background:url(images/search-btn-bg.gif) repeat;
	border:none;
	color:#fff;
}

/*--------------------------------------------------------------------

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;
}