/*

Theme Name:hollywoodactingworkshop
Version: 1.0
Description: hollywoodactingworkshop
Author: Realm Web Design
Author URI: http://www.realmwebdesign.com
Last updated: 2010-2-19

*/



/* default elements */
* {margin: 0; padding: 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, 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; } ol, ul { list-style: none; } 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; }



body {

	background: #000000 url(img/background.jpg) no-repeat center top;
	color: #000000;
	font: normal 63.5% Helvetica,Arial, sans-serif;
	padding: 0px 0px;
}


a {color: #B00000;}      
a:hover {color: #FD9B00;}

/* Removes FireFox's dotted link border */
a:active { outline: none;}


/* Removes FireFox's dotted link border */
a:focus { -moz-outline-style: none;}


big {font-size: 1.1em;}
h1 {color: #000000; padding: 0px 0 5px;}
h2 {color: #000000; padding: 10px 0 5px;}
h3 {color: #000000; padding: 10px 0 7px;}
h1 {font: normal 1.8em Helvetica,Arial, sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h2 {font: normal 1.6em Helvetica,Arial, sans-serif;}
h3 {font: normal 1.1em Helvetica,Arial, sans-serif;}

.content h2 a{color:#000000; text-decoration: none;}
.content h2 a:hover{color:#B00000;}

#sidebar h2 {font: normal 1.1em Helvetica, Arial, sans-serif; color: #FD9B00; padding: 15px 0 0px; 	border-bottom: 1px dotted #363636; margin-bottom:7px;
}


blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	padding-left: 26px;
        font-decoration: italic;
}


/* Line Break */

hr {
	margin: 10px 0 10px 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}


form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em Arial, Helvetica, sans-serif;}
ul {padding: 0 1.5em 1.2em; list-style-type:none;}
ol {padding: 0 3.5em 1.2em; list-style-type: decimal;}

.entry li {line-height: 1.5em; padding-left:29px; background: url(img/star.gif) no-repeat; padding-bottom:7px; padding-top:7px;}

/*=== Site Structure ===*/

#wrapper {
	margin: 0 auto;
	width: 886px;
}


#container {

	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 874px;
}



.main {background: #FFFFFF url(img/content_bg.gif) repeat-y top;}
.main-full {background: #FFFFFF url(img/content_bg-full.gif) repeat-y top;}


#sidebar {
padding-right:15px;}



/*=== Header ===*/

#header{
	height: 152px;
	position:relative;
}



/*=== Home Slideshow ===*/

.slideshow {background:#000000;width:874px; height:400px; padding:0px 0px 0px 0px; margin-bottom:0px;}



/*=== Logo ===*/

* html #logoimage {
  margin-left: 2px
}



#logoimage {
    float: left;
    position: absolute;
    top: 20px;
    cursor: pointer;
    z-index: 500;
}


/*=== Header PHONE, Ect ===*/

#phone {background: #000000;width: 390px; float: right; margin:15px 50px 0px 0px; height:100px; padding:10px; border: 2px dashed #363636; color:#ffffff; font-size:11px;}
#phone h2 {font: bold 1.3em Helvetica, Arial, sans-serif; color: #FD9B00; padding: 0px 0 5px;}


/*=== Tops and Bottoms ===*/

.top {height:14px; background:url(img/top.gif) no-repeat; overflow: hidden;clear: both;}
.top-full {height:14px; background:url(img/top-full.gif) no-repeat; overflow: hidden;clear: both;}

.bot {height:12px; background:url(img/bot.gif) no-repeat; margin-bottom:0px; overflow: hidden;clear: both;}
.bot-full {height:12px; background:url(img/bot-full.gif) no-repeat; margin-bottom:0px; overflow: hidden;clear: both;}


/*=== Navigation ===*/

/*- Nav1 -*/

#nav1{

        background:url(img/navbar.gif) no-repeat top left;
	font-size:13px;
        font-family: Arial, Helvetica, sans-serif;
	height:45px;
        width: 874px;
        padding:0px;
	margin:0px;
}

#nav1, #nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}



#nav1 a {
	display: block;
	line-height: 45px;
	padding: 0px;
	cursor: pointer;
        text-decoration: none;
}



#nav1 li {/* all list items */
	float: left;
	line-height: 45px;
	margin:0px;
}

#nav1 li a{
	color: #FFFFFF;
	padding: 0 20px 0 20px;
	text-decoration: none;
        border-right: 1px solid #212121;
}


#nav1 li a:hover,
#nav1 li.active a{
        background:#151515;
	color: #FD9B00;
	cursor: pointer;
	text-decoration: none;
}



/* Style drop down list */

#nav1 li ul {
        position: absolute;
	left: -999em;
	width: 380px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	border-top: 1px solid #212121;
}

#nav1 li ul li {
	border: 1px solid #212121;
	border-width:0 1px 1px;
	background: #151515;
	float: none;

}



#nav1 li.current_page_item ul li a{
	
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a{
        background:none;
        color: #FD9B00;
}



#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}



#nav1 li ul li a {
	line-height: 30px;
	font-size: 11px;
	color: #FFFFFF;
        border-right: 0px solid #212121;
        padding: 0px 0px 0px 15px;
	width: 380px;
}


#nav1 li ul li ul li a {
	border-width:0 0px 0px 0px;

}

#nav1 li ul ul {
	margin: -31px 0 0 163px;
}


#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}


#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}


/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible

}



html>body #nav1 li ul li { *margin-top:-2px; }




/*=== Posts & Pages ===*/


.post {
padding-left:30px;
padding-right:10px;
}



.post .descr {
	color: #999999;
	font-size: 0.9em;
	margin: 2px 0 10px;
        border-bottom: 1px dotted #d9d9d9;
}



.post .info{
	border-top: 1px dotted #d9d9d9;
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	margin: 4px 0 28px;
	padding: 8px 0;
}


.post img {border: 0px solid #CCB; margin: 0px 0;}
.post a img {border: 0px solid #CCB;}
.post a:hover img {border-color: #AA9;}
.entry {padding-top:15px;}



/*=== Footer ===*/

.footer {
	color: #FFFFFF;
        font-size: 12px;
	padding: 10px 5px 10px 5px;
        margin-bottom:30px;
}


.footer .left {width: 84%;}
.footer .right {
	width: 15%;
	text-align: right;
}


.footer a {
	color: #FFF;
	text-decoration: underline;
}


.footer a:hover, .footer .right a:hover {
	color: #FD9B00;
	text-decoration: underline;
}


.footer .right, .footer .right a {color: #ffffff;}

.footer h2{color:#FFFFFF;}

/*=== Layout Misc ===*/

.content {padding: 7px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 74%;}
.col2 .left-full {width: 99%;}
.col2 .right {width: 25%;}



/*=== Blocks ===*/

.block {color:#ffffff;}

ul.block, .block ul {
	border-top: 1px dotted #363636;
	margin: 4px 0;
	padding: 0;
	width: 90%;
        
}


.block li {
	border-bottom: 1px dotted #363636;
	list-style: none;
}



.block li a,.block li em {
	color: #FFB400;
	display: block;
}



.block li em {
	font-size: 0.9em;
	font-style: normal;
}


.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}



.block li a span {font-weight: bold;}
.block li a:hover {
	color: #FFB400;
	background: #0C0C0C;
}


.right .block,.right .block li {border-color: #363636;}
.right .block li a:hover {background: #000000;}


/*=== Comments ===*/

.comments-block { padding-left:25px;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #363636;
}


#commentform {
	margin: 1em 0;
	width: 280px;
}


textarea.styled {width: 280px;}


.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #363636;
	padding: 2px;
}



.styled:hover {
	background: #FFF;
	border: 1px solid #363636;
}


.styled:focus {
	background: #FFF;
	border: 1px solid #363636;

}


#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #666;}



/*=== Image Paddings ===*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

