/*  
Theme Name: Everything About..
Theme URI: http://www.zalewskifamily.net/everything/
Description: A template to showcase information I have on an individual in my genealogy research.
Version: 0.5
Author: Brian Zalewski
Author URI: http://www.zalewskifamily.net/
*/

/* CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   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;
	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;
}

/* Main Styles */
body {
	font-family: 'Trebuchet MS', Verdana, Arial, serif;
	background-color: #DEE3E4;
}
p {
	margin-bottom: 20px;
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #276479;
}
a:visited {
	color: #2b697a
}
a:hover, a:active {
	text-decoration: none;
	color: black;
}
strong { font-weight: bold; }
em { font-style:italic; }
blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
	background-color: #EEE;
	border: 1px solid #DDD;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input, textarea {
	background-color: #EEE;
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
small { font-size: 75%; }
#container { 
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #276479;
	border-width: 0 1px;
	background-color: white;
}
#header {
	background: url(http://www.zalewskifamily.net/wp-content/uploads/2011/08/focusHeader.jpg) no-repeat;
	height: 100px;
	margin: 0 auto;
	width: 1000px;
	background-color: #dee3e6;
	position: relative;
}
#header #title {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 36px;
	font-weight: bold;
	font-family: 'Arvo', serif;
	text-shadow: 4px 4px 4px #999;
}
#header #title a {
	color: black;
	text-decoration: none;
}
#header .searchform {
	float: right;
	padding: 10px;
}
#header .s {
	background-color: white;
	color: #20586D;
	font-size: 11px;
	font-weight: bold;
	margin: 0 3px 0;
	padding: 8px 0 6px 6px;
	text-transform: uppercase;
	width: 210px;
	border: 1px solid #DDD;
}
#header .searchsubmit {
	background: url(http://www.zalewskifamily.net/wp-content/themes/focus/images/button.png) center;
	border: 1px solid #F1811A;
	color: white;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#mainContent {
	margin-bottom: 10px;
	position:relative;
}
.frontText {
	width: 770px;
	margin: 20px auto;
	font-size: 22px;
	line-height: 26px;
}
#index {
	width: 930px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#exploreNav {
	width: 950px;
	margin: 20px auto;
	overflow: auto;
}
#exploreNav li {
	float: left;
	width: 305px;
	border: 1px solid #CCC;
	margin: 0 3px;
	min-height: 38px;
}
#exploreNav li a {
	color: #276479;
	display: block;
	font-size: 20px;
	padding: 10px 15px 8px;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#exploreNav li a:hover, #exploreNav li a:active {
	background-color: #276479;
	color: white;
}
#prev-item {
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 10px 10px 10px 5px;
	position: absolute;
	top: 300px;
	left: -21px;
	z-index: -100;
	font-size: 4em;
}
#article-view {
	position: relative;
}
#article-view { margin: 0 20px; }
#article-view #article-title { margin-bottom:20px; }
#article-title #date-info {
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	background-color: #266278;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: #B3B3B3 5px 5px 5px;
	height: 65px;
	/* width: 185px; */
	/* float: left; */
	font-size: 35px;
	padding: 25px 15px 0px 15px;
	color: #6595A7;
	display: table-cell;
	min-width: 150px;
	white-space: nowrap;
}
#article-title #title {
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: #B3B3B3 5px 5px 5px;
	height: 90px;
	width: 100%;
	/* float: right; */
	background: #043548;
	background: -moz-linear-gradient(left, #043548 1%, #266278 28%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#043548), color-stop(28%,#266278));
	background: -webkit-linear-gradient(left, #043548 1%,#266278 28%);
	background: -o-linear-gradient(left, #043548 1%,#266278 28%);
	background: -ms-linear-gradient(left, #043548 1%,#266278 28%);
	background: linear-gradient(to right, #043548 1%,#266278 28%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043548', endColorstr='#266278',GradientType=1 );
	display: table-cell;
}
#article-title #title h1.title {
	font-size: 35px;
	font-weight: bold;
	padding: 25px 0 0 20px;
	color: #FFF;
}
#item-map { margin-top:20px;}
#article-view #item-map #hidden-map {
	width:800px;
	margin:0 auto;
}
#item-photo-block { text-align: center; }
#item-photo { position:relative;display:inline-block; }
#item-photo img {
	margin: 0 auto;
	display: block;
}
#item-photo .photo-text {
	z-index: 100;
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 5px;
	font-size: 20px;
	background: rgba(0, 0, 0, 0) url(/wp-content/themes/focus/images/feature_bg.png) repeat;
	text-align: left;
	font-weight: bold;
	width: 100%;
	left: -5px;
}
#inner .cell { 
	float: left;
	margin: 5px 5px;
	width: 220px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #AAA;
	padding: 10px 0;
	background-color: #EEE;
	cursor: pointer;
}
#inner .cell img {
}
#inner .cell .exhibit, #inner .cell .dateInfo {
	font-weight: bold;
}
#inner .cell .dateInfo {
	height: 20px;
}
#inner .cell .shadow {
	background-image: url(graphics/shadow-ex.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 10px;
	width: 125px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
#footer {
	background: url(/wp-content/themes/focus/images/nav.png);
	clear: both;
	overflow: hidden;
	padding: 12px 0 10px;
	text-transform: uppercase;
}
#footer a, #footer a:visited {
	color: white;
	text-decoration: none;
}
#footer .wrap {
	margin: 0 auto;
	width: 960px;
}
#footer .gototop {
	float: left;
	width: 200px;
}
#footer p {
	color: white;
	font-size: 11px;
	font-weight: bold;
}
#footer .gototop a {
	background: url(/wp-content/themes/focus/images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}
#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}
/* Top Menu */
#nav {
	background: url(/wp-content/themes/focus/images/nav.png);
	clear: both;
	color: white;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
}
#nav .wrap {
	margin: 0 auto;
	width: 960px;
}
#nav ul {
	float: left;
	width: 100%;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a {
	color: white;
	display: block;
	font-size: 12px;
	padding: 10px 15px 8px;
	position: relative;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	background-color: white;
	color: #215A6F;
}


/* Vertical Tabs on Single Pages */
#vtab {
	margin: 25px auto;
	width: 950px;
	height: 100%;
}
#vtab > ul > li {
    width: 110px;
    height: 110px;
    background-color: #fff !important;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    cursor: pointer;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#vtab > ul > li.info {
    background: url('graphics/vtabs.png') no-repeat top center;
}
#vtab > ul > li.photo {
    background: url('graphics/vtabs.png') no-repeat 100% -110px;
}
#vtab > ul > li.map {
    background: url('graphics/vtabs.png') no-repeat 100% -220px;
}
#vtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #fafafa !important;
    position: relative;
}
#vtab > ul {
    float: left;
    width: 110px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 30px;
}
#vtab > div {
    background-color: #fafafa;
    margin-left: 110px;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 12px;
    padding-top: 30px;
    position: relative;
    z-index: 9;
    -moz-border-radius: 20px;
}
#vtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}

/* Vertical Tabs on Home Page */
#vtab-front {
    margin: auto;
    width: 800px;
    height: 100%;
}
#vtab-front > ul > li {
    width: 550px;
    height: 72px;
    background-color: #fff !important;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    cursor: pointer;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    font-size: 36px;
}
#vtab-front > ul > li > a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 15px 0;
	height: 40px;
}
#vtab-front > ul > li.info {
    background: url('graphics/vtabs.png') no-repeat top center;
}
#vtab-front > ul > li.photo {
    background: url('graphics/vtabs.png') no-repeat 100% -110px;
}
#vtab-front > ul > li.map {
    background: url('graphics/vtabs.png') no-repeat 100% -220px;
}
#vtab-front > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #fafafa !important;
    position: relative;
}
#vtab-front > ul {
    float: left;
    width: 110px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 0px;
}
#vtab-front > div {
    background-color: #fafafa;
    margin-left: 550px;
    border: 1px solid #ddd;
    min-height: 344px;
    padding: 12px;
    position: relative;
    z-index: 9;
}
#vtab-front > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 15px 40px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}
#comments h3, #respond h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.comment-meta {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

li.comment {
	background-color: #eee;
	border: 1px solid #ddd;
}

