/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}


#logo {
	position:relative;
    max-width:10%;
    z-index: 2;
    top: 0%;
    left: 0%;
	float: left;
    border:none;
    
	}
    
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

body {
	background: #f0f0f0;
	border: none;
	color: #333;
	margin: 0 auto;
	font: 14px/18px Open Sans, Helvetica, Arial, sans-serif;
	width: 80%;
}

h1 {
	font: normal bold 34px/40px Open Sans, Arial, Helvetica, sans-serif;
    color: #5A507C;
	padding-top: 3px;
}

h2 {
	font: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color:#5A507C;
	line-height: 32px;
	padding: 2px 0px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	font-weight: normal;
	padding-bottom: 22px;
    margin: 5px;
}

a {
	color: #98AFC7;
	text-decoration: none;
}

a:visited {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #DAA520;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

#mast#h1 {
    color: #AE0583;
    padding: 3px 0 2px 4px;
}

nav#global {
	padding: 2px 0;
	position: relative;
	left: 0;
	width: 100%;
	background-color: #333;
}

nav#global ul {
	margin: 0 auto;
	width: 95%;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 2%;
}

nav#global ul li a {
	color: #777;
	background-color: #222;
	border: 2px solid #222;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 2px solid #444;
	color: #FF9900;
	text-decoration: none;
}

nav#global ul li a.selected {
	color: #fff;
}

nav#global ul li a.selected:hover {
	color: #FF9900;
}

nav#global ul li button {
	color: #777;
	background-color: #222;
	border: 2px solid #222;
	font: normal bold 14px/24px Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-right: 5%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

nav#global ul li button:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 2px solid #444;
	color: #DAA520;
	text-decoration: none;
}

nav#global ul li button.selected {
	color: #fff;
}

nav#global ul li button.selected:hover {
	color: #DAA520;
}
#intro {
	background-color: #ccc;
    position:relative;
    margin-top:2px;
	padding: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#intro header h2 {
	font-weight: normal;
	line-height: 25px;
	padding: 0 0 5px 0;
	width: 95%;
}

#intro p {
 	width: 50%;
}

#intro a {
	color: #fff;
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#intro a:hover {
	color: #FF9900;
	background-color: #222;
	text-decoration: none;
}

#intro #photo {
	background-color: #fff;
    position:relative;
    max-width:45%;
    
    top: 0%;
    left: 0%;
	float: right;
    border:none;
    
	}

#photo div {
	background-color: #333;
	max-width:25%;
    margin: 0px 0 0 0;
	text-align: center;
    width: 0%
}

#photo div h3 {
	color: #fff;
    max-width:25%;
	font-size: 25px;
	line-height: 25px;
	padding: 0px 0 0 0;
    
}

div#main {
	background: none;
	border: none;
}

#main #articles {
	
	margin-left: 40px;
	width: 600px;
	border: none;
}

article {
	border-bottom: 1px dotted #aaa;
	padding: 1px 0;
}

article:last-child {
	border-bottom: none;
}

aside {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

aside section {
	background-color: #F5F5F5;
	margin-bottom: 30px;
	padding: 20px 40px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

aside h3 {
	padding: 0 0 11px 0;
}

nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 5px 0;
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
}

footer div {
	margin: 0 auto;
	padding: 40px 0 20px 40px;
	width: 920px;
	border: none;
}

footer div section {
	color: #777;
	float: left;
	margin-right: 25px;
	width: 230px;
	border: none;
}

footer div section h3 {
	color: #fff;
}

nav#blogRoll ul li, nav#siteMap ul li {
	color: #777;
	list-style: disc;
	margin-left: 15px;
}

footer #about {
	margin-right: 60px;
	width: 330px;
}