/*
Theme Name: Escapist
Description: Another take at a Wordpress theme.
Version: 0
Author: Erin Kelley
*/



body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #300;
}

h2 {
	font-size: 1.3em;
}

h2.widgettitle {
	font-size: 1.1em;
}

h3 {
	font-size: 1.1em;
}

a:link {
	color:#ff9640;
	text-decoration: none;
}
a:visited {
	color: #C30;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container { 
	position: relative;
	width: 960px;
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#headimg {
	border: 0;
	margin-top: 20px;
}
#left {
	width: 600px;
	margin: 0px;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent {
	margin: 5px;
	background: #fcfbdf;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
} 

#sidebar {
	position: absolute;
	top: 180px;
	left: 600px;
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 5px;
	color: #fcfbdf;
}
#tweet {
	background: url(tweetbgsm.jpg) top right no-repeat;
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 255px;
	margin-left: 5px;
}

#tweet ul {
	padding: 0px;

}
#twitter_update_list {
	list-style: none;
	color: #300;
	margin-left: 140px;
	margin-top: 5px;
	padding-right: 5px;
	font-size: 11px;
	
}
#twitpic {
	border: none;
	position: absolute;
	width: 125px;
	height: 125px;
	top: 55px;
	background: url(tweetpicsm.jpg) no-repeat;
}

#social {
	position: absolute;
	top: 185px;
}

#social img {
	border:none;
}

#sidebar li {
	list-style: none;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 5px;
	font-size: 0.8em;
	line-height: 1.1em;

}
#sidebar1 div {	
	background: #fcfbdf; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #300;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#sidebar1 #blogher1 {	
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #fcfbdf;
	margin-top: 0px;
	padding-top: 0px;
	border: none;
}

#sidebar1 #blogher1 div {	
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #fcfbdf;
	margin-top: 0px;
	padding: 0px;
	border: none;
}

#sidebar1 #blogher1 ul {	
	background: #fcfbdf; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #300;
	margin-top: 0px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


#sidebar1 ul {	
	background: #fcfbdf; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #300;
	margin-top: 10px;
	padding: 15px 5px 15px 5px;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sidebar1 ul li {
	padding-top: .4em;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 5px;
	font-size: 0.8em;
	line-height: 1.1em;
}
#sidebar2 div {
	background: #fcfbdf; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #300;
	margin-top: 10px;
	padding: 15px 5px 15px 5px;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#sidebar2 ul {
	background: #fcfbdf;
	color: #300;
	margin-top: 10px;
	padding: 15px 5px 15px 5px;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sidebar2 ul.dynamic {	
	background: #000000;
	color: #fcfbdf;
	margin-top: 0px;
	border: none;
}
#sidebar1 ul.dynamic {	
	background: #000000;
	color: #fcfbdf;
	margin-top: 0px;
	border: none;
}

#sidebar2 ul li {
	padding-top: .4em;
}


#better-blogroll ul {
	background: #000000;
	color: #fcfbdf;
	margin-top: 0px;
	border: none;
	text-align: center;
}

#better-blogroll ul img {
	border: none;
}

#footer { 
	padding: 0 20px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #fcfbdf;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#flickr {
        width: 450px;
	float: right;
}

#flickr img {
        display: inline;
	border: 0px;
        float: left;
        padding: 5px;
}


#previous {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 3px;
}

.prev-entry1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	height: 260px;
	background: #fcfbdf;
	padding: 10px 3px;
	margin-right: 6px;
	font-size: 0.85em;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.prev-entry2 {
	display: block;
	width: 284px;
	height: 260px;
	background: #fcfbdf;
	padding: 10px 3px;
	margin-left: 299px;
	margin-top: 5px;
	font-size: 0.85em;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#pw {
	position: relative;
	margin-top: 5px;
	height: 130px;
	font-size: 11px;
	color: #fcfbdf;

}

#pw-halfban {
	position: absolute;
	top: 32px;
	font-size: 11px;
	color: #fcfbdf;
	z-index: 1;
}


#pw-halfban p {
	position: relative;
	top: -12px;
	padding-left: 430px;
}
#pw-square {
	position:absolute;
	top: 0px;
	left: 242px;
	z-index: 2;
}

#pw-button {
	position: relative;
	top: 0px;
	left: 430px;
        z-index: 3;
}

#previous2 {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 11px;
	margin-left: 3px;
}

.prev-entry3 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	height: 260px;
	background: #fcfbdf;
	padding: 10px 3px;
	margin-right: 6px;
	font-size: 0.85em;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.prev-entry4 {
	display: block;
	width: 284px;
	height: 260px;
	background: #fcfbdf;
	padding: 10px 3px;
	margin-left: 299px;
	margin-top: 5px;
	font-size: 0.85em;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.prev-cat1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 420px;
	background: #fcfbdf;
	padding: 10px 3px;
	margin-right: 6px;
	font-size: 0.85em;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.prev-cat2 {
	display: block;
	width: 185px;
	height: 420px;
	background: #fcfbdf;
	padding: 10px 3px;
	margin-left: 199px;
	margin-top: 5px;
	font-size: 0.85em;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.prev-cat3 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 185px;
	height: 420px;
	background: #fcfbdf;
	padding: 10px 3px;
	margin-right: 6px;
	font-size: 0.85em;
	border: solid 1px #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.details {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}


.navigation {
	width:100%;
}

.alignleft {
	float:left;
	text-align:left;
	padding-right: 5px;
}

.alignright {
	text-align:right;
}

.alignright2 {
	float:right;
	text-align:right;
	padding-left: 5px;
}

/* -- Comments --*/

h4#comments {
	color: #fcfbdf;
}

h4.comments {
	color: #fcfbdf;
}

p.light {
	color: #fcfbdf;
}


.thread-alt {
	background-color: #fcfbdf;
}
.thread-even {
	background-color: #ffffcc;
}
.depth-1 {
border: 1px dotted #ff9640;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #ff9640;
	padding: 2px;
	}


.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


