/*
Theme Name: spotvin
Theme URI: http://spotvin.com
Description: Theme custom designed for spotvin by <a href="xgrid.ca">xGrid</a>.
Version: 0.1b
Author: Toby Leftly
Author URI: http://xgrid.ca
Tags: three columns, custom, spotvin
*/

/* CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,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; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; font-variant: normal; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; }
a { text-decoration: none; color: inherit; }
a:hover {color: #00C9FF;}

/* Begin Typography & Colors */

html {
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
	font-size: 62.5%;
	background: url(images/left_bg.jpg) repeat-y;
	height: 100%;
}

body {
	font-size: 1.2em;
	line-height: 1.5em;
	height: 100%;
	background: url(images/body_bg.jpg) repeat-x;
}

#mimglink:link, #mimglink:visited {
        display: block;
        height: 270px;
}

#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -60px;
}

#header {
	height: 37px;
	color: #e1e1e1;
	background-color: blue;
}

#masth:link, #masth:visited {
	display: block;
	background: url(images/masthead.jpg) no-repeat;
	width: 280px;
	height: 37px;
	float: left;
}

#masth:hover {
	background-position: left bottom;
}

#content {
	float: left;
	width: 540px;
	background: url(images/cont_bg.jpg) no-repeat;
}

#sidebar {
	float: right;
	width: 350px;
	margin-top: 15px;
}

#homediv {
	width: 100%;
	height: 270px;
	margin-left: 50px;
	background: url(images/mainimage_launch.jpg) no-repeat;
}

.post {
	padding-left: 105px;
	margin-bottom: 5px;
}

.post p {
	font-size: 1.1em;
	color: #777;
	margin-bottom: 10px;
}

.post img {
	margin-left: -55px;
	margin-top: 15px;
}

.post h2 {
	font-size: 1.35em;
	line-height: 165%;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3c3c3c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline;
}

.post h2 a:link, .post h2 a:visited {
	color: #3c3c3c;
}

.postsep {
	display: block;
	width: 541px;
	height: 12px;
	margin-left: 50px;
	margin-bottom: 12px;
	background: url(images/post_separator.jpg) no-repeat;
	background-position: center top;
}

.entry a:link, .entry a:visited {
	color: #3944ff;
}

.entry a:hover {
	color: #00C9FF;
}

.postend {
	display: block;
	width: 541px;
	height: 12px;
	margin-top: 20px;
	background: url(images/post_separator.jpg) no-repeat;
	background-position: left center;
}

.timestamp {
	color: #999;
	font-size: 85%;
	font-weight: bold;
	margin-left: 6px;
}

.postmetadata {
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #999;
}

.postmetadata a:hover {
	color: #00C9FF;
}

.emcont, .phcont {
	float: left;
}

.phcont {
	width: 152px;
	height: 37px;
	display: block;
	margin-left: 20px;
	background: url(images/phone_contact.jpg) no-repeat;
}

.emcont a:link, .emcont a:visited {
	display: block;
	width: 152px;
	height: 37px;
	margin-left: 316px;
	background: url(images/email_contact.jpg) no-repeat #3c3c3c;
}

.emcont a:hover {
	background-position: left bottom;	
}

.wp-caption-text {
	font-size: 40%;
	color: #666;
	font-style: italic;
	margin-bottom: 10px;
}

.bloghd {
	display: block;
	width: 533px;
	background: url(images/spotlog.jpg) no-repeat;
	height: 50px;
	margin-left: 64px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.widget_tag_cloud {
	border: 1px solid green;
	
}

#respond {
	margin-left: 50px;
	padding: 15px 15px 15px 55px;
	width: 100%;
	background: #f2eed0;
}

#respond h3 {
	font-weight: bold;
	color: #9b8a0d;
	margin-bottom: 10px;
}

#footer {
	height: 55px;
	width: 541px;
	font-size: 0.9em;
	margin-left: 50px;
	padding-top: 5px;
	background: url(images/ftr.jpg) no-repeat;
	line-height: 20px;
}

.push {
	height: 60px;
}

#footer a:link, #footer a:visited {
	color: #777;
}

#footer a:hover {
	color: #00C9FF;
}

#author, #email, #url {
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 25px;
	padding: 3px;
	color: #999;
	margin-right: 6px;
	font-family: "Lucida Grande", Calibri, Arial, sans-serif;
}

label {
	color: #777;
}

#comment {
	width: 350px;
	margin: 15px 0 15px 0;
	border: 1px solid #e3e3e3;
	
}

/* navigation styles */

#sidebdots {
	background: url(images/the_dots.jpg) no-repeat;
	height: 19px;
	display: block;
	
}

#thepast:link, #thepast:visited {
	display: block;
	height: 35px;
	background: url(images/the_past.jpg) no-repeat;
}

#thepast:hover {
	background-position: left bottom;
}

#thepresent:link, #thepresent:visited {
	display: block;
	height: 34px;
	background: url(images/the_present.jpg) no-repeat;
}

#thepresent:hover {
	background-position: left bottom;
}

#creativespotlight:link, #creativespotlight:visited {
	display: block;
	height: 49px;
	background: url(images/creative_spotlight.jpg) no-repeat;
}

#creativespotlight:hover {
	background-position: left bottom;
}

#prints:link, #prints:visited {
	display: block;
	height: 35px;
	background: url(images/prints.jpg) no-repeat;
}

#prints:hover {
	background-position: left bottom;
}

#spotlog:link, #spotlog:visited {
	display: block;
	height: 35px;
	margin-bottom: 15px;
	background: url(images/spotlog_btn.jpg) no-repeat;
}

#spotlog:hover {
	background-position: left bottom;
}

#linkcat-2 h2 {
	margin: 8px 0 3px 3px;
	text-transform: uppercase;
	color: #9b8a0d;
}

#linkcat-2 h2.widgettitle {
	
}

#linkcat-2 li {
	margin-left: 3px;
	font-size: 75%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tagli {
	margin-left: 3px;
	font-size: 75%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.archtops {
	padding-top: 20px;
	margin: 0 0 3px 3px;
	text-transform: uppercase;
	color: #9b8a0d;
	clear: both;
}

.ftrdots {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #817306;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-right: 6px;
}

.cprt {
	color: #777;
	line-height: 30px;
}

/* social media icon styles */


#mediacons li {
	display: inline;
}

#smfb:link, #smfb:visited {
	display: block;
	float: left;
	width: 33px;
	height: 41px;
	background: url(images/sm_fb.jpg) no-repeat;	
}

#smfb:hover {
	background-position: left bottom;
}

#smtw:link, #smtw:visited {
	display: block;
	float: left;
	width: 39px;
	height: 41px;
	background: url(images/sm_tw.jpg) no-repeat;	
}

#smtw:hover {
	background-position: left bottom;
}

#smli:link, #smli:visited {
	display: block;
	float: left;
	width: 37px;
	height: 41px;
	background: url(images/sm_li.jpg) no-repeat;	
}

#smli:hover {
	background-position: left bottom;
}

#smrss:link, #smrss:visited {
	display: block;
	float: left;
	width: 39px;
	height: 41px;
	background: url(images/sm_rss.jpg) no-repeat;	
}

#smrss:hover {
	background-position: left bottom;
}

#smfl:link, #smfl:visited {
	display: block;
	float: left;
	width: 34px;
	height: 41px;
	background: url(images/sm_fl.jpg) no-repeat;	
}

#smfl:hover {
	background-position: left bottom;
}

/* comment styles */

#comments {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 35px;
	margin-bottom: 15px;
	margin-left: 105px;
}

.commentlist {
	margin-left: 105px;
	width: 80%;
	margin-bottom: 20px;
}

.commentlist img {
	border: 3px solid #d5c43f;
	margin-right: 15px;
}

.avatar {
	float: left;
	margin-bottom: 8px;
}

.commentlist cite {
	float: left;
	font-weight: bold;
}

.says {
	float: left;
	margin-left: 4px;
}

.commentlist cite, .says {
	line-height: 38px;
	color: #666;
}

.comment-meta {
	clear: both;
	margin-bottom: 8px;
	color: #87770a;
}

.commentlist p {
	font-style: italic;
	color: #333;
}

/* The past and the present styles */

.narrowcolumn h4 {
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #777;
}

#preshead {
	display: block;
	background: url(images/thepresent.jpg);
	width: 526px;
	height: 50px;
	margin-left: -46px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#pasthead {
	display: block;
	background: url(images/thepast.jpg);
	width: 526px;
	height: 50px;
	margin-left: -46px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#creaspothead {
	display: block;
	background: url(images/creative_spotlight_head.jpg);
	width: 526px;
	height: 50px;
	margin-left: -46px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#printshead {
	display: block;
	background: url(images/prints_head.jpg);
	width: 526px;
	height: 50px;
	margin-left: -46px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.narrowcolumn ul {
	margin-bottom: 15px;
}

.narrowcolumn .styledlist li {
	padding-left: 28px;
	line-height:20px;
	margin-bottom: 6px;
	background: url(images/li_bg.jpg) no-repeat;
}

.narrowcolumn .postsep {
	display: block;
	width: 541px;
	height: 12px;
	margin-left: -20px;
	margin-bottom: 12px;
	background: url(images/post_separator.jpg) no-repeat;
	background-position: left top;
}

.alignleft, .alignright {
	margin-left: 65px;
	line-height: 35px;
}

.editlnk {
	margin-left: 65px;
	line-height: 35px;
}

#imgstrip {
	position: absolute;
	left: 855px;
	top: 80px;
	width: 200px;
	height: 250px;
	background: url(images/sidebar_imgs.jpg) repeat-y;
}

.editlnk p a:link, .editlnk p a:visited {
	display: block;
	text-align: center;
	width: 110px;
	line-height: 24px;
	background: url(images/editlnk_bg.jpg) no-repeat;
	color: #fff;
	margin: 5px 0 15px 0;
}

.editlnk p a:hover {
	background-position: left bottom;
}

/*

.commentlist cite {
	position: absolute;
}

.commentlist .says {
	float: left;
}

*/

.commentlist .odd {
	background-color: #F0EEDD;
	padding: 10px;
}

.commentlist .even {
	padding: 10px;
}

span.show-tooltip-text {
	display: none;
	position: absolute;
	font-size: 0.9em;
	background: #b19f0f;
	border: 1px solid #333;
	padding: 1px 6px 1px 6px;
	color: white;
}

/* misc styles */

i, h2 em {
	margin-left: -999em;
}

#clear {
	clear: both;
}
