/*
Nevada Jack and Picture Pages
Original designs by Spectral Design
Updated: Nov-2011 by JV
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 -- modified: JV
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*disabled for DW CS5 rendering*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset */

/* Body styles */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 75%;
	background-color: #F5F2EC;
}
body#pics {
	background-color: #060606;
}
/* Base styles */
img {
	display: block;
}
ul,
ol {
	line-height: 1.2em;
	color: #7F7A72;
}
li {
	margin: 0 0 0.5em 0px;
	padding: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #3A434D;
}
div.tagbutton {
	margin-bottom: 10px;
}
/* Links */
a:link {
	color: #900;
	text-decoration: none
}
a:visited {
	color: #933;
	text-decoration: none
}
a:hover {
	color: #f03;
	text-decoration: underline;
}
/*a:active {
	color: #900;
	position: relative;
	top: 1px;
}*/

/*------------------------------*/
/* Primary structure */
/*------------------------------*/

/* Headers */
#headermain {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 8px solid #35414C;
	background-color: #838077;
	border-bottom: 1px solid #DBD9D0;
}
#titlehead {
	margin: 0 auto;
	padding: 0px 25px;
	border-style: none;
	height: 85px;
	opacity: 0.70;
	background: url(../images/msqftm76bg.jpg) no-repeat left -80px;
	max-width: 910px;
}
#titlehead h1 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 52px 10px 0px;
	letter-spacing: 0.15em;
	text-shadow: #221111 1px 1px 2px;
	opacity: 1
}
/* Body content */
#wrapper {
	margin: 0px auto;
	padding: 0 25px;
	width: auto;
	max-width: 910px;
	background-color: #F5F2EC;
	overflow: hidden;
}
#content {
	width: 62%;
	margin: 25px 0px;
	padding: 0;
	clear: both;
	float: left;
	background-color: #F5F2EC;
}
.entry {
	margin: 0px 0px 1.7em;
	padding: 20px 30px;
	clear: both;
	border: 1px solid #E8E5DC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FCF8F0;
}
#content h1 {
	display: none;
}
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0.1em 0px 0.5em;
	padding: 0px;
	color: #665D57;
	letter-spacing: 1px;
	line-height: 1.2;
	text-shadow: #E0D5CC 1px 1px 2px;
}
#content h3 {
	font-size: 1.5em;
	margin: 0 0 0 5px;
	padding: 0em 0px 0.2em;
	line-height: 1.2;
	font-weight: normal;
}
#content h3 a {
	color: #286988;
	font-weight: normal;
	text-decoration: none
}
#content h3 a:hover {
	color: #8B1C00;
	font-weight: normal;
	text-decoration: none;
}
#content h4 {
}
#content h5 {
}
#content p {
	color: #42424A;
	margin: 0 0 1.7em 5px;
	padding: 0px 5px 0px 0px;
	font-size: 1.3em;
	line-height: 1.3;
}
#content p.last {
	margin-bottom: 1em;
}
/* Friends */
#content ul.friends {
	font-size: 1.2em;
	margin: 0px 5px;
	line-height: 1em;
	list-style: none;
	padding-top: 0.2em;
	padding-right: 5px;
	padding-bottom: 0px;
}
#content ul.friends li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	width: 20.5%;
	float: left;
	margin: 0px 4% 0.5em 0px;
}
#content ul.friends li.lastitem {
	margin-right: 0px;
}
#content ul.friends a {
	color: #286988;
	font-weight: normal;
	text-decoration: none
}
#content ul.friends a:hover {
	color: #8B1C00;
	font-weight: normal;
	text-decoration: none;
}
#content h3 a:hover,
#content ul.friends a:hover {
}
/* Body subcontent */
#contenttwo {
	float: right;
	width: 34%;
	margin: 25px 0px;
	padding: 20px 0px 0px;
	color: #575762;
	background-color: #F5F2EC;
}
#contenttwo h1 {
	display: none;
}
#contenttwo p {
	font-size: 1.1em;
}
#contenttwo div.ctbutton {
	border: 1px solid #dedbd3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1;
}
#contenttwo div.ctbutton h2 {
}
#contenttwo div.ctbutton p {
	font-size: 1.3em;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-weight: bold;
	line-height: 1;
}
#contenttwo div.gpbutton {
	background: #ebe8e1 url(../images/gplus-32.png) no-repeat 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#contenttwo div.gpbutton a {
	padding: 5px 0px 5px 40px;
	margin-left: 10px;
}
#contenttwo div.twbutton {
	background: #ebe8e1 url(../images/t_logo-a32.png) no-repeat 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#contenttwo div.twbutton a {
	padding: 5px 8px 5px 40px;
	margin-left: 10px;
}
#contenttwo div.pabutton {
	background: #ebe8e1 url(../images/panoramio32.png) no-repeat 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#contenttwo div.pabutton a {
	padding: 5px 8px 5px 40px;
	margin-left: 10px;
}
/* Footers and bottom content */
#sub {
	background-color: #E2DFD6;
	clear: both;
	height: 500px;
	border-top: 1px solid #DBD9D0;
}
#footer {
	color: #555560;
	font-size: 0.95em;
	margin: 0 auto;
	padding: 15px 25px;
	position: relative;
	line-height: 1;
	background-color: #E2DFD6;
	max-width: 910px;
}
#footer .copyright {
	margin: 0px;
	padding: 10px 10px 10px 5px;
	float: left;
}
#footerinfo {
	width: 295px;
	padding: 0px;
	float: right;
}
#footerinfo p {
	float: right;
	margin: 0.8em 0px 0px;
	padding: 0px 10px 0px 0px;
	color: #B8B5AE;
}
img.follow {
	float: left;
	margin-right: 12px;
}
img.badge {
	float: right;
	opacity: 1
}
img.badgelite {
	float: right;
	opacity: 0.20
}
#css3 {
	width: auto;
	padding: 2px;
	border: 1px solid #F0EDE4;
	background-color: #E6E3D9;
	float: right;
	margin-top: 8px;
}

/*------------------------------*/
/* Picture pages */
/*------------------------------*/

/* Picture Page navigation */
#navpage {
	margin: 10px 0px 2px;
	padding: 0;
	width: 100%;
}
#pgtitlepics #navpage h1 {
	display: none;
}
#navpage ul {
	margin: 0;
	padding: 0;
	width: 100%;
	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: 2px 30px 0px 2px;
	margin: 0px;
	font-size: 1.5em;
	letter-spacing: 1px;
	width: 100%;
}
#navpage ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navpage ul li a:active {
}
#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 */
#pics header {
}
#pics #headermain {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 8px solid #091422;
	border-bottom: 1px solid #272B38;
	background: #232733 url(../images/bghdnj1.gif) repeat-x 0px bottom;
}
#pics #titlehead {
	margin: 0 auto;
	padding: 0px 15px;
	border-style: none;
	height: 60px;
	background: url(none);
	max-width: 950px;
}
#pics #titlehead h1 {
	color: #EFEEEC;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 30px 10px 0px 0px;
	letter-spacing: 0.15em;
}
#pics #titlehead h1 a,
#pics #titlehead h1 a:hover {
	color: #EEE;
	text-decoration: none;
}
/* Picture pages structure */
#wrapperpics {
	margin: 0px auto;
	padding: 0px 10px;
	background-color: #060606;
	max-width: 960px;
}
#pgtitlepics {
	padding: 20px 5px 5px;
	max-width: 75%;
}
#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.6em;
	margin: 10px 0 3px;
	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: 0.5em 0px 2px;
}
/* Picture pages main content */
#contentpics {
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	width: 76%;
}
#contentpics a:link {
	color: #F95600;
}
#contentpics a:visited {
	color: #DE5919;
}
#contentpics a:hover {
	color: #C64100;
}
#contentpics img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 3px solid #1b1b1b;
	max-width: 100%;
}
#contentpics img.topimg {
	margin-top: 5px;
}
#contentpics img.mcvvert {
	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: #b4b8bd;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 10px 10px 14px;
	margin: 0px 0px 25px;
	width: 100%;
}
#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;
	font-size: 1.2em;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 10px 10px 14px;
	margin: 0px 0px 25px;
	width: 100%;
}
#contentpics p.medwd {
	width: 624px;
}
#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;
	margin: 20px 0px 25px 10px;
	padding: 0px;
	color: #E8E0D2;
	width: 20.3%;
}
#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: #C59012;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-top: 0px;
	font-size: 1.2em;
}
#contenttwopics p {
	line-height: 1.4;
	color: #B4ABA1;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	font-size: 1.1em;
}
#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;
}
.msqothrlinks {
	margin-top: 0px;
}
.msqothrlinks h4 {
	margin-top: 0px;
}
/* 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;
	margin-bottom: 5px;
	color: #DBD3C5;
}
#contenttwopics ul#ctnav li a {
	display: block;
}
#contenttwopics ul#ctnav li,
#contenttwopics ul#ctnav li a {
	/* [disabled]-moz-border-radius: 6px; */
	/* [disabled]-webkit-border-radius: 6px; */
	/* [disabled]border-radius: 6px; */
}
#contenttwopics ul#ctnav li a:hover {
	color: #CBE2EA;
	text-decoration: none;
}
#contenttwopics ul#ctnav li a:hover {
	top: 0px;
}
/* Picture pages footers */
#footerpicwrap {
	background-color: #171A22;
	clear: both;
}
#footerpics {
	color: #a8adaf;
	font-size: 0.95em;
	margin: 0px;
	padding: 15px 20px 20px 5px;
	border-top: 2px solid #222733;
	position: relative;
	clear: both;
}
#footerpics p {
	margin: 0px;
	padding: 10px 10px 10px 5px;
	float: left;
}
#footerinfopics {
	width: 200px;
	padding: 0px;
	float: right;
	margin: 0px 0px 0px 5px;
}
#footerinfopics p {
	color: #404242;
	float: right;
	margin: 0.8em 0px 0px;
	padding: 0px;
}
#footerinfopics img.badge {
	opacity: 0.98
}

/*--------------------------*/
/* Self-clearing floats */

/* Float clear block */
.contain:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	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;
}

/*--------------------------*/
/* Responsiveness */
@media screen and (max-width: 600px) {
	#content, #contenttwo {
	float: none;
	clear: both;
	width: auto;
	padding-top: 0px;
	}
	#footerinfo {
	float: none;
	clear: both;
	padding-left: 5px;
	}
}
@media screen and (max-width : 400px) {
	#content ul.friends {
		float: none;
		clear: both;
		width: auto;
	}
}
@media screen and (max-width: 750px) {
	#contentpics, #contenttwopics {
		float: none;
		clear: both;
		width: auto;
	}
	#contentpics {
		margin-right: 5px
	}
	#contenttwopics ul#ctnav {
		width: 50%
	}
	#footerinfopics {
		float: none;
	}
}
@media screen and (max-width : 480px) {
	#navpage ul li a {
		padding: 2px 12px 0px 0px;
	}
}


/*--------------------------*/
span.holiday {
	font-size: 1.5em;
	color: #F03;
}

