/*  
Theme Name: Skyscraper
Theme URI: http://www.themebox.org/skyscraper-wordpress-theme/
Description: <p>Skyscraper theme is clean layout built with 3 column layout.</p><ul style="list-style:none;"><li>* Left and Right Sidebar</li><li>* Widget Ready</li><li>* Change About text via Admin Profile</li><li>* Tested on WordPress 2.2.x</li></ul> <p>Visit the <a href="http://www.themebox.org/category/wordpress-themes/">ThemeBox WP Theme Page</a> for theme update and other related information.</p>
Version: 1.0
Author: ThemeBox.org
Author URI: http://www.themebox.org/


	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}

img.right
{
/*	float: right; */
	margin: 10px 0 0 10px;
}
img.left
{
/*	float: left; */
	margin: 0 10px 10px 0;
}

hr
{
	display: none;
}
body
{
	background: #4F4F4F url(images/bgr.png);
	color: #333;
	font: 400 0.7em verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Verdana, Arial, Serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#up {
	background: #FEA604;
/*	height: 180px; */
}
#top {
	background: #348327;
	margin: 0;
	height: 25px;
	border-bottom: 1px solid #fff;
}
#page {
	text-align: left;
	border: 12px solid #222;
	border-top: none;
	border-bottom: none;
	width: 950px;
	background: #666;
	margin: 0 auto;
}
#headr {
	background: url(images/art.jpg) 0 bottom no-repeat;
	padding: 140px 0 5px 20px; 
}
#headr h1 {
	text-transform: uppercase;
	font-size: 4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	z-index: 10;
/*	height: 148px; */
}
#headr h1 a {
	color: #fff;
	}
	
/*
#headr {
	width: 950px;
	padding: 0;
	text-align:left;
	color: #C3EAFB;
	height: 148px;
	position: relative;
}
#headr h1 {
	text-transform: uppercase;
	font-size: 4em;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	overflow: visible;
	z-index: 10;
}
#headr h1 a {
	color: #fff;
	}
*/	
	
#headr .description {
	color: #fff;
	display: none;
	padding: 0 0 30px 20px;
}

#left {
	float: left;
	width: 750px;
	color: #ccc;
	position: relative;
	background: #333;
}
#right {
	float: right;
	width: 200px;
}
#content {
	width: 520px;
	float: right;
	padding-top: 20px;
}
.post {
	margin-bottom: 20px;
    position: relative;
	clear: both;
}
.liner {
	background: #333; 
	border-bottom: 1px solid #ccc;
}

.side1 {
	width: 228px;
	color: #efefef;	
	float: left;
	
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
.side2 {
	width: 200px;
	color: #000;
	float: right;

    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
.side1 .gap {
	padding: 20px;
}
.side2 .gap {
	padding: 20px 10px;
}

.gap1 {
	padding: 20px 20px;
}

#out-foot {
	background: #348327;
	border-top: 2px solid #71B045;
	}
#footer {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;

}
#footer {
	color: #E2F7D4;
	font-size: 0.9em;
}
#footer a {
	color: #fff;
	text-decoration: underline
}
#footer a:hover {
	color: #E2F7D4;
	text-decoration: none;
}
/* Design 
******************** */
.side1  ul, .side2  ul{
	list-style: none;
}
.side1  ul.children, .side2  ul.children{
	margin-left: 16px;
}
.boxy, .about, .side1 .categories, side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat  {
	margin-bottom: 20px;
}
.side1 .boxy, .side1 .about, .side1 .categories, .side1 .widget, .side1 .linkcat {
	background: #348327;
	padding: 10px;
}

input#s {
	width: 168px;
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
	border: 2px solid #ccc;
}
input#s:focus {
	background: #fff;
	color: #F7F1D4;
}

input#searchsubmit
{
	background: #666;
	border: #333 2px solid;
	color: #333;
	font-size: 1.3em;
	margin: 0;
	font-weight: bold;
	padding: 4px 6px;
}
input#searchsubmit:focus
{
	background: #BCE240;
}


/* Design  Typo
********************* */
.side1 h2{
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
}
.side2 h2{
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	border: 1px solid #ccc;
	background: #666;
	padding: 2px 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.side1 ul li ul li a:link, .side1 ul li ul li a:visited{
	color: #FFF;
	background: url(images/diamond12.gif) 0 2px no-repeat;
	padding: 2px 0 2px 16px;
	
}
.side2 ul li ul li  {
	border-bottom: 1px solid #fff;
	display: block;
	padding: 2px 0;
}
.side2 ul li ul li a {
	color: #FFF;
}
.side1 ul li ul li a:hover{
	color: #25461B;
	background: url(images/diamond12-b.gif) 0 2px no-repeat;
}
.side2 a:hover {
	color: #F78B26;
}

.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a  {
	color: #fff;
	font-weight: bold;
}

h2.pagetitle {
	text-align: left;
	font: 1.5em Arial, verdana;
	border-bottom: 1px solid #ccc;
}
.entry {
	padding-right: 20px;
	text-align: justify;
}
.post h2 {
	font: 2em "Trebuchet MS", Verdana, Arial, sans-serif;	

}
.post h2 a:link, .post h2 a:visited {
	color: #FEA604;
	display: block;
}
.post h2 a:hover {	
	color: #fff;
}
}
p.meta {
	text-align: right;
}
p.postmetadata
{
	padding-top: 5px;
}
p.postmetadata a
{
	color: #efefef;
	text-decoration: none;
}

.post .p2 {
  margin: 0 4.5em 0 0;
  padding:  0 0 1em 0 /*1.2em*/;
  border-right: 1px solid #CCCCCC;
}
.post .date {
  position: absolute;
/* background: url(images/date.gif) center 0 no-repeat; */
  top: 0;
  right: 10px;

  width: 35px;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.1em arial, sans-serif;
  color: #71B045;
/*  padding-right: 5px; */
}

.post .date .day {
  display: block;
/*  padding-right: 5px; */
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #C4DF9B;
}

.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	border-bottom: 1px solid #ccc;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
/* Comment Etc
********************* */
.navigation 
{
	margin-bottom: 20px;
	width: 510px;
	float: left;
}

.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}



.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #fff;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #efefef;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}
#content .trackbackr
{
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
#cmtr {
	margin-right: 20px;
}
.comment
{
	background: #444 /*url(images/shadow_top.gif) repeat-x top*/;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt a {
	color: #efefef;
}

.alt
{
	background: #666;
	color: #ccc;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

h3#respond, h3#comments {
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #A1B436;
	text-transform: uppercase;
}

#comment {
	width: 98%;
}
/* Top Navigation Style 
********************* */
#nav {
	background:#000; 
	border-bottom:4px solid #CCC;
	border-top:1px solid #fff;
	height:36px;
}

#navr {
	width: 950px;
	margin: 0 auto;
}
ul#menu{
	margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:36px;
	text-transform:uppercase;	 
	font-size:12px;font-weight:bold;
	background:#000; 
	font-family:Helvetica,Arial,Verdana,sans-serif;
	
}
ul#menu li{display:block;float:left;margin:0;pading:0;}
ul#menu li a{
display:block;
float:left;
border-right: 1px solid #efefef;
color:#efefef;
text-decoration:none;
padding:12px 20px 0 20px;
height:24px;
background:333;}
ul#menu li a:hover{background:#666; color: #fff;}
ul#menu li.current_page_item a, ul#menu li a.current,ul#menu li a.current:hover{color:#000;
background:#ccc;}


.nav-current {
color:#fff;
display:block;
text-decoration: none;
background-position:bottom center;
background-repeat:no-repeat;
color:#FEE6C8;}


/* TOP
**** */
#topmenu {
/*	width: 950px; */
	margin: 0 auto;
	position: relative;
}
#menutop {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	top: 2px;	
}
#menutop li {
	float: left;
	margin-left: 5px;
}
#menutop li a {
	text-decoration: none;
}
#menutop .current_page_item a, #menutop .current_page_item a:visited{
	color: #efefef;
	display: block;	
}
#menutop .page_item a{
	color: #fff;
	display: block;
}
#menutop .page_item a:hover {
	color: #fff;
}
#homes a {
	background: url(images/ico/house.png) 0 1px no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}

#archiv a {
	background: url(images/ico/page_copy.png) 0 1px no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}
#sitemap a {
	background: url(images/ico/sitemap.png) 0 1px no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}
#contact a {
	background: url(images/ico/vcard_add.png) 0 1px no-repeat;
	padding-left: 20px;
}




fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #DE9F3D;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #DE9F3D;
	padding: 5px;
	background: #F7E9D4;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #DE9F3D;
padding: 2px;
}

.ads468 {
	text-align: center;
}
/* Change Log *** 
1.0	: Public Releaed
*** */

