/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	}

body {
	font: 100% Verdana, Helvetica, Arial;
	background: url(images/page_bg_tile.jpg) repeat top center;
	color: #6C6159;
	}

.rightno {
        float:right;
        padding:2px;
        margin:5px;
        border:0;
        }

.flickr-image {
        float:left;
        padding:10px 10px 15px 10px;
	margin:2px 2px 2px 2px;
        background-image:url('http://www.creyentesencristo.org/wp-content/uploads/frame.jpg');
        background-repeat: no-repeat;
        }

p {	
	margin:15px 0;
	}

a:link, a:visited {
	color: #C04756;
	text-decoration:none;
	}

a:hover, a:active{
	color: #C04756;
	text-decoration:none;
	}

a img {
	border:3px solid black;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 25px 10px 0 10px;
	font:1.0em Verdana, Helvetica, Arial;
	line-height:1.5em;
	margin:10px 0px;
	background: url(images/blockquote.gif) repeat top left;
	}

select {
	width: 130px;
	}	

/* Structure */

#topbg {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:600px;
        background:url(images/page_bg.jpg) repeat-x; 
        z-index:-1;        
        }


#head {
	width:960px;
        height:150px;
        margin:0px auto;
	margin-top:0px;
	padding:0px;
	font-size:0.7em;
        background:url(images/header.jpg) no-repeat;
	}


#page-under {
        width:940px;
        margin:0px 0px;
        background:#EDE9D0 url(images/footer.gif) no-repeat bottom left;
        }

#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#EDE9D0 url(images/content-back.gif) no-repeat top left;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

/* Navigation Bar*/
#navbar {
        float:left;
	margin:auto 0;
	margin-top:110px;
	padding:0px 5px;
	text-transform:uppercase;
        z-index:5;
	}

#page-bar {
	width:650px;
        height:50px;
        z-index: 5;
	}

#page-bar ul {
	list-style: none;
        z-index: 5;
	}

#page-bar li {
	float:right;
	list-style:none;
	cursor:pointer;
	display:block;
        z-index:5;
	}

#page-bar li:hover {
	background: #C04756;
        z-index: 5;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;

	color:#CCC9B1;
	display:block;
        z-index: 5;
	}

#page-bar a:hover {
        background: #C04756;
	text-decoration:none;
	display:block;
        z-index: 5;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
        z-index: 5;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
        z-index: 5;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
        z-index: 5;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #C04756;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
        z-index: 5;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #332223;
	padding: 5px 10px 5px 18px;
        z-index: 5;
	}

#page-bar li ul {       
	position: absolute;
	width: 10em;
	left: -999em;
        z-index: 5;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
        z-index: 5;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
        z-index: 5;
	}


/* Text*/

h1 {
	font:3.5em Verdana, Helvetica, Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:1.8em Verdana, Helvetica, Arial;

	}

h3 {
	font:1.3em Verdana, Helvetica, Arial;
	margin-bottom:3px;
	color:#CC5903;
	}

h4 {
	font:1.1em Verdana, Helvetica, Arial;
         font-weight:bold;

	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {

	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
        float:right;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}


#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Verdana, Helvetica, Arial;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}




/* Content Page*/

#left-content {
        width:610;
        height:auto;
        float:left;
        background:url(images/left-col.gif) repeat top left;        
        }    

#content {
	width:590px;
        height:auto;
        padding:10px;
	font-size:1.05em;
	line-height:1.75em;
        background:url(images/left-top.gif) no-repeat top left;
	min-height:400px;
	}

#content-bottom {
        width:610px;
        height:17px;
        background:#FDFCF5 url(images/left-bottom.gif) no-repeat top left;
        }

#contentbottom {
        width:610px;
        height:17px;
        background:#FDFCF5 url(images/left-bottom.gif) no-repeat bottom left;
        }

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	width:580px;
        color: #FFF;
	font:1.4em Verdana, Helvetica, Arial;
        padding-left:10px;
	letter-spacing:-0.05em;
	background:#558877 url(images/title_bg.jpg) repeat;
	}

#contenttitle {
        position:relative;
        top:37px;
        width:610px;
        height:27px;
        background:url(images/page_bg.jpg) repeat;
        }

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:0px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	padding:0px 10px 0px 10px;
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Verdana, Helvetica, Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;

        }

#sidebar h3 {
        font-size:18px;
	font-family:Verdana, Helvetica, Arial;
	color:#636050;
	padding:0px 0px 0px 40px;
	}

#sidebar-top {
	width:281px;
	float:right;
	padding:0px 10px 15px 10px;
	background: url(images/sidebar.gif) no-repeat bottom;
        margin-bottom:10px;
	}

#sidebartop-head {
        color:#FFF;
	width:281px;
        height:13px;
	float:right;
	padding:0px 10px 0px 10px;
	background: url(images/sidebar-top.gif) no-repeat top;
	margin-top:10px;
	}

#sidebar-bottom, #sidebar-middle {
        color:#636050;
	width:281px;
	float:right;
	padding:0px 10px 15px 10px;

	background: url(images/sidebar.gif) no-repeat bottom;
	}

#sidebarbottom-head {
        color:#FFF;
	width:281px;
        height:13px;
	float:right;
	padding:0px 10px 0px 10px;
	background: url(images/sidebar-top.gif) no-repeat top;
	margin-top:10px;
	}

#sidebar-middle {

	width:320px;

	float:right;
	}


#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
        width:238px;
	list-style:none;
	background:url(images/divider.gif) no-repeat bottom;
	display:block;
        margin-left:10px;
	padding:2px 10px 2px 5px;
	}

#sidebar-top ul li a:link {
        display:block;
        padding: .25em .25em .25em 1em;
        color:#636050;
	text-decoration:none;
	}

#sidebar-top ul li a:visited {
        display:block;
        padding: .25em .25em .25em 1em;
        color:#636050;
	text-decoration:none;
	}

#sidebar-top ul li a:hover {
	display:block;
        padding: .25em .25em .25em 1em;
	color: #C04756;
	text-decoration:none;
	}

#sidebar-top ul li a:active {
	display:block;
        padding: .25em .25em .25em 1.25em;
	color:#C04756;
	text-decoration:none;
	}

#sidebar-bottom li {
	padding:7px 10px 7px 10px;
        }

#sidebar-bottom ul li a:link, #sidebar-bottom a:visited {
        color:#636050;
	text-decoration:none;
        }


#sidebar-bottom ul li a:hover, a:active {
        color:#C04756;
	text-decoration:none;
        }

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:281px;
        height:180px;
	float:right;
	margin-bottom:5px;
	padding:0px 0px 15px 10px;
	background: url(images/banners/rotate/rotate.php) no-repeat;
	}


/* Form Elements */

select {
	border:none;
        background:#eeeeee;
	width:100%;
	}
	
.field {
        display : block;
	padding: 2px;
	border: none;
	background:#ffffff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
        background:#eeeeee;
	}
	
#searchsubmit {
	padding-left:5px;
        background:#eeeeee;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
        background:#eeeeee;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
        background:#eeeeee;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right;
        background:#eeeeee;
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#000;
	width: 960px;
	background: url(images/bottom.png) no-repeat bottom center;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}

#recentpost, #mostcommented {
	width:270px;
	float:left;
	padding:5px;
	}

#mostcommented {
	margin-left:22px;
	}

#recent_comments {
	width:270px;
	float:right;
	padding:5px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#CC5903;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}

#footer {
        color:#000;
	margin: 0 auto 20px auto;
	width: 950px;
	font-size:0.6em;
	padding:10px 0 10px 10px;
        background:url(images/footer.gif) no-repeat bottom left;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
