/*
Theme Name: CVD
Theme URI: http://www.cvioletterun.com/
Description: Custom-designed theme for cVioletteRun.com
Version: 1.0
Author: Chris Violette
Tags:
*/

.clear {
	clear: both;
}

body {
	background: #404040;
	font-family: "Myriad", Helvetica, Arial, sans-serif;
}

a {
	cursor: pointer;
}

p {
	font-size: 14px;
	padding-bottom: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: Georgia, Times, serif;
}

#wrapper {
	width: 100%;
}

#header-wrapper {
	width: 100%;
	height: 200px;
	background: url(images/headerbg.png) repeat-x #006CB6;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: none;
}

#header h1 {
	width: 298px;
	height: 200px;
	background: url(images/cvdlogo.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#header h2 {
	font-size: 20px;
	width: 275px;
	color: #FFF;
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: 0px;
	font-family: "Myriad", Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	
}

#header img {
	position: absolute;
	top: 0;
	right: 0;
}

#spacer {
	width: 100%;
	height: 5px;
	background: #FFF;
}

#navigation {
	z-index: 5;
	width: 100%;
	height: 57px;
	background: url(images/nav_bg.png) repeat-x;
	position: relative;
}

#navigation ul {
	width: 960px;
	height: 57px;
	margin: 0 auto;
	list-style-type: none;
	text-align: right;
	z-index: 5;
}

#navigation li {
	display: inline;
	margin: 0;
}

#navigation li a {
	display: block;
	float: left;
	height: 43px;
	padding: 14px 15px 0;
	color: #FFF;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 20px;
	text-shadow: #333 2px 2px 0px;
	margin: 0;
}

#navigation li a:hover {
	background: url(images/nav_over.png);
}

#navigation li a:active {
	background: url(images/nav_active.png);
}

#body-wrapper {
	width: 1000px;
	min-height: 600px;
	margin: -7px auto 0;
	background: url(images/bodybg.png) repeat-y;
	z-index: 1;
}

#body {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: #F2F2F2;
}

#body a {
	color: #005188;
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
}

#body a:visited {
	color: #002F58;
}

#body .column {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 20px;
	float: left;
	display: inline;
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.column#full-column {
	width: 880px;
}

.column#left-column {
	width: 580px;
	background: #FFF;
}

.column#right-column {
	width: 240px;
	margin-left: 0;
}

#full-column h3, #left-column h3 {
	font-size: 25px;
	color: #005188;
	margin: 0 0 10px -10px;
	position: absolute;
	top: -12px;
}

#left-column h4 {
	margin: 12px 0 0;
}

#left-column .post-grid .post {
	margin: 5px 5px;
	padding: 10px;
	width: 113px;
	height: 150px;
	border: 1px solid #F2F2F2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	display: inline;
	overflow: visible;
}

.post img {
	display: block;
	margin: 0 auto;
}

.post-grid .post h5 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 6px;
}

#right-column ul#sidebar>li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F2F2F2;
}

ul#sidebar li ul {
	margin-top: 5px;
}

ul#sidebar li ul li {
	margin: 0 0 4px 5px;
}

/* Form Styling */
input[type=text], textarea {
	font-size: 12px;
	font-family: "Myriad", Helvetica, Arial, sans-serif;
	padding: 2px 4px;
	border: 1px solid #CCC;
	background: url(images/searchbox-bg.gif) top repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type=submit] {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Search Form Widget Styling */
ul#sidebar #search input#s {
	width: 160px;
}

ul#sidebar #search input#searchsubmit {
	margin-left: 12px;
}


/* Calendar Widget Styling */
#calendar table {
	width: 240px;
	font-size: 13px;
}

#calendar table caption {
	font-size: 14px;
	padding-bottom: 5px;
}

#calendar table td {
	text-align: center;
	padding-bottom: 4px;
	color: #333;
}

#footer {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	border-top: 1px solid #FFF;
}

#footer p {
	font-size: 12px;
	color: #333;
}

#left-column #resume h4 {
    float: left;
    display: inline;
    width: 100px;
    margin: 0;
}

#resume .resume-info {
    float: left;
    display: inline;
    width: 480px;
    margin-bottom: 12px;
}

#twitter {
	position: absolute;
	top: 0;
	right: 155px;
	z-index: 10;
}

	#twitter div {
		background: url(images/twitterbox_tl.png) 0 0 no-repeat;
		width: 100%;
	}
	
	#twitter div div {
		background: url(images/twitterbox_tr.png) 100% 0 no-repeat;
		width: 100%;
	}
	
	#twitter div div div {
		background: url(images/twitterbox_bl.png) 0 100% no-repeat;
		width: 100%;
	}
	
	#twitter div div div div {
		background: url(images/twitterbox_br.png) 100% 100% no-repeat;
		width: 400px;
		min-height: 40px;
		height: auto !important;
		height: 40px;
		padding: 25px 51px 57px 25px

	}
	
	#twitter p {
		padding: 0;
	}
	
	#twitter #twitterlink {
		display: block;
		width: 130px;
		height: 20px;
		position: absolute;
		bottom: 52px;
		right: 46px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(images/twittericon.png);
	}