/*
Theme Name: Aetas Flower
Theme URI: http://www.aetas.dk
Description: Flower/Nature template theme by Philip Hoyos - <a href="http://www.aetas.dk">Aetas</a>.dk
Version: 1.0
Author: Philip Hoyos
Author URI: http://www.aetas.dk
Tags: Black, Golden-Yellow, custom header, fixed width, two columns (main, sidebar), widgets

	Aetas Flower v1.0
	 http://www.aetas.dk

	This theme was designed and built by Philip Hoyos,
	whose blog you will find at http://www.aetas.dk

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* BEGIN GlobalPage Settings */

*{
	padding: 0px;
	margin: 0px;
	outline: 0px;
	}

.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	}

html{
	background-color: transparent;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat;
	background-position: 50% 0%;
	display: block;
	}

body{
	font-family: Ariel, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
/*
#wrapper{
	background-color: transparent;
	background-image: url(images/bg_wrapper.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	}
*/

#container{
	background-color: transparent;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	display: block;
	}

#content{
	background-color: transparent;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding: 0 0 0 0;
	display: block;
	}

.inside{
	width: 1060px;
	margin: 0 auto;
	}

.footer{
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 200px;
	}

a img{
	border: none;
	}
	
h1, h2, h3, h4, h5, h6, p, pre, blackquote, lable, ul, ol, dl, fieldset, address{
	font-weight: normal;
	}
	
				/*Istructions that were in single_column.css */
 
.main_col .block{
	margin-left:0;
	margin-right:0;
}
 
.left, .right, .caption{
	width:100%;
	float:none;
}

/* END GlobalPage Settings*/

/* BEGIN Typography */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, .date, .date a, .navigation, .navigation a, .numbers a{
	font-family: Helvetica, Lucida Grand, Verdana, Arial, Sans-serif;
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

h1, h1 a, h2, h2 a{
	font-size: 24px;
	line-height: 26px;
	}

h2, h2 a{
	display: block;
	color: Black;
	margin: 0px 0px 0px 0px;
	}

h3, h3 a {
	font-size: 17px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	}

h4, h4 a{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	}

h4 a{
	font-weight: bold;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	color: black;
	}

h5{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	color: black;
	}

h5 a{
	color: black;
	}

h5 a:hover{
	border-bottom: 1px solid black;
	}

p, blockquote{
	margin-bottom: 15px;
	}

p a, blockquote a, .quote p a, li a, .caption table a{
	color: #d83b1d;
	border-bottom: none;
	text-decoration: none;
	}

p a:hover, blockquote a:hover, .quote p a:hover, .comlink a:hover, li a:hover{
	border-bottom: none;
	text-decoration: none;
	}

blockquote, .aside p{
	font-family:  Helvetica, Lucida Grand, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 14px;
	border-left: 2px solid #000000;
	padding: 0 10px 0 20px;
	color: #000000;
	}
	
blockquote {
	background: rgb(242, 242, 242);
	border-bottom: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(221, 221, 221);
	border-right: 1px solid rgb(221, 221, 221);
	border-top: 1px solid rgb(221, 221, 221);
	margin: 0px 0px 1em 0px;
	padding: 10px 20px 10px 20px;
	font-size: 10px;
	text-align: left;
	}
.asides{
	width:470px;
	clear:both;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-left: 5px;
	border-left:4px solid #000000;

}
/*
ul.asides {
	border-left:4px solid #000000;
	clear: both;
	margin-left: 15px;
	list-style-image: none;
	list-style-type: none;
	}
	
ul.asides li{
	margin-bottom: 0px;
	padding: 0px 0px 0 0px;
	margin-left: 15px;
	}
	*/
.asides ul{
	list-style:none;
}

.asides ul li{
	line-height:18px; 
	margin: 0 0 0 15px;
	list-style:none;
}

.asides ul li ul{
	line-height:14px; !important
	margin: 0 0 0 10px;
}

.asides ul li ul li{
	list-style:square;
}

/* Archive Page */
#archives ul{
	list-style:none;
	margin:0 0 10px 0;
}

#archives ul li{
	margin:10px 0 0 0;
}

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

#archives ul li ul li{
	list-style:none;
	margin:0 0 0 0px;
}

#archives p{
	margin:0 0 0 0;
}

#archives .date{
	font-size:9px;
	font-style:bold;
}

/*

a{
	text-deoration: none;
	}
*/
/* END Typography */

/* BEGIN #Content */

/* -- BEGIN HEADER -- */

#menu{
	width:570px;
	height:140px;
	float:left;
	margin:10px 0 30px 25px;

}
 
#menu a{ 
	text-indent:-99999px;
	display:block;
	float:left;
	background-color:transparent;
	background-image:url(images/aetas_flower_menu.png);
	background-repeat:no-repeat;
	height:140px;
	margin: 100px 0 0 0;
}
 
#menu a#btn_home{
	width:106px;
	background-position:0px 0px;
}
#menu a#btn_home:hover, #menu a#btn_home.selected, #menu body#btn_home{
	background-position:0px -140px;
}

.sec_btn_home{
	background-position:0px -140px !important;
}
 
#menu a#btn_about{
	width:98px;
	background-position:-106px 0px;
}
#menu a#btn_about:hover, #menu a#btn_about.selected, #menu body#btn_about{
	background-position:-106px -140px;
}
 
.sec_btn_about{
	background-position:-106px -140px !important;
}
 
#menu a#btn_archives{
	width:124px;
	background-position:-203px 0px;
}
#menu a#btn_archives:hover, #menu a#btn_archives.selected, #menu body#btn_archives{
	background-position:-203px -140px;
}
 
.sec_btn_archives{
	background-position:-203px -140px !important;
}

#menu a#btn_photos{
	width:115px;
	background-position:-326px 0px;
}
#menu a#btn_photos:hover, #menu a#btn_photos.selected, #menu body#btn_photos{
	background-position:-326px -140px;
}
 
.sec_btn_photos{
	background-position:-326px -140px !important;
}

#menu a#btn_contact{
	width:119px;
	background-position:-441px 0px;
}
#menu a#btn_contact:hover, #menu a#btn_contact.selected, #menu body#btn_contact{
	background-position:-441px -140px;
}

.sec_btn_contact{
	background-position:-441px -140px !important;
}

/* Working though without highlight

#menu{
	width:570px;
	height:140px;
	float:left;
	margin:10px 0 30px 25px;

}
 
#menu a{ 
	text-indent:-99999px;
	display:block;
	float:left;
	background-color:transparent;
	background-image:url(images/aetas_flower_menu.png);
	background-repeat:no-repeat;
	height:140px;
	margin: 100px 0 0 0;
}
 
#menu a#btn_home{
	width:106px;
	background-position:0px 0px;
}
#menu a#btn_home:hover, #menu a#btn_home.selected, #menu body#sec_btn_home{
	background-position:0px -140px;
}

#sec_btn_home{
	background-position:0px -140px;
}
 
#menu a#btn_about{
	width:98px;
	background-position:-106px 0px;
}
#menu a#btn_about:hover, #menu a#btn_about.selected, #menu body#sec_btn_about{
	background-position:-106px -140px;
}
 
 
#menu a#btn_archives{
	width:124px;
	background-position:-203px 0px;
}
#menu a#btn_archives:hover, #menu a#btn_archives.selected, #menu body#sec_btn_archive{
	background-position:-203px -140px;
}
 
 
#menu a#btn_photos{
	width:115px;
	background-position:-326px 0px;
}
#menu a#btn_photos:hover, #menu a#btn_photos.selected, #menu body#sec_btn_photos{
	background-position:-326px -140px;
}
 
 
#menu a#btn_contact{
	width:119px;
	background-position:-441px 0px;
}
#menu a#btn_contact:hover, #menu a#btn_contact.selected, #menu body#sec_btn_contact{
	background-position:-441px -140px;
}
*/ 
 
a#aetas_logo{
	height: 200px;
	width: 400px;
	text-indent:-99999px;
	float: right;
	margin: 120px 0 0 0px;
	}


/* -- END HEADER -- */

/* -- BEGIN Main Column -- */
.main_col, .sidebar{
	float: left;
	padding: 0;
	}

.main_col{
	width: 550px;
	margin: 50px 0px 0 115px; /* 	margin: 350px 0px 0 40px; <-- if there is no navigation menu margin */
	}

/* Begin Date Format */

.dateblock {
        text-align: center;
        width: 147px;
        font-family: Arial;
        float: left;
        display: inline;
		padding: 20px 0 35px 0;
        background: url(images/post_blog_date.png) no-repeat;
        }

.day {
        font-size: 26px;
        position: relative;
        top: 0px;
        margin: 12px 0 5px 0;
		padding-right: 60px;
        }

.month {
        font-size: 10px;
        top: 0px;
        margin: 6px 0 0 0;
		padding-right: 60px;
        }

.year { 
        font-size: 10px;
        font-weight: bold;
		color:#e4dcb8;
        position: relative;
        top: 0px;
        margin: 7px 0px 0px 0;
		padding-right:100px;
        }


/* -- End Date Format -- */

/*
To be able to make the selection part work, the following needs to be added in the
header.php template in WordPress:

<?php 
$tname = wp_title('', false); // get the title
$tname = ereg_replace(' ', '', $tname); // remove all whitespace
$tname = strtolower($tname); // make it lowercase
$tname = 'sec_'. $tname ; // add a prefix of sec_
?>

<body id="<?=$tname?>">

Now in WordPress, if I have a "Page" or category called "About Us", I can count on those pages having a body id of "sec_aboutus" in my CSS, and I can style the navigation appropriately.

source: CSS context sensitive menus in WordPress
http://web-graphics.com/mtarchive/001624.php
*/


.title{
	padding: 10px 0px 0px 0px;
	width:100%;
	margin:0px 0px 30px 0px;
	}

a.icon{
	display:block;
	float:right;
	height:50px;
	width:50px;
	margin-top:10px;
	text-indent:-99999px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(images/cat_post.gif);
	}

a.icon:hover{
	border-bottom:none;
	}

/* -- BEGIN .post -- */
.post{
	width:520px;
	margin-left:0px;
	}

.post h2, h2 a{
	border-bottom:1px solid #b5b2a5;
}

.post p{
	margin:0px 0px 15px 0px; /* margin:0px 50px 15px 80px; */
}

.post img, .random img, .post a img, .random a img, .post object, .post embed{
	border: none; /* 3pxsolid #000000 to use with picture frame*/
	padding: 1px;
	}

.post .wp-smiley{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

.post a img, .random a:hover img, .post a:hover img{
	border: none; /* 3pxsolid #000000 to use with picture frame*/
	}

.post img, .post img a, .post a:hover img{
	margin-bottom: 15px;
	}

.post img.alignright {float:right; margin:0 0 15px 15px}
.post img.alignleft {float:left; margin:0 15px 15px 0}
.post img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post a img.alignright {float:right; margin:0 0 15px 15px}
.post a img.alignleft {float:left; margin:0 15px 15px 0}
.post a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.post object, .post embed{
	margin-bottom: 15px;
	}

.post object, .post embed{
	display: block;
	}

.post .comlink a {
	float: right;
	color:#d83b1d;
	margin: 0 10px 20px 0;
	}
	
.post ul{
	margin: 0 0 10px 30px;
	}

.quote a.icon{
	background-image: url(images/cat_quote.png);
	}

.quote .date, .quote .title h1, .video .date, .video .title h1, .picture .date, .picture .title h1, .asides .date, .asides .title, .asides a.icon, .asides .comlink { 
	display:none; 
}

.post {
	clear: both;
	}

.quote .title h5, .video .title h5, .picture .title h5{
	padding-top: 8px;
	}

.quote .title, .picture .title, .video .title{
	background: none;
	padding-left: 10px;
	margin-bottom: 0px;
	}

.picture a.icon{
	background-image: url(images/cat_photo.png);
	}

.video a.icon{
	background-image:url(images/cat_video.png);
	}
	
.postmetadata{
	padding-top: 0px;
	margin: 0px 0px 0px 0px !important;
	clear: left;
	font-size: 10px;
	text-decoration: none;
	}

.postmetadata a{
	color: #4c4c4c;
	text-decoration:none;
}

.postmetadata a:hover{
	color: #d83b1d;
	text-decoration:underline;
	}

.post_metadata{
	float: left;
	width: 70%;
	font-size:10px;
	text-decoration: none;
	padding-bottom:15px;
}

.post_metadata a{
	text-decoration:none;
	color: #4c4c4c;
	}

.post_metadata a:hover{
	text-decoration:underline;
	color: #d83b1d;
	}

.post_date{
	float: right;
	width: 30%;
	font-size:10px;
	text-decoration: none;
	text-align:right;
	color:#4c4c4c;
	padding-bottom:15px;
}
	
.post_top{
	background:transparent url(images/post_bg_top.png) no-repeat;
	background-position: 100% 100%;
	height:20px;
	margin-bottom: 0px;
	clear: left;
	text-decoration: none;
	}
	
.post_bottom{
	background:transparent url(images/post_bg_bottom.png) no-repeat;
	background-position: 50% 100%;
	height:22px;
	margin-bottom: 20px;
	clear: left;
	text-decoration: none;
	}

.postmetadata_bottom a{
	text-decoration:underline;
	}
	
.author {
	margin: 0 100px 0 0;
	float: right;
	}

.post_content {
	background:transparent url(images/post_bg_content.png) repeat;
	background-position: 100% 100%;
	padding: 0px 30px 5px 30px;
	}
	
.post_single {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	}

.post_content_title {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 75px;
	}
	
.post_box_functions {
	border-top:1px solid #a7a187;
	background-color: #dfd7b4;
	border-bottom:1px solid #a7a187;
	font-size:10px;
	text-decoration: none;
}

.post_box_functions a{
	color: #4c4c4c;
	text-decoration:none;
}

.post_box_functions a:hover{
	color: #d83b1d;
	text-decoration:underline;
}

.post_box_functions_right{
	float:right;
}

.post_box_functions_right a:hover{
	color: #d83b1d;
	text-decoration:underline;
}

.more-link{
	font-size: 10px;
	font-weight:normal;
}

.more-link a{
	color:#d83b1d;
}

.more-link a:hover{
	text-decoration:underline;
}
/* -- END .post -- */

/* -- BEGIN Comments -- */
 
.commentlist {
	list-style-type: none;
	width:500px;
}
 
.commentlist ul, .commentlist ul ul, .commentlist ul ul ul {
	margin-left: 15px;
	list-style-type: none;
}
 
.commentlist li {
	margin: 0 0 25px;
}
 
#cancel-comment-reply {
	margin: -10px 0 0 4%;
}
 
#comments{
	width:500px;
	padding:0px 0 10px 0;
}
 
.pingback .text {
	margin-left: 80px;
}
 
 
.post .ablock, .post .ablock:hover {
	background-color: #fff;
	padding:1px;
	border:1px solid #DACDAB;
	margin:0 15px 5px 0;
	float:left;
	display: block;
}
 
.post .ablock img, .post .ablock img:hover {
	border:none;
	margin:0;
}
 
.text{
	width:85%;
	float:left;
}
 
/* -- Comment Form -- */
.comment-form{
	border-top:1px solid #DACDAB;
	padding-top:15px;
}
 
.comment-form .left, .comment-form .right{
	width:50%;
}
 
.comment-form input, .comment-form textarea{
	border: 1px solid #DACDAB;
	background: #fff;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8E7152;
	width: 86%;
	/*width :90%; */
	margin: 0 0 15px 4%;
}
 
.comment-form textarea{
	height:110px;
}

/* -- END Comment -- */

/* -- Intense Debate -- */
#idc-container-parent{
	width: 520;
	padding:0 0 0 0;
	margin:0 30px 0 0;
}

.idc a{
	color:#463B33;
	text-decoration: underline;
}

.idc a:hover{
	color:#D8471D;
}

.idc-thread a{
	color:#463B33;
	text-decoration: underline;
}

.idc-thread a:hover{
	color:#D8471D;
}

/* -- END Intense Debate -- */
 
/* -- .navigation (next and previous post) -- */
.navigation, .pagination{
	margin-bottom:15px;
	clear: both;
}
 
.navigation .prev, .navigation .next{
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center center;
}
 
.navigation .prev a, .navigation .next a{
	height:25px;
	display:block;
	font-size:13px;
	line-height:14px;
}
 
.navigation .prev a span, .navigation .next a span{
	color:#644E3d;
	font-size:11px;
	line-height:12px;
	text-transform:lowercase;
}
 
.navigation .prev{
	float:left;
	/* background-image:url(images/bg_nav_prev.gif); */
	text-align:right;
}
 
.navigation .prev a{
	padding:15px 25px 20px 0;
	width:135px;
}
 
.navigation .next{
	float:right;
	/* background-image:url(images/bg_nav_next.gif); */
	text-align:right;
}
 
.navigation .next a{
	padding:15px 0 20px 35px;
	width:125px;
}
 
/* -- END Main Column -- */
 
/* -- BEGIN SideBar -- */
.sidebar{
	width:360px;
	padding:0px 0 0 0px;
	margin:160px 0px 0px 20px;
	color:#463B33;
	float: left;
}
 
/*-- .random: see also line 289 for .random img and .random a img ---*/
.random{ /* --- WARNING changes done here ---*/
	margin-bottom:20px;
	text-align :center;
	background:transparent url(images/bg_random.jpg) no-repeat 45% bottom;
	padding:0 5px 30px 5px;
	width:auto;
} /* end of changes */
 
 
/* --- */

.avatar{
	float:left;
	margin:0 10px 0 20px;
	display:block;
	width: 39px;
	height:39px;
	border: solid 1px #DACDAB;
	padding: 3px;
}
 
.sidebar .title{
	background:transparent url(images/widget_bg_top.jpg) no-repeat left center;
	width:222px;
	width /**/:238px;
	float:none;
}
 
.block{ /* block is used also in single_col.php */
	border-bottom:0px solid #FFFFFF;
	padding:10px 0 5px 0;
	margin:0 0 20px 10px;
	margin:0 10px 20px 10px;
}
.sidebar .block p{
	margin-bottom:10px;
}

.catogories ul {
	margin-left: 16px;
	list-style: none;
		}

.catogories li {
	list-style-type:none;
	margin:0;
	padding:1px 0 2px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	}

.catogories ul li {
	list-style-type:none;
	margin:0;
	padding:1px 0 2px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	} 

.catogories ul li ul {
	list-style:square;
	margin-left: 16px;
	} 

 
-- .sidebar UL ---
.sidebar ul{
	margin:0 10px 20px 10px;
}

.sidebar h2{
	margin:20px 10px 0px 10px;
	/*background: transparent url(images/widget_bg_top.png) no-repeat right; */
} 

.sidebar ul li{
	list-style-type:none;
	margin:0 0 2px 20px;
	padding:1px 20px 2px 0;
	border-bottom:0px solid #D2C4A2;
	/*background: transparent url(images/widget_bg_content.png) repeat-y right; */
}
 
.sidebar ul li a{
	color:#463B33;
	text-decoration: none;
}
 
.sidebar ul li a:hover{
	color:#D8471D;
}

.twitter-message{
	list-style-type:square;
	font-size: 10px;
	font-weight:bold;
	margin:0 0 0 20px;
	width:250px;
	padding:1px 0 2px 0;
	border-bottom:0px solid #D2C4A2;
	/*background: transparent url(images/widget_bg_content.png) repeat-y right; */
}

.twitter{
	list-style-type:square;
	font-size: 10px;
	font-weight:bold;
	margin:0 0 0 0px;
	width:250px;
	padding:1px 0 2px 0;
	border-bottom:0px solid #D2C4A2;
}

.twitter-item{
	list-style-type:square !important;
}
 
.twitter-message a{
	color:#D8471D;
	text-decoration: none;
}
 
.twitter-message a:hover{
	color:#D8471D;
}
/* -- List with get feed mini button -- */
.sidebar ul li a.rss{
	float: right;
	background: url(images/images_feed_mini.jpg) no-repeat left center;
	padding:0 1px 0 16px;
}
 
.sidebar ul li{
	list-style-type:none;
}
 
/* Get Ma.tt RSS Feed big Button */
.sidebar .title.getfeed{
	padding:20px 0 10px 8px;
}
 
.sidebar .title.getfeed h5{
	padding-bottom:5px;
	margin-top:-5px;
}
 
a#subscribe{
	display:block;
	float:left;
	height:30px;
	width:30px;
	margin-right:5px;
	padding:5px 0 5px 5px;
}
 
/* END #Sidebar */

/* BEGIN Widget */

.widget { 
   /* background: transparent url(images/widget_bg_bottom.png) no-repeat bottom right; */
    padding: 0px 0px 35px 0px;
} 
 
.widgettitle { 
   /* background: transparent url(images/widget_bg_top.png) no-repeat top right; */
    padding: 0px 0px 20px 0px;
	list-style-type:none; 
} 
 
.widget ul { 
   /* background: transparent url(images/widget_bg_content.png) repeat-y right; */
	margin: 0 0px; 
    list-style-type:none; 
}

.widget ul li{
	list-style-type:none;
	margin-left:20px;
	padding:1px 0 2px 0;
}

.widget ul li a{
	color:#463B33;
	text-decoration: none;
}
 
.widget ul li a:hover{
	color:#D8471D;
}

/* END Widget */

/* Widget Styles */

#random_image_wrapper{ 
    background: transparent url(images/widget_bg_content.png) repeat-y right;
	margin: 0 0px; 
    list-style-type:none; 
}

/* END Widget styles */

/*
Searchform
*/
#searchform {
	margin: 30px auto 20px;
	padding: 0;
	width: 100%;
}
 
#searchform .hidden {
	display: none;
}
 
#searchsubmit {
	text-indent: -999999px;
	border: none;
	background: transparent url(images/searchsubmit.png) 0 0;
	width: 39px;
	height: 35px;
	position: relative;
	left: -20px;
	cursor: pointer;
}
 
#searchform input:hover {
	background: transparent url(images/searchsubmit.png) 0 34px;
}
 
#searchform  #s {
	background: transparent url(images/searchform.png) no-repeat 0 0px;
	border: 0px solid #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	height: 30px;
	margin: 0 0 0 20px;
	padding: 7px 0 2px 35px;
	text-transform: none;
	width: 225px;
}
 
/* -- #Footer -- */
 
.footer{
	padding:200px 0 50px 0;
	color:#8E7152;
	font-size:11px;
	line-height:15px;
}
 
.footer a{
	color:#8E7152;
}
 
.footer a:hover{
	color:#D8471D;
}
 
 
a#WP_logo{
	height:53px;
	width:52px;
	text-indent:-99999px;
	background:transparent url(images/WP_logo.jpg) no-repeat center center;
	float:left;
	margin:10px;
}
 
.footer .block{
	width:650px;
	padding:5px 0 5px 20px;
	margin:0;
	border-left:1px solid #f0e3c5;
	float:left;
}
 

 
/*Instructions that were in single_column.css */
 
.left, .right, .caption{
	width:100%;
	float:left;
}

 
 
/* -- .Photo (big photo), .thumb, .set -- */
/*--- WARNING : changes done here!!! ---*/  
.photo, .set, .thumb{
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:00px;
	margin-bottom:10px;
	text-align:center;
	width:auto;
}
.photo a, .thumb a, .set a{
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:15px;
	display:block;
}
 
.photo{
	/*background-image:url(images/bg_photo.jpg); */
	padding-bottom:15px;
	margin:0 auto 20px auto;
}
.photo a, .photo a:hover{
	background-image:url(images/bg_photo_a.jpg);
	background-position:center top;
}
.photo img, .set img, .thumb img{
	border:5px solid #FFFFFf/*#DACDAB*/;
	padding:1px;
}
 
    /* Use always set instead of thumbs. Set it's ok for every little image ---*/
 
.set{
	float:left;
	background-image:url(images/bg_set.jpg);
	margin-left: 25px;
}
.set a{
	background-image:url(images/bg_set_a.gif);
	padding-top:8px;
}
.right .set{
	float:right;
}
/* --- */
 
/*
.thumb{
	background-image:url(images/bg_thumb.gif); 
	background-position:center bottom;
	width:150px;
	padding-bottom:10px;
	margin-bottom:0;
}
 
.thumb a{
	background-image:url(images/bg_thumb_a.gif);
	background-position:center top;
	padding-top:10px;
}
 
.thumb a:hover{
	background-image:url(images/bg_thumb_a.gif);
}
*/
 
.block .text{
	width:500px;
	float:right;
}
 
 
 
.caption{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#534942;
}
 
 
/*____________________________________________________________
	Single Photo Page 
_______________________________________________________________*/
 
.single_photo_col, .photo_set_col{
	width:850px;
	margin:0 auto;
}
 
.navigation, .pagination{
	border-bottom:1px solid #D2C4A2;
	padding-bottom:20px;
}
 
.single_photo_col .navigation .prev{
	background-image:url(images/left_narrow.gif);
	background-position:left center;
	width:40%;
	margin-top:10px;
	text-align:left;
}
 
.single_photo_col .navigation .prev a{
	height:10px;
	padding:0 0 10px 50px;
}
 
 
.single_photo_col .navigation .next{
	background-image:url(images/right_narrow.gif);
	background-position:right center;
	text-align:right;
	margin-top:10px;
}
 
.single_photo_col .navigation .next a{
	height:10px;
	padding:0 50px 10px 0;
}
 
 
.single_photo_col .navigation h2{
	width:40%;
	float:right;
	text-align:right;
	margin-bottom:0;
}
single_photo-details{
	text-align:left;
	margin: 2px 2px 2px 2px;	
}
 
h3.comment_title{
	text-align:right;
	background:transparent url(images/bg_h3comment.jpg) no-repeat right bottom;
	padding-bottom:30px;
	margin-bottom:10px;
}
 
.comment, .matt{
	padding:15px;
	margin-left:0;
}
 
.text{
	width:85%;
}
 
.separator{
	border-bottom:1px solid #D2C4A2;
	margin:40px 0 15px 0;
}
 
 
/*____________________________________________________________
	Photo Set Page 
_______________________________________________________________*/
 
/*.photo_set_col{ see line 137 }*/
 
 
/*--- Numbers Navigation ---*/
.pagination{
	background:transparent url(images/left_narrow.gif) no-repeat 125px center;
}
 
.numbers{
	background:transparent url(images/right_narrow.gif) no-repeat right center;
	width:470px;
	margin:0 auto;
}
 
a.numb{
	height:22px;
	width:24px;
	padding:4px 0 0 0;
	display:block;
	float:left;
	text-align:center;
}
 
a.numb:hover, a.numb.selected{	
	background:transparent url(images/bg_numb_hover.gif) no-repeat center center;
}
 
/*---*/

/* ____________________________________________________________
						BEGIN Gallery 
_____________________________________________________________*/

#content_gallery{
	width: 1050px;
	margin: 50px 0px 0 115px;
}

.gallery_top{
	background:transparent url(images/gallery_top.png) no-repeat;
	background-position: 0% 100%;
	height:36px;
	margin-bottom: 0px;
	text-decoration: none
}

.content{
	background:transparent url(images/gallery_content.png) repeat-y;
	background-position: 0% 100%;
	margin-bottom: 20px;
}

.gallery_bottom{
	background:transparent url(images/gallery_bottom.png) no-repeat;
	background-position: 0% 100%;
	height:37px;
	margin-bottom: 20px;
	text-decoration: none;
}

.text .post_date{
	float:left !important;
	text-align:left;
	width:85%;
	font-size:9px;
	color:#4c4c4c;
	padding-bottom:0px;
	margin-top: 0px !important;
}

/* END Gallery*/
 
.main_col .block .text{
	width:340px;
	float:right;
	margin-top:10px;
	margin-right:30px;
}

.gallery {
	margin:auto;
}
 
.main_col .gallery {
	clear: both;
	display: block;
	float: right;
	
	padding-top: 0;
	width: 630px;

}
 
.main_col .gallery .title {
	width: 380px;
}
 
.photo_set_col .block .text p, .photo_set_col .block .text h2, .photo_set_col .block .text h2 a{
	margin-left:20px;
}
 
.photo_set_col .navigation{
	border-bottom:none;
}
 
.post .dates {
	margin-top: 2em;
}
.post .dates li {
	margin-bottom: 5px;
}
 
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden; position: absolute;}

/* -- END Main Column -- */

/* END #Content */
