/*
Theme Name: Chevychase
Theme URI: http://emilolsson.com/
Description: Custom Wordpress theme for Chevychase.
Version: 1.0
Author: Emil Olsson
Author URI: http://emilolsson.com/
Tags: blanko, empty, skin
*/

html {
	font-size: 62.5%;
	line-height: 16px;
}

body {
	font-size: 12px;
	font-family: 'Helvetica', Arial, Sans-Serif;
	background: #fff;
	color: #333;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	}

#page {
	margin: 25px;
	}

#header {
	width: 100%;
	border-bottom: 0px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 25px;
	float: left;
	}
	
#right {
position: fixed;
width: 25px;
height: 100%;
right: 0px;
top: 0px;
-moz-opacity:1; 
filter:alpha(opacity=100); 
opacity:1;
z-index: 9999;
background: #fff;
}
	
#logo {
	width: 160px;
	}
	
#overlay {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	padding: 20px;
	z-index: 5000;
	background: transparent;
}

#overlay_bg {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 4999;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}

#subnav {
	visibility: hidden;
}

.subnav {
	background: #fff;
	position: fixed;
	z-index: 9999;
	left: 40px;
	top: 495px;
	padding: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 7px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
}


#content {
float: left;
width: 100%;
/*	position: absolute;
	background: red;
	width: 100%;
	right: 25px;
	margin-left: 25px;*/
	}

#footer {
	padding-top: 100px;
	clear: both;
	color: #bbb;
	}

#footer a {
	color: #bbb;
	}

small {
	font-size: 10px;
	}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
	}

h1 {

	}

h2 {

	}

h3 {

	}
	
h4 {

}

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

li {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
float: left;
margin-right: 7px;
}

p {
margin: 0;
padding: 0;
margin-bottom: 16px;
}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	}

a {
	color: #777;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #ff6861;
	text-decoration: none;
	outline: none;
	}
	
.next_postr a {
	color: #000;
	text-decoration: none;
	outline: none;
}
	
.rub a {
	color: #000;
}
	
.rub a:hover {
	color: #000;
}
	
a:active
{
	outline: none;
}


.post {
	float: left;
	}
	
.entry {
	border: 0px solid red;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.entry_single {
width: 60000px;
margin-right: 25px;
float: left;
}

.entry_single_wrap {
position: absolute;
left: 0px;
padding-left: 25px;
padding-top: 0px;
width: 100%;
OVERFLOW: scroll;
overflow-x: hidden;
}

.entry_single p {
margin: 0;
padding: 0;
margin-bottom: 16px;
}
	
.entry img {

}

.imgs {
height: 113px;
background: #e0e0e0 !important;
float: left;
position: relative;
}

.imgr {
float: left;
border-right: 0px solid #fff;
background: transparent;
}

.imgr img {
/*visibility: hidden;*/
}

.imgrfull {
margin-right: 12px;
float: left;
cursor: pointer;
}

.imgrfull img {
height: 600px;
width: auto;
background: #eee;
}

.rub {
position: absolute;
margin-top: 80px;
margin-left: 15px;
padding: 2px;
padding-bottom: 1px;
padding-left: 7px;
padding-right: 7px;
background: #fff;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
z-index: 999;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.m10 {
margin-right: 10px;
}

.clear {
	clear: both;
	height: 0px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.right {
	float: right;
	}

.left {
	float: left
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.bold {
	font-weight: bold;
}

hr {

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

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.bull {
	background: transparent url(images/dot_black.png) no-repeat;
	margin-top: 3px;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
}

.cursor {
cursor: pointer;
}

.prev_slide {
	background: transparent url(images/arrow_left.png) no-repeat;
	margin-top: 3px;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
}

.next_slide {
	background: transparent url(images/arrow_right.png) no-repeat;
	margin-top: 3px;
	margin-left: 3px;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
}


.spinner {
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	background: #000;
	width: 20px;
	height: 20px;
	display: none;
}

#key_0 {
background: #fff;
border: 0px solid #eee;
margin-right: 10px;
padding-right: 30px;
width: 352px !important;
height: 570px;
}

#page_0 {
background: #fff;
border: 0px solid #eee;
margin-right: 10px;
padding-right: 30px;
width: 352px !important;
height: 570px;
}

#key_0 h2, #page_0 h2  {
font-size: 18px;
}

/*
#key_0 a {
color: #ff6861;
}
*/

#key_last {
background: #fff;
border: 0px solid #eee;
margin-right: 10px;
padding: 15px;
width: 3000px;
height: 1000px;
}

#wrap_new {
background: yellow;
}

#key_bottom {
position: fixed;
background: red;
bottom: 0px;
left: 0px;
width: 100%;
height: 74px;
border: 0px solid #eee;
line-height: 0px;
font-size: 0px;
}

#key_top {
position: fixed;
background: red;
top: 0px;
left: 0px;
width: 100%;
height: 24px;
border: 0px solid #eee;
line-height: 0px;
font-size: 0px;
}

.close {
float: left;
}

#fakediv {
height: 0px;
line-height: 0px;
font-size: 0px;
}

.mr20 {
margin-right: 20px;
}

.mr40 {
margin-right: 40px;
}

.menushiz {
border-left: 0px solid #eee;
padding-left: 6px;
padding-top: 2px;
height: 18px;
margin-top: 6px;
margin-right: 40px;
padding-right: 15px;
float: left;
font-weight: bold;
}

.menushiz a{
font-weight: normal;
}

.st-tags {
font-weight: normal;
}

#switch {
color: #777;
}

#switch:hover {
color: #ff6861;
}

#load {
position: fixed;
top: 90px;
left: 25px;
z-index: 9999;
}

.next_postr {
position: fixed;
top: 50%;
/*bottom: 42px;*/
right: 25px;
margin-top: -10px;
background: #e0e0e0;
padding: 4px;
padding-top: 6px;
padding-bottom: 5px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
cursor: pointer;
}

.next_postr img {
margin-top: -1px;
}


.back_postr {
position: fixed;
top: 700px;
right: 100px;
}

.time {
font-weight: normal !important;
}

.support {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background-color: #fff;
font-size: 26px;
line-height: 26px;
font-weight: bold;
}

.support p {
width: 400px;
padding: 25px;
}

.support2 {
position: fixed;
left: 0px;
top: 0px;
width: 2000px;
height: 4000px;
z-index: 9999;
background-color: #fff;
font-size: 26px;
line-height: 26px;
font-weight: bold;
}

.support2 p {
width: 400px;
}