/* CSS Document */
/*  
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;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFFFFF;
	color: #644e38;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #9999CC;
	text-decoration:none;

	}

a:hover, a:active {
	color: #FF9999;
	text-decoration:none;
	}

a img {
	border:0;
	}

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: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}
	


.spotlight-title {
font-weight: bold;
font-size: 12px;
}

.spotlight{
	position:absolute;
	top:65px;
	right:100px;
	width:448px;
	height: 83px;
	overflow:hidden;
	background:  url(http://stlfamilylife.com//wp-content/themes/arthemia/images/spotlight1.png) no-repeat 100% 0;
	padding: 5px 10px;
	line-height: 150%;
	color: #644e38;
	display:block;
	text-align: left;
} 

.spotlight p {
	margin:0;
	}

#header {
	width: 960px;
	height: 176px;
	margin: 0px auto 5px;
	padding: 0px;
	font-size:0.7em;
	background: #FFFFFF;
	}
	
.headerleft {
	width: 480px;
        height: 176px;
	float: left;
	margin: 15px 0px 0px;
	padding: 0px 0px 0px 10px;
	
	}
	
.headerleft h1 a {
	font-family: Georgia, Helvetica, Sans-Serif;
	font-size: 42px;
	color: #9999CC;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}


	
.headerright {
	width: 470px;
        height: 176px;
	float: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: right;
	}
	
.headerright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}


.headerright p {
	margin: 0px;
	padding: 0px 20px 5px 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	


#page {
	width:940px;
	margin:0px auto;
	padding:10px 10px 0px;
	background:#F2EFDF;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}



#navbar {
	width: 960px;
	background: #9999CC url(http://stlfamilylife.com/wp-content/themes/arthemia/images/navbar.png) no-repeat;
	margin: 0px auto;
	padding: 0px;
	}

	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	text-transform: lowercase;
    margin: 0px;
	padding: 9px 15px 8px 15px;
	}

	

#nav li a:hover, #nav li a:active {
	color: #CCCC66;
    margin: 0px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #9999CC;
	width: 170px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
		text-transform: lowercase;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #9999CC;
	color: #CCCC66;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 170px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	color: #f0a66a;
	}

h3 {
	font:bold 1.3em Arial;
	margin-bottom:3px;
	color:#9999CC;
	}

h4 {
	font:1em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#FF9999;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}
	
	

h3#respond {
	margin-top:20px;
	padding-top:40px;
	color: #9999CC;
	}

h3#comments {
	margin-top:60px;
	padding-left:0px;
	color: #9999CC;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:325px;
	padding-left: 25px;
	}


#tagline {
	margin-top:0px;
	font-size:1em;
	color:#333;
	float: right;
	width: 400px;
	}

	
	
#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#FFFFFF;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}
	
#headline div.title a img{
	border:0px solid #ccc;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}
	

#featured .title {
	font-weight:bold;
	font:1.2em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}
	

#featured .info {
	margin-top:0px;
	padding-top:3px;
	float:right;
	width:180px;
	}
	
#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}
 
#featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}

#middle {
width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:5px 0 10px;
	}


.category {
	width:164px;
	float:left;
	border-top:8px solid #c5cce7;
	margin:0px;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #c5cce7;}
#cat-2, #cat-4 {border-top:8px solid #FF9999;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-size:1.3em;
	letter-spacing:-0.05em;
	font-weight: bold;
	}

#front-popular h3 {
	color:#9999CC;
	}

	
h3.cat_title, h3.cat_title a img{
	border:0px solid #ccc;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title a img{
	border:0px solid #ccc;
	}


.category a {
	color:#644e38;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#644e38;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#c5cce7; color:#644e38; }
#cat-2:hover, #cat-4:hover {background:#FF9999; color:#644e38; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#c5cce7; color:#644e38; }
#cat-2:hover a, #cat-4:hover a {background:#FF9999; color:#644e38; }


#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;

	font-size:1.05em;

	line-height:1.75em;
	float:left;
	}

#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:bold 2em Georgia;
	letter-spacing:-0.05em;
	text-transform: lowercase;
	}

#archive .title a img{
	border:0px solid #ccc;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:2px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

	
#front-list a img{
	border:0px solid #ccc;
	}


.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.9em;
	color:#f0a66a;
		margin-top:-5px;
	}

.meta a {
	color:#f0a66a;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#FF9999;
	}

#content h2.title {
	font:bold 1.9em Georgia;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ececec;
	border-top:0px solid #CCCCCC;
	padding:0px;
	margin-top: 5px;
	text-transform: lowercase;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:0px dotted #ececec;
	margin:10px 0px 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:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:0px 0px 2px;
	text-transform:lowercase;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-size: 0.9em;
	font-weight: bold;
	}

#stats span {
	padding: 0px 10px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#FF9999;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	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:bold 1.4em Georgia;
	background:#9999CC;
	color:#FFFFFF;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	text-transform: lowercase;
	}
	
.tff {border:0;}	

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	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 ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}	
	
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar li {
background: #FFFFFF url() no-repeat top left;
	padding: 0px 0px 5px 12px;
	margin: 0px;
	}

#sidebar li ul li:last-child{
background: #FFFFFF url() no-repeat top left;
	padding: 0px 0px 5px 12px;
	margin: 0px;
	}
	
#sidebar ul li ul li {
	background: #FFFFFF url() no-repeat top left;
	padding: 0px 0px 5px 12px;
	margin: 0px;
	}	

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}


/* Form Elements */


#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
border:0px solid #999ccc;
	width: 99%;
	margin-top:5px;
	background: #F2EFDF;
	}



/* Comments*/
.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#F2EFDF;
	}
			
.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:#F2EFDF;
	border-top:1px solid #F2EFDF;
	border-bottom: 1px solid #F2EFDF;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#f0a66a;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#644e38;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	font-weight: bold;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#644e38;
	}
	
.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;
	}
	
.count {
float:left;
padding: 10px;
font-size:18px;
color:#9999CC;
}



/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#FF9999;
	width: 940px;
	background:#F2EFDF no-repeat bottom;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:0px solid #644e38;
	background: #FFFFFF;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:0px solid #644e38;
	background: #FFFFFF;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#644e38;
	}

#recentpost h3, #mostcommented h3, #recent_comments h3 {
	font:bold 1.4em Georgia;
	background:#9999CC;
	color:#FFFFFF;
	margin:0px 0px 5px;
	padding:3px 10px;
	text-transform: lowercase;
	}

#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 #644e38;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#FF9999;
	color:#644e38;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #644e38;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	color: #644e38;
	}


/* 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;
	}


div.feedburner input.text {
background: #FFEACE;
	width: 230px;
border: #644E38 1px solid;
}

div.feedburner input.image2 {
float: right;
margin-top: 6px;
}

div.feedburner input img {
border: 0;
}

#sponsors{
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0 5px;
}


#sponsors img {
	border:0px solid #ccc;
	margin-top:2px;
	margin-right:10px;
	padding:2px;
}

input, text-area, searchcategory, checkbox, option, radio, select{
	border: 0px solid #F2EFDF;
	background: #FFEACE;
	font: 100%  "Trebuchet MS", tahoma, verdana;
	color: #644e38;
    padding:1px;
}


.wp-polls-form input{
	border: 0;
	background: #FFFFFF;
}

