/* MEYER RESET v1.0*/

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%;
	vertical-align:baseline;
	background:transparent;
}

body{
	line-height:1.5;
}

blockquote,q{
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none;
}

:focus{
	outline:0;
}

ins{
	text-decoration:none;
}

del{
	text-decoration:line-through;
}

table{
	border-collapse:collapse;
	border-spacing:0
}

/* GLOBAL STYLES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #a0100d url(../images/content-halloween09.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

#wrap {
	height: 227px;
	background: #333 url(../images/wrap-halloween09.jpg) repeat-x;
	width: 100%;
}

#container {
	width: 960px;
	padding: 0;
	background: #fff;
	margin: 0 auto;
}

#header {
	height: 200px;
	background: #333 url(../images/header-halloween09.jpg);
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6, p, table, img, ul, form, dl, pre, address {
	margin: 0 20px 0 20px;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}

.first {
	margin-top: 0;
}

h1 { 
	font-size: 1.9em; 
	margin-top: 1em;  
	margin-bottom: .5em;
}

h2 { 
	font-size: 1.7em; 
	margin-top: 1.07em;  
	margin-bottom: .535em;
}

h3 { 
	font-size: 1.5em; 
	margin-top: 1.14em;  
	margin-bottom: .57em;
}

h4 { 
	font-size: 1.3em; 
	margin-top: 1.23em;  
	margin-bottom: .615em;
}

h5 { 
	font-size: 1.2em; 
	margin-top: 1.33em;  
	margin-bottom: .67em;
}

h6 { 
	font-size: 1em; 
	margin-top: 1.6em;  
	margin-bottom: .8em;
}

/* to create serif italic dramatic text, use this class */
.fancy { 
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: bold;
}  

/* creates small caps */
.caps { 
	font-variant: small-caps; 
	letter-spacing: 1px; 
	text-transform: lowercase; 
	font-size:1.2em;
	font-weight:bold;
}

.thin {
font-weight: normal;
}

p{
	margin-bottom: 1.6em;
	font-size: 1em;
}

cite, em, dfn { 
	font-style: italic; 
}


del { 
	text-decoration: line-through; 
	color: #666; 
}

ins, dfn { 
	border-bottom: 1px solid #ccc; 
}

small, sup, sub { 
	font-size: 85%; 
}

abbr, acronym { 
	text-transform: uppercase; font-size: 85%; letter-spacing: .1em; 
}

a abbr, a acronym { 
	border: none; 
}

abbr[title], acronym[title], dfn[title] { 
	cursor: help; border-bottom: 1px solid #ccc; 
}

sup { 
	vertical-align: super; 
}

sub { 
	vertical-align: sub; 
}

blockquote { 
	padding: 0 30px; 
	margin: 10px 0;
	color: #333; 
}

blockquote *:first-child:before { 
	content: "\201C"; 
}

blockquote *:first-child:after { 
	content: "\201D"; 
}

.small {
	font-size:.8em;
	line-height:1.875em;
}

.large {
	font-size:1.2em;
	line-height:1.4em;
}

.hide {
	display:none;
}

.quiet {
	color:#666;
}

.loud {
	color:#000;
}

.highlight {
	background:#fb6;
}

.top {
	margin-top:0;
	padding-top:0;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

.error, .notice, .success {
	padding:.8em;
	margin-bottom:1.6em;
	border:2px solid #ddd;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice {
background:#FFF6BF;
color:#514721;
border-color:#FFD324;
}

.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

.error a {
	color:#8a1f11; 
	background:none; 
	padding:0; 
	margin:0; 
}

.notice a {
	color:#514721; 
	background:none; 
	padding:0; 
	margin:0; 
}

.success a {
	color:#264409; 
	background:none; 
	padding:0; 
	margin:0; 
}

.center {
	text-align: center;
}

.indent {
	text-indent: -9999px;
}


/*##### NAV #####*/
#nav{
	height: 27px;
	background: #333333;
	position: relative;
}

#nav ul {
	margin-left: 12px;
	padding-top: 2px;
}

#nav li{
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
}

#nav a {
	display: inline;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#nav form {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 2px;
	right: 12px;
}
#nav fieldset {
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}
#nav form {
	display: block;
	margin: 0;
	padding: 0;
}

#nav input{
	background:#cccccc; 
	border: 1px solid #566c11;
	margin:0; 
	color:#d06f1a;
}

/*##### CONTENT #####*/

#content {
	width: 960px;
	background: #FFF;
}


/*##### INFO #####*/

#info {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

#info h3 {
	color: #fff;
	font-size: 1em;
	background:#e1aa00;
	text-align: center;
	margin-bottom: 5px;
}


#info img {
	display: block;
	margin: 35px 0 35px 20px;
}

#info ul {
	list-style-type: none;
}
 #info li {
	padding: 1px 0 2px 0;
 }
 
 
#info p {
	padding-left: 10px; 
}


#twitter_div {
		width: 240px;
	}
	.sidebar-title{
		font-size: .9em;
		color: #333;
		padding-left: .85em; 
	}
	#twitter_update_list{
		list-style-type: none !important;
	}
	#twitter_update_list li{
		padding: 5px 0;
		color: #333;
	}
	
	
#stuff {
	width: 720px;
	background: #FFF;
}






/* LINKS*/
a { 
text-decoration: none; 
color: #c60; 
}
a:visited { 
text-decoration: none; 
color: #c63; 
}
a:hover { 
text-decoration: underline; 
color: #33c; 
}
a:active, a:focus { t
text-decoration: underline; 
color: #000; }


#content iframe {
	width: 670px;
	height: 670px;
}

/* LISTS */
ul { 
	list-style-type: disc; 
	margin-bottom: 1.6em;
}

ol { 
	margin-left: 37px;
	list-style-type: decimal;
}

ol ol, ul ol { 
margin-left: 2.5em; 
}

ul ul, ol ol {
	margin-bottom: 0;
}

ul li { 
	margin-left: .85em; 
}

ul ul { 
	list-style-type: square; 
}

ul ul ul { 
	list-style-type: circle; 
}

ul.none {
	list-style-type: none;
}


#content ul.gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#content ul.gallery li {
    width: 300px;
    padding: 5px;
    position: relative;
    float: left;
    display: inline;
    margin: 5px;
	text-align: center;
	font-size: .8em;
}
#content ul.gallery li img {
    margin: auto;
	padding: 0;
	display: block;
}


dl {
	margin-bottom: 1.6em;
}

dt { 
	font-weight: bold; 
	margin-top: .8em; 
	margin-bottom: .4em;
}

dd {
	margin-left: 10px;
}

/* TABLES */


th, td { 
	padding: .9em;
}


td img{
    margin: 0;
}

table.opera td{
	background-color: #EFEFEF;
	padding: 5px;
	border: 1px solid #fff;
	vertical-align: top;
}

table.opera th{
	font-weight: bold;
}

table.bmovies td{
	background-color: #ccc;
	padding: 5px;
	border: 1px solid #fff;
	vertical-align: top;
}

table.bmovies th{
	font-weight: bold;
}

/*##### IMAGES #####*/

img.right {
	display: inline;
	float: right;
	padding: 5px 0 5px -10px;
}

img.center {
	display: block;
	margin: auto;
}

img.left{
	display: block;
	float: left;
	padding: 5px -10px 5px 0;
}

#content ul.gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#content ul.gallery li {
    padding: 5px;
    position: relative;
    float: left;
    display: inline;
    margin: 5px;
	text-align: center;
	font-size: .8em;
}
#content ul.gallery li img {
    margin: auto;
	padding: 0;
	display: block;
}


br.clear {
	clear: both;
}

/*##### COLUMNS #####*/

.two{
	width: 360px;
	float: left;
}

.three {
	width: 320px;
	float: left;
}

.four {
	width: 240px;
	float: left;
}
	
#content p.caption {
	width: 400px;
}

#content table.yule td{
	padding: 10px;
	font-size: .9em;
}


#content div.blog {
	border-bottom: dashed 1px;
}


/* FOOTER */

#footer {
	background: #333;
	margin: auto;
}

#footer ul{
	list-style-type: none;
	margin: 10px;
}

#footer li{
	font-size: .9em;
	padding-top: 5px;
}



#footer h4 {
	color: #ccc;
}

#footer p {
	color: #ccc;
}

#footer p.copy {
	text-align: center;
	font-size: .9em;
	color: #ccc;
	padding: 10px 0;
}

#footer a { 
text-decoration: none; 
color: #f96; 
}
#footer a:visited { 
text-decoration: none; 
color: #f96; 
}

#footer a:hover { 
text-decoration: underline; 
color: #c30; 
}