/*
Theme Name: Purple Ranch
*/

/* 
global settings
----------------------------------------------------------- */

* { 
margin: 0; 
padding: 0; 
}
body { 
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	background-position: center top;
	background-color: #8c60af;
}

/* links */

a:link {
text-decoration: none;
color: #CC6633;
}
a:visited {
text-decoration: none;
color: #CC6633;
}
a:hover {
/*background: #e5e5e5;
border-bottom: 1px dotted #333;*/
color: #E01D17;
}
a:active {
text-decoration: none;
color: #CC6633;
} 
a img {
background: none;
border: 0 none;
margin-bottom: -10px; 
vertical-align: sub;
}

/* hn */

h1, h2, h3, h4, h5, h6 { 
font-weight: normal; 
color: #515151;
margin: 10px 0;
}
h1 { 
margin: 0;
font-size: 4em; 
font-weight: bold; 
text-transform: uppercase;
}
h1 a { 
color: #515151;
}
h1 a:hover { 
background: none;
border-bottom: none;
color: #069;
}
h2 { 
font-size: 1.1em; 
}
h3 { 
font-size: 1.1em; 

}
h4 { 
font-size: 0.9em; 
}
h5 { 
font-size: 0.8em; 
}
h6 { 
font-size: 0.7em; 
}

/* misc */

abbr, 
acronym {
font-style: normal; 
border-bottom: 1px dotted #666; 
cursor: help;
}
code, pre { 
font-family: Monaco, "Courier New", Courier, monotype, serif; 
}
pre {
border: 1px solid #888;
background: #fafafa;
padding: 4px;
overflow: auto;
width: 95%;
max-height: 500px;
margin: 10px auto;
font: 1em/1.5em "courier new", courier, monospace;
}

/* defination lists */

dl { 
margin: 20px 0; 
}
dt {
font-size: 0.9em;
text-transform: uppercase;
}
dd {
margin: 0 0 20px;
}

/* list styles */

ul {
margin: 10px 0; 
} 
ul li {
height: 1%;
list-style-type: none;
margin: 0 0 5px;
padding: 0 0 0 15px;
background: url(i/bullet.gif) no-repeat 0 6px;
line-height: 18px;
}
ol {
margin: 10px 0 10px 25px; 
}
ol li {
margin: 0 0 5px 0; 
}

/* blockquote */

blockquote {
margin: 10px 0;
padding: 5px 10px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font: 0.9em/1.5em georgia, "lucida sans unicode", "trebuchet ms", sans-serif;
color: #666;
}

/* image styles */

img.left {
float: left;
margin: 0 15px 10px 0;
}
img.right {
float: right;
margin: 0 0 10px 15px;
}
img.centered {
display: block;
margin: 10px auto;
}
img.border {
padding: 2px;
border: 1px solid #999;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0px;
	display: inline;
	}
img.borderalignleft {
	padding: 4px;
	margin: 7px 12px 2px 0px;
	display: inline;
	border: 1px solid #CFE4F8;	
	}
.borderalignleft {
	float: left
	}
img.borderalignright {
	float:right;
	padding: 4px;
	margin: 0 0 2px 7px;
	margin: 7px 0px 2px 12px;
	display: inline;
	border: 1px solid #CFE4F8;	
	}
/* layout
------------------------------------------------------ */

/*#container {
margin: 0 auto; 
width: 760px;
font-size: 0.75em;
text-align: left;
}*/
#wrap {
	/*background: #FFFFFF url(i/wrap.gif) repeat-y;*/
	background-color:#FFFFFF;
	width:800px;
	margin-left: 23px;
	margin-right: 23px;
}
#col-left {
float: left;
width: 150px;
padding: 15px 0;
text-align: right;
}
#col-main {
float: left;
width: 400px;
}
#col-main-nosidebar {
	float: right;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	width:605px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;	
}
#col-main-fullpage {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	width:760px;
}
#col-right {
float: left;
width: 210px;
padding: 20px 0;
}

/* header
------------------------------------------------------ */

#header {
margin: 35px 0 0 20px;
border-bottom: 1px solid #e5e5e5;
}
body#home #header {
border-bottom: none;
}

/* latest post
------------------------------------------------------ */

#latest {
height: 1%;
border-bottom: 1px solid #eee;
}
body#home #latest {
border-top: 1px solid #e1e1e1;
}
#latest-inner {
height: 1%;
margin: 5px 0;
/*background: url(i/latest.gif) repeat-y;*/
/*background:#F6F6F6;*/
color:#666666;
}

/* post */

#post-latest {
font-size: 1.1em;
color: #333;
}
#post-latest h3 {
margin: 0;
padding-top: 5px;
}
#post-latest h2 {
/*margin: 20px 20px 0;*/
font: bold 1.1em Verdana, Helvetica, Arial, sans-serif;
}
#post-latest p.post-meta {
margin: 0;
font-size: 0.8em;
color: #666;
}
#post-latest .post-body {
padding: 0px;
}

/* about */

#sec-about {
	float: left;
	width: 210px;
	padding: 0 0 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#004000;
	background-color: #f0f0e0;
}
#sec-about p {
margin: 20px;
}
#sec-about h3 {
margin: 0;
padding: 20px 0 0 20px;
font-size: 1.1em;
}

/* main column
------------------------------------------------------ */

/* post */

#col-main h3.sec-title {
padding: 20px 15px 0px;
text-transform: uppercase;
letter-spacing: 0.2em;
}
#col-main-nosidebar h3.sec-title {
padding-top:5px;
padding-bottom: 0px;
font-size:1.3em;
}
div.post {
margin: 0 0px 20px;
padding: 0px 0 40px;
background: url(i/3os.gif) no-repeat 50% 100%;
}
div.post {
margin: 0 0px 20px;
padding: 0px 0 40px;
}

div.post-body {
padding: 0px 15px 10px;
}
h2.post-title {
margin: 0;
font-weight: bold;
padding-top:10px;
}
p.post-meta {
margin: 0;
font-size: 0.85em;
color: #999;
text-transform: uppercase;
}
h2.post-title-recent {
margin: 0;
font-weight: bold;
}
p.post-meta-recent {
margin: 0;
font-size: 0.85em;
color: #999;
text-transform: uppercase;
}

body#archives p.post-meta-ind {
margin: 10px 0 0;
font-size: 0.85em;
}
span.meta-name {
display: block;
float: left;
width: 120px;
font-size: 1.1em;
text-transform: uppercase;
}
span.meta-detail {
	font-size: 1.1em;
	text-transform: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom:20px;
}
p.more {
margin: 5px 0 0;
padding: 0 0 0 20px;
background: url(i/dashed.gif) no-repeat 0 50%;
line-height: 18px;
}
#col-main a:hover {
border-bottom: 1px dotted #666;
background: #e0e0e0;
color: #333333;
}

/* prev-next navigation */

div.content-navigate {
padding: 10px 15px 20px;
}
span.alignright {
float: right;
}
span.alignleft {
float: left;
}

/* comments */

#comments {
background: url(i/3os.gif) no-repeat 50% 100%;
}
#comments h3 {
margin: 0;
padding: 10px 0 0;
font-weight: bold;
}
div.comment {
height: 1%;
padding: 10px 0;
background: url(i/dot.gif) no-repeat 50% 100%;
}
div.comment p {
margin: 5px 0;
}
.comment-meta {
font-size: 0.95em;
text-transform: uppercase;
}
#comments label {
display: block;
font-size: 0.9em;
}
#comment-author, 
#comment-email,
#comment-url,
#comment-text, 
#s {
width: 90%;
margin: 0 0 10px;
padding: 2px;
border: 1px solid #ccc;
font: 0.95em "lucida sans unicode", "lucida grande", verdana, "trebuchet ms", sans-serif;
}
#searchsubmit, 
#comment-submit {
padding: 2px;
background: #eee;
border: 3px double #666;
border-top-color: #ccc;
border-left-color: #ccc;
font-size: 85%;
color: #333;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1em;
}

/* search page
------------------------------------------------------ */

ul#search-results-list {
margin: 25px 0 0;
}
ul#search-results-list li {
margin: 0 0 40px;
padding: 0 0 0 20px;
background: url(i/dashed.gif) no-repeat 0 6px;
line-height: 18px;
}
ul#search-results-list h2 {
margin: 0;
padding: 0;
}

/* side columns common
------------------------------------------------------ */

#col-right a:hover, #col-left a:hover {
background: transparent;
border-bottom: none;
}
#col-right li, #col-left li {
list-style-type: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #e5e5e5;
background-image: none;
line-height: 20px;
}
#col-right ul ul, #col-left ul ul {
margin: 0;
}
#col-right li li, #col-left li li {
border-top: 1px solid #e5e5e5;
}
h3.sec-title {
margin: 0;
text-transform: uppercase;
letter-spacing: 0.2em;
}

div.left-sec, 
div.right-sec {
margin: 0 15px 40px;
}
/* misc
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#site_content {position: absolute;left: -10000px;}

/* tables
------------------------------------------------------ */
#mytable {
	width: 590px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 590px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}

th.left {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	/*border-left: 1px solid #C1DAD7;*/
	/*border-right: 1px solid #C1DAD7;*/
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	/*border-left: 1px solid #C1DAD7;*/
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	/*border-left: 1px solid #C1DAD7;*/
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

tr.odd td{
	background:#fff;
}
tr.even td{
	background:#f5fafa;
/*	border-left: 1px solid #C1DAD7;*/
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FDF9ED;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
width:270px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -70px;
left: 60px; /*position where enlarged image should offset horizontally */
text-align:center;
}
.thumbnail:hover span p{
margin-top:15px;
text-align:center;
width:250px;
}

#akst_email form fieldset ul li{
list-style-type:none;

}

#container{
width:840px; 
margin: 0 auto;
position:relative;
text-align:left;
height:100%;
}
#corner_top{
	background-image: url(/images/topcont.jpg);
	background-repeat: no-repeat;
	width: 846px;
	height: 20px;
}
#cornerbot{
	background-image: url(/images/bottomcont.jpg);
	background-repeat: no-repeat;
	width: 846px;
	height: 20px;
	clear: both;
}
#round_corner{
	background-image: url(/images/bodycont.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
    color: #333333;
    width: 100%;
    margin: 20px;
    text-align: left;
    background-color: #ece8dd;
}
#wrapper{
	margin: 0 auto;
	width: 846px;
	background-image: url(/images/bodycont.jpg);
	background-repeat: repeat-y;
	position:relative;
	text-align: left;
	height:100%;
}
#wrapper2{
	padding-left: 23px;
	padding-right: 23px;
}

#logoimg{
float:left;
width:293px;
height:100px;
background: url(/images/logo.jpg) no-repeat left bottom;
}
div.button {width:293px; height:100px; top:0px; left: 0px; }
div.button a  {width:293px; height:100px; display:block;}
#mainrightcol{
width:233px;
float:right;
padding-top:5px;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #814FA4;
height:100%;
}
#mainleftcol{
padding-top:5px;
	width:555px;
	float:left;
}
#nav4{
/*width:500px;*/
float:right;
padding-top:45px;
}
#nav {
/*width:500px;*/

}
#nav li {
float: left;
display: block;
list-style-type: none;
margin: 0; 
padding: 0;
background-image: none;
}
#nav a:link, #nav a:visited {
float: left;
display: block;
padding: 0 10px 8px 10px;
font-size: 1.2em;
font-weight: bold;
color: #996633;
text-transform: uppercase;
text-decoration: none;
font-family: Georgia, Arial,"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
#nav li.current_page_item, #nav a:hover {
background: url(/images/tab.gif) no-repeat 50% 100%;
border-bottom: none;
color: #CC6633;
}
#nav li.current_page_item a, #nav li.current_page_item a:visited {
color: #744299;
}
h5{
font-size:1.5em;
color:#74439A;
text-decoration:none;
font-weight:normal;
margin:0;
padding-top:5px;
}
#footer{
font-size:10px;
color:#FFFFFF;
text-align:center;
}
#footer a:link, #footer a:visited{
font-size:10px;
color:#FFFFFF;
text-align:center;
text-decoration:underline;
}