/**************************************************/
/*                                                */
/* Copyright 2007				                  */
/*                                                */
/**************************************************/

/*** TAGS  ***/
	
body {
    background-color: #3e3e3e;
    font-family: "Lucida Grande", Lucida, Verdana, Arial, "Trebuchet MS", "Sans-Serif";
    font-size: 0.85em;
    line-height: 1.6em;
	color: #222222;
    margin: 0;
    padding: 0;
}

a {
    color: #ff6100;
}
    
abbr {
    border-bottom: 1px dashed;
    cursor:help;
}
    
h1, h2, h3 {
    font-family: "Century Gothic", "Lucida Grande", "Helvetica" ;
    font-weight: Lighter;
    padding-top: 10px;
}

h1 {
    color: #d70000;
    font-size: 1.7em;
    margin-bottom: 0px;
    padding-bottom: 18px;
    line-height: 1.3em;
}

#feature h1 {
    padding-bottom: 27px;
    font-size: 2.2em;
}

h1 a {
    color: #d70000;
	text-decoration: none;
}

h1 a:hover {
	color: #931414;
}

h2 {
    font-size: 1.3em;
    margin-top: 15px;
    padding-bottom: 5px;
}

   
h3 {
    color: #d70000;
    padding-top: 0;
    font-size: 1.3em;
    text-transform: uppercase;
}      

input, select, textarea {
    border-width: 1px;
    border-color: #cccccc;
    vertical-align: middle;
    margin-right: 5px;
}

.post small {
	text-transform: uppercase;
	color: #757474;
	font-size: 90%;
	margin-bottom: 15px;
	display:block;
}

#respond small {
	text-transform: none;
	font-size: 80%;
}

p {
	padding-bottom: 10px;
}

button {
	border: 0;
	padding: 0;
}

button span {display: none;}

button.submit {
    width: 147px;
    height: 26px;
	background: url(images/btn-submitcomment.png) top left no-repeat;
}

button.submit:hover {
	background-position: bottom;
}

.post ul {
	padding: 10px 0;
}

.post li {
	padding-left: 25px;
	background: url(images/bullet.gif) 0 5px no-repeat;
	padding-bottom: 15px;
}

.post img {
	padding-right: 15px;
	padding-bottom: 10px;
}

img.alignright {float: right; padding-left: 25px; padding-bottom: 20px;}
img.alignleft {float: left;  padding-right: 30px; padding-bottom: 20px;}

strong {font-weight: bold;}
em {font-style: italic;}
     
/*** NAMED ELEMENTS  ***/
#container {
	width:974px;
	margin: auto;
	padding-right: 3px;
	background: url(images/back-shadow.png) top left repeat-y;
	position: relative;
}
               
#header {
	background: #000 url(images/back-header.png) bottom left no-repeat;
    height: 245px;
}   

#logo {
	clear: left;
	padding-top: 33px;
	padding-left: 203px;
}    

#menu {
    height: 56px;
    vertical-align: middle;
    color: #fff;
    width: 100%;
}

#menu ul {
	float: right;
    margin: 0;
    display: block;
    padding: 0;
	padding-right: 15px;
    list-style: none;
}

#menu li {
    float: left;
    margin-left: 2px;
}

#menu li a {
    color: #fff;
    text-decoration: none;
    height: 26px;
    display: block;
	font-size: 90%;
	text-align: center;
	line-height: 26px;
}

li#menu_hm a {background: url(images/btn-home.png) bottom left no-repeat; width: 52px; height: 16px; margin-top: 5px; margin-right: 5px;}
li#menu_hm a span {display:none;} 
li#menu_hm a:hover {background-position: top;} 
li#menu_wh a {background: url(images/btn-whois.png) no-repeat; width: 141px;}
li#menu_ph a {background: url(images/btn-photography.png) no-repeat; width: 109px}

#menu li a:hover, #menu li.current a {
    color: #ffc19a;
}    


#main {
	background: url(images/back-main.png) top left repeat-y;
	float: left;
	width: 974px;
}

#sidebar {
	float: left;
	width: 317px;
	min-height: 380px;
}

#sidebar #feeds {position: relative;}

#sidebar #feeds #feedicon {
	position: absolute;
	top: -11px;
	right: 30px;	
	z-index: 100;
}

#sidebar a {text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}


#sidebar h2 {
	width: 277px;
	color: #fff;
	text-transform: uppercase;
	background: url(images/back-sidebar-title.png) top left no-repeat;
	padding-top: 4px;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: 1.1em;
	margin-top: 10px;
	height: 45px;
}

#sidebar p, #sidebar ul {
	margin: 0 25px 0 40px; 
	font-size: 90%;
}

#sidebar div {margin-bottom: 25px;}

#recent-posts ul li {
	padding-left: 24px;
	background: url(images/bullet-links.png) 0 3px no-repeat; 
	margin-bottom: 2px;
}

#recent-posts ul li:hover {
	background-position: 0 -47px;
}

#categories ul li {
	padding-left: 24px;
	background: url(images/bullet-categories.png) 0 3px no-repeat; 
	margin-bottom: 2px;
}

#categories ul li:hover {
	background-position: 0 -47px;
}


#content {
	float: left;
    width: 564px;
    min-height: 350px;
    padding: 0 37px 28px 56px;
}   

#feature {
	width: 565px;
	background: url(images/back-feature-rep.png) top left repeat-y; 
	line-height: 1.65em;
	border: none;
	padding: 0 !important;
}

#feature p {
	font-size: 110%;
}

#feature .article {
    z-index: 100;
	background: url(images/back-feature.png) top left no-repeat; 
	padding: 30px 22px 0 22px;
}

#feature .bottom {
	background: url(images/back-feature-bottom.png) bottom left no-repeat; 
	padding: 10px 22px 30px 22px;
	min-height: 10px;
}

#footer {
    clear: both;
    min-height: 150px;
    background: #3e3e3e url(images/back-footer.png) top left repeat-x;
    padding: 27px 52px 20px 56px;
    color: #fff;
    font-size: 84%;
    line-height: 1.54em;
}

#footer a, #credits a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover, #credits a:hover {text-decoration: underline;}
   

#footer .col {
	float: left;
}

#footer .left {width: 315px;}
#footer .middle {width: 330px;}
#footer .right {width: 219px; background: url(images/icon-twit.png) top right no-repeat;}

#footer h2 {
	color: #d65728;
	text-transform: uppercase;
    font-family: "Century Gothic", "Lucida Grande", "Helvetica" ;
	font-size: 1.7em;
	padding-bottom: 15px;
}

#credits {
	width:974px;
	margin: auto;	
	padding-top: 5px;
	color: #8b8585;
	font-size: 80%;
	margin-top: 5px;
	padding-bottom: 40px;
	padding-left: 0;
	line-height: 1.2em;
} 

#credits .left {width: 60%; float: left; background: transparent;	background: #3e3e3e url(images/icon-leaf.png) 3px 3px no-repeat;}
#credits .right{width: 40%; float: right; text-align: right;}

#credits p {
	padding-left: 40px;
	padding-top: 5px;
}

#top-link {
	position: fixed;
	top: 100px;
	margin-left: -93px;
	z-index: 1000;
}

#top-link a span {display: none;}
#top-link a {
	display: block;
	width: 111px;
	height: 62px;
	background: url(images/btn-top.png) no-repeat;	
}


/*** CLASSES ***/
.post {
	background-color: #fefcfc;
	border: 1px solid #e1e1e1;
	padding: 24px 18px;
	background: url(images/back-article.png) bottom right no-repeat;
	margin-bottom: 24px;
	width: 526px;
}

.post:hover {
	background-color: #f5f2ed;
}

a.btn-ft-cont {
	display: block;
	width: 147px;
	height: 26px;
	background: url(images/btn-feature-continue.png) top left no-repeat;
}

a.btn-cont {
	display: block;
	width: 147px;
	height: 26px;
	background: url(images/btn-continue.png) top left no-repeat;
}

a.btn-ft-cont span, a.btn-cont span {display: none;}

a.btn-ft-cont:hover, a.btn-cont:hover {background-position: bottom;}

.post .bottom {margin-top: 0px; min-height: 33px;}

/*************************************
 +Search form
 *************************************/

.search-form {
	margin-left: 40px;
	font-size:1.2em;
	position:relative;
	width:147px;
	height:44px;
	margin-bottom:10px;
}
.search-form input{
	width:125px;
	border: 1px solid #ccc;
	padding: 5px;
	background:#f9f9f9;
  color: #454545;
}

/*************************************
 +Comments
 *************************************/
.commentsblock,contactform
{
  font-size:1em;
  clear:both;
  padding-top:20px;
}

.commentsblock textarea,.contactform textarea
{
}

.commentsblock input,.commentsblock textarea,.contactform input,.contactform textarea
{
  border:1px solid #d1d1d1;
}

.vcard
{
  display:block;
  font-size: 90%;
  float: left;
  width: 70px;
  margin-right: 5px;
}

.vcard img {
	border: 4px solid #fff;
}

.vcard a {}

.thecomment {
	float: left;
	width: 380px;
	padding: 15px;
	border: 1px solid #ccc;	
	background: #fff;
}

ol.commentlist
{
  list-style-type:none !important;
  margin:1.5em 0 0;
  padding:0;
}

ol.commentlist a
{
  color:#d70000;
  text-decoration: none;
}

ol.commentlist a:hover
{
  text-decoration: underline;
}

.commentlist li
{
  margin-bottom:.5em;
  padding:8px;
  overflow:auto;
  list-style-type: none !important;
  background: none;
}

.commentlist p
{
  text-transform:none;
  font-size:1em;
}

.commentlist blockquote p
{
  margin:10px 5px;
}

.commentlist blockquote
{
  margin:10px 0 10px 20px;
}

.commentlist .children
{
	padding-left:0px;
}

#commentform p
{  
  margin-left:0px;
}

.comment-meta {
	font-size: 80%;
	padding-bottom: 10px;
}

.alt
{
  background:#e3e7cb;
}

.comment_headings
{
  font-size:1.3em;
  color:#6C6C6C;
}

.commentsblock textarea:focus,.contactform textarea:focus,.commentsblock textarea:focus,.commentsblock input:focus,.contactform textarea:focus,.contactform input:focus
{
  background:#eee;
  border:1px solid #a1a1a1;
}