@charset "UTF-8";
* { 
     margin:0; 
     padding:0; 
     border: 0;
     outline: 0;
     font-size: 100%;
}

/* 

Used by all pages (including SmugMug and blog) except the Home page

*/
/*--------------------------------------
   Special Colors to remember
----------------------------------------
.dark_grey {color: #333333;} 
.lightroom_grey     {color: #9A9A9A;}
.medium_grey        {color: #333333;}

.hyperlinks, .hover {color: black}
.headings {color: #FFFFFF}
.background {color: white}
.text, .borders {color: #FFFFFF}
.inset_box {color: #D3D3D3}
----------------------------------------*/

html 
{
    /*---- THESE LINES MAKE THE BACKGROUND PERFECTLY COVER THE SCREEN FOR ALL BROWERS ----*/
	/*background: url('http://herringtonphotography.com/img/HP Background.jpg') no-repeat left top fixed !important; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*--------------------------------------------------------------------------------*/
	background-color: #333333 !important;
	color:#FFFFFF !important; 
	width: 100% !important;
/*	height: 100%;   added line 10/10/2012 to fix iPad issue on home page */

}
body {
	background-color: #333333 !important;
	color:#FFFFFF !important; 
	font-family: "Avant Garde", "Century Gothic", Arial, clean !important; 
	font-size: 14px !important;
	width: 100% !important;
	height: 100%;
	text-align:center;
	line-height: 18px;
	margin: 0 0 0 0;
}

/* set background of videos to disappear (otherwise shows black border) */
iframe { background-color:transparent !important; }

p, .p {
	color:#FFFFFF !important;
	text-align:left;
	line-height: 18px;
	font-size: 14px;
}

h1 { /* Google looks for h1 headings */
	text-align:center;
	line-height: 18px;
	font-size: 14px;
     font-weight:normal;
}

h2 {
	font-size:18px;
	letter-spacing: -1px;
     font-weight:normal;
}

h3 {
	font-size:16px;
	letter-spacing: -1px;
}

h4, h5, h6 {
	font-size: 14px;
	letter-spacing: -1px;
}
/* from Suffusion template
h1, h2 {
	font-weight: normal;
}
h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 183%;
}
h3 {
	font-size: 166%;
}
h4 {
	font-size: 150%;
	font-weight: bold;
}
h5 {
	font-size: 133%;
	font-weight: bold;
}
h6 {
	font-size: 116%;
	font-weight: bold;
}*/
a {
     text-decoration: none;
	color: #A9BCF5;
	text-align:left;
}

a:hover {
     text-decoration: none;
     color: #A9BCF5; 
}

a img { border: none }

/*----------------------------
   Menus and bulleted lists
------------------------------*/
li {
	color:#FFFFFF;
	line-height: 18px;
	font-family: "Avant Garde", "Century Gothic", Arial, clean !important;
	font-size: 14px;
}

li a {
     text-decoration: none;
}

li a:hover {
     text-decoration: none;
     color:#F7BE81; 
}

/*----------------------------
   HP custom sections
------------------------------*/
#centerColumn { /* if you change this, also change #cobrand_footer in hp.smugmug.css */
	left: 15%;
	right: 15%;
	width: 70%;
	text-align:center;
	clear:both;
	margin: 0 auto 20px auto; 
}
#content_area {
	text-align: center;
	min-height: 600px;
	clear: both;
}
/* Styling an unordered list in the content area on a page */
#content_area ul {
	margin:0;
	padding: 0;
	list-style:none;
}

#content_area li {
	padding: 0 0 0 20px;
	margin:0;
	font-size: 14px;
	background: url('http://herringtonphotography.com/img/bullet-white.png') no-repeat 0 50%;
	line-height: 30px;
}

#content_area li a{
	margin:0;
	font-size: 14px;
}

#content_area, #hp_title {
	width: 960px; /* same with as content section so title stays centered */
	margin-left:20px;  /* makes title center over vertical line on Services page */
}

#hp_title {      /* use for title of each page - so copied style from section_title */
	color: #FFFFFF;
	font:  24px /*"Trajan Pro", "Avant Garde",*/ "Century Gothic", Arial, clean;     
     font-weight: normal;
	line-height: 40px;
	margin-bottom: 30px;
	text-align:center;
	clear:both;
}
.placeholder { /* used as placeholder to push gallery down on page (padding and margins on the flash image did not work) */
     height:50px;
     width: 960px;
     padding-bottom: 85px;
}

#inner_content_left {
	width:460px;
	float:left;
	padding-bottom: 0px;
	text-align: left;
}
#inner_content_right {
	width:440px;
	float:right;
	text-align: left;
	margin-left: 20px; 
	padding-left: 20px; 
     border-left:1px solid #FFFFFF;
     margin-bottom:30px;
}
#contact_right {
	width:380px; 
	float:right;
}

#contact_right p {
	text-align: left;
	font-size: 14px; 
	line-height:20px; 
}

.membership {     
     padding-top: 20px;
     min-height: 70px;
     width: 450px;
     text-align:left;
}
.membership_img {
     padding-bottom: 20px;
     float:left; 
     padding-right:10px;
}
.special_box {
     color: white !important;
	padding: 20px; 
	border: 3px double white;
	height: 95px; 
	width: 410px;
     margin-bottom: 60px;
}
.special_box p {font-size:16px !important;}

#contact_box {
	width:300px;
	height: 147px;
	float:left;
	text-align: left;
	background-color: #D3D3D3;
	margin-top: 30px;
}

#contact_box_content {
	width:90%;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}
.contact_element 
{
     float:left;
     margin-bottom: 30px;
}

#hp_footer { /* if you change this, also change .smugmug_ajax #footer in hp.smugmug.css */
	text-align:center;
	clear:both;
     background: none;
	height: 265px; 
     text-decoration: none;
	color:#FFFFFF;
	padding: 0;
	width: 960px;
	margin-left:20px;
	padding-top:60px;
}

#copyright {
     width:100%; 
     margin:-40px 0 0 0;
     padding:0;
     background-image: none;
     text-align:center;
}

#copyright h1 {
     float:left; 
     width:100%;
}

#facebook {			
	height:45px; 
	margin-top:30px
}

.badge_area {
	height:55px; 
	width: 100%; /* which will be 960px based on #hp_footer */
	margin-left: 414px; /*45%;*/ /* margin specific to Go Daddy badge with 132px width --> (960/2) - (132/2) = 414 */
	margin-top:20px;
}

/* Bottom Navigation bar menu styling */

#nav_container1 {
	float: left;
	width:275px;
	height:41px;
	padding-right: 45px;
}

#nav_container2 {
	float: left;
	width:275px;
	text-align: left;
	padding-right: 45px;
}

#nav_container3 { /* Contact Us main text */
	float: left;
	width:315px;
	text-align: left;
	padding-right: 0px;
	font-size: 14px; 
	line-height:20px;
}

.nav_container_title {
   	color: #FFFFFF !important; 
     font-weight:normal;
	font:  16px "Avant Garde", "Century Gothic", Arial, clean;     
	line-height:40px;
	padding: 0 0 10px 0;
	margin: 0;
}

#bottom_nav {
	width:960px;
	margin: 0 auto; /* top/bottom, left/right */
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: left;
}
	
#bottom_nav ul {
	margin:0;
	padding: 0;
	list-style:none;
	font-size: 14px;
}

#bottom_nav li {
	border-top: 1px solid #FFFFFF;
	padding: 0 0 0 20px;
	margin:0;
	font-size: 14px;
	background: url('http://herringtonphotography.com/img/bullet-white.png') no-repeat 0 50%;
	line-height: 30px;
}

#bottom_nav li a {
	margin:0;
	text-decoration: none;
	font-size: 14px;
	color: #A9BCF5;
}

#bottom_nav li a:hover {
	color: black;
	text-decoration: none;
	font-size: 14px;
}

#bottom_nav li a:active {
	color:black;
	text-decoration: none;
	font-size: 14px;
}


/* Top Navigation bar menu styling */
#nav {
	margin-top:33px; 
	padding:0; 
	float:right;
	border:none !important;
}

x:-moz-any-link {
	margin-top:-30px; 
	padding:0; 
	float:right;
}

#nav {
	margin-top:-30px; 
	padding:0; 
	float:right; 
}
/*
x:default {
	margin-top:33px; 
	padding:0;
 	float:right;
}
*/
x:-moz-any-link {
	margin-top:33px; 
	padding:0;
 	float:right;
}
#nav {
	margin-top:33px; 
	padding:0;
 	float:right;
}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font-size: 14px;
	font-family:/*"Trajan Pro", "Avant Garde", */"Century Gothic", Arial, clean !important;
	line-height:30px;
}
#nav a:link{
     color: black;
     text-decoration: none;
}
#nav a:hover{
     color: black;
     text-decoration: none;
}
#nav a:active{
     color: black;
     text-decoration: none;
}

/* Styling of pricing area */
.pricing_note {
     margin-bottom:10px; 
     margin-top:-20px; 
     color: #FFFFFF;
     text-align:center;
     font-size: 14px;
	width: 960px; /* same with as content section so note stays centered */
}

.pricing_box2 {  /* layout for 2 columns */
	float:left;
	width: 460px;
	text-align: left;
	margin-top: 0px; 
	padding-right:20px;
}

.pricing_box3 {  /* layout for 3 columns */
	float:left;
	width: 300px;
	text-align: left;
	margin-top: 0px; 
	padding-right:20px;
}

.pricing_box4 {  /* layout for 4 columns */
	float:left;
	width: 220px; /* was 240 */
	text-align: left;
	margin-top: 0px; 
	padding-right:20px; /* new line */
}

.pricing_package { /* box of text */
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
	padding-right: 30px;
}

.section_title, .section_title a { /* package title */
	color: #FFFFFF;
	font:  16px /*"Trajan Pro", "Avant Garde", */"Century Gothic", Arial, clean;     
    /* font-weight:  bold;*/
	line-height:40px;
	padding: 10px 0 5px 0;
}

.section_subtitle { /* package price */
	color:#FFFFFF;
	margin-top:8px;
	padding-top: 0px;
}

.section_description { /* package details */
	margin: 8px 0 10px 0;
	padding: 0;
}

.section_description ul {
     list-style-type: none !important;
     padding: 0px !important;
     margin: 0px !important;  
}

.section_description li {
     background-image: url('http://herringtonphotography.com/img/bullet-white.png') !important;
     background-repeat: no-repeat !important;
     background-position: 0px 8px !important; 
     padding-left: 14px !important; 
     line-height: 16px !important;
     margin-top: 8px !important;
}

.section_title2 {
	font-size:18px;
	color: #FFFFFF !important;
     font-size: 16px; 
     width: 100%; 
     padding:2px;
     margin-bottom: 0;
     margin-top: 20px;
}

.wedding_date { /* wedding date on slideshow pages */
	font-size:  20px;   
	padding: 0 0 30px 0;
	line-height: 30px !important;
}

.seo_text {
	/*color: #333333;*/
     margin-top:300px;
}


/* Styling the contact form */
form{margin:0; padding:0;}
	
#contact_form {
	float:left;
	width:460px;
	text-align: left;
	padding-left: 25px;
	margin-top: 40px;
}
	
.contactform {
	margin:0px;
	font-size: 14px;
	color:#FFFFFF;
	width:300px;
	text-align: left;
}

#contactform textarea {
	padding:5px;
	border:0px solid #FFFFFF;
	width:500px;
	height:150px;
	font-size:18px;
	color:#FFFFFF;
	background-color: #D3D3D3;
}

.contactform label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 25px;
}


.input-submit {
	margin-top:30px;
	background-image: url(http://www.herringtonphotography.com/img/submit.jpg);
	width: 185px;
	height: 44px;
	background-repeat:no-repeat;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.input-textarea {
	padding:5px;
	border:0px solid #FFFFFF;
	width:400px;
	height:35px;
	font-size:18px;
	color:#FFFFFF;
	background-color: #D3D3D3;
}

.small_contact {
	font-size: 14px;
	color:#FFFFFF;
	display: block;
	margin-bottom: 10px;
}	

.large_contact {
	font-size: 14px;
	color:#FFFFFF;
	text-transform:uppercase;
	display: block;
	margin-top: 30px;
}

.form_error {
	border:  1px solid #FFFFFF;
}

#thanks {
	border:  1px solid #FFFFFF;
	width: 600px;
	padding: 0px 10px 10px 10px;
	background-color:#D3D3D3;
}


	
/* USED WITH TABLES AND PRICING DATA (COPIED FROM SMUG MUG PRICE PAGE) */

#price {padding-bottom: 15px; }
#divLine {border-bottom:1px solid #FFFFFF;}
tr#MerchNames td, tr#moreNames td {padding-top:8px; }
tr#merchDesc td {padding-top: 0px; padding-right: 54px; width: 152px;}
tr#moreDesc td {padding-top: 0px; padding-right: 54px; width: 350px;}
.printProduct th { border-bottom: 1px solid #FFFFFF; padding: 0px 0px 8px 8px; text-align: center;}
.printRow td, .printRowOdd td { padding: 3px 8px; }
.printSize, .truePrice { font-size: 14px; }
.firstInGroup { border-left: 1px dashed #FFFFFF;}
#cat_prints {font-size: 14px; }
.printRowOdd {background-color: #424242;}
table.MerchTable, table.moreTable{ border-bottom: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; padding-bottom:15px;}
table#topTable {border-top: 1px solid #FFFFFF;}
table#bottomTable {border-bottom: none;}
          
#catTitle {  
    font-size:22pt;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin-top: 0px;
    margin-bottom: 10px;
    }  

.tabbed_box h3 {  
    font-size:16pt;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin-top: 20px;
    margin-bottom: 10px;
    }  

#catSmall {  
    font-weight:normal;  
    font-size:9px;  
    text-transform:uppercase;  
    position:relative;  
    top:-4px;  
    left:6px;  
    letter-spacing:0px;  
    }  

a.selectedColor {
    color: black;
    text-decoration: none;   
    }

/* home page items */
.transparent_box {
	background-color: #D3D3D3;
	padding:20px 20px 20px 20px;
	opacity:0.7; 
	filter:alpha(opacity = 70); /* for IE8 or earlier */
}

.transparent_link {
	background-color: #D3D3D3;
	padding:20px 20px 20px 20px;
	opacity:0.7; 
	filter:alpha(opacity = 70); /* for IE8 or earlier */
	
     width:205px; 
     float:left;    
     display:block;
     clear:both; /* no elements allowed on left or right of element (makes vertical list) */
     margin-bottom: 40px;
}

.transparent_link a {
	font:  14px /*"Trajan Pro","Avant Garde",*/ "Century Gothic", Arial, clean;     
     font-weight:         bold;
}

/* GALLERY PREVIEW PAGE SETTINGS */
.gallery_thumb {
     width:     65px;
     height:    30px;
     text-align:center;
}
.gallery_thumb_desc {
     text-align:center;
}
.gallery_thumb a img{
     width:   200px;
     height:  133px;
     margin:  10px;
}
.gallery_thumb_venue {
     text-align:center;
     margin-top:8px;
}
.gallery_thumb_city {
     text-align:center;
     color:#BDBDBD;
     margin-top:0px;
}
