/*  
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% "Segoe UI", Verdana, Arial, Helvetica;
	background: #FFF;
	color: #000;
          
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #996600;
	text-decoration:none
	}

a:hover, a:active {
	 color:#666600;
text-decoration:underline;

	}

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;
	}	



/* Structure */

#logoblock
{
width:220px;
height:90px;
}
#foodbuzzadblock
{
width:728px;
height:90px;
}
#head {
	width:960px;
	margin:0px auto;
	padding :0px;
	font-size:0.7em;
         border : 1px solid #ececec;
         border-top:none;
         border-bottom:none;

	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.84em;
 border : 1px solid #ececec;
         border-top:none;
         border-bottom:none;
	}

.left{
	float:left;
         padding:4px;
         padding-right:0px;
	}
.righttnav, .alignright {
	float:right;
       	}
.leftnav, .alignleft  {
	float:left;
}


.right, .alignright {
	float:right;
         padding:4px;
         padding-left:0px;
	}
.hometitle
{
font:1.8em "Segoe UI", Verdana;
font-weight:bold;
color:#666600;
}
.hometitle a, .hometitle a:visited
{
 color:#666600;
}
.hometitle a:hover, .hometitle a:active
 {
	 color:#666600;
          text-decoration:underline;
	}
 
{
font:1.8em "Segoe UI", Verdana;
font-weight:bold;
color:#333;
}

/* Navigation Bar*/
#navbar {
	margin:0px 4px 8px 4px;
	padding:0px 2px;
	text-transform:uppercase;
	background:#666600; 	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #666600;
	}

#page-bar li:hover {
	background: #999900;
	}
#page-bar li:hover a, #page-bar li:hover a:link, #page-bar li:hover a:visited {
color:#fff;
}
#page-bar li li:hover a:hover {
color:#fff;
}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 8px;
	font-weight:bold;
	color:#fff;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
         color:#fff;
	}

#searchform {
	width:212px;
	float:right;
	text-align:right;
	padding-top:8px; 
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #999900;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
         color:#fff;
	}
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666600;
	padding: 5px 10px 5px 18px;
         color:#fff;
	}


#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em "Segoe UI", Verdana;
	font-weight:bold; 	}

h2 {
	font:2.3em "Segoe UI", Verdana, Georgia, "Times New Roman";
	}

h3 {
	font:1.3em "Segoe UI", Verdana;
	margin-bottom:3px;
	color:#666600;
	font-weight:bold;
	}
h6 {
	font:2.0em "Segoe UI", Verdana;
	margin-bottom:3px;
	color:#f38923;
	font-weight:bold;
         border-bottom:1px solid #d76a05;
padding-bottom:3px;
	}

h4 {
	font:1.3em "Segoe UI", Verdana;
           text-transform:uppercase;
           font-weight:bold;
	}

h3.cat_title, h3.cat_title a {
	color:#666;
	 	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;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}
#headlineimage
{
width:590px;
	float:left;
	background:#fff;
	padding:10px;
	margin:0;
         height:334px;

}
#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	line-height:1.5em;
	margin:0;
         height:364px;
	}

#headline  div.title {
	font-weight:bold;
	font:1.8em "Segoe UI", Verdana;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#subscribeblock
{
	width:590px;
	background:#fff;
	float:left;
	padding:10px 10px 9px 10px;
         margin-top:10px;
         height:70px;
	}

#recentpostsside
{
 	background:#fff;
	padding:10px 0px 9px 0px;
         float:right;
         width:300px;


}
#recentpostsside .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#recentpostsside .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#recentpostsside .title {
	font-weight:normal;
         font-size:1.0em;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img,   #recentpostsside a img{
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}

  #related a img{
	border:1px solid #ccc;
         margin-left:0px;
         margin-bottom:0px;
	margin-top:5px;
	margin-right:2px;
	 	}

#featured a img{
	padding:4px;
}



#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #666600;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #666600;}
#cat-2, #cat-4 {border-top:8px solid #996600;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.1em;
	 	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#666;
	display:block;
	background:none;
         line-height:1.5em;
	}

.category a:hover {
	color:#666600;
	text-decoration:underline;
display:block;

	}
 
#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.00em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;	 
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

  #archive .title {
	font-weight:bold;
	font-size:1.5em;
	 	}
#front-list .title{
	font-weight:bold;
	font-size:1.1em;
	 	}

#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, #recentpostsside p{
	margin:0;
	}


/* Content Page*/
#contentfull
{
background:#fff;
padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
 

}
#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.01em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title, #contentfull h2.title {
	font:1.8em "Segoe UI", Verdana;
	font-weight:bold;
	 	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.00em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	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;
	}

 #front-list img, #archive img, #tools img {
	 	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	 	}
.post img, .post a img{
	 	border:none;
	margin:0px;
	padding:0px;
	 	}


.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}
#topictools
{
margin-top:0px;
         margin-bottom:4px;
	padding:4px 0px;
	text-transform:uppercase;
	font:1.0em "Segoe UI", Verdana;
	display:block;
         border-bottom:1px solid #ddd;

}
#topictools span {
	padding: 0px 10px 0px 0px;
	}
#topictools img {
	border:0px;
	margin:0px;         
	padding:0px;
         align:left;
	}


#stats {
	margin-top:0px;
         margin-bottom:4px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em "Segoe UI", Verdana;
	display:block;
         border-bottom:1px solid #ddd;
	}

#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;
	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:1.1em "Segoe UI", Verdana;
	font-weight:bold;
	background:#666600;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#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-middle  h3 {
	font:1.1em "Segoe UI", Verdana;
	font-weight:bold;
	background:#666600;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:3px 10px;
	}

#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 {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#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:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}


/* Form Elements */

select {
	border:1px solid #d76a05;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #d76a05;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:180px;
  	}
	
#searchsubmit {
 padding-left:5px;

	}
input
{
font-family:"Segoe UI", Verdana, Arial, Helvetica;
}


/* threaded comments style, edited to use default themes comments.php with arthemia */
/* Begin Comments*/
.alt {margin: 0;padding: 10px;}
.even, .alt {border-left:1px solid #DDDDDD;}
.children { padding: 0; }
.commentlist {padding: 0;text-align: justify;}
.commentlist li{background:#F2F2F2 none repeat scroll 0 0; border-bottom:1px solid #DCDBD7; color:#4D4D4D; font-weight:bold; line-height:1.25em; list-style-image:none; list-style-position:outside; list-style-type:none; margin:15px 0 10px; padding:5px 5px 10px 10px;}
.commentlist li ul li { margin-right: -5px;margin-left: 10px;font-size:1em;background: #F8F8F8;}
.commentlist li .avatar { float: right;width:45px;height:45px;border: 1px solid #eee;padding: 2px;background: #fff;}
.commentlist p {margin: 10px 5px 10px 0;font-weight:normal;line-height:1.5em;text-transform:none;}
.commentlist blockquote{background:#ededed}
.commentlist small{background:#e9e9e9}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;}
.commentlist li.comment-author-admin {background: #E2E4FF;}
.commentmetadata {margin: 0;display: block;font-weight:normal;}
#commentform {margin: 5px 10px 0 0;}
#commentform p {margin: 5px 0;}
#commentform input {width: 170px;padding: 2px;margin: 5px 5px 1px 0;}
#commentform small{background:#FFF; font-weight:bold; padding:0}
#commentform textarea {width: 100%;padding: 2px;}
#commentform #submit {margin: 0 0 5px auto;float: right;}
#respond:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.nocomments {text-align: center;margin: 0;padding: 0;}
/* End Comments */
/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#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:#408cd9;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* 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;
	}
#ressearchform
{
margin-top:10px;
}

#indexpage
{
margin-top:10px;
border-top:1px solid #999;
}
#indexpage h4 
{
border-bottom:1px solid #999;
margin-bottom:10px;

}
#indexpage h4 a, #indexpage h4 a:visited, #indexpage h2 a, #indexpage h2 a:visited

{
color:#f38923;
 
}
#indexpage p a, #indexpage p a:visited
{
color:#333;
text-decoration:underline;
}
#indexpage h2 
{
font-size:1.2em;
font-weight:bold;
margin:5px;
}

.evententry  {
	background-image: url(/blogevent/entrybg.jpg);
	background-repeat:no-repeat;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	float: left;
	height: 360px;
	width: 278px;
	font-family: "Segoe UI", Verdana,  Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
}
 .evententry .dishname   {
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Segoe UI", Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	font-variant: normal;
        height:45px;
overflow:hidden;        


}
 .evententry .entrydetails  a  {
	text-decoration: none;
	color: #009600;
}

 .evententry .entrydetails  a:hover  {
	text-decoration: underline;	 
}

.evententry .entrydetails img {
	padding-bottom: 0px;
	margin-bottom: auto;
	border: 1px solid #666666;
	float: none;
}


.evententry .entrydetails {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 340px;
}

.evententry .entrydetails .author {
	bottom: auto;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	font-size: 11px;
        font-weight:bold;

}
 
 
 .evententry .entrydetails .author a {
	color: #666666;
	text-decoration:none;
}

 .evententry .entrydetails .author a:visited {
	color: #666666;
	text-decoration:none;
}

.evententry .entrydetails .author a:hover      {
	text-decoration: underline;
	}
