/*-----------------------------
CSS FOR: Linda Nolan Photography
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 12-11-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
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, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	background: #f6f6f6 url(../img/background.gif) top left repeat-x;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:visited{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:hover{
	color: #b60000;
	text-decoration: none;
	border-bottom: 1px solid #b60000;
}

h1{
	color: #f60000;
	font-weight: bold;
	font-size: 18px;
}

h2{
	color: #f60000;
	font-weight: bold;
	font-size: 16px;
}

h3{
	color: #f60000;
	font-weight: bold;
	font-size: 14px;
}

h4{
	color: #f60000;
	font-weight: bold;
	font-size: 14px;
}

h5{
	color: #f60000;
	font-weight: bold;
	font-size: 14px;
}

h6{
	color: #f60000;
	font-weight: bold;
	font-size: 14px;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color: #666;
	border-bottom: 1px dotted #666;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #666;
	border-bottom: 1px dotted #666;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#masthead{
	width: 960px;
	height: 140px;
	margin:0 auto;
	position: relative;
}

div#nav{
	width: 760px;
	height: 30px;
	margin:0 auto;
}
div#content{
	width: 800px;
	min-height: 400px;
	margin:0 auto;
	padding: 30px 0;
}

div#footer{
	width: 800px;
	min-height: 10px;
	margin:0 auto;
	padding: 0 0 60px 0;
	background: url(../img/bottom_swirl.gif) bottom center no-repeat;
	clear:both;
}

div#photo_wrapper{
	margin:0 auto;
	width: 600px;
	height: 400px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

div#thumb_wrapper{
	width: 800px;
	height: 120px;
	margin:0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

div#album_info{
	width: 200px;
	min-height: 400px;
	float: left;
}

div#contact_form{
	float: left;
	width: 320px;
	min-height: 300px;
	text-align: left;
	margin: 0 0 0 60px;
}

div#contact_details{
	float: right;
	width: 320px;
	min-height: 300px;
	text-align: left;
	margin: 0 60px 0 0;
	padding: 20px 0 0 0;
}

/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead h1 a{
	width: 548px;
	height: 75px;
	display: block;
	text-indent: -9999px;
	margin:0 auto;
	border-bottom: none;
	background: url(../img/masthead_logo.png) bottom center no-repeat;
	padding-top: 10px;
}

div#masthead h2{
	font-size: 22px;
	color: #666;
	border-bottom: none;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 0;
}

div#masthead h2 a{
	border-bottom: 1px solid #ddd;
	color: #b60000;
}

div#masthead h2 a:visited{
	border-bottom: 1px solid #ddd;
	color: #b60000;
}

div#masthead h2 a:hover{
	border-bottom: 1px solid #f60000;
	color: #f60000;
}

div#masthead div#login{
	position: absolute;
	top: 0;
	right:0;
	width: 100px;
	height: 30px;
}

div#masthead div#login a{
}
div#masthead div#logged_in{
	position: absolute;
	top: 0;
	right:0;
	width: 200px;
	height: 30px;
}

div#masthead div#login a, div#masthead div#logged_in a{
	display: block;
	background: rgba(100%, 100%, 100%, 0.7) !important;
	background: #f5f5f5;
	line-height: 30px;
	text-align: center;
	border-bottom: none;
	font-size: 11px;
	color: #111;
}

div#masthead div#login a:visited, div#masthead div#logged_in a:visited{
	display: block;
	background: rgba(100%, 100%, 100%, 0.7) !important;
	background: #f5f5f5;
	border-bottom: none;
	color: #111;
}

div#masthead div#login a:hover, div#masthead div#logged_in a:hover{
	display: block;
	background: rgba(10%, 10%, 10%, 0.7) !important;
	background: #666;
	border-bottom: none;
	color: #f8f8f8;
}



div#nav ul{
	list-style: none;
	margin:0;
	padding:0;
}

div#nav ul li{
	display: inline;
	border-left: 1px solid #ccc;
	font-size: 13px;
	color: #666;
	padding: 0 10px;
	line-height: 30px;
}

div#nav ul li#home{
	border-left: none;
}

div#nav a{
	text-transform: uppercase;
	color: #666;
	border-bottom: none;
	letter-spacing: 2px;
	/*font-family: "Arial", "Helvetica", sans-serif;*/
}

div#nav a:visited{
	text-transform: uppercase;
	color: #666;
	border-bottom: none;
}

div#nav a:hover{
	text-transform: uppercase;
	color: #b60000;
	border-bottom: none;
	text-decoration:underline;
}

div#nav a.here{
	color: #bf0000;
	font-weight: bold;
}

div#content div#thumb_wrapper p{
	display: block;
	width: 50px;
	height: 70px;
	float: left;
	background: url(../img/left_swirl.gif) center right no-repeat;
	text-align: right;
	padding: 30px 10px 0 40px;
	color: #666;
	font-size: 10px;
	font-family: "Arial", "Helvetica", sans-serif;
	margin:0;
	text-align: right;
	line-height: 1.4em;
	
}

span#js_photos{
	display: block;
	width: 600px;
	height: 400px;
	overflow: hidden;
}
div#thumb_wrapper ul{
	width: 600px;
	margin:0;
	padding:0;
	float: left;
}

div#thumb_wrapper ul li{
	display: block;
	float: left;
	width: 150px;
	margin:0;
	padding:0;
}
div#thumb_wrapper ul a{
	display: block;
	width: 140px;
	height: 90px;
	background: none;
	border: 5px solid #fff;
	float: none;
	padding:0;
	margin:0;
}

div#thumb_wrapper ul a:visited{
	display: block;
	background: none;
	border: 5px solid #fff;
	float: none;
}

div#thumb_wrapper ul a:hover{
	display: block;
	background: none;
	border: 5px solid #ddd;
	float: none;
}
div#thumb_wrapper ul a.this_thumb{
	border: 5px solid #666;
}
div#thumb_wrapper a{
	display: block;
	width: 50px;
	height: 70px;
	float: right;
	background: url(../img/right_swirl.gif) center left no-repeat;
	text-align: left;
	padding: 30px 40px 0 10px;
	border-bottom: none;
	color: #666;
	font-size: 10px;
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.4em;
}

div#thumb_wrapper a:visited{

}

div#thumb_wrapper a:hover{
	text-decoration: underline;
	color: #f60000;
}
div#thumb_wrapper span.hp_thumb_wrapper{
	display: block;
	width: 140px;
	height: 90px;
	overflow: hidden;
}

div#content div#hp_about p{
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-style: italic;
	color: #666;
	margin:0;
	padding:0;
}

div#content p{
	font-size: 13px;
	color: #111;
	text-align: justify;
	margin: 0 150px;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

div#content div#album_info p{
	text-align: left;
}
div#content div.links p{
	text-align: center;
}
div#content h3{
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #b60000;
	text-transform: uppercase;
}

div#content div#album_info h3{
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	font-weight: normal;
	color: #111;
	text-align: left;
}

div#content div#album_info p{
	margin:0;
	padding:0 0 5px 0;
}

div#content div#album_info p.album_date{
	font-size: 10px;
	color: #666;
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0 0 10px 0;
}
div#content div#album_info p.album_info{
	font-size: 12px;
	margin: 0 0 10px 0;
}

div#footer ul{
	padding: 0 0 10px 0;
	text-transform: uppercase;
	color: #ddd;
	font-family: "Arial", "Helvetica", sans-serif;
}
div#footer ul li{
	display: inline;
	padding: 0 5px;
	font-size: 9px;
}

div#footer p{
	padding: 0;
	text-transform: uppercase;
	color: #aaa;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9px;
}

div#footer p a{
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}
ul#photo_list{
	width: 560px;
	float: right;
}

ul#photo_list li{
	width: 110px;
	height: 110px;
	float: left;
	position: relative;
}

ul#photo_list li a{
	display: block;
	width: 110px;
	height: 110px;
	border-bottom: none;
	z-index: 1000;
	position: absolute;
	top: 0;
	left:0;
	background-image: url(../img/spacer.gif);
}

ul#photo_list li a:visited{
	border-bottom: none;
	background-image: url(../img/spacer.gif);
	
}

ul#photo_list li a:hover{
	text-decoration: underline;
	background-image: url(../img/white50.png) !important;
	background-image: url(../img/spacer.gif);
	
}
ul#photo_list span.photo_wrapper{
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ddd;
	z-index: 100;
}

ul#photo_list span.photo_wrapper img{
	margin:0 0 0 -25%;
}
ul#photo_list span.photo_title{
	font-size: 10px;
	font-family: "Verdana", "Arial", sans-serif;
	display: block;
	line-height: 1.2em;
	bottom: 0;
	left:0;
	padding: 100px 0 0 0;
}

div#pricing p{
	text-align: center;
}
div#pricing h4{
font-size: 20px;
letter-spacing: 1px;
padding: 0 0 10px 0;
font-weight: normal;
color: #5b0c77;
text-align: center;
margin-bottom: 10px;
}

div#pricing h5{
font-size: 18px;
letter-spacing: 1px;
padding: 0 0 5px 0;
font-weight: normal;
color: #ba0c77;
}

div#pricing p.large_text{
	font-size: 16px;
	display: block;
	width: 200px;
	border-bottom: 1px dotted #666;
	padding: 0 0 10px 0;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}

/* ----------------------------------------------- Login STYLES --------------------------------------------*/

div#client_login{
	width: 300px;
	border: 1px solid #666;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

div#client_login div.loginfields{
	width: 260px;
	height: 30px;
	padding: 10px 20px;
	clear: both;
}

div.loginfields span.login-labels{
	width: 60px;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #b60000;
}

div.loginfields input#username, div.loginfields input#pwd{
	width: 160px;
	float: right;
	margin: 5px 0 0 0;
}

div#client_login p.loginerror{
	display: block;
	font-size: 14px;
	color: #f60000;
	padding: 10px;
	background:  #b60000;
	color: #f8f8f8;
}
div#client_login p{
	font-size: 12px;
	line-height: 1.5em;
}

div.loginfields button#login{
	width: 100px;
	height: 25px;
	border: 1px solid #f60000;
	background: #b60000;
	color: #f8f8f8;
}

div#logout_box{
	clear: both;
	margin: 20px 0 10px 0;
	width: 100%;
	text-align: left;
}

div#logout_box button#logout{
	width: 100px;
	height: 25px;
	text-align: center;
	border: 1px solid #f60000;
	background: #b60000;
	color: #f8f8f8;
}

/* ----------------------------------------------- CONTACT STYLES --------------------------------------------*/
div#contact_details p{
	margin:0;
	padding:0 0 5px 0;
	line-height: 1.5em;
	
	text-align: right;
}
div#contact_form p{
	margin:0;
	padding:0 0 5px 0;
}
div#contact_form span.required{
	background: #b60000;
	padding: 2px;
	font-size: 10px;
	color: #fff;
}

div#contact_form p.contactmessage, div#contact_form p.highlight{
	border: 1px dotted #f60000;
	color: #f60000;
	padding: 2px 5px;
	margin: 0 20px 10px 0;
	background: none;
}

input.contact-single{
	width: 300px;
	height: 20px;
	clear: both;
	margin: 5px 0 10px 0;
	text-align:left;
}

textarea.contact-text{
	width: 300px;
	height: 100px;
	clear: both;
	margin: 5px 0 10px 0;
	text-align:left;
}
/* ----------------------------------------------- Modular STYLES --------------------------------------------*/
.one{width: 100px;}
.two{width: 200px;}
.three{width: 300px;}
.four{width: 400px;}
.five{width: 500px;}
.six{width: 600px;}
.seven{width: 700px;}
.eight{width: 800px;}

.left{float: left;}
.right{float: right;}
.centre{margin: 0 auto;}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
span.large_text{
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

span.small_text{
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", "Georgia", serif;
  font-style: italic;
  }

strong{font-weight: bold;}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}

img.image_left{
	float: left;
	max-width: 350px;
	margin: 0 20px 20px -150px;
}

img.image_right{
	float: right;
	max-width: 350px;
	margin: 0 -150px 20px 20px;
}

img.image_clear{
	clear: both;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

div#content p.clear{
	display: block;
	text-align: center;
	clear: both;
}

div#lightbox a{
	border-bottom: none;
}