/*  
Theme Name: CEP Main
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Modified by: Neil Hamiltonfor ChampionEyePhotography.com.
Version: 1.5 
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
/*	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #3F3F3F;
	scrollbar-darkshadow-color: #005082;
	scrollbar-face-color: #05000F;
	scrollbar-highlight-color: #2B333A;
	scrollbar-shadow-color: #001E84;
	scrollbar-track-color: #000000; */
	}
/* CEP Coding Start */

.formbox {
	width: 300px;
	text-align: center;
}

.quoteBox {
	border: thin;
	border-width: 1px;
	border-color: FFFFFF;
}
/*---------------------------------------------------*/

.contentTable {
	width: 95%;
}

.topicTitle {
	font-weight: bold;
	color: #3366CC;
}

.topic {
	font-weight: bold;
	color: #336699;
}

.note {
	font-size: x-small;
}

.noteTopic {
	font-weight: bold;
	color: #336699;
	font-size: x-small;
}

.subtext {
	font-size: 8pt;
}

.sectionHead {
	background-color: #222222;
	font-weight: bold;
	color: #ffffff;
	/* text-align: left; */
}

.price {
	position: relative;
/*	left: 78%;
	clear: left;
*/
	color: #336699;
	float: right;

}

form {
	border: none;
}

fieldset {
	border: 0px;
}

.form {
	font:10pt Arial, Helvetica, sans-serif;
	/* border:1 solid #330099; */
	border: none;
	cursor:hand;
	background:#3366CC;
	color: #FFFFFF;
}
input {
	font:10pt Arial, Helvetica, sans-serif;
	border:1 solid #330099;
	background:#3366CC;
	color: #000000;
}

input.button {
	font:10pt Arial, Helvetica, sans-serif;
	border:1 solid #330099;
	cursor:hand;
	background:#3366CC;
	color: #ffffff;
}

input.list {
	font:10pt Arial, Helvetica, sans-serif;
	border:1 solid #330099;
	cursor:hand;
	background:#3366CC;
	color: #000000;
}

option.list {
	font:8pt Arial, Helvetica, sans-serif;
	border:1 solid #330099;
	cursor:hand;
	background:#3366CC;
	color: #FFFFFF;
	scrollbar-face-color : Black;
	scrollbar-arrow-color : Navy;
	scrollbar-base-color : #191970;
	scrollbar-highlight-color : #00008B;
	scrollbar-darkshadow-color : #000066;
	scrollbar-shadow-color : #000099;
	scrollbar-track-color : Black;
	scrollbar-3dlight-color : #00008B;
}

.red {
	color: #FF0000;
}

.highlight {
	color: #008B8B;
}

.orange {
	color: #FF4500;
}

.green {
	color: #00ff00;
}

.linkInfo {
	font-size: 9px;
}

.contactContainer {
	width: 300px
	text-align: center;
	margin-left: 100px;
}

.split {
	color: #666666;
}

/* SuperNav */
#supernav {
	font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	position: absolute;
	top: 40px;
	left: 50%;
	width: 720px;
	margin: 0 0 0 -360px;
	padding: 5px 16px; /* duplicate the tab size */
	text-align: left;
	display: block;
	z-index: 0;
	}

#supernav li {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-variant:small-caps;
	display: inline;
	}

#supernav a {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	height: 19px;
	padding: 5px 16px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px;	
	}
	
#supernav a:hover {
	color: #4169E1;
	background: white;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;	
	}

#supernav .current_page_item a {
	color: #4169E1;
	background: 333333;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
}

/* #hack {
	background: Black;
	height: 2px;
	width: 450px;
	display: inline;
	position: absolute;
	top: 220px;
	left: 50%;
	margin: 0 0 0 -350px;
	padding: 0;
	z-index: 2;
	}
*/
/* subNav */
#subnav {
	font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	position: absolute;
	top: 168px;
	right: 20%;
	margin: 0 0 0 -360px;
	display: block;
	width: 720px;
	padding: 5px 16px; /* duplicate the tab size */
	text-align: right;
	z-index: 0;
	}

#subnav li {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-variant:small-caps;
	display: inline;
	}

#subnav a {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	height: 19px;
	padding: 5px 16px;
	/* round corner tab - not for IE */
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;	
	}
	
#subnav a:hover {
	color: #4169E1;
	background: white;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;	
	}

#subnav .current_page_item a {
	color: #4169E1;
	background: 333333;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
}

/* Contact Form */
.custom_contact_form {
  padding-left: 15%;
}

.custom_contact_row {
  margin: 10px 2px 20px 2px;
  margin: 15px 2px 15px 2px;
  clear: left;
}
.custom_contact_label {
  font-size: 1em;
  float: left;
  width: 120px;
  padding-left: 5px;
}
.custom_contact_label_required {
  font-weight: bold;
  font-size: 1em;
  float: left;
  width: 120px;
  padding-left: 5px;
  color: #FF6633;
}
.custom_contact_data {
  float: left;
  padding-left: 5px;
}
.custom_contact_data textarea {
  width: 400px;
  height: 350
}
.custom_contact_buttons {
  clear: left;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid gray;
}

/* For Link Indication plugin */
a.liexternal {
padding-right: 12px;
background: url(images/link-icon_external.gif) no-repeat right;
}
a.liwikipedia {
padding-right: 14px;
background: url(images/link-icon_wikipedia.gif) no-repeat right;
}
a.liimdb {
padding-right: 18px;
background: url(images/link-icon_imdb.png) no-repeat right;
}
a.liftp {
padding-right: 13px;
background: url(images/link-icon_ftp.png) no-repeat right;
}
a.limailto {
padding-right: 18px;
background: url(images/link-icon_mail.png) no-repeat right;
}
a.liinternal {
padding-right: 13px;
background: url(images/link-icon_external_07.gif) no-repeat right;
}

/* FAQ CSS */

.faq_cat {
  margin-top: 30px;
  border: 0px solid white;
}
.faq_cat_label {
  padding-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
  background: #333333;
}
.faq_label {
  padding-right: 10px;
  font-weight: bold;
  font-size: 1em;
}
.faq_q {
  margin-top: 10px;
  color: #FF4500;
}
.faq_q .faq_q_content {
  margin-left: 10px;
  font-weight: bold;
}
.faq_a {
  padding-top: 5px;
  margin-left: 20px;
  padding-left: 5px;
  border-left: 1px solid gray;
  color: #ffffff;
}
.faq_ask {
  border-top: 1px solid gray;
  margin-top: 20px;
  padding-top: 20px;
}
.faq_ask textarea {
  width: 95%;
}

/* Gallery 2 CSS */
 .g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
}

.g2image_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#translate {
	position: absolute;
}

/* CEP Coding End */

#page {
	background-color: Black;
	/* CEP Edited 
	border: 1px solid #333333;
	text-align: left;*/
	border: 0px solid #333333;
	text-align: center;
	}

#header {
	background-color: 000000;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #111111;
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
	}

#footer {
	background-color: #111111;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/* CEP Edit */
	text-decoration:none;
	width: 100%;
	border-bottom: 1px solid #333333;;
	margin-bottom:10px;
	margin-top: 5px;
	}

h3 {
	font-size: 1.3em;
	}

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

/* CEP edited */	
h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #0066FF;
	}
/* CEP edit */	
h2, h3 {
	color: #FF4500;
}
	
/* CEP edited */		
h2, h2 a, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

/* CEP edit */	
 h2 a:hover, h2 a:visited, {
 	color: #ffffff;
 }

.entry p a:visited {
	color: #CCCCCC;
	}
.entry b {
	color: #ff4500;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
	
.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: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666666;
	}
	
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: #4169E1;
	text-decoration: none;
	}

a:hover {
	color: White;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: Black;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #333333;
	z-index: 2;
	}

#headerimg {
	height: 100px;
	width: 740px;
	z-index: 1; 
	}
	
#headerflash {
	z-index: 1;
	}
#flashfader {
	z-index: 1;
}
#headreplace {
	height: 100px;
	width: 740px;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 65px;
	margin-left: -10px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 500px;
	}

.narrowcolumn h2 {
	width: 100%;
	border-bottom: 1px solid #333333;;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.widepage {
/* CEP addtion */
	padding: 10px 10 20px 10px;
	margin: 5px 20px 5px 20px;
	width: 720px;
	}

.widepage h2 {
	width: 100%;
	border-bottom: 1px solid #333333;;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.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;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	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
	}
/* End Images */



/* 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 {
	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 {
	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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	width: 50px;
	height: 24px;
	}

.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;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1 solid #330099;
	cursor:hand;
	background:#000033;
	color: #FFFFFF;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* 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;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	border:1 solid #330099;
	cursor:hand;
	background:#000033;
	color: #FFFFFF;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar  CEP Change: ---*/
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 580px;
	width: 150px;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



