/*
Theme Name: Dan Viens
Theme URI: http://danviens.com/
Description: Custom wordpress template for danviens.com.
Version: 1.0
Author: Evan Reeves
Author URI: http://evanreeves.com.com/
Tags: 
*/


/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #636467;
	}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0px;
}

a,
a:link {
	color: #00AEEF;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul, #sidebar ul ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 9px;
	font-family: Verdana;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 3px;
	padding: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0;
	padding: 0;
	}
	
#sidebar h2.widgettitle,
#twitter-container h2.widgettitle {
	padding: 5px 3px;
	margin: 0px;
	font-family: Arial,sans-serif;
	font-size: 14px;
}

#sidebar ul li a {
	color: #000;
	text-decoration: none;
	padding: 2px 5px;
	display: block;
}

#sidebar ul li a:visited {
	color: #AAA;
}

#sidebar ul li a:hover {
	color: #FFF;
	background-color: #000;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #FFF680 none repeat scroll 0 0;
	padding: 10px 16px;
	color: #000;
}

#respond a {
	color: #000;
	text-decoration: none;
}
#respond-form {
	display: none;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
}
/* End captions */


/* Specific for Dan Viens */
/* http://matthewjamestaylor.com/blog/ultimate-2-column-left-menu-pixels.htm */
/* column container */



/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width: 850px;
	overflow:hidden;	/* This chops off any overhanging divs */
	background: url(images/page-bkgd.png) 25px 25px no-repeat;
	margin-top: 17px;
}

/* 2 column left menu settings */
.leftmenu {

}
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:200px;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin:0 15px 0 215px;
    position:relative;
    right:100%;
    overflow:hidden;
}
.leftmenu .col2 {
    float:left;
    width:205px;
    position:relative;
    right:185px;
}




/* Footer styles */
#footer {
	clear:both;
	float:left;
	width: 80%;
	font-size: 9px;
	color: #888;
	text-align: center;
}
#footer p {
	padding:10px;
	margin:0;
}

ul#left-nav {
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul#left-nav li {
	list-style-type: none;
	text-indent: -999px;
	line-height: 40px;
	overflow: visible;
	margin-top: -5px;
}

ul#left-nav li a {
	display: block;
	width: 205px;
}

/* Welcome */
ul#left-nav li.page-item-711 {
	background: url(images/left-nav-1.png) top left no-repeat;
}

/* Dan's story */
ul#left-nav li.page-item-712 {
	background: url(images/left-nav-2.png) top left no-repeat;
}

/* Work */
ul#left-nav li.page-item-713 {
	background: url(images/left-nav-3.png) top left no-repeat;
}

/* Store */
ul#left-nav li.page-item-714 {
	background: url(images/left-nav-4.png) top left no-repeat;
}

/* Contact */
ul#left-nav li.page-item-53 {
	background: url(images/left-nav-5.png) top left no-repeat;
}

/* Resume */
ul#left-nav li.page-item-716 {
	background: url(images/left-nav-6.png) top left no-repeat;
}

ul#left-nav li.page-item-blog {
	background: url(images/left-nav-7.png) top left no-repeat;
}

/* Subnav Items */
ul#left-nav li.current_page_item ul {
	top: 2px;
	left: 0px;
	margin: 10px 0 10px 20px;
	padding: 0px;
}

ul#left-nav li a {
	width: auto;
	width: 145px;
}

ul#left-nav li.current_page_item ul li {
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
}

ul#left-nav li.current_page_item ul li a {
	text-indent: 0px;
	background-color: #FFF200;
	padding: 2px 10px;
	color: #000;
	text-decoration: none;
}

ul#left-nav li.current_page_item ul li ul {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 1px 0px 1px 10px;
}

ul#left-nav li.current_page_item ul li ul li {
	font-weight: normal;
	margin-bottom: 0;
}

ul#left-nav li.current_page_item ul li ul li a {
	padding: 3px 9px;
}

ul#left-nav li ul {
	display: none;
}

ul#left-nav li.current_page_item ul {
	display: block;
}
/* End subnav items */


#logo {
	background: url(images/dv-logo-main.png) top left no-repeat;
	width: 163px;
	height: 306px;
	margin-left: 27px;
}

ul#top-tabs {
	position: relative;
	min-height: 205px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul#top-tabs li {
	list-style-type: none;
	float: left;
	width: 40px;
	min-height: 41px;
	text-indent: -9999px;
}

ul#top-tabs li a {
	display: block;
}

/* Home */
#top-tabs .page-item-711 {
	background: url(images/top-tab-1.png) top left no-repeat;
}

/* Dans Story */
#top-tabs .page-item-712 {
	background: url(images/top-tab-2.png) top left no-repeat;
}

/* Work */
#top-tabs .page-item-713 {
	background: url(images/top-tab-3.png) top left no-repeat;
}

/* Store */
#top-tabs .page-item-714 {
	background: url(images/top-tab-4.png) top left no-repeat;
}

/* Contact */
#top-tabs .page-item-53 {
	background: url(images/top-tab-5.png) top left no-repeat;
}

/* Resume */
#top-tabs .page-item-716 {
	background: url(images/top-tab-6.png) top left no-repeat;
}

#top-tabs li.page-item-blog {
	background: url(images/top-tab-7.png) top left no-repeat;
}

#top-tabs .current_page_item {
	min-height: 205px;
}

/* Subnav Items */
ul#top-tabs li ul {
	display: none;
}
/* --> */

.post h2 {
	margin: 0px 0px 15px;
	text-transform: uppercase;
	color:;
}

#content {
	margin: 0.5em 0 0 0.5em;
	line-height: 18px;
}

.post-meta a {
	color: #999;
}

.post-meta {
	float: right;
	margin: 0px 0px 1em 1em;
	padding: 5px 1.5em;
	border: solid 1px #00A651;
	color: #777;
}

.post-meta ul {
	margin: 0px;
	padding-left: 0px;
}

.post-meta p {
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.post-meta #post-tags,
.post-meta #post-categories {
	margin-bottom: 1em;
}

.entry h2 {
	margin-bottom: 0px;
	font-size: 180%;
	font-weight: normal;
}

.entry .post-info {
	text-transform: uppercase;
	margin-bottom: 2em;
}

/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
.no-border{border: none;}

/* For the twitter widget at the top */

#twitter-container {
	position: absolute;
	top: 45px;
	left: 243px;
}

ul.twitter {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.twitter li {
	margin-bottom: 5px;
	font: 10px Verdana,sans-serif;
	color: #AAA;
	padding-left: 5px;
}

ul.twitter li:hover {
	color: #00AEEF;
}

ul.twitter a {
	color: #999;
}

ul.twitter a:hover {
	color: #000;
}
