/*
Theme Name: Mantis
Theme URI: http://allancollins.net
Description: Two Column theme by Allan Collins.
Version: 1.0
Author: Allan Collins
Author URI: http://allancollins.net
Tags: header graphic, two-column, blue
*/

a{
color:#556CA2;
}
body{
text-align:center;
margin:0 auto;
background:url(images/bodyafternoon.jpg) repeat-x fixed #000000;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#494a4a;
}
#page{
width:960px;
text-align:left;
margin:0 auto;
border-left:3px solid #000000;
border-right:3px solid #000000;
border-bottom:1px solid #000000;


}
#header {
width:960px;
height:126px;
background:url(images/header_bg.jpg) no-repeat;
}
#flash {
width:960px;
height:220px;
background:url(images/flash.jpg) no-repeat;
}
#content {
background:url(images/content_bg.jpg) repeat-x #ffffff;
width:960px;
}

#main {
margin-top:25px;
margin-left:25px;
float:left;
width:650px;
margin-right:20px;
line-height:18px;
}

#sidebar {
margin-top:25px;
width:250px;
float:left;

}

#sidebar ul {
list-style:none;
margin:0;
padding:0;
}

#footer{
text-align:center;
padding-bottom:10px;
}

/* Header Tags */
h1,h2,h3,h4{
margin:0;
padding:0;
font-weight:normal;
font-family:"Droid Serif","Times New Roman", Times, serif;
font-size:36px;

display:block;
margin-bottom:20px;
margin-top:20px;

}
h2,h3,h4{
font-size:18px;
}
#header h1{
margin:0;
font-size:36px;
color:#ffffff;
margin-left:25px;
padding-top:10px;
border:none;
}
#header h1 a {
color:#ffffff;
text-decoration:none;
}

#sidebar h2 {
font-size:18px;
margin-bottom:10px;
}
li.widget {
padding-bottom:10px;
}

/* Default Navigation */
#navigation {
margin-top:24px;
}
#altnav {
list-style:none;
margin:0;
padding:0;
float:right;
margin-top:25px;
margin-right:25px;
}
#altnav li{
float:left;
margin-right:10px;
}
#altnav li a{
color:#ffffff;
}

/* Tag line */
#header span {
color:#ffffff;
display:block;
margin-left:25px;
}

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;
	}


.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;
	position:relative;
behavior: url(/wp-content/themes/mantis/PIE.htc);
}

.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;
}

ol.commentlist {
list-style:none;
}
/*
ol.commentlist li {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000000;
padding: 10px;
}
*/


div.thecomment {
width:500px;
float:left;

}
div.thecomment a{
color:#FF9900;
}
div.comment-author {
width:120px;
float:left;

text-align:right;
margin-top:20px;
}

.triangle-right {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#fff;
	background:#FE6903; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#075698));
	background:-moz-linear-gradient(top, #2e88c4, #075698);
	background:-o-linear-gradient(top, #2e88c4, #075698);
	background:linear-gradient(top, #2e88c4, #075698);

behavior: url(/wp-content/themes/mantis/PIE.htc);
}

/* creates triangle */
.triangle-right:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#075698 transparent transparent; 
	
}

.triangle-right.left {
	margin-left:40px;
	background:#434343;
}

/* creates triangle */
.triangle-right.left:after {
	top:16px; 
	left:-80px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:15px 40px 0; /* vary these values to change the angle of the vertex */
	border-color:transparent #434343 transparent transparent; 
}

#main.singlepost {
width:860px;
}
#main.singlepost #breadcrumbs {
position:absolute;
margin-top:-20px;
font-size:10px;
text-align:right;
width:860px;
}
#main.singlepost #top-title-tag {
clear:both;
margin-top:30px;
}
#main.singlepost div.featurebox h2,#comments {
background-color: #212F34;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000000;
padding: 10px;
margin-bottom:15px;
color:#ffffff;
position:relative;
behavior: url(/wp-content/themes/mantis/PIE.htc);
}
#main.singlepost div.download-link {
width:280px;
float:right;
background:#FE6903;
margin-left:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000000;
padding: 10px;
behavior: url(/wp-content/themes/mantis/PIE.htc);
position:relative;
}
#main.singlepost div.download-link a {
color:#ffffff;
text-shadow: 0.10em 0.10em 0.10em #000;
text-decoration:none;
}
#main.singlepost #comments {
background:#025b00;
}
div.blogindex div.post h2 a{
color:#000000;
text-decoration:none;
font-size:24px;
}
div.blogindex div.post {
behavior: url(/wp-content/themes/mantis/PIE.htc);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position:relative;
border: 1px solid #000000;
padding-bottom:0;
border-radius: 5px;
background:#F0F0F0;

}
div.blogindex div.post div.entry,div.blogindex div.post h2 {
padding:10px;
padding-bottom:0;
}
div.blogindex div.post p.postmetadata {
background:#345F6F;

padding: 2px;

color:#ffffff;
font-size:10px;
margin-top:50px;
}
div.blogindex div.post p.postmetadata a{
color:#ffffff;
}
a img {
border:none;
}

div.textwidget,li.twitter-item {
font-size:10px;
}
