/*-----------------------------------------------------------------------
David Weatherby.com Main CSS (http://www.davidweatherby.com)

Version:	1.0
Created On:	8th April 2009	
Creator:	David Weatherby
Contact:	david@avvstudios.com
URL:	    http://www.davidweatherby.com
/*--------------------------------------------------------------------- */


/*******************************/
/*                             */            
/*	      Global Reset    	   */
/*                             */
/*******************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:''}

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


/*******************************/
/*                             */            
/*	        Base Styles    	   */
/*                             */
/*******************************/

body {
	width: 100%;
	height: 100%;
	margin: auto;
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: Rockwell, "Palatino Linotype", "sans-serif";
	background-image: url("../Assets/Main/BG.gif");
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	background-color: #CC3300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a {
	-webkit-transition-duration: .33s;
	-webkit-transition:-webkit-transform .33s linear
	-webkit-transition-property: color, background;
}

p {	
	width: 521px;
	height: auto;
	font-size: 1em;
	float: left;
}

.strike {
	text-decoration: line-through;
}

#wrap {
	width: 700px;
	height: 100%;
	margin: auto;
}

#TheBar {
	width: 40px;
	height: 100%;
	float: left;
	position: fixed;
	background-color: #6e4d4d;
	margin-right: 10px;
}

.contentholder {
	width: 650px;
	height: auto;
	float: left;
	margin-left: 50px;
	margin-bottom: 15px;
}

#Header {
	font-size: 1.5em;
	font-family: Rockwell, Georgia, Times, "Times New Roman", serif;
	margin-bottom: 20px;
	margin-top: 10px;
}

#Header a:hover {
	padding: 5px;
}

#Header h2 {
	color: #e2e2e2;
	margin: 5px 0px 0px 0px;
	font-size: 1.1em!important;
}

.SectionHeader {
	width: 535px;
	height: 45px;
	float: left;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin-left: -10px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	background-color: #6e4d4d;
	margin-bottom: 10px;
}

.SHName {
	width: auto;
	height: auto;
	float: left;
	padding-top: 10px;
	margin-left: 5px;
}

#About {
	line-height: 25px!important;
}

#About p {
	width: 520px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#About a:hover {
	padding: 5px;
}

#Networks li {
	width: 115px;
	height: auto;
	float: left;
	margin: 10px 15px 0px 0px;
}

#Networks a {
	width: 90px;
	float: left;
	text-align: center;
	font-size: 1.2em;
	font-family: Rockwell, Georgia, Times, "Times New Roman", serif;
	margin-left: 8px;
	padding: 5px;
}

.vcard {
	width: 486px;
	height: auto;
	float: left;
	line-height: 30px;
	margin-left: 35px;
}

.vcard li {
	width: 486px;
	height: auto;
	float: left;
	margin-bottom: 5px;
	list-style-position: outside!important;
}

.vcard a:hover {
	padding: 5px;
}

.person {
	list-style-image: url("../Assets/Main/PersonIcon.gif");
	float: left;
}

.business {
	list-style-image: url("../Assets/Main/HouseIcon.gif");
	float: left;
}

.mail {
	list-style-image: url("../Assets/Main/MailIcon.gif");
}

.phone {
	list-style-image: url("../Assets/Main/PhoneIcon.gif");
}

.location {
	list-style-image: url("../Assets/Main/GlobeIcon.gif");
}
