/*
Theme Name: Optipop SmartsiteTM General Page Template
Theme URI: http://www.optipop.com
Description: This theme should be used as the foundation for all Optipop websites.  It includes all styles needed to design a site containing a header, three columns, and a footer.
Version: 1.0
Author: Matt Leech
Author URI: http://www.optipop.com/
Tags: optipop


THE FOLLOWING STYLES ARE A VERY BASIC OUTLINE FOR A WORDPRESS BASED WEBSITE. PLEASE ADD NOTES TO THE FOLLOWING IF SOMETHING IS/SHOULD BE CHANGED. HERE ARE A FEW NOTABLE ORGANIZATIONAL CHANGES TO THE ORIGINAL WORDPRESS STYLE SHEET:

-STYLES ARE ARRANGED BY THE SECTION OF THE WEBSITE IN WHICH THEY LAND (IE HEADER, FOOTER, ETC).
-I HAVE DISABLED THE CODE FOR THE CALENDAR,AND COMMENTS SECTIONS. THE SIDEBAR CAN ALSO BE DISABLED, HOWEVER, IF A VISITOR TYPES IN AN INCORRECT ADDRESS, THE WORDPRESS PAGE DISPLAYED WILL LOOK TERRIBLE. ONCE THE SPRY BAR IS INSTALLED, THIS MIGHT CHANGE.
-THERE IS A SECTION ENTITLED "Typography & Colors For Links." PLEASE CHANGE ALL DESIGN ELEMENTS OF YOUR LINK TEXT HERE.
-PLEASE REFRAIN FROM REMOVING ANY NOTES WITHIN CODE, UNLESS YOU ARE UPDATING THEM.
MORE NOTES ARE ADDED THROUGHOUT THE STYLE SHEET.



*/

/* Begin Containers and basic XHTML page set up. Never Delete this stuff! */

body {
	width: 900px;
	font-size: 62.5%; /* Resets 1em to 10px. KEEP THIS IN UNLESS YOU'D LIKE TO CHANGE ALL OF YOUR FONT SIZES.*/
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	margin-top:0 ; /* BOTTOM PADDING ADDED TO GIVE YOUR FOOTER SOME BREATHING ROOM. CHANGE ACCORDINGLY */
	margin-bottom:0;
	background-color: #000000;
	/* margin-top: 20px; BREATHING ROOM FROM HEADER. CHANGE ACCORDINGLY */
	margin-right: auto;
	margin-left: auto;
	}
	
#page {
	width: 900px; /* PROPORTIONAL TO HEADER */
	text-align: left;
	margin-top: 0px; /* BREATHING ROOM FROM HEADER. CHANGE ACCORDINGLY */
	margin-right: auto;
	margin-left: auto;
	display:block;
	background-image: url(../../../images/page_bg_1_0.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	
	#menubar {
	margin-left:auto;
	margin-right:auto;
	display:block;			

}
	
#pageguts {
	width:900px;
	margin-top:50px;

	}
	
#imagegallery {
	width: 750px; /* PROPORTIONAL TO HEADER */
	text-align: left;
	margin-top: 0px; /* BREATHING ROOM FROM HEADER. CHANGE ACCORDINGLY */
	margin-right: auto;
	margin-left: auto;
	}
	
#content {
	font-size: 1.2em
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777
	}
	
/* End Containers and basic XHTML page set up.*/





/*	Begin Header Styles :  DISSECT THE FOLLOWING GROUPED STYLES IF YOU NEED DIFFERENT FONTS/SIZES/COLORS FOR TYPE */

#banner {
	/* NEGATIVE NUMBERS BOOST THIS FURTHER TOWARD THE TOP */
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align:center
	height: auto;
	width: auto;
	vertical-align: top;	
	}
	
h1 { /* AFFECTS TYPE IN WORDPRESS DEFAULT HEADER */
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 {
	margin: 0px 0 0;
	font-size: 1.6em;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}	

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

/* End Header Styles */


/* Begin Left Column Styles */

#leftcolumn {
	
	float: left;
	width: 312px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	display:block;

}

#leftcolumncalendarheader {
	background-image: url(../../../images/leftcol_calendar_title1_1_0.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height:53px;
	margin-bottom:0px; 
	}
	
#leftcolumncalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../../../images/leftcolumn_calendar_bg_1_0.jpg);
	background-repeat: repeat-y;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight: bold;
}

#leftcolumncalendar h3{
	list-style-image: none;
	list-style-type: none;
	text-align:center;
	visibility: hidden;
	position: fixed;
	left: -10000px;
	margin-top:0px;
	margin-bottom:0px;
}

#leftcolumncalendar ul {
	list-style-image: none;
	list-style-type: none;
	text-align:left;
	margin-left:70px;
	margin-top:0px;
	margin-bottom:0px;
	width:150px;
	position: relative;
}

#leftcolumncalendar li {
	list-style-image: none;
	list-style-type: none;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
	color: #000066;
}


#leftcolumncalendarfooter {
	margin-top:0px;
	margin-bottom:0px;
	height:35px;
	margin-top:0px;
	background-image:url(../../../images/leftcol_calendar_base1_1_0.jpg);
	background-repeat: no-repeat;
}


#leftcolumncommercialheader {
	background-image:url(../../../images/leftcol_commerc_title2_1_0.jpg);
	height:32px;
	background-repeat: no-repeat;
	}
	
#leftcolumnactorsworkshopheader {
	background-image:url(../../../images/leftcol_actorsworkshop_head.jpg);
	height:32px;
	background-repeat: no-repeat;
	}
	
#leftcolumnpjproductionsheader {
	background-image:url(../../../images/leftcol_pjproductions_head.jpg);
	height:30px;
	background-repeat: no-repeat;
	}
	
#leftcolumnbeourfriendheader {
	background-image:url(../../../images/leftcol_beourfriend_header.jpg);
	height:30px;
	background-repeat: no-repeat;
	}
	
#leftcolumndoityourselfheader {
	background-image:url(../../../images/leftcol_doityourself_header.jpg);
	height:30px;
	background-repeat: no-repeat;
	}
	
#leftcolumnmusicfromthefilmheader {
	background-image:url(../../../images/leftcol_musicfromfilm_head.jpg);
	height:30px;
	background-repeat: no-repeat;
	}

#leftbeourfriendheader {
	background-image: url(../../../images/leftcol_beourfriend_header.jpg);
	height:32px;
	background-repeat: no-repeat;
	}

#leftcolumncrassfooter {
	margin-top:0px;
	margin-bottom:0px;
	height:35px;
	margin-top:0px;
	background-image:url(../../../images/leftcol_crass_footer.jpg);
	background-repeat: no-repeat;
}
	
#leftcolumncommercialimage {
	margin-left:48px;
}

#leftcolumnbackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../../../images/leftcolumn_calendar_bg_1_0.jpg);
	background-repeat: repeat-y;
	margin-left:48px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight: bold;
}

/* End Left Column */

/* Begin Right Column */

#rightcolumn {
	color: #333333;
	float: right;
	width: 260px;
	margin-bottom:80px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

#rightcolumnbox {
	background-image: url(../../../images/rightcol_idiot_bg_1_0.jpg);
	background-repeat: repeat-y;
	margin-bottom:-10px;
	margin-top:0px;
	margin-left:1px;
}

#rightcolumntext {
	width: 170px;
	margin-right:49px;
	margin-left: 15px;
	margin-top:10px;
	margin-bottom:10px;
	color: #333333;
}

#rightcolumntext a:link {
	color: #333333;
	font-weight: bold;
	font-size:11px;
}

#rightcolumntext a:visited {
	color: #333333;
	font-weight: bold;
	font-size:11px;
}

#rightcolumntext a:hover {
	color: #333333;
	font-weight: bold;
	font-size:11px;
}

#rightcolumntvimage {
	height: 220px;
	background-image:url(../../../images/rightcol_tvimage_1_0.jpg);
	}
	
#rightcolumnbones {
	height: 168px;
	margin-right: 0px;
	margin-left:15px;
	background-image:url(../../../images/rightcol_bones.jpg);
	background-repeat:no-repeat;
	}
	
#rightcolumnsunflowers {
	height: 201px;
	margin-right: 0px;
	margin-left:0px;
	background-image:url(../../../images/angerflower.jpg);
	background-repeat:no-repeat;
	width: auto;
	}
	
#rightcolumnangerbug {
	height: 104px;
	width: 204px;
	margin-right: 0px;
	margin-left:5px;
	background-image:url(../../../images/angerbug.jpg);
	background-repeat:no-repeat;
	}
	
#rightcolumnangerlee {
	height: 220px;
	width: 208px;
	margin-right: 0px;
	margin-left:0px;
	background-image:url(../../../images/angerlee.jpg);
	background-repeat:no-repeat;
	}
	
#rightcolumnangerskull {
	height: 175px;
	width: 217px;
	margin-right: 10px;
	margin-left:0px;
	background-image:url(../../../images/angerskull.jpg);
	background-repeat:no-repeat;
	}
	
#rightcolumnangerspider {
	height: 204px;
	width: 200px;
	margin-right: 0px;
	margin-left:9px;
	background-image:url(../../../images/angerspider.jpg);
	background-repeat:no-repeat;
	}
	
		
#rightcolumnheader {
	height: 46px;
	background-image: url(../../../images/rightcol_idiotheader_1_0.jpg);
	background-repeat: no-repeat;
	margin-bottom:-10px;
	margin-right: 39px;
	margin-left:1px;
	}
	
#rightcolumnheader_rickolivarez {
	height: 46px;
	background-image: url(../../../images/rightcol_olivarez_head.jpg);
	background-repeat: no-repeat;
	margin-bottom:-10px;
	margin-right: 39px;
	margin-left:1px;
	}

#rightcolumnboxfooter {
	height: 5px;
	width: 260px;
	margin-top: 0px;
	margin-right: 40px;
	margin-left:1px;
	margin-bottom:50px;
}

#quotedexpert {
	width: 170px;
	margin-right:49px;
	margin-left: 15px;
	margin-top:10px;
	margin-bottom:10px;
	color: #333333;
	font-size: 14px;
	line-height: 16px;
}

/* End Right Column */

/* Begin Sidebar And Forms */

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	font: 1.6em  Arial, Verdana, Sans-Serif;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar ul ul li, #sidebar ul ol li, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

select {
	width: 130px;
	}


/* End Sidebar */






/* Begin Narrow Column */

.narrowcolumn {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:280px;
	line-height: 24px;
	font-size: 13px;
	float:left;
	}

.narrowcolumn .postmetadata { /* Shows when COMMENTS ARE APPLIED */
	text-align: center;
	padding-top: 5px;
	}
	
.narrowcolumn2 {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	display:block;
	width:280px;
	line-height: 24px;
	font-size: 13px;
	float:left;
	}
	


.alt { /* follows postmeta on pages with comments */
	border: 1px solid #666666;
	}
	
.narrowcolumn .entry {
	line-height: 18px;
	}	
	
/* End Narrow Column */


/* Begin Center Column */


#centercolumnheader {
	height: 97px;
	background-repeat:no-repeat;
	overflow: visible;
	visibility: visible;
	margin-left: -25px;
}


	
/* Begin Wide Column */
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	line-height: 1.6em;
	}
	
.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .entry {
	line-height: 1.4em;
	}

/* End Wide Column */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Begin Footer Styles */

#footer {
	padding: 0;
	width: auto;
	border: none;
	height: auto; /* ADD TO THIS FOR IE? */
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEEFFF;
	}

#footer p {
	padding: 0;
	width: auto;
	border: none;
	height: auto; /* ADD TO THIS FOR IE? */
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
	

#footertop {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	width: auto;
	}
	

#footermiddle {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	width: auto;
	background-image: url(../../../images/footer2_1_0.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	}
	

#footermiddle a:link {
	color: #FFFFFF;
	}
	
#footermiddle a:visited {
	color: #999999;
	}


#footermiddle a:hover {
	color: #FED500;
}

#footermiddle a:active {
	color: #999999;
}

	
#footerbottom {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	width: auto;
	}
	
/* End Footer Styles */






/* Begin Typography & Colors For Links (The following styles can change the link color for the entire page. Please reference these for all of your color/size/font changes). */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #1A3579;
	text-decoration: none;
	}

a:hover {
	color: #555555;
	text-decoration: none;
	}
	
/* End Typography & Colors For Links */





/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left
	}
	
/* End Images */





/* Begin Structure (I'm not entirely sure what this does yet) */

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}
	
.postmetadata {
	clear: left;
	}

.clear {
	clear: both;
	}

/* End Structure (I'm not entirely sure what the heck to do here) */





/* Begin Comments*/


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

/* End Comments */






/* Begin Entry */
/* The "entry ol li" style is mainly used for password protected posts, makes them look better. */

.entry p a:visited {
	color: #b85b5a;
	}
	
.entry ul li:before {
	content: "\00BB \0020";
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry form { 
	text-align:center;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */





/* Begin Calendar */
/*
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
	
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */ /*
	background-color: #fff; 
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
	
/* End Calendar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	}
	
#postbox {
	border: 1px solid #333333;
	padding:10px;
}
	

