/*
Pat Photos
Master styles for screen media
Original designs by JV
Updated: Mar-2010 by JV
*/

/*html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* End reset */

/* Body base styles */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #444;
	background-color: #f3f2e8;
}

/* Common element defaults */
h1 {
	font-size: 2.5em;
	font-weight: normal;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
h6 {
	font-size: 0.67em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
p {
	font-size: 1em;
	margin: 0 0 1em;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #222;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #333;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
table {
	background-color: #fff
}
td {
	text-align: left
}

/* Link defaults */
a:link, a:visited  {
	color: #369;
	text-decoration: none
}
a:hover {
	color: #39c;
}

/* Headers */
#header {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #e2e1d4;
	background-color: #998373;
}
#header-inner {
	position: relative;
	width: 80%;
	max-width: 1000px;
	min-width: 680px;
	margin: 0 auto;
	font-size: 1.1em;
}

/* Page structure */
#wrap {
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	font-size: 1.1em;
}
#main {
	float: left;
	width: 70%;
	margin-bottom: 1em;
}
#secondary {
	float: right;
	width: 26%;
	margin-bottom: 1em;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	font-size: 1em;
	color: #9c836e;
	border-top: 2px solid #e2e1d4;	
}

/* Navigation */
#nav {
	margin: 10px 0 0;
	padding: 5px 0;
	overflow: hidden;
	background-color: #B79D8D;
}

/* Main styles */
#main .article {
	line-height: 1.5;
}

/* Secondary styles */
#secondary ul {
	margin-left: 16px;
	margin-top: 5px;
}
#secondary ul li {
	margin-bottom: 5px;
}

/* Footer */

/* misc */
hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/*--------------------------*/
/* Picture pages */
body#pics {
	background-color: #040609;
}
/* Picture Page navigation */
#navpage {
	background-color: #232631;
	width: 960px;
	margin: -5px 0px 0px;
	padding: 0;
	border-top: 1px solid #31373B;
}
#navpage ul {
	background-color: #232631;
	margin: 0;
	padding: 0 0 0 12px;
	float: left /* to clear float in Dreamweaver only */;
	width: 948px;
	overflow: hidden;
	list-style: none;
}
#navpage ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#navpage ul li a {
	color: #70747A;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	float: left;
	padding: 9px 30px 14px 2px;
	margin: 0px;
	background-color: #232631;
	font-size: 1em;
	letter-spacing: 1px;
	width: 100%;
}
#navpage ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navpage ul li.crntpage a {
	color: #FFFFFF;
}
#navpage ul li.crntpage a:hover {
	color: #FFFFFF;
}
#navpage ul li.nullnav a,
#navpage ul li.nullnav a:hover {
	color: #131517;
}

/* Picture pages headers HTML 5 */
#pics header {
}
#pics #headermain {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 8px solid #091422;
	background-color: #232733;
	border-bottom: 1px solid #000;
	background-image: url(../img/bghdpk1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#pics #titlehead {
	margin: 0 auto;
	width: 960px;
	padding: 0px;
	border-style: none;
	height: 90px;
}
#pics #titlehead h1 {
	color: #CFCFCF;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0px;
	padding: 35px 0px 0px 5px;
	letter-spacing: 1px;
	line-height: 1;
}
#pics #titlehead h1 a,
#pics #titlehead h1 a:hover {
	color: #e0b816;
	text-decoration: none;
}
/* Picture pages main content */
#pics #wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-color: #040609;
}
#pgtitlepics {
	padding: 18px 12px 5px 5px;
}
#pgtitlepics h1 {
	color: #DCD2C4;
	font-size: 2em;
	margin: 0px 0 2px;
	padding: 0;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 1px;
}
#pgtitlepics h2 {
	color: #E8E0D2;
	font-size: 1.8em;
	margin: 0.4em 0 2px;
	padding: 0;
	font-weight: normal;
	line-height: 1;
}
#pgtitlepics h3 {
	color: #DAD4CA;
	font-weight: normal;
	line-height: 1;
	margin-top: 0.4em;
}
#pgtitlepics h4 {
	color: #DAD4CA;
	font-weight: normal;
	line-height: 1;
	margin-top: 0.4em;
}
#contentpics {
	margin: 20px 0px 0px;
	padding: 0px 0px 25px;
	width: 730px;
	float: left;
}
#contentpics a:link {
	color: #c00;
}
#contentpics a:visited {
	color: #c33;
}
#contentpics a:hover {
	color: #f03;
}
#contentpics img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 2px solid #181b1f;
}
#contentpics img.topimg {
	margin-top: 0px;
}
#contentpics img.vertpic {
	border-right-width: 162px;
}
#contentpics h1 {
	color: #E8E0D2;
	font-size: 2.2em;
	margin: 0px 0 2px;
	padding: 0;
	font-weight: normal;
	line-height: 1em;
	display: none;
}
#contentpics h2 {
	color: #DACDB9;
	font-size: 1.7em;
	margin: 2em 0px -8px;
	padding: 0 0 0 5px;
	font-weight: normal;
	line-height: 1;
	clear: both;
	letter-spacing: 1px;
}
#contentpics h2.tophead {
	margin-top: 0px;
}
#contentpics h3 {
	color: #e6e6e6;
	font-size: 1.2em;
	margin: 0.8em 0 2px;
	padding: 0;
	font-weight: normal;
	clear: both;
}
#contentpics h4 {
	color: #e6e6e6;
	font-size: 1.1em;
	margin: 0.8em 0 2px;
	padding: 0;
	font-weight: normal;
}
#contentpics h5 {
	color: #e6e6e6;
	font-size: 1em;
	margin: 0 0 2px;
	padding: 0;
	font-weight: normal;
}
#contentpics p {
	color: #b4b8bd;
	margin-bottom: 2em;
	margin-top: 0px;
	width: 704px;
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 1px;
	background-color: #181b1f;
	padding: 10px 10px 14px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
/* Caption widths */
#contentpics p.wd540 {
	width: 524px;
}
#contentpics p.wd541 {
	width: 525px;
}
#contentpics p.wd474 {
	width: 458px;
}
#contentpics h4.linkhead {
	color: #FFC56C;
}
#contentpics ul.otherlinks {
	color: #AAAAAA;
	margin: 0.5em 0px 0px 5px;
}
#subpics {
	clear: both;
}
/* Picture pages subcontent */
#contenttwopics {
	float: right;
	width: 195px;
	margin: 20px 0px 25px;
	padding: 5px 5px 0px 0px;
	color: #E8E0D2;
}
#contenttwopics h3 {
	line-height: 1em;
	font-weight: normal;
	color: #60583E;
	margin: 1.2em 0px 0px;
	padding: 0.6em 0px 0px 5px;
	font-size: 1.3em;
	border-top: 1px solid #E2DFD9;
}
#contenttwopics h3.top {
	margin-top: 0em;
	border-top-style: none;
	padding-top: 0em;
}
#contenttwopics h4 {
	color: #D29133;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#contenttwopics a {
	color: #83AAB9;
}
#contenttwopics a:hover {
	color: #CA0000;
	text-decoration: underline;
}
#contenttwopics ul.list {
	padding: 0px 0px 0px 5px;
	line-height: 1em;
	font-size: 1em;
	margin: 0.6em 0px 0px;
}
#contenttwopics ul.list li {
	margin-bottom: 0.6em;
}
img.panor {
	margin-bottom: 5px;
}
/* Picture pages subcontent main navigation */
#contenttwopics ul#ctnav {
	margin: 10px 0px 20px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	list-style: none;
}
#contenttwopics ul#ctnav li {
	padding: 5px;
	border: 1px solid #1B2126;
	margin-bottom: 5px;
	background-color: #16181E;
}
#contenttwopics ul#ctnav li a {
}
#contenttwopics ul#ctnav li,
#contenttwopics ul#ctnav li a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#contenttwopics ul#ctnav li a:hover {
	color: #CBE2EA;
	text-decoration: none;
}
/* Picture pages footers */
#footerpicwrap {
	background-color: #171A22;
	clear: both;
}
#footerpics {
	color: #a8adaf;
	font-size: 0.95em;
	margin: 0px 0px 10px;
	padding: 15px 20px 20px 5px;
	width: 935px;
	border-top: 2px solid #222733;
	clear: both;
	position: relative;
}
#footerinfopics {
	position: absolute;
	width: 200px;
	top: 8px;
	left: 750px;
	padding: 0px 0px 0px 5px;
}
#footerinfopics p {
	color: #A0A0A0;
	float: right;
	margin: 0.8em 0px 0px;
	padding: 0px;
}

/* Self-clear floats */
.contain:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Float clear for IE Windows */
/* Float clear for IE6 */
* html .contain {
	height: 1%;
}
/* Float clear for IE7 */
*:first-child+html .contain {
	min-height: 1px;
}


/*--------------------------*/
/* Webkit animation */
div.gridmain a,
#contenttwo a {
	-webkit-transition : color 0.2s linear;
}
#pics #navpage ul a {
	-webkit-transition : color 0.2s linear;
}
div.gridmain h3 a,
div.gridmain ul.friends a {
	-webkit-transition : 0.2s linear;
}
/*--------------------------*/

