/*
Theme Name: Ecto 1
Theme URI: http://www.ectotechnica.com
Version: 1.0
Description: A clean, Web 2.0 style for Ectotechnica. Built from the bones of Online-Portfolio.
Author: Christopher Echols
Author URI: http://www.ectotechnica.com
*/
body {
	margin: 0 0 0 0;
	padding: 0;
	float: none;
	background: #555555 url('images/grey.gif') repeat top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

.main {
	width: 950px;
	margin: 0 0;
	border-left: 0px solid #C6CBCA;
	border-right: 0px solid #C6CBCA;
	background-color: #fff;	
	background: #fff url('images/main_bg.gif') repeat-y left;
}

img {
	margin: 0 0px 0 0;
	padding: 0 0px 0 0;
	border: 0px none;
}

.top {
	background: #1F829A url('') repeat-y fixed top;	
	height: 35px;
	clear: both;
	width: 950px;
	padding-left: 0px;
	padding-right: 0px
}

.topl {
	float: left;
	width: 600px;
	height: 35px;
	background: #1F829A url('images/logo-banner.gif') no-repeat left center;
}

.topl h1 {
	background-color: #1F829A;
	color: #1F829A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 40px 0px 40px;
	padding: 25px 0 0 0;
}


.topl h1 a{
	color: #555555;
	text-decoration:none;
	}
	


.topl h1 span {
	color: #1F829A;
}

.topr {
	float: right;
	text-align: right;
	height: 35px;
	width: 350px;
	padding: 0;
	margin: 0;
}

.topr p {
	margin:0; 
	padding: 5px 10px 0 0;
}

.topr form {
	padding: 0 0px 1px 1px;
	margin: 0;
}

input.text { 
	margin: 0; 
	width: 210px;
	border: 1px solid #555555; 
	background: #fff;
	color: #555555; 
}

input.text:hover { 
	border: 1px solid #1F829A; 
}

#search_query {
	border: 1px solid #e3e4e4;
}

input.searchbutton { 
	margin: 1px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border:0px solid #e3e4e4;
        background-color:#1F829A; 
	color: #fff; 
	padding: 3px 0 0 0;
	font-weight: bold; 
}

.shortnfo {
	height: 90px;
	background: #555555 url('images/top-banner.jpg') no-repeat top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff
}

.shortnfo .menuitems {
	text-align: right;
	text-transform: uppercase;
	padding: 8px 8px 30px 30px;
}

.shortnfo ul {
	margin: 0px;
	list-style: none;
	border: none;
}

.shortnfo li {
	display: inline;
	padding: 0 9px 0 9px;
}

.shortnfo li a:link, .shortnfo li a:visited {
	color: #fff;
	background: inherit;
	margin: 0px;
	text-decoration: none;
}

.shortnfo li a:hover, .shortnfo li a:active {
	color: #555555;
	margin: 0px;
	text-decoration: bold;
}

.shortnfo .welcome {
	width: 358px;
	border-left: 1px solid #fff;
	margin-left: 328px;
}

.welcome h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 0 19px;
	margin: 0;
}

.welcome p {
	padding: 0px 0 10px 19px;
	margin: 0;
}

.content {
	clear: both;
	width: 950px;	
}

.content .leftColumn {
	float: right;
	width: 175px;
	padding: 10px 10px 10px 5px;
	margin: 0;
	border: 0px solid #e3e4e4;
	background: #F5F5F5 url('') no-repeat left top;
}


.leftColumn h2, .leftColumn h2 a {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px dotted #555555;
	font-weight: bold;
	margin: 10px 0 5px 0;

}
.leftColumn ul {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	border-bottom: 0px solid #999999;
        background: #F5F5F5; 
        list-style-type: none; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom:5px;
}

.leftColumn li {
	padding: 0 0 0 0;
	margin: 1px 0 1px 0;
	border-bottom: 1px solid #c6cacb;
}

.leftColumn a:link, .leftColumn a:visited {
	color: #999999;
	padding: 0 0 0 0px;
	font-weight: bold;
	text-decoration: none;
}

.leftColumn a:hover, .leftColumn a:active {
	color: #555555;
	padding: 0 0 0 0px;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
	font-weight: bold;
	text-decoration: none;
}

.leftColumn p {
	text-align: justify;
}

.content .rightColumn {
	float: left;
	width: 720px;
	padding: 20px 0px 25px 25px;
	border: none;
}

.rightColumn h2, .rightColumn h2 a {
	font-size: 12px;
	color: #555555;
	letter-spacing: 0px;
	margin: 0 0 3px 0;
	padding: 0 0px 0 0px;
	background: #fff;
	border-bottom: 2px dotted #e3e4e4;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.rightColumn h2 a:hover {
	font-size: 12px;
	color: #1F829A;
	letter-spacing: 0px;
	margin: 0 0 5px 0;
	padding: 0 0px 0 0px;
	border-bottom: 2px dotted #e3e4e4;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rightColumn ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	background: #fff; 
        list-style-type: none; padding-left: 10px; padding-right: 0; padding-top: 0; padding-bottom: 0;
}

.rightColumn p {
	text-align: justify;
	line-height: 16px;
}

.center .image {
	float: right;
	margin: 10px 0 10px -3px;
}

.center p {
	margin: 5px 0 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.center a {
	margin: 5px 0 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}

.center a:link {
	margin: 5px 0 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}

.center a:hover {
	margin: 5px 0 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F829A
	text-decoration: none;
}

p.date {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px dotted #555555;
	text-align: right;
	padding: 3px 0 3px 0;
}

.date a:link, .date a:visited {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.date a:hover, .date a:active {
	font-weight: bold;
	color: #1F829A;
	text-decoration: bold;
}

.date img {
	vertical-align: middle;
	margin: 0 5px 0 5px;
}

.bot {
	padding: 10px 0 10px 0;
}

.bot .image {
	float: left;
}

.bot ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	list-style: none;
	border: none;
}

.bot li {
	display: block;
	padding: 3px 0 3px 0;
}

.bot li a:link, .bot li a:visited {
	padding-left: 15px;
	text-decoration: none;
	color: #b40000;
	background: #fff url('images/arrow.gif') no-repeat left;
}

.bot li a:hover, .bot li a:active {
	padding-left: 15px;
	text-decoration: bold;
	color: #b40000;
	background: #fff url('images/arrow.gif') no-repeat left;
}

.footer {
	width: 726px;
	height: 30px;
	padding-top: 6px;
	padding-left: 34px;
	clear: both;
	background: #1F829A url('images/bottom_bg.gif') no-repeat right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E3E4E4
}

.footer p {	
	margin: 0;	
	padding: 0;
}

.footer a:link, .footer a:visited {
	color: #E3E4E4;
	text-decoration: none;
}

.footer a:hover {
	color: #555555;
}

/* 888888888888888888888888888888888888888888888888 */

fieldset {
	border: 1px solid #ccc;
}

textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #444;
}

textarea.text:hover { 
	border: 1px solid #bbb; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	background-color: #fff; 
	width: 200px; 
	color: #444;
}

input.field:hover { 
	border: 1px solid #bbb; 
	background: #fff; 
	color: #444;
}

input.button {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background: #f4f4f4; 
	color: #555;
	border: 1px Solid #ccc;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #666;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #666;
}

.error {
	color: #b40000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #b40000;
	background: inherit;
	font-weight: normal;
	letter-spacing: -1px;
}

.success {
	color: #b40000;
	background: #fef4e0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #faa806;
}
.success h2 {
	color: #faa806;
	background: inherit;
	font-weight: normal;
	letter-spacing: -1px;
}


/*post stylng*/
.post {
	margin: 0 0 25px 0;
}

.post .info {
padding: 3px 3px 3px 8px;
margin: 20px 0 0 0;
border: 0px solid #e3e4e4;
background:#fff url('images/grey-stripes-bar.gif') no-repeat right top;
font-size:0.9em;
color:#555555;
}

.post img {
	padding: 0 5px 0 0;
}

.info a {
color:#555555;
background:#fff;
text-decoration: none;
}

.info a:link, .footer a:visited {
color:#555555;
}

.info a:hover, .footer a:active {
color:#1F829A;
}

.entry a:visited {
color:#555555;
}

.entry a {
color:#999999;
text-decoration: none;
font-weight: bold;
border-left: 0px solid #e3e4e4;
border-top: 0px solid #e3e4e4;
padding: 0px 0px 0px 0px;
}

.entry a:hover {
color:#1F829A;
border-left: 0px solid #e3e4e4;
border-top: 0px solid #e3e4e4;
background-color: #fff;
text-decoration: none;
font-weight: bold;
padding: 0px 0px 0px 0px;
}

.bottom_page_nav_prev {
	float: right;
}

.bottom_page_nav_prev a:hover {
	color: #1F829A;
}

.bottom_page_nav_next {
	float: left;
}

.bottom_page_nav_next a:hover {
	color: #1F829A;
}

/*comment styling*/
/* Comments Styling */
#commentlist li {
	text-decoration: none;
	font-style: none;
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
color:#555555;
}

#commentlist p {
	border-top: 1px solid #f5f5f5;
	font-style: normal;
	color:#555555;
}

#commentlist a {
	text-decoration: none;
	font-style: normal;
	color:#555555;
}
#commentlist a:hover {
	text-decoration: none;
	font-style: normal;
	color:#1F829A;
}

#commentlist li a {
	text-decoration: none;
	font-style: normal;
	color:#555555;
}
#commentlist li a:hover, #commentlist li a:link {
	text-decoration: none;
	font-style: none;
	color:#1F829A;
}

.graybox {
color:#555555;
border-bottom: 0px solid #e3e4e4;
margin: 5px 5px 20px 0px;
padding: 0px 5px 0px 20px;
background:#fff url('images/yellow-stripes-bar.gif') no-repeat left top;
}

.graybox p {
	border-top: 0px solid #f5f5f5;
	padding: 5px 0 0 0;
	font-size: 11px;
	font-style: normal;
	color:#999999;
}

.graybox a {
color:#999999;
border:0px solid #e3e4e4;
font-style: normal;
text-decoration: none;
}

.graybox a:hover {
color:#555555;
border:0px solid #e3e4e4;
font-style: normal;
text-decoration: none;
}

#commentform {
margin: 1em 0;
background: #FFF;

}

#commentform textarea {
background: #FFF;
border: 2px solid #e3e4e4;
width: 720px;
}
#commentform textarea:hover {
background: #FFF;
border: 2px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 2px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #FFF;
border: 2px solid #e3e4e4;

}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #FFF;
border: 2px solid #e3e4e4;

}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #FFF;
border: 2px solid #e3e4e4;

}
#commentform input{
margin-bottom: 3px;
}

blockquote {
	margin: 10px 20px 10px 20px;
	padding: 0 10px 0 10px;
	border-top: 1px dotted #C6CACB;
	border-bottom: 1px dotted #C6CACB;
	background: #FFF;
	color: #999999;
	font-size: 11px;
	font-style: bold;
}

