@import "layout.css";
@import "sidebar.css";
@import "posts.css";
@import "search_results.css";
@import "archive.css";
@import "form.css";
@import "admin.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}
.fade_div
{
	background: url('http://farm3.static.flickr.com/2598/3990525090_1263fd9bab.jpg') no-repeat;
}
body{
	background: #fff url(/themes/kyan/images/bg_html.png) repeat-x 50% 0;
	font:normal 0.75em/1.5 Arial,Helvetica,sans-serif;
	color:#666;
	height: 100%;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:0 0 10px;
	color:#000;
}

h1{
	font: normal 3.17em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin:0 0 30px;
}

h2{
	font-size:1.5em;
	font-weight: normal;
}

h3{
	font-weight:normal;
	font-size:1.3em;
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin:0 0 20px;
	line-height:1.4;
}

p.intro{
	font-weight:bold;
	font-size: .92em;
	text-transform: uppercase;
	color:#999;
}

p.tags {
	font: italic .92em Georgia, sans-serif;
	margin: 0 0 10px;
}

#content_sub p {
	margin-bottom: 10px;
}

address{
	font-style: normal;
	margin:0 0 10px;
}

blockquote{
	color:#23aebb;
	width: 180px;
	margin: -5px 20px 10px;
}

blockquote p {
	line-height: 1.5;
}

cite{
	display:block;
	margin:10px 0 0;
	font: normal .57em Arial, sans-serif;
	color: #999;
}

pre {
	background: #eee;
	margin: 0 0 10px;
	font-family: Consolas, "Lucida Monospace", Monaco, monospace;
	font-size: 1em;
	padding: 5px;
	overflow: auto;
}

code{
	color:#6a0922;
	background-color:#eee;
	font-family: Consolas, "Lucida Monospace", Monaco, monospace;
	font-size: 1em;
}

p code {
  padding: 2px 5px;
}

a code {
  color: inherit;
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	margin-left:20px;
}

ul{
	margin:0 0 20px;	
	list-style: none;
}

ul li{
	padding-left: 12px;
	background: url(/themes/kyan/images/bg_more.gif) no-repeat 0 5px;
	margin: 0 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	margin:0 0 10px;
	overflow:hidden;
}

dt{
	clear:left;
	float:left;
	margin: 0 5px 5px 0;
	width: 50px;
}

dd {
	margin: 0 0 5px;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:0;
}

a {
	color:#23aebb;
	text-decoration:none;
}

a:focus, a:hover{
	text-decoration: underline;
}

.more a {
	padding-left: 12px;
	background: url(/themes/kyan/images/bg_more.gif) no-repeat 0 3px;
}

.skip { border: 5px solid #fff; -moz-border-radius: 13px; border-radius: 13px; color: #fff; background: #95C512; padding: 6px 8px; position: absolute; top: 15px; left: -9999px; z-index: 10; font-size: 1.2em; }
.skip:focus, .skip:active { left: 15px; text-decoration: none; border-color: #ffe; /* :hack: IE requires a border-color change (!?) for this to work */ }
.skip:hover { text-decoration: underline; }

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:pointer;
}

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/themes/kyan/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{

}

.clear{
	clear:both;
}

#content_main li.no_margin, #content_sub li.no_margin {
	margin:0;
}

p.web_link{
	font-weight: bold;
}

/*thumbnail layouts*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.thumbs{
	margin:0 0 10px;
	zoom: 1;
}
.thumbs:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

.thumbs li{
	float:left;
	margin:0 0 20px 30px;
	padding: 0;
	background: none;
	width:195px;
	border-bottom: 1px solid #e8e8e8;
}

.thumbs .row_leader {
	margin-left: 0;
	clear: left;
}

.thumbs img {
	display: block;
	margin: 0 0 10px;
}

.thumbs h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.thumbs h3 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	margin: 0 0 5px;
}

/* Contact styles */
#directions_errors {
    background:#f59c96;
    padding:6px;
}

#contact_flash {
    background:#9C0;
    padding:6px;
    color:#FFF;
    font-size:1.3em;
    font-weight:bold;
}

#error_flash {
    background:#F60;
    padding:6px;
    color:#FFF;
    font-size:1.3em;
    font-weight:bold;
}

/**
 * =Errors
 ***************************/
.ror_error {
	font-size: 10px;
	color: red;
}
#comments .errorExplanation {
    font-size: 12px;
    line-height: 16px;
    color: #bd0200;
    padding: 10px;
	border: 1px solid #bd0200;
	margin: 5px 0;
	background-color: #fffaf9;
}
#comments .errorExplanation h2 {
	font-size: 14px;
	margin-top: 0;
	color: #bd0200;
	font-weight: bold;
}
#comments .errorExplanation ul {
	margin: 0;
}