/*  
Theme Name: sur5vor
Theme URI: 
Description: A 2-column clean and nice theme modified by Lofty Pixel
Version: 1.0.3
Tags: valid CSS, valid XHTML, fixed width, white, blue, widgets, two columns, left sidebar, widget ready, real estate, corporate, business

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php

------------------------------------------------------------------------------- */

/* general */
body{
	margin:0px auto;
	font-size: 16px;
	font-family:Helvetica;
	color:#8c8c8c;
	border:0px yellow solid;
	line-height: 50px;
}
img {
	border:0px solid;
	padding: 0px;
        margin: 0px;
	/*max-width: 100%;  not working in IE6*/
}
a {color:#074986;text-decoration: underline;}
a:hover {color: #6699cc;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:22px;
    font-weight: bold;
    color: #549AD3;
    padding: 10px 0px 0px 0px;
    margin:0px 0px 5px 0px;
    letter-spacing: -1px; 
    line-height: 20px;
}	

h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {    
	margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 5px;
  	color:#8c8c8c;
	line-height: 20px;
}
small {
    font-size: 11px;
	font-family: Helvetica;
	color:#8c8c8c;
}

ul {margin:0px;}
li{
    color: #8c8c8c;
	position: relative;
	line-height: 1.5em;
	list-style-type: none;
        list-style-position: outside; 
	font-size:12px;
	font-family:Verdana,Arial;
	padding:0px 0px 0px 0px;
	/*background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;*/
}
hr {height:1px;
	border:none;
	border-top:1px dashed #939598;
	width:90%;
}
blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin:0px;
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;
}
.alignright {float: right;
}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.clear {clear:both;}
.spacer {
	height:10px;
}

span {
	font-weight: bold;
	color:#549ad3;
	white-space: normal; 
}
span.pgee-read-more{font-size:12px;
        white-space: pre-wrap;
}

#subhead{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #fff;
        padding:5px 0px 0px 10px;
}

#login_error{color: #fff;
       padding: 0px 0px 0px 10px;
}

/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	border:0px blue solid;
}

#base{
	margin:0 auto;
	padding:0;
	width:894px;
	padding:0px 0px 0px 0px;
	border:0px red solid;
}

#header{
	position:relative;
	width: 100%;
}
#menu{

	position:relative;
	width: 100%;
	height: 32px;
	border:0px solid;
	margin: 0px auto;
}
#container{
	position:relative;
	overflow:hidden;
	width:894px;
        margin: 10px 0px 0px 0px;
}	

#sidebar{
	float:left;
	width:215px;
	background-color:#8c8c8c;
	margin:0px 10px 0px 0px;
}

#right_sidebar{
        position: absolute; 
        top: 350px;
        right: 0px;
	width:190px;
        border-left: 1px solid #7bacdc;
	background-color:#ffffff;
}
#content{
	float:left;
	display: inline; 
	width:656px;
	overflow:hidden; 
	margin: 0px 0px 0px 7px;
        padding: 0px 0px 0px 0px;
        border-left: 2px solid #7bacdc;
        min-height: 920px;
        min-height: 1070px !ie;
}
#footer{
	clear:both;
	position:relative;
	background:#ffffff;
	height:47px;
	color:#a7a9ac;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 30px 20px 10px 50px;
	text-align:center;
}
#footer a,#footer a:hover{
	color:#666;
	text-decoration:underline;
}

.3dflash {
	width:100%;
	margin: 0em; 
}
.flash-swf {
	background-position:right;
	height:290px;
	width:100%;
}
/*######### header ############*/
#blogtitle {
	position:absolute; 
	top:8px;
	padding-left:3px;
	width:894px;
	font-family: Arial, Verdana; 
	font-size:14px; 
	font-weight:bold;
	text-align:left;
	color:#397aca;
	border:0px red solid;
	overflow:hidden;
	
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#397aca; 
	text-decoration:none;
}
	
#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: Tahoma,Arial, Verdana; 
	width:894px; 
	height:45px;
	top:40px; 
	text-align:left; 
	font-size:13px;
	letter-spacing: 2px;
	color: #999999; 
	font-style:italic;
	border:0px red solid;
	line-height:1.1em;
	padding-left:3px;
}
#menu ul {
	position:absolute;
	top: 4px;
	left: 30px;
	height: 30px;
	width: 100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	color:#939598;
}
#menu ul li {
	display: inline;
	font-size: 11px;
	font-family:Verdana,Arial;
	font-weight: light;
	color:#939598;
}
#menu ul li.separator {
	display: block;
	float: left;
	width:3px;
	height: 34px;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 30px;
	color: #939598;
	padding: 0px 10px 0px 12px;
	margin:0px 0px 5px 0px;
	text-decoration:none;
}

#menu ul li a:hover{color:#a7a9ac;}

#menu ul li.current_page_item a {
	color:#549ad3;
        border:2px #549ad3 solid;
        background: #FFFFFF;
}
.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:5px;
	left:7px;
	width:172px; 
	height:15px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}
#footer img.rss{
	position: absolute;
	right: 52px;
	top: 20px;
        width: 25px;
	height:25px;
}

.header-image {
	background-position:right;
	height:100px;
	width:100%;
	border-top: 2px #549ad3 solid;
	border-bottom: 2px #549ad3 solid;
}
/***** sidebar *****/
#sidebar a{color:#fff;text-decoration:none;}
#sidebar a:hover {color:#fff;text-decoration:none;}

#sidebar span{color: #fff;}

#sidebar p{color: #fff;
      margin auto 0px;
       padding: 5px 0px 5px 10px;
       line-height: 15px;
       max-width: 190px; 
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family:Verdana,Arial;
	background: #8c8c8c;
}
#right_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 15px 6px;
	font-family:Verdana,Arial;
	background: #fff;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#sidebar ul ul li{
        color: #fff;
	position: relative;
	line-height: 1.2em;
	list-style-type: none;
	font-size:11px;
	font-family:Verdana,Arial;
	padding:3px 0px 0px 10px;
	/*background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;*/
}

#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:11px;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;*/
	padding: 0px 0px 0px 16px;
}

#sidebar h1 {
	color: #ffffff;
	font-size: 12px;
	height: 18px;
	margin:0px 0px 0px 0px;
	padding: 1px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
        background-color: #074986;
	text-decoration: none;	
}
#right_sidebar h1 {
	color: #8C8C8C;
	font-size: 12px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
#sidebar select{
	margin:0px 0px 0px 0px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}
#sidebar h6 {
	font-size:12px;
	font-weight:bold;
	color:#549ad3;
	padding:0px 0px 5px 10px;
}

/***** content *****/

.archivetitle {
	height:20px;
	color: #8c8c8c;
	font-size: 18px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:605px;
	margin:0px 0px 20px 10px;

}	

.post_top{
	position: relative;
	height:40px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}
.post_bottom{
	margin: 5px 0px 0px 10px;
	height:0px;
	border-top: 2px #549ad3 solid;
}	
.posttitle{
	position:relative;
	font-size:24px;
	font-family: Verdana, Arial;
	color:#549ad3;
	font-weight: bold; 
}
.posttitle a{
	font-family:Verdana, Arial;
	color:#549ad3;
	text-decoration:none;
}
.posttitle a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#549ad3;
	text-decoration: underline;
 }
.postavatar { 
        float: right;
        width: 130px;
        padding: 5px;
        right: 0px;
        line-height: 16px;
}
.date {
	font-family:Arial, Helvetica, sans-serif;
	
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase; 
}
.author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	top:5px;
	right:5px;
	text-transform: uppercase; 
}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	color: #8c8c8c;
	line-height: 10px;
	text-align: left;
	padding: 10px 5px 0px 0px;
	max-width: 450px;
}
.entry img{
        float: left;
        max-width: 300px;
        max-height: 300px;
        padding: 5px 15px 5px 0px;
}
.entry1 {
	color: #8c8c8c;
	line-height: 10px;
	text-align: left;
	padding: 10px 5px 0px 0px;
	max-width: 450px;
}
.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 10px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #ccc;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
        line-height:10px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #397aca;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 5px solid #397aca;
	background:#d8e5f5;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 0px dashed #666;
	background:#d8e5f5;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #666;
	background:#E1E1E1;
}
.adminhead {
	height:45px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 0px dashed #666;
	background:#E1E1E1;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #666;
	background: #E1E1E1 url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #666;
	background:#E1E1E1;
}

.avatar {

	margin: 0px 5px 0px 0px;
	padding: 5px;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.authorlink {color: #000000; font-size: 20px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #397ACA;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 5px; 
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #397ACA;
	padding: 2px 2px 2px 2px;
	margin: 5px; 
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #d8e5f5;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #397ACA;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 5px;
-webkit-border-radius: 5px 5px;
-moz-border-radius: 5px 5px;
border-radius: 5px 5px; }

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#397aca;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:0px 0px 0px 0px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #000000;
	text-decoration:none;
}

