/*-------------------------------------------------------------------[Master Stylesheet]--version:   2008.01-author:    Wesley Deer-email:     wesley.deer@gmail.com-website:   http://wesleydeer.com-------------------------------------------------------------------*/



/*----------------------------------------*//* =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,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-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}:focus {	outline: 0;}body {	line-height: 1;	color: black;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}a img {
	border-width: 0; 
	border-style: none;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color:#064361 ;
}
a:hover, a:active {
	color:white ;
}

#content a:link, #content a:visited {
	color:white ;
}
#content a:hover, #content a:active {
	color:#eee ;
}


body {
	font-size: 62.5%;
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
}

#wrapper {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	background-image: url(images/contentRepeat.jpg);
}
#header {
	background: url(images/header.jpg) no-repeat transparent;
	height: 198px;
	text-indent: -9999em;
}
#header, #main, #footer {
	width: 1000px;
} 

#main {
	position: relative;
	border: 1px solid transparent;
	border-width: 0px;
}

#content {
	width: 453px;
	float: left;
	background: url(images/contentMain.jpg) transparent no-repeat top left;
	padding: 20px 30px 0 30px;
}
#sidebar {
	width: 164px;
	height: 800px;
	float: left;
	background: url(images/sideContent.jpg) transparent no-repeat top left;
	padding: 0 15px;
}


#footer {
	background: url(images/footer.jpg) no-repeat transparent;
	height: 139px;
	text-indent: -9999em;
	position: absolute;
}





.clear {
	clear: both;
}





ul#nav {
	background: url(images/navBottom.jpg) transparent bottom left no-repeat;
	height: 570px;
	width: 293px;
	display: block;
	float: left;
}
ul#nav li a {
	width: 293px;
	display: block;
	text-indent: -9999em;
	background-position: 0px 0px;
}
ul#nav li a:hover {
	background-position: -293px 0px;
}

ul#nav li#navBlog a {
	background-image: url(images/navBlog.jpg);
	height: 61px;
}
ul#nav li#navAbout a {
	background-image: url(images/navAbout.jpg);
	height: 48px;
}
ul#nav li#navTour a {
	background-image: url(images/navTour.jpg);
	height: 48px;
}
ul#nav li#navContact a {
	background-image: url(images/navContact.jpg);
	height: 46px;
}


#content h2 {
	text-transform: uppercase;
	font-style: bold;
	color: white;
	font-size: 2.2em;
	margin-bottom: .3em;
}
#content h3 {
	text-transform: uppercase;
	font-style: bold;
	color: white;
	font-size: 2.0em;
	margin-bottom: .3em;
}
#content small {
	color: #777;
}

#content .entry p {
	font-size: 1.5em;
	line-height: 1.7em;
	padding: .5em 0;
}
#content li {
	font-size: 1.6em;
	line-height: 1.4em;
	padding: .5em 0;
list-type:circle;

}
#content li strong {
 color:#ccc;
}
.entry {
	margin-bottom: 1.7em;
	border-bottom: 2px dotted #777;
	border-bottom: 2px dotted #777;
color:#eee !important;
}

#sidebar form input {
	background-color: #196795;
	border: 1px solid #064361;
	font: 10px/13px normal uppercase Futura, Century Gothic, AppleGothic, sans-serif;
	color: #064361;
} 
#sidebar h2 {
	font-style: bold;
	text-transform: uppercase;
	color: #064361;
	font-size: 2.0em;
	margin-bottom: .3em;
}
#sidebar label {
	font-style: bold;
	text-transform: uppercase;
	color: black;
	font-size: 1.5em;
	margin-bottom: .3em;
}

#sidebar li {
	font-size: 1.2em;
	line-height: 1.5em;
}
#sidebar ul {
	padding-bottom: 1em;
}
#sidebar {
	padding-top: 75px;
}

h3#comments {
	font-style: bold;
	color: white;
	font-size: 1.7em;
	margin-bottom: .3em;
color:#ccc;
}
.comment-author img {
	float:left;
	margin-right:1em;
}
.comment-author {
	font-size:1.0em;
	line-height:1.2em;
}

textarea {
	width:450px;
}
.postInfo {
	font-size:12px;
	line-height:14px;
}

#respond h3 {
	font-size:1.4em;
}
div.comment-meta {
	font-size:10px;
}
.commentlist div.comment-meta a {
	color:#ccc;
}
.commentlist p {
	font-size:14px;
	line-height:16px;
}

.commentlist {
	border:2px dotted white;
	background-color:#777;
	padding:1em;
	margin: 1em 0;
}

h2#authorPageLink {
	color:black;
	clear:both;
	width:450px;
	text-align:right;
	font-size:2.8em;
	font-style:bold;
	margin-bottom:1em;
	margin-top:-30px;
}

h2#authorPageLink a:link,
h2#authorPageLink a:visited {
	color:black;
}

#aboutUs {
	background:url(images/aboutUs.jpg) transparent no-repeat top left;
	display:block;
	width:420px;
	height:315px;
	margin: -30px 0 0 -30px;
	padding: 55px 30px 0 30px;
	color:#777;
	font: 13px/19px normal Futura, Century Gothic, AppleGothic, sans-serif;
}

#myFace {
	clear:both;
	width:500px;
	margin-left:-20px;
	padding-bottom: 40px;
}
#myFace a {
	display: block;
	text-indent: -9999em;
	background-position: 0px 0px;
	float:left;
	padding:0px;
	margin:0px;
	height:62px;
}
#myFace a:hover {
	background-position: 0px -62px;
}
#myFace a.facebook {
	background-image: url(images/facebook.jpg);
	width: 224px;	
}
#myFace a.myspace {
	background-image: url(images/myspace.jpg);
	width: 256px;	
}

#content h2#Blog,
#content h2#Tour,
#content h2#Contact,
#content h2#About {
	display:block;
	width:480px;
	text-indent: -9999em;
	height: 80px;
	margin: 30px 0px 0px -20px;
}

#content h2#Blog {
	background:url(images/blogHeader.jpg) transparent repeat-x;
}
#content h2#Tour {
	background:url(images/tourHeader.jpg) transparent repeat-x;
}
#content h2#Contact {
	background:url(images/contactHeader.jpg) transparent repeat-x;
}
#content h2#About {
	background:url(images/aboutHeader.jpg) transparent repeat-x;
}
