/*
Theme Name: Windham
Theme URI: http://www.coolandofficial.com/
Description: Main theme for the coolandofficial blog.
Version:1.0
Author: Samuel Hilson
Author: URI: http://www.coolandofficial.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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/*-------------------------</RESET>--------------------------------*/
/*-------------------------<TYPE>--------------------------------*/
body {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:1em;
}
a:link {
	color:#0f7aa1;
	text-decoration:none;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
a:visited {
	color:#0066FF;
	text-decoration:none;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
a:hover {
	color:#e1c793;
	text-decoration:underline;
}
.entry-content li {
	padding-left:10px;
}
.entry-content ul {
	padding: 5px 0 5px 15px;
	list-style:square;
}
.entry-content ul ul {
	padding: 5px 0 5px 15px;
	list-style:circle;
}
.entry-content ol {
	padding: 5px 0 5px 15px;
	list-style:upper-roman;
}
.entry-content ol ol {
	padding: 5px 0 5px 15px;
	list-style:lower-alpha;
}
p {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height:1.3em;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#e1c793;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 0;
}
h2 a:link, h2 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e1c793;
	text-decoration:none;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 0;
}
h2 a:hover {
	font-style:italic;
	color:#0f7aa1;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 0;
}
.category a:link {
	font-size:0.6em;
}
.category a:visited {
	font-size:0.6em;
}
#footer-nav ul {
	padding-top:4px;
}
#footer-nav a:link {
	color:#e1c793;
	padding:0 25px;
}
#footer-nav a:visited {
	color:#e1c793;
	padding:0 25px;
}
/*-------------------------</TYPE>--------------------------------*/
/*-------------------------<LAYOUT>--------------------------------*/
p {
	margin-bottom:10px;
	margin-top:1px;
	padding-bottom:10px;
	padding-top:1px;
}
body {
	margin:0;
	border:0;
	padding:0;
	background:url(images/gradientBG_blue.jpg) repeat-x #000000;
	color:#e1c793;
}
#wrapper {
	background:url(images/bg_blue.jpg) center top no-repeat;
	min-width:933px;
}
#site_area {
	margin:0 auto;
	width:933px;
}
#header {
	width:884px;
	height:373px;
	margin:0 0 0 49px;
	border:0;
	padding:0;
	background:url(images/recentworks.jpg) top center no-repeat;
}
#recent {
	width: 540px;
	margin-top: 100px;
	margin-left: 50px;
}
#content_body {
	width:884px;
	min-height:400px;
	float:left;
	margin:0;
	border:0;
	padding:0;
	background:url(images/contentBG.jpg) top center no-repeat #000000;
}
#content {
	width:585px;
	margin:0;
	border:0;
	padding:0;
	padding-left:50px;
	float:left;
	overflow:hidden;
}
.welcome {
	position:relative;
}
.welcome .title {
	width:200px;
	float:left;
}
.welcome .entry-content {
	width:280px;
	margin:-20px 0 0 0
}
#sam {
	float:right;
	width:300px;
	position:absolute;
	left: 280px;
	top: 0;
}
.entry-title {
	height:128px;
	width:580px;
	background:url(images/post_title.png) no-repeat;
	margin-left:-12px;
}
.page-title {
	height:128px;
	width:580px;
	background:url(images/page-title.png) no-repeat;
	margin-left:-12px;
}
.title {
	margin-top:35px;
	margin-left:15px;
	width:430px;
	float:left;
}
.category {
	margin-top:10px;
	width: 430px;
	text-align:right;
	float:left;
}
.entry-date {
	margin-top:25px;
	margin-right:40px;
	width:80px;
	text-align:center;
	float:right;
}
.day {
	height:40px;
	color:#0f7aa1;
	font-size:40px;
	margin-bottom:6px;
}
.month-year {
	height:25px;
	color:#0f7aa1;
	font-size:18px;
}
.entry-content {
	margin-top:-20px;
	margin-right:50px;
}
.entry-meta {
	margin-top:10px;
	font-size:12px;
}
.sidebar {
	margin-left:20px;
	width:225px;
	float:left;
}
#sb_archives {
	height:50px;
	background:url(images/archives.png) no-repeat;
}
#sb_categories {
	height:50px;
	background:url(images/categories.png) no-repeat;
}
#sb_blogroll {
	height:50px;
	background:url(images/links.png) no-repeat;
}
#sb_meta {
	height:50px;
	background:url(images/meta.png) no-repeat;
}
#categories li, #archives li, #blogroll li, #meta li {
	padding-left:20px;
}
#contentSP {
	clear:both;
	background:#000;
}
#footerWrap {
	width:100%;
	margin:0;
	border:0;
	padding:0;
	background:url(images/footerBG.png) repeat-x top;
	position:relative;
}
#footer {
	width:934px;
	height:199px;
	margin:0 auto;
	border:0;
	padding:0;
	background:url(images/footer.jpg) top center no-repeat #000000;
}
#footer-nav {
	height:30px;
	width:933px;
	padding-top:80px;
	text-align:right;
}
#footer-nav li {
	display:inline;
}
#footer-copy {
	padding-top:10px;
	text-align:center;
}
#footer-copy p {
	margin:0;
	padding:0;
}
#footer-wp {
	text-align:right;
}
.navigation {
	margin-top: 20px;
}
.alignleft {
	text-align:left;
	float:left;
}
.aligncenter {
	text-align:center;
	margin: 0 auto;
}
.alignright {
	text-align:right;
	float:right;
}
/* The CSS that's required to position the footer */

	html {
	height: 100%;
}
body {
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
#footerWrap {
	position: relative;
}
/*-------------------------</LAYOUT>--------------------------------*/
/*---------------------------<THUMBNAILS>--------------------------------*/
.thumbnail {
	position:relative;
}
.thumbnail-title {
	height:25px;
}
.thumbnail-link {
	position:absolute;
	width:532px;
	height:140px;
	bottom:20px;
	text-indent:-9999px;
	background:transparent url(images/thumb_over.png) repeat-x 0 -111px;
}
.thumbnail-link:hover {
	background-position: 0 20px;
	text-indent:410px;
}
.thumbnail-link .preview {
	display:block;
	height:111px;
	width:532px;
	text-indent:-9999px;
}
.thumbnail-elements {
	margin:5px 0 0 0;
}
/*----------------------------</THUMBNAILS>------------------------------*/
/*---------------------------------<NAV STYLE>--------------------------*/
#nav {
	width:49px;
	float:left;
	height:645px;
	margin:0;
	border:0;
	padding:0;
	padding-top:90px;
}
#nav a {
	width:49px;
	height:140px;
	display:block;
}
a img {
	border:0;
}
#nav .nav-home {
	text-indent:-9999px;
	width:49px;
	height:140px;
	background:url(images/nav.jpg);
}
#nav .nav-home:hover, #home #nav .nav-home {
	background:url(images/nav.jpg) -49px 0;
}
#nav .nav-portfolio {
	text-indent:-9999px;
	width:49px;
	height:140px;
	background:url(images/nav.jpg) 0 -140px;
}
#nav .nav-portfolio:hover, #portfolio #nav .nav-portfolio {
	background:url(images/nav.jpg) -49px -140px;
}
#nav .nav-resume {
	text-indent:-9999px;
	width:49px;
	height:140px;
	background:url(images/nav.jpg) 0 -280px;
}
#nav .nav-resume:hover, #resume #nav .nav-resume {
	background:url(images/nav.jpg) -49px -280px;
}
#nav .nav-contact {
	text-indent:-9999px;
	width:49px;
	height:140px;
	background:url(images/nav.jpg) 0 -420px;
}
#nav .nav-contact:hover, #contact #nav .nav-contact {
	background:url(images/nav.jpg) -49px -420px;
}
/*---------------------------------</NAV STYLE>--------------------------*/
/*--------------------------<SEARCH>------------------------------- */
#sb_search {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}
#search_form {
	background-image: url(images/searchbg.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 18px;
	width: 208px;
	height: 88px;
}
.s_text {
	background: transparent;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color:#e1c793;
	width: 130px;
	vertical-align:top;
}
.searchsubmit {
	background-image: url(images/search_go.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 13px;
	width: 15px;
	border: 0;
	vertical-align:top;
}
.txt {
	margin: 26px 0 0 0;
	padding: 0 0 0 20px;
	float: left;
	position:relative;
	line-height: 14px;
}
.btn {
	margin: 26px 0 0 0;
	padding: 0;
	float: left;
	line-height: 14px
}
.portfolio-space {
	height:40px;
}
/*--------------------------</SEARCH>------------------------------- */
