/* @override http://jasonlenker.com/wp-content/themes/vermillon/style.css */

@import "css/reset.css";

body {
	background: #666;
	font: 87.5% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0;
}

#header {
	background: #fff;
	padding: 10px;
	color: #fff;
/

*border-bottom: 1px solid #CB4349;*/
	/

*margin-bottom: 5px;*/
}

#header .left {
	width: 50%;
}

#header .right {
	width: 50%;
	padding-top: 40px;
}

#header .nav {
	float: right;
}

#header .nav li {
	float: left;
	margin: 0 0 20px 20px;
}

#header .nav li ul li {
	display: none;
}

#page {
	padding-top: 40px;
	background: #ddd;
	padding-bottom: 40px;
/

*border-top: 1px solid #41679A;*/
}

.box {
	width: 940px;
	margin: 0 auto;
}

#toggleArchives {
	color: #000;
	position: absolute;
	display: inline;
	left: 50%;
	margin-top: -15px;
	margin-left: -45px;
	padding: 5px;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: pointer;
}

#toggleArchives:hover {
	color: #41679A;
	background: #ddd;
}

#archives {
	background: #fff;
}

#archives .box {
	padding: 35px 0 40px 0;
}

.children {
	
}

.col {
	float: left;
	width: 220px;
	margin-left: 20px;
}

.col:first-child {
	margin-left: 0;
}

#content {
	width: 600px;
	float: left;
}

#content .nav li {
	float: left;
	margin: 0 20px 10px 0;
}

.bubble {
	padding: 6px 5px 0 5px;
	background: #19273A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.bubble p {
	margin-bottom: 6px;
}

#sidebar {
	width: 220px;
	float: right;
	margin-left: 20px;
}

.widget {
	margin-top: 20px;
}

.widget:first-child {
	margin-top: 0;
}

.textwidget {
	line-height: 1.4em;
	color: #666;
}

#sidebar li {
	list-style: none;
	text-align: ;
}

#sidebar li.linkcat {
	list-style: none;
}

#footer {
	background: #666;
	padding: 20px 0 30px 0;
}

#footer .right {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear:after, .box:after, .nav:after, .nav ul:after,  #page:after, .navigation:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
####################################################################
TEXT GENERIC
#################################################################### */

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 {
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -3px;
}

h2 {
	font-size: 2.4em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
;
}

#sidebar h3 {
	border-left: 3px solid #000;
	padding-left: 12px;
	margin-left: -15px;
	line-height: .9em;
	border-color: #41679A;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}

h5 {
	font-weight: bold;
	margin-bottom: 3px;
}

h6 {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 2px;
}

p {
	line-height: 1.8em;
	margin-bottom: 10px;
	color: #666;
}

#footer div.box div.left p {
	color: #333;
}

#archives li, #page li {
	line-height: 1.4em;
}

/*
####################################################################
LINKS
#################################################################### */

a, a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

#footer div.box div.right.rss p a {
	color: #333;
}

/*a:active {
		text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	}
	a:hover {
		border-bottom: 1px dotted #fff;
	}*/

#header a:hover {
	border-bottom: 0;
}

#header a.home:hover {
	padding-right: 60px;
	/*background: url(images/home.png) no-repeat center right;*/
}

.nav a:link, .nav a:visited, .nav a:active {
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
/

*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.5);*/
	/

*-moz-box-shadow: 0 1px 0 rgba(0,0,0,.5);*/
}

.nav a:hover {
	border: 0;
/*-

webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3);*/
		/*-

moz-box-shadow: 0 1px 0 rgba(0,0,0,.3);*/
}

.nav a:active {
	


}

#header .nav a:link, #header .nav a:visited, #he

ader .nav a:active {
	color: #666;
	background: #fff;
}

#header .nav a:hover {
	color: #000;
	background: #fff;
	border: 1px dashed #41679A;
}

#content .nav a:link, #content .nav a:visited, #content .nav a:active {
	color: #9BBDFF;
	background: #19273A;
}

#content .nav a:hover {
	color: #fff;
	background: #41679A;
}

.post p a, .post p a:link, .post p a:visited, .post p a:active {
	padding: 3px 5px;
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.post p a:hover {
	border: 1px dashed #999;
	background: #ddd;
}

div.post-infos a, div.post-infos a:link, div.post-infos a:visited, div.post-infos a:active {
	color: #999;
	/*border-bottom: 1px dotted #19273A;*/
	text-shadow: none;
}

div.post-infos a:hover, .wp-caption a:hover {
	color: #41679A;
	border-bottom: 0;
}

.rss a, .rss a:link, .rss a:active, .rss a:visited {
	padding: 2px 5px 2px 19px;
	background: url(images/rss.png) no-repeat 5px 6px;
	text-shadow: none;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.rss a:hover {
	background-color: #FF9933;
	border-bottom: none;
}

a.arrow, a.arrow:link, a.arrow:active, a.arrow:visited {
	padding: 2px 5px 2px 19px;
	background: url(images/arrow-up.png) no-repeat 5px 6px;
	text-shadow: none;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

a.arrow:hover {
	background-color: #9ae658;
	border-bottom: none;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #666;
	text-align: center;
}

#sidebar a:hover {
	color: #41679A;
}

/*
####################################################################
POSTS / PAGES
#################################################################### */

.post, .search .page, .navigation, #comments {
	/*margin-top: 40px;*/
	padding: 10px 0;
	border-top: 1px dashed #3C608F;
}

.page .post {
	margin-top: 20px;
	padding-top: 20px;
}

.post:first-child, .search .page:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

div.post-infos {
	color: #19273A;
	text-shadow: none;
	margin-top: 10px;
	font-weight: bold;
	padding-top: 10px;
}

div.post-infos:first-child {
	margin: 0 0 2px 0;
}

ul.post-infos {
	width: 220px;
	position: fixed;
}

#sidebar ul.post-infos li {
	list-style: none;
	line-height: 1.3em;
	border-top: 1px dashed #41679A;
	padding: 10px 0;
}

#sidebar ul.post-infos li:first-child {
	border-top: none;
	padding-top: 0;
}

ul.post-infos li span {
	color: #19273A;
	text-shadow: none;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.post ul, .post ol {
	margin-bottom: 10px;
}

.post ul li {
	list-style: outside disc;
}

.post ol li {
	list-style: outside lower-latin;
}

.post pre, .post blockquote, .post code, .post img, .attachment img,
.wp-caption, #respond, .avatar {
	border-radius: px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	/*border: 1px dashed #eee;*/
}

.post strong {
	font-weight: bold;
	color: #444;
}

.post pre {
	padding: 20px;
	margin: 10px 0;
}

.post blockquote {
	padding: 15px 20px 5px 20px;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	font-style: italic;
	margin: 10px 0;
}

.post code {
	padding: 3px 5px;
}

.post img, .attachment img, .avatar {
	/*padding: 5px;*/
}

.post a:hover img, .attachment a:hover img {
	background: #ddd;
	/*border: 1px dashed #999;*/
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

img.alignnone, img.alignleft, img.alignright,
	div.alignnone img, div.alignleft img, div.alignright img {
	display: inline;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

.wp-caption {
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
}

.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 5px;
	margin: 0;
}

/*
####################################################################
COMMENTS / TRACKBACKS / PINGBACKS
#################################################################### */

#comments .title .right {
	margin-top: 10px;
}

.comment, .pingback, .trackback {
	min-height: 70px;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #3C608F;
}

.comment .left, .pingback .left, .trackback .left {
	width: 130px;
	text-align: right;
}

.comment .right, .pingback .right, .trackback .right {
	width: 430px;
	margin-left: 20px;
}

.depth-2 {
	margin-right: 20px;
}

.depth-2 .right {
	width: 410px;
}

.depth-3 {
	margin-right: 40px;
}

.depth-3 .right {
	width: 390px;
}

.depth-4 {
	margin-right: 60px;
}

.depth-4 .right {
	width: 370px;
}

.depth-5, .depth-6, .depth-7, .depth-8, .depth-9, .depth-10 {
	margin-right: 80px;
}

.depth-5 .right, .depth-6 .right, .depth-7 .right, .depth-8 .right, .depth-9 .right, .depth-10 .right {
	width: 350px;
}

.avatar {
	float: right;
	margin-left: 10px;
}

#commentlist .even {
	background: #b9d3f5;
}

#commentlist .comment-author-admin, #commentlist .bypostauthor {
	background: #c6d1e1;
	color: #555;
}

#commentlist .comment-author-admin .avatar, #commentlist .bypostauthor .avatar {
	background: #00347a;
}

#respond {
	padding: 0px 20px 0px 20px;
	/*margin-top: 40px;*/
}

/*
####################################################################
FORM
#################################################################### */

input, textarea {
	font: 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	

/*text-shadow: 0 1px 0 rgba(0,0,0,.7);*/
	padding: 6px 8px;
	background: #eee;
	color: #666;
	border: 1px solid #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	outline: none;
}

input {
	width: 202px;
	color: #666;
}

textarea {
	width: 542px;
	resize: vertical;
}

input:hover, textarea:hover {
}

input:focus, textarea:focus {
	/*

border-color: #9BBDFF;*/
			color: #666;
}

input.submit, input[type=submit] {
	width: auto !important;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #000;
	/*back

ground: #CB1921 url(images/gradient.png) repeat-x top center;*/
		/*bord

er-color: #CB4349;*/
		cursor: pointer;
}

input.submit:hover, input[type=submit]:hover, input.submit:focus, input[type=submit]:focus {
	background-color: #eee;
		border: 1px dashed #999;
}

input.submit:active, input[type=submit]:active {
	background-color: #ccc;
/*tex

t-shadow: 0 -1px 0 rgba(0,0,0,.7);*/
}

label {
	font-weight: bold;
	color: #41679A;
	margin-left: 5px;
}

.s {
	float: left;
	width: 125px;
	height: 18px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-right: 0;
}

.searchSubmit {
	height: 32px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-left: 0;
}
