/*
Theme Name: Natural Essence
Theme URI: http://templates.arcsin.se/
Version: 1.0de
Description: Soft and natural two-column theme supporting widgets. Based on the <a href="http://templates.arcsin.se/">free website template</a> Natural Essence. Also available as <a href="http://templates.arcsin.se/natural-essence-joomla-template/">Joomla template.</a>
Author: Viktor Persson
Author URI: http://arcsin.se/
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(img/background.jpg);
	color: #222;
	font: normal 62.5% helvetica;
}

a {color: #2B787E;}
.left p a {border-bottom:1px dashed; text-decoration:none;}
a:hover {color: #FF0000;}

big {font-size: 1.1em;}

h1,h2,h3 {padding: 8px 0 2px;}

h1 {color: #322423; font: normal 2.7em helvetica;}
h1 a {color: #322423; text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em helvetica; color:#7A810F; text-decoration:underline;}
h2 a {text-decoration:none;border-bottom:none;color: #423431}
h3 {font: bold 1.2em helvetica;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px; clear:left;}
pre {
border:1px solid;
background-color:#FFFFE0;
padding: 5px 5px 5px 5px;
}
small,.small {font: normal 0.9em sans-serif;}
ul,ol {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #000000;
	margin: 0 auto;
	width: 930px;
        border-left: 3px solid #000000;
        border-right: 3px solid #000000;
        position:relative;
}
#container {
	
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto; background: #FBF9F4;
	width: 920px;
}

/* header */
.title {
	background: #E2DED5;
	border-top: 1px solid #996;
}
.title h1 {
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.login {
	background: #E2DED5;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* photo gallery*/

.attachment {
	text-align: center;
	margin: 5px 0px;
}

img .attachment-thumbnail {
        border: 1px solid #021a40;
}

.photo_loc {text-align: right;
            font-style: italic;
}

.gallerynavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
div .caption {
       text-align: center;
       padding: 5px;
       padding-top: 8px;
       border:1px dashed #021a40;
       background-color: #999966;
}

div .caption p {
       font-size: 25px;
}

div .gallerylist {
        float: left;
        width: 100%;
        height: 150px;
        border: 1px solid #ACACAC;
        margin: 8px 0px 5px 0px;
        background-color:#f6f6f6;
        padding: 10px;
}



.contains {
        font-style: italic;
}
        
.separator {
        border-bottom: 1px solid #C9C6B3;
}



/* navigation */
.navigation {
	background: #EAE7DF url(img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
         
}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: left; list-style: none;}
.navigation li a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 41px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover, li.current_page_item a, li.current-cat a {
	background-position: left bottom;
	color: #221;
}
.navigation .current_page_item a {color: #331;}

.subscribelink {
position:absolute;
top:200px;
right:20px;
height:100%;
padding: 10px 5px 5px 5px;
}

/* main {background: #FFF url(img/main.gif) repeat-y;}  */
.main {background: #FFFFFF;}


/* posts */
.descr {
	color: #630;
	font-size: 0.9em;
	margin: 2px 0 4px;
        font-style: italic;
}

.post .info{
	border-top: 1px dashed #AAAA9A;
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}
.post p img {border: none; margin: 4px 7px 4px 0px;}
.post a img {border: none;}
.post a:hover img {border-color: #AA9;}

#under_post {
        background-color:#f6f6f6;
        border: 1px solid #ACACAC;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 5px 5px 5px 5px;
}


/*Block Posts*/
div .box-post {
        float: left;
        width: 100%;
        border: 1px solid #ACACAC;
        margin: 8px 0px 5px 0px;
        background-color:#f6f6f6;
        padding: 10px;
}

div .excerpt-box {
        width: 450px;
        float: left;
        margin-left: 8px;
}

.box-post .descr {
	color: #630;
	font-size: 0.9em;
	margin: 2px 0 4px;
}

div .excerpt_thumbnail {
        float: left;
}

.box-post .info{
	border-top: 1px dashed #AAAA9A;
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}

/* bottom */
.bottom {
	background: #423431;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #000000;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* misc */
.content {padding: 18px 10px 18px 10px;}
.right .content {padding: 12px 10px; border-left: 1px solid #C9C6B3;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 70%;}
.col2 .right {width: 28%;}
.post img.aligncenter { display:block; margin-left:auto; margin-right:auto; }
img .alignleft { display:block; margin-right:auto; float:left; }
img .alignright { display:block; margin-left:auto; float:right; }

/* block list */
ul.block, .block ul {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
        display: block;
	
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #553;
	background: #D2D0C0;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

div .block {
        margin-bottom: 10px;
}

/* comments */

textarea.styled {width: 380px;}

#commentform p {
        margin-bottom: 5px;
}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }  
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }  
ol.commentlist li.alt { }  
ol.commentlist li.bypostauthor {}  
ol.commentlist li.byuser {}  
ol.commentlist li.comment-author-admin {}  
ol.commentlist li.comment { }  
ol.commentlist li div.comment-author { padding:0 170px 0 0; }  
ol.commentlist li div.vcard {}  
ol.commentlist li div.vcard cite.fn { -style:normal; }  
ol.commentlist li div.vcard cite.fn a.url {}  
ol.commentlist li div.vcard cite.fn a.url:hover {}  
ol.commentlist li div.vcard img.avatar { border:3px solid #d5d5d5; left:7px; position:absolute; top:5px; }  
ol.commentlist li div.vcard img.avatar-32 {}  
ol.commentlist li div.vcard img.photo {}  
ol.commentlist li div.vcard span.says {}  
ol.commentlist li div.commentmetadata {}  
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }  
ol.commentlist li div.comment-meta a {}  
ol.commentlist li div.comment-meta a:hover {}  
ol.commentlist li p {margin:0 0 1em; }  
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }  
ol.commentlist li div.reply {}  
ol.commentlist li div.reply:hover {}  
ol.commentlist li div.reply a:hover {
       background-color: #FFCC66;
}  
ol.commentlist li div.reply a {
       text-decoration:none; 
       text-transform:uppercase;
       font:bold 10px/1.4 helvetica,arial,sans-serif;
 }  
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }  
ol.commentlist li ul.children li { }  
ol.commentlist li ul.children li.alt {}  
ol.commentlist li ul.children li.bypostauthor {}  
ol.commentlist li ul.children li.byuser {}  
ol.commentlist li ul.children li.comment {}  
ol.commentlist li ul.children li.comment-author-admin {
       background-color: #FFF8C6;
}  
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }  
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }  
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }  
ol.commentlist li ul.children li.depth-5 {}  
ol.commentlist li ul.children li.odd {}  
ol.commentlist li.even { background:#fff; }  
ol.commentlist li.odd { background:#f6f6f6; }  
ol.commentlist li.parent { }  
ol.commentlist li.pingback { }  
ol.commentlist li.pingback.parent { }  
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }  
ol.commentlist li.thread-alt { }  
ol.commentlist li.thread-even {}  
ol.commentlist li.thread-odd {}  

/* calendar */
#wp-calendar {color: #A0A0A0;}

.col2 .right table caption {border-bottom-color:#000;}
.col2 .right table thead tr {
  border-bottom-color: #000;
  color: #A53512;
}
.col2 .right table th {border-bottom-color:#000;}
.col2 .right table td#today {
  border-color: #000;
  color: #A53512;
}
.col2 .right table td a {
  border-bottom-color: #000;
  background-color: #EDF3DE;
}

.col2 .right table tfoot {border-top-color: #000;}
.col2 .right table tfoot a {background: none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display: inline-table;
  border-collapse: collapse;
  width: 185px;
  margin: 0px 10px 0 10px;
  text-align: center;
}


.col2 .right table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.col2 .right table thead tr {border-bottom:1px solid;}

.col2 .right table th {border-bottom:1px solid;}

.col2 .right table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.col2 .right table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.col2 .right table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.col2 .right table tfoot {border-top:1px solid;}
.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}
.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

#searchform {padding:10px;}

/* Added by Me */

.diggBadger
			{
			    float: right;
			    margin-bottom: 4px;
			    margin-left: 4px;
			}

/**
 * Twitter Widget
 */
.widget_twitter li {
	clear:both;
}
.widget_twitter li img {
	float:left;
	margin-right:.5em;
}
.widget_twitter li .clear {
	clear:both;
}

.twitter-message {color: blue; }

.entry-content {color: blue; font-style: italic; }

.gravs {margin-top:20px;}
.avatar {float:left; margin-right:5px; margin-bottom:5px; padding:3px; border:1px solid #999999;}

/* Music Player */

.mpwrapper {
       width: 500px;
}

.musicplayer {
}

div .close p {
        background-color: #FFF8C6;
        border: 2px;
        width: 115px;
        float: right;
}

.close p {
        font-size: 1.3em;
}

.status {
        background: url('img/quote.gif') no-repeat;
}

.playertext {
        text-align: center;
        font-size: 20px;
        border:1px dashed #021a40;
        background-color: #999966;     
}

/* Music Player End */

.postfooter {
        border:1px dashed #021a40;
        padding: 3px;
        margin-bottom: 3px;
        background: #DCDAC9;
}

#fixed{
	position:fixed;
	top:130px;
	right:1px;
}

/* Header Widget */

.header_widget {
        float:left;
        width: 570px;
        margin: 8px 20px 5px 20px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border: 1px solid #000;
        padding: 10px;
        background-color:#f6f6f6;
}

.header_widget h2 {
        padding: 0px 0px 0px 0px;
}

.header_widget ul {        
        margin: 0; 
        padding: 0; 
	list-style-type: none; 
        list-style-image: none;
}

.header_widget li {
        float: left;
        width: 50%;
}

.header_widget ul li a {
        padding: 5px 20px 5px 0px;
        text-decoration: none;
}

.header_widget ul li a:hover {color: purple;
	background: yellow; }


/* Footer Widget */
.footer_widget {
        float:left;
        width:50%;
}

/* End Post Widget */
.endpost_widget {
        float:left;
        width: 570px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
}

.endpost_widget h2 {
        padding: 0px 0px 0px 0px;
}

.endpost_widget ul {        
        margin: 0; 
        padding: 0; 
	list-style-type: none; 
        list-style-image: none;
}

.endpost_widget li {
        float: left;
        width: 50%;
}

.endpost_widget ul li a {
        padding: 5px 20px 5px 0px;
        text-decoration: none;
}

.endpost_widget ul li a:hover {color: purple;
	background: yellow; }

		
/*sharing links*/
.sharing li {
        display: inline;
        float: none;
        padding: 0px 10px 0px 10px;
}

.sharing ul li a:hover {background:none; color: none; }

div div .sharing {border:none;}