/*  
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: #FFF url(images/TSW_fishscale_pattern.jpg);
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #320000;
	text-decoration:none
	}

a:hover, a:active {../../../../../../../Users/Matt/Downloads/hgg/style.css
	color: #DF6416;
	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: 25px 25px 0 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fefbeb;
	font:0.9em Georgia, Serif;
	line-height:1.7em;
	overflow:hidden;
	margin:25px 25px 25px 25px;
	}

select {
	width: 130px;
	}	



/* Structure */

#featured-image {float:left}
#head {
	width:940px;
	margin:0px auto;
	padding:0px;
	font-size:0.7em;
	overflow:visible;
	z-index:40;
	position:relative;
	}


#page {
	width:920px;
	margin:0px auto;
	overflow:hidden;
	padding:10px;
	background:#f2eecb url(images/diag_stripe.gif);
	font-size:0.7em;
	z-index:10;
	}
	
#page.clearfloat
{
	clear:both;
	z-index:10;
}
#pagewrap {background:#FFF;margin:0 auto;width:950px; z-index:5;}
.left, .alignleft {
	float:left;
	}
.oio #front-list {width:900px}
.right, .alignright {
	float:right;
	}

.post img.alignright, .post a img.alignright, #front-list img.alignright, #archive img.alignright {
	margin: 6px 10px 5px 10px;
	}
#middle {
	margin:-20px auto 0;
	padding:0px 10px 0px 10px;
	height:56px;
	background:#fff;
	width:920px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
    
.category {
	width:164px;
	float:left;
	height:56px;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

#middle .category span.cat_title {
	text-transform:lowercase;
	margin:0;
	font:bold 14px Arial;
	letter-spacing:-0.05em;
	}


/* Navigation Bar*/
#logo {margin:5px 0 5px -5px}
#navbar {background:#327e86 url(images/navbar.png);font-size:0.85em;line-height:1em;margin:0 auto; overflow:visible;padding:0px 20px 0px 0px;
text-transform:uppercase; z-index:40;}
ul#page-bar {float:left;list-style:none;margin:0; z-index:101}
ul#page-bar li {border-right:1px solid #FFF;cursor:pointer;float:left;list-style:none;text-align:center;width:115px}
ul#page-bar li:hover {background:#55d7e5}
ul#page-bar li a, ul#page-bar li a:visited {color:#FFF;display:block;font-weight:bold;margin:0px;padding:7px 25px}
ul#page-bar li a:hover {display:block;text-decoration:none}
ul#page-bar li {float:left;margin:0px;padding:0px; z-index:101;}
ul#page-bar li ul li {float:left;margin:0px;font-size:1.1em;overflow:hidden;padding:0px;text-transform:none;width:115px; z-index:101;}
ul#page-bar li ul li a, ul#page-bar li ul li a:link,ul#page-bar li ul li a:visited {background:#aaebf2;border-top:1px dotted #FFF;float:none;
margin:-1px 0 0;padding:8px 10px 8px 10px;width:95px}
ul#page-bar li ul li a:hover, #head li ul li a:active {background:#FFF;color:#aaebf2;float:none;padding:8px 10px 8px 10px;width:95px}
ul#page-bar li ul {left:-1000px;position:absolute;width:10em;width:115px;z-index:101;}
ul#page-bar li:hover ul {display:block;left:auto;z-index:101}
ul#page-bar li:hover ul, ul#page-bar li.sfhover ul {left:auto;z-index:101}
* html ul#page-bar li:hover ul, * html ul#page-bar li.sfhover ul {margin-left: -57px;}
*:first-child + html ul#page-bar li:hover ul, *:first-child + html ul#page-bar li.sfhover ul {margin-left: -57px;}
#head p {margin:0;padding:0}
#searchform {float:right;margin-right:10px;padding-top:2px;text-align:right;width:184px}
#search .searchbutton {background:#FFF;border:1px solid #333333;font-size:11px;padding:1px}

.stbutton {float:left;margin:4px 10px 0 0}

#polls-2 .Buttons {background:#603;border:1px solid #603;color:#FFF;font-weight:bold;}
#poll-title {position:relative;left:-10px}
.wp-polls {border:2px solid #300;background:#FEFBEB;margin-right:3px}
table a:link, table a:visited, table a {
	color: #DF6416;
	text-decoration:none
	}
table a:hover, table a:focus{
	text-decoration:underline
	}
/* Text*/

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

h2 {
	font:2.3em Arial, Sans-Serif;
	}

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

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#300;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}
	h3.cat_title a:hover {color: #DF6416;text-decoration:none}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

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

/* Index Page*/

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

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

#headline  div.title {
	font-weight:bold;
	font:bold 1.6em Arial;
	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;
	}

#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, #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:10px 0;
	}
.ad-between-posts {border-bottom:1px dotted #CCCCCC;margin:0px 0 10px;padding:10px 10px 15px}
.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}
#content .post {margin-right:10px}
.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.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}
#front-list {font-family:Georgia,serif; z-index:20}

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

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

	#oio-banner-10 {padding:30px 0 20px}
#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	width: 940px;
	z-index:20;
	}

#front-list {
	width:590px;
	background:#fff;
	min-height:1400px;
	padding:10px;
	font-size:1.05em;
	overflow:hidden;
	line-height:1.75em;
	float:left;
	position:relative;
	}
#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 10px 20px 0 20px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:bold 1.5em Arial;
	letter-spacing:-0.05em;
	}
	#front-list .title a:hover {text-decoration:none}
.featured-post {background:#FEFBEB;height:305px}
.featured-post h3.cat_title {padding: 0 0 0 10px}
#front-list .featured-post .title, #front-list .featured-post .title {font-size:26px;padding: 0 0 0 10px}
#front-list .featured-post .meta {padding: 0 0 0 10px}
#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:0 0 10px;
	padding:0px;
	}

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

.meta {
	font-size:1em;
	color:#333;
	font-weight:bold;
	}

.meta a {
	color:#333;
	}

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


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}
p a:link, p a:visited , .post ul li a {color:#DF6416}
#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}
#featured-image {margin:0 0 0 10px}
#content h2.title, #content h1.single {
	font:bold 1.8em arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	padding:5px 0px;
	}

.post {
	line-height:1.75em;
	}

/* .post p {
	margin-top:0px;
clear:both
	} */
	.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;
	}

.post img, .post a img, #front-list img, #archive img {
	/*border:1px solid #ccc;*/
	margin:6px 10px 10px 0;
	/*padding:2px; */
	}

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

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:bold 0.9em 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;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sub #footer {font-size:10px}
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	height:1%;
	overflow:hidden;
	}

#sidebar h3, .title h3, #sidebar-left h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#300;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}
#sidebar a {color:#505050}
#sidebar a:hover {color:#Df6416}
.sidebar-top, #sidebar-bottom, #sidebar-bottom2, #sidebar-bottom-2 {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	margin-bottom:5px;
	}
	#sidebar-bottom2 {overflow:hidden;clear:both}
	#sidebar-bottom-2 {clear:both}
.sidebar-top h3 {display:none}
#sidebar-bottom, #sidebar-middle {
	margin-top:5px;
	margin-bottom:5px;
	}
#sidebar .sidebar-top .featured-giveaway {
	padding:2px 13px 2px 13px;
}
#sidebar .sidebar-top .featured-giveaway h2 {
	font-size:14px;font-weight:bold;
}

#sidebar .sidebar-top .featured-giveaway h2 a {
	color:#330000
}

#sidebar-middle {
	width:320px;
	float:right;
	}
#sidebar-bottom h3, #sidebar-bottom2 h3 {display:none}
#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;
	overflow:hidden;
	display:block;
	padding:2px 0px 2px 13px;
	}
	#sidebar li li, #sidebar li li li, #sidebar li li li li {list-style:none}
#sidebar li.cat-item {font-size:14px;font-weight:bold}
#sidebar li.cat-item a {color:#330000}
#sidebar ul.children li.cat-item {font-size:12px;font-weight:normal;padding:0 0 0 10px}
#sidebar ul.children li.cat-item a {color:#505050}


.search label {color:#330001;font-size:14px;margin:0 0 3px}
.search input {margin:0 2px 0 5px}

#email {margin:0 0 4px 8px;padding:4px;width:220px}
#subscribe-button {float:right;margin:-46px 5px 0 5px}

ul.flexo-list li {list-style:none;padding:2px 0 2px 13px}
#sidebar li ul li:last-child{
	list-style:none;
	display:block;
	padding:2px 0px 0px 13px;
	}

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


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

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

#commentform textarea {
	overflow:auto;border:1px solid #CCC;
	width: 99%;
	margin-top:5px;
	}



/* Comments*/
#front-list ul.commentlist li {
	list-style:none;
	margin:0;
	}
.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	
	.commentlist cite span {font-size:11px}
.commentlist cite img.cpEmbedImageUserh {display:none}
.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:none;
	margin:3px 0 3px 0px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:455px;
	float:right
	}
	.alt .commenttext {background:#FFF}
		
.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:#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;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	}

#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:0;
	border-bottom:0;
	padding:5px;
	display:block;
	}


#footer {
	margin: 0 auto;
	width: 940px;
	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;
	}
	
	
#gallery {
	font-size:11px;
	color:#333;
	width: 925px;
	background:#fefbec;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #eee;
}

#gallery h3 {
    display:block;
	color:#300;
    padding-bottom:5px;
}
#gallery #video h3 {font-size:18px}
#front-popular {
	font-size:11px;
	color:#320000;
	width: 910px;
	background:#83b8a4;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	height:25em;
	border-right:1px solid #eee;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#320000;
	}
	
#recentpost h3, #mostcommented h3, #recent_comments h3 {
	color:#320000;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#aaebf2;
	color:#fff;
	}
	.search {margin:-15px 0 0}
	.subscribe-unsubscribe {float:left;margin:-10px 0 10px;width:100%}

/* Categories */
li.bottom {
	
}

li#moreless {
	color: #805042;
	float: none;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	padding: 0;
	margin: 0 auto;
	width: 150px;
}

li#brmoreless {
	color: #805042;
	float: none;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	padding: 0;
	margin: 0 auto;
}	

#div-br {
	height:90px;
	overflow:hidden
}
*:first-child+html #div-br {line-height:15px}
#moreless {list-style:none}
#moreless span.plus, li#brmoreless span.plus {
	color: #f7941d;
}

#moreless span.close, li#brmoreless span.close {
	display: none;
}
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 200px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
.more-less {list-style:none}
.more-less li {padding:0}

.social iframe, .social img, .social .st_sharethis, #tools iframe, #tools img, #tools .st_sharethis {float:left}
.social .st_sharethis, #tools .st_sharethis {margin:5px 10px 0 0}

/*Ad Sections*/
.sidebar-top #oio-banner-17, .sidebar-top #oio-banner-18, .sidebar-top #oio-banner-19 {margin-bottom:10px!important;margin-top:20px!important}

.sponsored-post {background:#FEFBEB}

/* Gift Guide */
#guide{
	width:585px;
	overflow:hidden;
}
#guide .column{
	width:259px;
	border:1px solid #303;
	float:left;
	height:400px;
	margin:4px;
	text-align:center;
	padding:10px 4px 0 10px;
}
#guide .column h2{
	font-size:12px;
}
#guide .column img{
	border:3px solid #903;
	margin:20px 0;
}
