/* 
Theme Name: PRScene
Theme URI: 
Description: Three Column Layout with a Black Background. Top Navigation, and some user level dependent content options.
Author: Zachary A. Dunn
Author URI: 
Version: 1.0

*/

/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #000000; /* charcoal color: #2C2E2F */
	color: #8D968F;
	text-align: center;
  	}

#page {
	background-color: #000000;
	text-align: left;
	margin: auto;
	padding: 0;
	width: 1025px;
	
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
   	}

.narrowcolumn .authorposition {
	color: #8D968F;
	font-size: .8em;
}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #000000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #000000;
	}

#footer ul {
   list-style: none;
   }

#footer li {
  display: inline;
  padding: 0 5px 0 0;
  }

#footer small {
  font-size: .95em;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
   }

h1, h2, h3 {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


#sidebar {
    text-align:left;
    font: 1em Verdana, Arial, Sans-Serif;
	padding: 20px 0px 10px 10px;
    margin-left: 816px;
    width: 176px; 
    height: 550px;
    background-color: #000000;
    /* border-left: 1px dashed #ddd; */
	}


#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #E4D3A6;
	margin: 5px 0 0;
	padding: 0;

	}

#sidebar2 h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #E4D3A6;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FD5A1E;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
	}

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;
	}

.entry p a:visited {
	color: #A3D3DF;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
    color: #ffffff;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
  	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar2 {
	font: 1em Verdana, Arial, Sans-Serif;
	padding: 20px 10px 10px 10px;
	margin-left: 0px;
	width: 166px;
	height: 550px;
    float: left;
    text-align: left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
   	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited, h2 a:hover, h3 a:hover {
    color: #A3D3DF; /* replaced #CC3366*/
	text-decoration: none;
	}

a:hover {
	color: #3366cc; 
	text-decoration: underline;
	}
/*	
#wp-calendar #prev a {
	font-size: 8pt;
    background: #000000;
    text-align: left;
	}

#wp-calendar #next a {
	font-size: 8pt;
   background: #000000;
   text-align: right;
	}

#wp-calendar a {
	text-decoration: none;
   	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td a, td a:visited {
   background: #000000;
   color: #A3D3DF;
   font-weight: bold;
}
*/

.entrytext {
  font: 1em Verdana, Arial, Sans-Serif;
  text-align: justify;
  font-size: 1.0em;
  color: #8D968F;

}

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0;
        width: 100%;
	}

#header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 211px;
	width: 100%;
	background-color: #A3D3DF;	
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	
   	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	       
	}

.pagepost {
	margin: 0 0 0 0;
    text-align: left;
    height: 100%;
    width: 100%;
	
	}
	
.post {
	margin: 0 0 0 0;
	text-align: justify;
	
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.narrowcolumn .authorposition {
   display: inline;
}

.widecolumn .postmetadata {
	margin: 20px 0;
	}
	
#footer {
   	padding: 0 0 0 1px;
	margin-left: 186px;
	width: 596px;
	clear: both;
    text-align: center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#wrapper {
	height: 100%;
	width: 100%;
	}
#content {
    width: 585px;
    min-height: 600px;
    border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	padding: 0 20px 0 20px;
	font-size: 1.2em
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar2 h2, ul{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}

.entry ul li:before, #sidebar ul ul li:before,#sidebar2 ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	    width: 100px;
	    padding: 2px;
        background-color: #000000;
        border-style: ridge;
        color:#ffffff;
        display: inline;
	}

#sidebar #searchsubmit {
	    padding: 1px;
	    background-color: #000000;
        color: #A3d3df;
        display: inline;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	    width: 170px;
	    padding: 2px;
	    margin: 5px 5px 1px 0;
        background-color: #000000;
        border-style: ridge;
	}

#commentform textarea {
	    width: 100%;
     	padding: 2px;
        background-color: #000000;
        border-style: ridge;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* End Form Elements */


/* Begin Comments*/


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* End Comments */


/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Sidebar2 */

#sidebar2 form {
	margin: 0;
	}
/* End Sidebar2 */



/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	}

hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Top Naviagtion Menu */
#navigation {
	height: 16px;
	width:  1019px;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #000000;
}

#navigation form {
	display: inline;
}

ul#navigation {
  	list-style:none;
	margin:0px 0 0 0;	
	padding: 4px 3px 4px 3px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
    background: #ffffff;
        
}

ul#navigation li {	
	display:inline;
	background:#ffffff;
    color: #000000;
	list-style:none;
	margin: 0px 0px 0px 0px;
    border-right: 1px solid #A3D3DF;
}	

ul#navigation li a {
	text-decoration:none;	
	padding:4px 3px 4px 3px;
	margin: 0px 0px 0px 0px;
	color:#000000;
	background-color:#ffffff;
}	

ul#navigation li a:hover {
	color:#ffffff;
    background-color:#A3d3df;
	text-decoration:underline;
	border-bottom: 3px solid #a3d3df;
	padding:4px 3px 4px 3px;
}	
#navigation li.current_page_item a:link, #navigation li.current_page_item a:visited, #navigation li.current_page_item a:hover, #navigation li.current_page_item a:active
{
	color:#ffffff;
    background-color:#000000;
    font-weight: bold;
    height: 15px ;
    padding:4px 3px 4px 3px;
	border-bottom: 3px solid #000;
}


/* End Top Navigation Menu */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
        display: inline;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="aligncenter',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligninline {
   float: none;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* End Images */


/* begin contact */

.contact {
    background: url(images/contact.jpg) no-repeat;
    height: 525px;
    width: 550px;
    color: #000000;
    
}

.contact a {
   color: #A3d3df;
}

.contact p {
    font-family: Verdana, 'Lucida Calligraphy', 'Copperplate Gothic Bold', Arial;
    font-size: 1.05em;
    font-weight: bold;
    padding: 20px 0 0 0;
    margin: 15px 0 0 15px;
}

/* end contact */

/* Begin Login */
#login {
	/* margin: auto;
	padding: 1.5em;
	width: 25em; */
}

#login #login_error {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}

#login input {
	padding: 3px;
	background-color: #000000;
    border-style: ridge;
    color: #ffffff;
    font-weight: bold;
}

#login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}

#login label {
    font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #E4D3A6;
}

/* End Login */

/* Video Gallery */


#videogallery td {
	/* width: 250px;
	height: 180px; */
	text-align:center;
    padding: 25px;
    margin-top: 20px;
   
}

#videogallery img {
        border: 2px solid #000;
}

#videogallery img:hover {
        border: 2px solid #a9a9a9;
}

#videopage {
	margin: auto;
}

#videopage td {
   padding: 10px; 
}

/* End Video Gallery */

/* header image */

#headerimage {
    width: 100%;
    height: 186px;
    padding: 0;
    margin: 0;
}

/* end header image */


/*live search*/

#live-search{
	-moz-opacity: 0.4;
	position: absolute;
	text-align: right;
	top: 186px;
	padding-left: 40px;
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#live-search form {
	height: 15px;
	
}


