/*
Main style sheet for Vanessa Woods' personal website.
*/

/************ RESET BROWSERS *************/

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {   /* remember to define focus styles! */
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {   /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

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


/************ GLOBAL STYLES *************/

body, input, texterea {
	color: #3a3a3a;
	font: 13px Verdana, Arial, san serif;
	font-weight: 300;
	line-height: 1.3;
}

body {
	background: #e2e2e2;
}
	
a {
	color: #cc5500;
	text-decoration: none;
}

a:focus, a:active, a:hover {
	text-decoration: underline;
}

a.nolink:focus, a.nolink:active, a.nolink:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}

h2, h3 {
	color: #444;
	display: block;
	font-size: 110%;
	margin: 0.5em 0;
}

h3 {
	font-size: 100%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

p {
	margin-bottom: 1.2em;
}

ul, ol {
	margin: 0.5em 0 1.2em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.2em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.2em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

.align_top {
	margin-top: 0;
}

/************ BASIC STRUCTURE *************/

#container {
	background: #fff;
	margin: 1.0em auto;
	overflow: auto;
	width: 960px;
}

#area_left {
	background: #b6b6b6;
	float: left;
	width: 16%;
}

#area_right, #area_right_front {
	background: #fff;
	float: right;
	min-height: 670px;
	width: 84%;
}

#area_right {
	padding-bottom: 1.0em;
}

#title {
	display: block;
	margin: 0.4em auto 2.1em auto;
	width: 140px;
}

#nav_main {
	clear: left;
	float: left;
	margin: 0 0 15em 0;
	width: 100%;
}

#nav_main div {
	margin: 0;
}

#nav_main a {
	display: block;
	margin: 0.5em auto;
	padding: 0 1em;
	width: 110px;
}

#nav_main ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.img_banner {
	display: block;
	float: left;
	margin: 0.5em 0 0 1%;
}

.divider {
	clear: both;
}

#content_main{
	clear: both;
	float: left;
	margin-top: 0.5em;
	width: 100%;
}

#content_right {
	float: right;
	margin: 0.5em 0 0 -39%;
	width: 100%;
}

#content {
	margin: 0 0 0 39%;
	padding: 0 0.4em;
	width: 59%;
}

#content_left {
	float: left;
	margin: 0.5em 1% 0 1%;
	width: 37%;
}

.entry_right {
	clear: both;
	float: right;
	margin: 0.5em 0 0 -27%;
	width: 100%;
}

.entry_content {
	margin: 0 0 0 27%;
	width: 71%;
}

.entry_left {
	float: left;
	margin: 0.5em 1% 0 1%;
	width: 25%;
}

.entry_wide {
	clear: both;
	float: right;
	margin-top: 0.5em 0 0 1%;
	width: 99%;
}

.img_front {
	display: block;
	float: left;
	margin: 0 0 0 1%;
}

.overlay {
	float: left;
	margin: 0 0 0 1%;
	position: relative;
}

.overlay img {
	display: block;
}

.overlay_link {
	bottom: 0.8em;
	position: absolute;
	right: 0.8em;
}

.overlay_link a {
	display: block;
	padding: 0.5em 1.0em;
}

.img_book {
	float: left;
	margin-right: 1%;
}

.logo_dog {
	display: block;
	margin: 3.0em auto 2.0em;
}

#ytplayer {
	display: block;
	height: 390px;
	margin: 0 auto;
	width: 640px;
}

#ytsub {
	margin-top: 2em;
}

#footer_main {
	clear: both;
	overflow: auto;
	width: 100%;
}

#copyright {
	float: right;
	margin: 1.3em 0.8em 3em;
}

/************ SPECIFIC STYLES *************/

#area_left {
	background: #b6b6b6; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#b6b6b6, #fff);
	background: -o-linear-gradient(#b6b6b6 #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b6b6b6), to(#fff)); /* older webkit syntax */
	background: -webkit-linear-gradient(#b6b6b6, #fff);
}

#nav_main ul {
	font-weight: bold;
}

#nav_main a {
	color: #fff;
	background: #5d5d5d;
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
}

#nav_main li:hover > a, #nav_main a:focus {
	background: #8da1a5;
}

#nav_main a.selected {
	color: #000;	
}

.overlay_link a {
	background: #8da1a5;
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	text-transform: uppercase;
}

.overlay_link a:hover, .overlay_link a:focus {
	background: #5d5d5d;
}

#ytplayer {
	border: 0;
}


#footer_main {
	background: #e2e2e2;
	color: #5d5d5d;
	font-size: 80%;
}

/************ ASSISTIVE TEXT *************/

.assistive_text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

#nav_main a.assistive_text:active,
#nav_main a.assistive_text:focus {
	background: #7f756b;
	border-bottom: 1px solid #ddd;
	color: #115E67;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}