/*
Theme Name: VSP Theme
Theme URI: http://www.vspblog.com
Description: Theme for VSP Blog designed & coded by 2KW.
Version: 1.0
Author: 2KW
Author URI: http://www.2000dollarwebsite.com
*/

/* RESET */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
/* Removes list-style from lists */
ol,ul,li { list-style: none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }
/* Removes list-style from lists */
table { border-collapse: collapse; border-spacing: 0; }
/* Removes border from fieldset and img */
fieldset,img { border: 0; }
/* Left-aligns text in caption and th */
caption,th { text-align: left; }
/* Removes quotation marks from q */
q:before, q:after { content :''; }
/* Removes dotted outline on active links...and any other elements that have this set as default */
:focus { outline: 0; }
.clear { clear: both; }
strong { font-weight: bold; }
em { font-style: italic; }
a img { border: none; }

body						{ color: #58595b; font: 11px Arial, Helvetica Neue, Helvetica, sans-serif; }
p								{ margin-bottom: 10px; }
#header-bg			{ background: url(images/header-bg3.jpg) no-repeat center top; height: 227px; position: relative; z-index: 5; }

#header-bg,
#footer-bg			{ min-width: 905px; }

#header,
#page-wrap,
#footer					{ width: 905px; margin: 0 auto; }

#wrap						{ background: url(images/body-bg.jpg) no-repeat center bottom; }
#page-wrap			{ background: url(images/pagewrap-bg.png) repeat-y center 0; }
#left-sidebar		{ margin-left: 3px; width: 192px; }

#right-sidebar	{ background-color: #f4f5f4; float: right; /*margin-right: 1px;*/ margin-right: -1px; margin-top: -28px; padding: 0 14px; /*width: 170px;*/ width: 174px; /*174px;*/ position: relative; z-index: 10; }
#content				{ padding: 0 16px; /*width: 478px;*/ width: 470px; }

#left-sidebar,
#content				{ float: left; }

#footer-bg			{ background: url(images/footer-bg.jpg) no-repeat center bottom; margin-left: 1px; /* To line it up... */ }

a:hover,
a:active				{ text-decoration: underline !important; }


/* NAVIGATION */
#nav												{ position: absolute; bottom: 0; left: 4px; padding-top: 41px; background: url(images/home-nav.jpg) no-repeat 0 0; }

.page-id-3936 #nav,
.parent-pageid-3936 #nav		{ background: url(images/em-nav.jpg) no-repeat 0 0; }

.page-id-3937 #nav,
.parent-pageid-3937 #nav		{ background: url(images/cvs-nav.jpg) no-repeat 0 0; }

.page-id-3939 #nav,
.parent-pageid-3939 #nav		{ background: url(images/fft-nav.jpg) no-repeat 0 0; }


#hover-nav									{ position: absolute !important; bottom: 0; height: 67px; }
#hover-nav.home-over				{ background: url("images/home-nav.jpg") no-repeat 0 0; left: 0;}
#hover-nav.em-over					{ background: url("images/em-nav.jpg") no-repeat -172px 0; left: 172px; }
#hover-nav.cvs-over					{ background: url("images/cvs-nav.jpg") no-repeat -343px 0; left: 343px; }
#hover-nav.fft-over					{ background: url("images/fft-nav.jpg") no-repeat -519px 0; left: 519px; 	}

#nav li											{ display: inline; float: left; width: 150px; padding-left: 22px; line-height: 26px; position: relative; }
#nav li.page-item-3936			{ width: 147px; }
#nav li.page-item-3937			{ width: 153px; }

#nav li a										{ display: block; color: #fff; text-decoration: none; font-size: 14px; }

#nav li a:hover,
#nav li a:active						{ text-decoration: none !important; }

/*.page-id-3936 #nav li.page-item-3936 { background: url(images/nav-hover-spr.jpg) no-repeat -173px -41px; }*/

#nav li ul										{ display: none; position: absolute; left: 1px; top: 26px; border-bottom: 1px solid #fff; }
#nav li ul li									{ width: 150px; line-height: normal; margin-bottom: 6px; padding-top: 6px; border-top: 1px solid #fff; }
#nav li.page-item-3936 ul li	{ width: 147px; }
#nav li.page-item-3937 ul li	{ width: 153px; }
#nav li ul li a								{ font-size: 12px; }

#nav li.page-item-3936 ul		{ background-color: #dfebb9; }
#nav li.page-item-3937 ul		{ background-color: #fee4a9; }
#nav li.page-item-3939 ul		{ background-color: #cdecef; }

#nav li ul li a							{ color: #4e83c3; display: block; }


/* NEW HEADERS */
.page-id-3936 #header-bg,
.parent-pageid-3936 #header-bg			{ background: url(images/header-bg-em3.jpg) no-repeat center top; }

.page-id-3937 #header-bg,
.parent-pageid-3937 #header-bg			{ background: url(images/header-bg-cvs3.jpg) no-repeat center top; }

.page-id-3939 #header-bg,
.parent-pageid-3939 #header-bg			{ background: url(images/header-bg-fft3.jpg) no-repeat center top; }

.page-id-3936 #right-sidebar,
.parent-pageid-3936 #right-sidebar	{ background-color: #dfebb9; margin-right: -2px; width: 175px; }

.page-id-3937 #right-sidebar,
.parent-pageid-3937 #right-sidebar	{ background-color: #fee4a9; width: 175px; }

.page-id-3939 #right-sidebar,
.parent-pageid-3939 #right-sidebar	{ background-color: #cdecef; width: 175px; }

.page-id-3936 #footer-bg,
.parent-pageid-3936 #footer-bg			{ background: url(images/footer-bg-em.jpg) no-repeat center bottom; }

.page-id-3937 #footer-bg,
.parent-pageid-3937 #footer-bg			{ background: url(images/footer-bg-cvs.jpg) no-repeat center bottom; }

.page-id-3939 #footer-bg,
.parent-pageid-3939 #footer-bg			{ background: url(images/footer-bg-fft.jpg) no-repeat center bottom; }

.page-id-3936 #page-wrap,
.parent-pageid-3936 #page-wrap			{ background: url(images/pagewrap-bg-em2.png) repeat-y -13px 0; }

.page-id-3937 #page-wrap,
.parent-pageid-3937 #page-wrap			{ background: url(images/pagewrap-bg-cvs.png) repeat-y -13px 0; }

.page-id-3939 #page-wrap,
.parent-pageid-3939 #page-wrap			{ background: url(images/pagewrap-bg-fft.png) repeat-y -13px 0; }

.page-id-3936 #wrap,
.parent-pageid-3936 #wrap,
.page-id-3937 #wrap,
.parent-pageid-3937 #wrap,
.page-id-3939 #wrap,
.parent-pageid-3939 #wrap			{ background: url(images/body-bg-em.jpg) no-repeat center bottom; }


/* Match header tags to specialized page */
.page-id-3936 .post h1, .page-id-3936 .post h2,
.page-id-3936 .post h2, .page-id-3936 .post h4,
.page-id-3936 .post h3, .page-id-3936 .post h6,
.page-id-3936 .post h2 a, .page-id-3936 .post-info em,
.parent-pageid-3936 h1, .parent-pageid-3936 h2,
.parent-pageid-3936 h3, .parent-pageid-3936 h4,
.parent-pageid-3936 h5, .parent-pageid-3936 h6		{ color: #a0c635; }

.page-id-3937 .post h1, .page-id-3937 .post h2,
.page-id-3937 .post h2, .page-id-3937 .post h4,
.page-id-3937 .post h3, .page-id-3937 .post h6,
.page-id-3937 .post h2 a, .page-id-3937 .post-info em,
.parent-pageid-3937 h1, .parent-pageid-3937 h2,
.parent-pageid-3937 h3, .parent-pageid-3937 h4,
.parent-pageid-3937 h5, .parent-pageid-3937 h6		{ color: #ffc120; }

.page-id-3939 .post h1, .page-id-3939 .post h2,
.page-id-3939 .post h2, .page-id-3939 .post h4,
.page-id-3939 .post h3, .page-id-3939 .post h6,
.page-id-3939 .post h2 a, .page-id-3939 .post-info em,
.parent-pageid-3939 h1, .parent-pageid-3939 h2,
.parent-pageid-3939 h3, .parent-pageid-3939 h4,
.parent-pageid-3939 h5, .parent-pageid-3939 h6		{ color: #86cadd; }


/* STICKY FOOTER */
html, body, #wrap						{ height: 100%; }
body > #wrap								{ height: auto; min-height: 100%; }
#page-wrap									{ padding-bottom: 140px; }  /* must be same height as the footer */

#footer-bg {
	position: relative;
	margin-top: -140px; /* negative value of footer height */
/*	margin-top: -386px; */
	height: 140px;
	clear: both;
	}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* HEADER */
#header {
	height: 100%;
	position: relative;
	}

#title {
	position: absolute;
	top: 66px;
	left: 20px;
	}

#title h1 {
	color: #325564;
	font-size: 23px;
	}

#header .description {
	color: #fff;
	font-size: 14px;
	}

#header h1, #header .description { font-family: "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Nue", Helvetica, Arial, sans-serif; }

#search-box {
	position: absolute;
	right: 2px;
	top: 69px;
	}

#search-text {
	background: none !important;
	border: none !important;
	color: #9ea0a3;
	margin-right: 6px;
	font-size: 11px;
	width: 162px;
	}

#search-box form {
	margin-bottom: 6px;
	}

#header .rss {
	font-size: 11px;
	padding: 2px;
	}

#header a.rss { color: #58595b; }
#header a.rss:hover, #header a.rss:active { text-decoration: none; }

#header #ent-rss {
	background: url(images/rss.png) no-repeat left center;
	border-right: 1px solid #58595b;
	margin-left: -4px;
	padding: 2px 7px 2px 20px;
	}






/* SIDEBARS */
.sidebar a {
	color: #4e83c3;
	text-decoration: none;
	}

h3.widgettitle { 	margin-bottom: 14px; }

#left-sidebar .sidebar-wrap {
	padding: 0 6px;
	}

#left-sidebar h3.widgettitle, #left-sidebar h3.widgettitle a {
	color: #a1c534;
	font-weight: bold;
	font-size: 12px;
	}

#right-sidebar h3.widgettitle, #right-sidebar h3.widgettitle a {
	color: #f37b20;
	font-size: 14px;
	}

#left-sidebar li.widget {
	border-bottom: 1px solid #4e83c3;
	padding: 8px 0;
	}

#right-sidebar li.widget {
	border-bottom: 1px solid #f37b20;
	padding: 8px 0;
	}

#left-sidebar #twitter-6 { border-bottom: none; }

.menu li a {
	color: #fff;
	display: block;
	background: url(images/nav-btn.png) no-repeat 0 0;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 16px;
	text-decoration: none;
	}

.menu li a:hover, .menu li a:active { text-decoration: none !important; }

#flickr_badge_uber_wrapper {
	width: 180px !important;
	}

#left-sidebar #flickr_badge_uber_wrapper a {
	font-size: 11px;
	text-decoration: underline !important;
	background: inherit !important;
	color:#4e83c3;
	}

#left-sidebar #flickr_badge_wrapper { border: none; }

#flickr_badge_uber_wrapper img {
	width: 180px;
	}

#text-4 a { text-decoration: underline; }

#text-4 a.img-link	 {
	background: url(images/seemuchmore.png) no-repeat 0 0;
	display: block;
	margin: 12px 0;
	height: 124px;
	width: 183px;	
	text-indent: -9999px;
	text-decoration: none;
	}
/*
#text-5 a#eyechart {
	background: url(images/eyechart.png) no-repeat 0 0;
	display: block;
	margin-top: 12px;
	width: 74px;
	height: 84px;
	text-indent: -9999px;
	}
*/

#text-5 a img { padding: 0 6px; }

.widget_twitter li {
	margin: 10px 0;
	}


#recent-posts-3 ul li {
	list-style-type: disc;
	color: #4e83c3;
	margin: 10px 0 10px 14px;
	}
	
.widget_rss ul li {
	list-style-type: disc;
	color: #4e83c3;
	margin: 10px 0 10px 14px;
	}

.widget_rss img		{ display: none; }

#categories-2 h3 { display: none; }

#categories-2 .selector {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f37b20;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	position: relative;
	width: 170px;
	}

#categories-2 .selector span {
	display: block;
	background: url(images/select-arrow.png) no-repeat right 50%;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 8px;
	left: 6px;
	}

#categories-2 .selector select {
	background-color: #f37b20;
	border: 0 none;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	}

#authors-2 ul {
	overflow: hidden;
	width: 170px;
	}

#authors-2 ul li {
	color: #4e83c3;
	float: left;
	list-style-type: disc;
	margin-left: 12px;
	width: 73px;
	}

li.widget_links li { margin-bottom: 6px; }
li.widget_links a {	text-decoration: underline; }

li#text-8 { font-size: 14px; }
li#text-8 a { color: #f37b20; }

li#text-9 { color: #4e83c3; }
li#text-9 a { color: #f37b20; }

li#text-2 h3 { margin-bottom: 2px; }

li#text-10 h3 {
	font-size: 11px !important;
	margin-bottom: 2px;
	}

li#text-11 em {
	color: #f37b20;
	font-style: normal;
	}





/* POST STYLES */
.alignleft { float: left; }
.alignright { float: right; }

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.entry h1 {
	font-size: 20px;
	line-height: 30px;
	}

entry h2 { line-height: 18px; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { padding:9px 0 0; }

.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wp-caption p.wp-caption-text a {
	color: #4e83c3;
	text-decoration: none;
	}

div.avatar { 
	float: right;
	padding: 0;
	margin: 0;
	}

.post .postmetadata {
	clear: both;
	font-size: 11px;
	}

div.entry {
	font-size: 12px;
	}

.post {
	border-bottom: 1px solid #ddd7d6;
	line-height: 18px;
	padding: 10px 0;
	}

.post a {
	color: #f37b20;
	text-decoration: underline;
	}

.post h2 {
	font-size: 14px;
	font-weight: bold;
	}

.post h2 a {
	color: #4e83c3;
	text-decoration: none;
	}

.post p { font-size: 12px; }

.post-info { font-size: 11px; }
.post-info em {
	color: #4e83c3;
	font-style: normal;
	}

.post img.wp-smiley {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	padding:0;
}

address { font-style: italic; }

div.entry ul, div.entry ol { font-size: 12px; margin: 0 0 15px 30px; padding-top: 20px; }
div.entry ul li { list-style-type: disc; }
div.entry ol li { list-style-type: decimal; }

blockquote {
	background:#FFFADA url(images/bg_blockquote.gif) no-repeat scroll 5px 7px;
	color:#736926;
	margin:10px 10px 0;
	}

blockquote p {
	padding:10px 10px 10px 20px;
	}

.more-link {
	display: block;
	clear: both;
	font-weight: bold;
	text-decoration: none !important;
	}


.navigation {
	width: 100%;
	padding-top: 10px;
	font-size: 12px;
	overflow: hidden; }

.navigation a {
	color: #4e83c3;
	}

.navigation .alignleft, .navigation .alignright {
	width: 50%;
	}

.navigation .alignright { text-align: right; }



/* COMMENTS TEMPLATE */
h3#comments, h3#respondtitle, #respond h3 {
	line-height: 27px;
	color: #f37b20;
	font-size: 12px;
	font-weight: bold;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist a, #respond a, .comment-meta a {
	color: #4e83c3;
	}

.subscribe-to-comments label {
	font-size: 12px;
	color: #4e83c3;
	}

.comment-meta { font-size: 11px; }

.comment-reply-link {
	font-weight: bold;
	text-decoration: none;
	}

ol.commentlist li>div {
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li{
	list-style: none;
}

ul.children {
	padding-left: 40px;
	}

div.navigation {
padding-bottom: 3em;
}

form#commentform small{
	font-size: 11px;
}

#footer {
	font-size: 11px;
	color: #000;
	text-align: center;
	margin: 10px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.avatar { 
	float: right;
	padding: 0;
	margin: 0;
}

#respond input, #respond textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}
img#wpstats{display:none}

/* ARCHIVES / SEARCH */
h2.pagetitle {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f37b20;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	padding-left: 12px;
	}
	

/*Videopress videos are misbehaving with size... */
.vvqvideopress, .vvqvideopress object {width:400px!important;height:300px!important;}

