/*
Spectral Design and Picture Pages
Original designs by JV
Updated: Jul-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 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 75%;
	/*background-color: #F0EDE6;*/
	background-color: #F5F2EC;
}
body#pics {
	background-color: #040609;
}
/* Common element defaults */
h1 {
	color: #036;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0.83em 0 0.2em;
	padding: 0;
}
h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0 0.2em;
	padding: 0;
}
h4 {
	font-weight: bold;
	margin: 1.33em 0 0.2em;
	padding: 0;
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: .8em 0 2px;
	padding: 0;
}
h6 {
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
	padding: 0;
}
p {
	margin: 0 0 1em;
	padding: 0;
	font-size: 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #3A434D;
}
cite {
	color: #444e5f;
	font-weight: bold;
	font-style: normal;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
table {
	background-color: #fff
}
td {
	text-align: left
}
hr {
	display: none;
}
/* List defaults */
ul,
ol {
	line-height: 1.2em;
	color: #7F7A72;
}
li {
	margin: 0 0 0.5em 0px;
	padding: 0;
}
/* Link defaults */
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 layout divisions */

/* Headers HTML 5 */
header {
}
#headermain {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 8px solid #35414C;
	background-color: #838077;
	border-bottom: 1px solid #DBD9D0;
}
#titlehead {
	margin: 0 auto;
	width: 920px;
	padding: 0px 20px;
	background-image: url(../images/msqftm76bg.jpg);
	background-repeat: no-repeat;
	background-position: left -70px;
	border-style: none;
	height: 124px;
}
#titlehead {
	opacity: 0.75
}
#titlehead h1 {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 78px 10px 0px 16px;
	letter-spacing: 0.1em;
	text-shadow: #221111 1px 1px 2px;
}
#titlehead h1 {
	opacity: 1
}
/* Body content */
#wrapper {
	margin: 0px auto;
	padding: 0 30px;
	width: 900px;
	background-color: #F5F2EC;
	overflow: hidden;
}
#content {
	width: 570px;
	margin: 25px 0px;
	padding: 0;
	clear: both;
	float: left;
	background-color: #F5F2EC;
}
div.entry {
	margin: 0px 0px 20px;
	padding: 20px 30px 15px;
	clear: both;
	border: 1px solid #E8E5DC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FCF8F0;
}
#content h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.1em 0px 0.5em;
	padding: 0px;
	color: #665D57;
	letter-spacing: 1px;
	line-height: 1.2;
}
#content h2 {
	text-shadow: #E0D5CC 1px 1px 2px;
}
#content h3 {
	font-size: 1.5em;
	margin: 0 0 0 5px;
	padding: 0em 0px 0.3em;
	line-height: 1.2;
	font-weight: normal;
}
#content h3 a {
	color: #286988;
	font-weight: normal;
	text-decoration: none
}
#content h3 a:hover {
	color: #613525;
	font-weight: normal;
	text-decoration: none;
}
#content h4 {
}
#content h5 {
}
#content p {
	color: #42424A;
	margin: 0 0 1.5em 5px;
	padding: 0px 5px 0px 0px;
	font-size: 1.1em;
}
#content ul.friends {
	font-size: 1.2em;
	margin: 3px 5px 5px 0px;
	padding: 0.2em 10px 0px 12px;
	float: left;
	width: 100px;
	line-height: 1em;
	border-left: 1px solid #E2DFD6;
	list-style: none;
}
#content ul.friendend {
	border-right-style: none;
	margin-right: 0px;
}
#content ul.friendfirst {
	border-left-style: none;
	padding-left: 5px;
}
#content ul.friends li {
	margin-bottom: 1em;
}
#content ul.friends a {
	color: #286988;
	font-weight: normal;
	text-decoration: none
}
#content ul.friends a:hover {
	color: #613525;
	font-weight: normal;
	text-decoration: none;
}
#content h3 a:hover,
#content ul.friends a:hover {
}
/*---------------*/
#content ul.friendsone {
	font-size: 1.2em;
	margin: 0.2em 0px 0px;
	padding: 0px;
	float: left;
	width: 225px;
	line-height: 1em;
}
#content ul.friendstwo {
	font-size: 1.2em;
	margin: 0.2em 0px 0px;
	padding: 0px;
	float: right;
	width: 225px;
	line-height: 1em;
}
#content ul.friendsone li,
#content ul.friendstwo li {
	margin-bottom: 0.6em;
}
#content ul.friendsone a,
#content ul.friendstwo a {
	color: #286988;
	font-weight: normal;
	text-decoration: none
}
#content ul.friendsone a:hover,
#content ul.friendstwo a:hover {
	color: #1B3D4B;
	font-weight: normal;
	text-decoration: none
}
/* Body subcontent */
#contenttwo {
	float: right;
	width: 290px;
	margin: 25px 0px;
	padding: 0px;
	color: #575762;
	background-color: #F5F2EC;
}
/*#contenttwo h3 {
	line-height: 1em;
	font-weight: normal;
	color: #4D4641;
	margin: 1.8em 0px 0px;
	padding: 0.6em 0px 0px 3px;
	font-size: 1.3em;
	border-top: 1px solid #E2DFD9;
}
*/
#contenttwo h3 {
	/*border-bottom: 1px solid #D9D6CE;*/
}
#contenttwo h3.top {
	margin-top: 0em;
	border-top-style: none;
	padding-top: 0em;
}
#contenttwo h5 {
	line-height: 1em;
	font-weight: normal;
	color: #4D4641;
	margin: 2em 0px 0px;
	padding: 0.6em 0px 0px 3px;
	font-size: 1em;
	border-top: 1px solid #E2DFD9;
}
#contenttwo a {
	color: #20607D;
}
#contenttwo a:hover {
	color: #4E2313;
	text-decoration: none;
}
#contenttwo ul.sublinks {
	padding: 0px 0px 0px 5px;
	line-height: 1em;
	background-color: #F5F2EC;
	font-size: 1em;
	margin: 0.8em 0px 0px;
	list-style: none;
}
#contenttwo ul.sublinks li {
	margin-bottom: 0.8em;
}
#contenttwo ul.sublinks2 {
	padding: 0px 0px 0px 5px;
	line-height: 1em;
	background-color: #F5F2EC;
	font-size: .9em;
	margin: 0.6em 0px 0px;
	list-style: none;
}
#contenttwo ul.sublinks2 li {
	margin-bottom: 0.6em;
}
#contenttwo ul.list {
	padding: 0px 0px 0px 5px;
	line-height: 1em;
	background-color: #F5F2EC;
	font-size: 1em;
	margin: 0.6em 0px 0px;
}
#contenttwo ul.list li {
	margin-bottom: 0.8em;
}
/* Twitter updates */
#contenttwo h3#twitterhead {
	font-size: 1.2em;
	color: #4D4641;
	line-height: 1;
	border: 1px solid #e2dfd6;
	padding: 6px 10px;
	margin: 0px;
	background-color: #f0ede6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	letter-spacing: 1px;
}
/* Original widget styles */
#contenttwo #twitter_div h2 {
	font-size: 1.3em;
	margin-top: 0px;
	color: #4D4641;
	line-height: 1.2;
}
#twitter_div #twitter_update_list {
	margin-top: 0.2em;
	color: #4D4641;
	line-height: 1.4;
	list-style: none;
}
#twitter_div #twitter_update_list li {
	border-bottom: 1px solid #E2DFD9;
	padding: 8px 3px;
	margin: 0px;
}
#twitter_div #twitter_update_list li a:hover {
	color: #6f1111;
	text-decoration: none;	
}
#twitter_div #twitter-link {
	margin-top: 6px;
}
/*Subcontent main navigation*/
#contenttwo ul#sidenav {
	margin: 2px 0px 20px;
	padding: 0px;
	font-weight: bold;
	color: #ACACAC;
}
#contenttwo ul#sidenav li {
	margin-bottom: 2px;
	padding: 0px;
	border: 1px solid #D7D7D7;
	background-color: #E6E6E6;
}
#contenttwo ul#sidenav li a {
	display: block;
	padding: 5px;
	color: #41545C;
}
#contenttwo ul#sidenav li a:hover {
	color: #A60000;
	text-decoration: none;
}
/* Footers and bottom content */
#sub {
	background-color: #E2DFD6;
	clear: both;
	height: 300px;
	border-top: 1px solid #DBD9D0;
}
#footer {
	color: #555560;
	font-size: 0.95em;
	width: 900px;
	margin: 0 auto;
	padding: 25px 30px;
	position: relative;
	line-height: 1em;
	background-color: #E2DFD6;
}
#footer .copyright {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#footerinfo {
	position: absolute;
	width: 280px;
	top: 15px;
	left: 650px;
	padding: 0px 0px 0px 10px;
}
#footerinfo p {
	float: right;
	margin: 0.8em 0px 0px;
	padding: 0px 10px 0px 0px;
}
img.follow {
	float: left;
	margin-right: 16px;
}
#css3 {
	width: auto;
	padding: 2px;
	border: 1px solid #F0EDE4;
	background-color: #E6E3D9;
	float: right;
	margin-top: 8px;
}
/*------------------------------*/
/* Picture pages */
/* Picture Page navigation */
#navpage {
	background-color: #232631;
	width: 960px;
	margin: 0px;
	padding: 0;
}
#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: 2px 30px 10px 2px;
	margin: 0px;
	background-color: #232631;
	font-size: 1.6em;
	letter-spacing: 1px;
	width: 100%;
}
#navpage ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navpage ul li a:active {
	padding-top: 3px;
	padding-bottom: 9px;
}
#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: #171A22;
	border-bottom: 1px solid #181B1C;
}
#pics #titlehead {
	margin: 0 auto;
	width: 920px;
	padding: 0px 20px;
	background-color: #222730;
	background-image: url(../images/msqftmdrk76bg2.jpg);
	background-repeat: no-repeat;
	background-position: left -70px;
	border-style: none;
	height: 124px;
}
#pics #titlehead h1 {
	color: #CFCFCF;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 78px 10px 0px 16px;
	letter-spacing: 1px;
}
#pics #titlehead h1 a,
#pics #titlehead h1 a:hover {
	color: #CFCFCF;
	text-decoration: none;
}
/* Picture pages main content */
#pics #wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-color: #040609;
}
#pgtitlepics {
	padding: 12px;
	background-color: #232631;
}
#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: 12px 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: 0.5em 0px 2px;
}
#contentpics {
	margin: 20px 0px 0px;
	padding: 0px 0px 25px;
	width: 730px;
	float: left;
}
#contentpics a:link {
	color: #C64100;
}
#contentpics a:visited {
	color: #C65E23;
}
#contentpics a:hover {
	color: #F95600;
}
#contentpics img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 2px solid #181b1f;
}
#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;
}
#contentpics h2 {
	color: #DACDB9;
	font-size: 1.7em;
	margin: 0px 0px -12px;
	padding: 0 0 0 5px;
	font-weight: normal;
	line-height: 1;
	clear: both;
	letter-spacing: 1px;
}
#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;
}
#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;
	width: 195px;
	margin: 20px 0px 25px;
	padding: 0px 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: #C59012;
	line-height: 1.2;
	letter-spacing: 1px;
}
#contenttwopics p {
	line-height: 1.4em;
	color: #B4ABA1;
}
#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;
	border: 1px solid #1B2126;
	margin-bottom: 5px;
	background-color: #16181E;
	color: #DBD3C5;
}
#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;
}
#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 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-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;
}
/*--------------------------*/
#contentpics img.topimg {
	margin-top: 5px;
}
