/*  
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-size: 100%;
        font-family: Helvetica,sans-serif;
	background: #1b1b1b;
        color:#fff;
        background-image:url('images/bg1.jpg');
        background-repeat: no-repeat;
        background-attachment:fixed;
        background-position: 50% 0%;
	}

p {	
	margin: 15px 0px;
	}

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

a:hover, a:active {
	color: #33ccff;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#33ccff;
	}	

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

#banner {
        width:960px;
        height:360px;
        }


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}

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

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/

#navbar {
	margin:0 auto;
	margin-top:0px;
        margin-bottom: 10px;
	padding:0px 10px;
	text-transform:uppercase;
	background-image: url(images/bg-box-dk.png);
	background-repeat: repeat;
	background-attachment: scroll;
  	background-position: 0% 0%;
        border-style:solid;
        border-color:transparent;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#page-bar {
	width:auto;
        height: 38px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	text-align:center;
	font-color:#fff;	
	position:relative;
	border-right:1px solid #333;
	}

#page-bar li:hover {
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px 13px 16px;
        font-size: 12px;
	font-weight:bold;
        color: #fff;
	display:block;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
	}


#page-bar a:hover {
	text-decoration:none;
        color: #ff5500;
	display:block;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	}

#searchform {
	width:auto;
	float:right;
	text-align:left;
        margin:8px 0px 0px 10px;
	}

#s {
        border-style:solid;
        border-color:transparent;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:1px;
	font-size:1.0em;
	width:105px;
        margin:0px 0px 0px 0px;
	}

#navfb {
        position: absolute;
        top: 363px;
        color: #fff;
        left: 50%;
        margin-left: -05px;
        background-image:url('images/navfb.png');
        width: 45px;
        height: 24px;
        z-index: 10;
        }

#navilike {
        position: absolute;
        top: 363px;
        color: #fff;
        left: 50%;
        margin-left: 75px;
        background-image:url('images/navilike.png');
        width: 45px;
        height: 24px;
        z-index: 10;
        }

#navmyspace {
        position: absolute;
        top: 363px;
        color: #fff;
        left: 50%;
        margin-left: 160px;
        background-image:url('images/navmyspace.png');
        width: 45px;
        height: 24px;
        z-index: 10;
}

#navtwitter {
        position: absolute;
        top: 363px;
        color: #fff;
        left: 50%;
        margin-left: 260px;
        background-image:url('images/navtwitter.png');
        width: 45px;
        height: 24px;
        z-index: 10;
}

/* 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: #525252;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#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-size:3.0em;
        font-family: Helvetica,sans-serif;
	font-weight:bold;
	}

h2 {
	font-size:22.35px;
	font-family: Helvetica,sans-serif;
	}

h3 {
	font-size:1.3em;
        font-family: Helvetica,sans-serif;
	margin-bottom:3px;
	color:#33ccff;
	font-weight:bold;
	}

h4 {
	font-size:3.0em;
	font-family: Helvetica,sans-serif;
	}

h3.cat_title, h3.cat_title a {
	font-weight:normal;
	color:#fff;
	letter-spacing:-0.05em;
	font-size:15px;
        padding-bottom: 0px;
	}

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

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

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

/* Index Page*/

#logo, #logo a{
        visibility: hidden;
        margin-top:10px;
        margin-bottom: 20px;
	width:300px;
        height: 350px;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
	}

#tagline {
        visibility: hidden;
	margin-top:10px;
        margin-bottom:20px;
	font-size:0.85em;
	color:#fff;
        width: 480px;
	}

#top {
	padding:0;
	}

#headline {
	width:580px;
        height: 425px;
	float:left;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding:15px;
	font-size:12px;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	}

#headline  div.title a {
	font-family: Helvetica,sans-serif;
	font-weight:bold;
	font-size:22.35px;
	letter-spacing: -0.05em;
        line-height: 1.0em;
	display:block;
        padding-top:5px;
	padding-bottom:7px;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;
	}

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

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:290px;
        height: 425px;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	float:right;
	padding:15px;
	}

#featured .clearfloat {
	margin-top:3px;
	margin-bottom:11px;
	}

#featured .info {
	margin-top:1px;
	padding-top:2px;
	float:right;
	width:170px;
	}

#featured .title {
	font-family: Helvetica,sans-serif;
	font-weight:bold;
	}

#featured .meta {
	font-family: Helvetica,sans-serif;
	font-size:9px;
	color:#fff;
        padding-top: 5px;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
        width: 930px;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box-dk.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	float:left;
	padding: 15px 15px 15px 15px;
	margin-top:20px;
	margin-bottom:0px;
        margin-left: -10px;
	}

#middle img{
	padding:0px 0px 5px 0px;
}


.category {
	width:166px;
	float:left;
	border-top:8px solid #333;
        margin-top:5px;
	padding:5px 10px 10px 10px;
	background:transparent;
        border-style:solid;
        border-color:#111;
        border-width:0px;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {
	border-top:1px solid #ff5500;
}

#cat-2, #cat-4 {
	border-top:1px solid #33ccff;
}

.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 {
	font-family: Helvetica,sans-serif;
	color:#fff;
	}

.category a {
	color:#fff;
	font-family: Helvetica,sans-serif;
	display:block;
	background:none;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
	}

.category a:hover {
	font-family: Helvetica,sans-serif;
	color:#fff;
	background:none;
	text-decoration:none;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
	}

#cat-1:hover, #cat-3:hover, #cat-1:hover a, #cat-3:hover a {
	background:#ff5500;
 	color:#fff;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#cat-2:hover, #cat-4:hover, #cat-2:hover a, #cat-4:hover a {
	background:#33ccff;
        color:#fff;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#cat-5:hover, #cat-5:hover a  {
	background:#ff5500;
 	color:#fff;
	-moz-border-radius-bottomright: 20px;
	-khtml-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}


#bottom {
	width: 940px;
	}

#blogentries {
        width: 180px;
        position: relative;
        left: -367px;
	margin:0 auto;
	margin-top:70px;
        margin-bottom: 0px;
	padding:13px 10px 10px 10px;
	background-image: url(images/bg-box-dk.png);
	background-repeat: repeat;
	background-attachment: scroll;
  	background-position: 0% 0%;
        border-style:solid;
        border-color:transparent;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 15px !important;
	-khtml-border-bottom-right-radius: 15px !important;
	-webkit-border-bottom-right-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}

#blogmacaron {
        position: absolute;
        top: -25px;
        left: -25px;
        color: #fff;
        background-image:url('images/blog-macaron.png');
        width: 50px;
        height: 50px;
        z-index: 10;
}


#front-list {
	width:940px;
	background:none;
	padding: 0 0 0 0;
        margin-top: 20px;
	font-size:12px;
	line-height:1.4em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:12px;
	line-height:1.4em;
	}

#archive .meta {
	font-family: Helvetica,sans-serif;
	font-size:9.6px;
	color:#fff;
        padding-top: 5px;
        padding-bottom: 15px;
	}

#archive .meta a {
	font-family: Helvetica,sans-serif;
	font-size:9.6px;
	color:#ff5500;
        padding-top: 5px;
        padding-bottom: 15px;
	}

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

#front-list .title, #front-list .title a, #archive .title {
	font-family: Helvetica,sans-serif;
	font-weight:bold;
	font-size:22.35px;
	letter-spacing: -0.05em;
        line-height: 1.0em;
	display:block;
        padding-top:3px;
	padding-bottom:0px;
	display:block;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
	}

#front-list .clearfloat {
	padding:15px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

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

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

.author {
	font-family: Helvetica,sans-serif;
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-family: Helvetica,sans-serif;
	font-size:9.6px;
	color:#fff;
        padding-top: 5px;
	}

.meta a {
	font-family: Helvetica,sans-serif;
	color:#FF5500;
	}

#front-list .meta {
	font-family: Helvetica,sans-serif;
	font-size:9.6px;
	color:#fff;
        padding-top: 5px;
        padding-bottom: 15px;
	}

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


/* Content Page*/

#content {
	width:900px;
	background:#000;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding:20px;
	font-family: Helvetica,sans-serif;
	font-size:12px;
	line-height:1.4em;
	float:left;
	min-height:400px;
	}

#contentarchive .clearfloat {
	padding:20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

#content .breadcrumbs, #content .breadcrumbs a,#contentarchive .breadcrumbs, #contentarchive .breadcrumbs a {
	font-weight:normal;
	color:#fff;
	letter-spacing:-0.05em;
	font-size:15px;
        padding-bottom: 5px;
	}

#content h2.title, #contentarchive h2.title {
	font-family: Helvetica,sans-serif;
        color:#33ccff;
	font-weight:bold;
	font-size:22.35px;
	letter-spacing: -0.05em;
        line-height: 1.0em;
	display:block;
        padding-top:5px;
	padding-bottom:5px;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;
	}

.post {
	font-family: Helvetica,sans-serif;
	font-size:12px;
	line-height:1.4em;
	}

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

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

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

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:0px 0px;
        width: 200px;
	text-transform:none;
	font-family: Helvetica,sans-serif;
	font-size:0.8em;
        color: #ff5500;
	display:block;
	}

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

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

#stats span a {
	font-family: Helvetica,sans-serif;
	color:#fff;
	}

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

#tools {
        display:none;
	width:590px;
        height:25px;
	font-size:0.95em;
        visibility: hidden;
	}

#tools a:hover {
	background:none;
	}

.navigation {
        float: right;
        margin-top: 20px;
        margin-right: 0px;
	padding:10px 10px 10px 10px;
        height: 15px;
        width: auto;
        font-size: 10px;
	text-align:Center;
        border-width:0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomright: 10px !important;
	-khtml-border-bottom-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

.navigation  a{
        padding-right: 10px;
        color: #fff;
        text-transform:uppercase;
        }

.navigation  .left{
        padding-left: 5px;
        color: #fff;
        text-transform:uppercase;
        border-right-style:solid;
        border-right-width:1px;
        border-color:#333;      
        }

.navigation  .right{
        padding-left: 10px;
        color: #fff;
        text-transform:uppercase;
        }

#front-list .navigation {
        float: right;
        margin-top: 15px;
        margin-right: 0px;
	padding:10px 10px 10px 10px;
        height: 15px;
        width: auto;
        font-size: 10px;
	text-align:Center;
        border-width:0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomright: 10px !important;
	-khtml-border-bottom-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	background-color: transparent;
	background-image: url(images/bg-box-dk.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-boxx.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

#sidebar h3 {
	font-family: Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	background:#222;
	color:#fff;
	margin:20px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top {
	width:300px;
	float:right;
	padding:0px 10px 30px 10px;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

#sidebar-bottom{
	display:none;
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	display: none;
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

#sidebar-right {
	display: none;
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
        border-style:solid;
        border-color:#111;
        border-width:0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 30px !important;
	-khtml-border-bottom-right-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	background-color: transparent;
	background-image: url(images/bg-box.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:5px 0px 10px 13px;
	background:url(images/sub.png) no-repeat 0 2px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:5px 0px 10px 13px;
	background:url(images/sub.png) no-repeat 0 2px;
	}

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


/* Form Elements */

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

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

#commentform textarea {
	width: 99%;
	margin-top:5px;
        background:#000;
        border:1px solid #333;
        font: 100% Arial, Helvetica;
	color: #fff;
	}



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

#footer {
	visibility: hidden;
        display: none;
	margin: 0 auto;
        margin-top: 20px;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	}



#footer-black-block {
	display: none;
        position: absolute;
        left: 50%;
	width: 960px;
        margin-top:15px;
        margin-left: -480px;
        border-width:0px;
        padding: 0px 0px 0px 0px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: transparent;
	background-image: url(images/bg-box-dk.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-size:0.7em;
	}


#recentpost {
	width:280px;
	float:left;
	padding:10px;
        margin: 15px 0px 15px 15px;
	border:1px solid #333;
	font-size:0.9em;
	}

#mostcommented {
	width:280px;
	float:left;
	padding:10px;
        margin: 15px 12px 15px 12px;
	border:1px solid #333;
	font-size:0.9em;
	}

#recent_comments {
	width:280px;
	float:left;
	padding:10px;
        margin: 15px 0px 15px 0px;
	border:1px solid #333;
	font-size:0.9em;
	}

#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:#33ccff;
	color:#fff;
	}

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

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


/* disqus player properties*/
.dsq-options {
        display: none;
        }

.dsq-trackback-url {
        font-family: Helvetica,sans-serif;
	background: #000;
        color:#fff;
        }

.dsq-dc-logo {
        visibility: visible;
        }



/* intense debate  properties*/



#idc-container {
        display: none;
        margin-top: 1.5em;
        margin-right: 0pt;
        margin-bottom: 1.5em;
        margin-left: 0pt;
        max-width: 878px !important;
        padding: 10px;
        min-width: 180px;
        float: none;
        letter-spacing: normal;
        text-align: left;
        width: auto;
}

/* tweetmeme properties*/


/* ilike player properties*/

.ilike_content{
        width: 870px !important;
        padding: 0px 10px 10px 10px !important;
        }


/* socialbar properties*/

/* sexy bookmark properties*/

.sexy-bookmarks, .sexy-bookmarks a , .sexy-bookmarks img {
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
        }


/* podpress properties*/

#podPressPlayerSpace_1 {
        padding-bottom: 15px;
        }

#audioplayer1 {
        text-align:left;
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
        }

/* sitemap generator properties*/

.ddsg-wrapper h2 {
       margin-bottom: 10px;
       }

/* powerpress properties*/

.powerpress_player {
        outline-color: -moz-use-text-color;
	outline-style: none; 
	outline-width: medium; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-decoration: none;
        }

/* fblike button*/

.fblike-button {
       padding-top: 15px;
       padding-bottom: 15px;
       }

/* fblike button*/

.fblike-button {
       padding-top: 15px;
       padding-bottom: 15px;
       }


/* share mashable style sidebar*/

#share_buttons_wrapper {
       position: absolute;
       left:50%;
       margin-left: -560px;
       width: 50px!important;
       }

#share_buttons_single_page {
       position:absolute;
       border:0px solid #333;
       -moz-border-radius: 5px;
       -khtml-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
       padding: 10px;
       background-color: transparent;
       background-image: url(images/bg-box.png);
       background-repeat: repeat;
       background-attachment: scroll;
       background-position: 0% 0%;
       width: 50px !important;
       }

#share_buttons_single_page.fixed {
       position: fixed;
       left: 50%;
       margin-left: -560px;
       padding: 10px;
       top:20px;
       width: 50px !important;
       }

#share_buttons_single_page img {
       background: none;
       border: none;
       }

#share_buttons_single_page .wdt_button_tmm {
       float:left;
       clear:left;
       width: 50px !important;
       padding-bottom: 10px;
       }

#share_buttons_single_page .wdt_button_fbs {
       float:left;
       clear:left;
       overflow-x: hidden;
       overflow-y: hidden;
       width: 50px !important;
       padding-bottom: 10px;
       }


#share_buttons_single_page .wdt_button_ggb {
       float:left;
       clear:left;
       width: 50px !important;
       }

#share_buttons_single_page .wdt_button_stb {
       float:left;
       clear:left;
       width: 50px !important;
       }

#share_buttons_single_page .wdt_button_stb {
        padding-top: 3px;
        background-image: url('images/vertical-50.png') !important;
        background-repeat:  no-repeat;
        background-attachment: scroll;
        background-position:  0 9px;
        }

#share_buttons_single_page .wdt_button_stb img{
        width: 50px !important;
        height:  auto !important;
        }


#share_buttons_single_page .wdt_button_fbs .FBConnectButton {
	width:49px;
        // this is to make the width position the same as my tweetmeme plugin
}


#share_buttons_single_page .wdt_button_fbs .fb_share_count{
	background-color: #E8E8E8 !important;
	border:1px solid #D3D3D3;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#share_buttons_single_page .wdt_button_fbs .fb_share_count_inner {
	font-size:16px;
	background-color: transparent !important;
}

#share_buttons_single_page .wdt_button_fbs .FBConnectButton_Text {
	font-size:1.0em;
        font-weight:bold !important;
        font-family: Helvetica,sans-serif;
        text-indent:-6px;
}

#share_buttons_single_page .wdt_button_fbs .fb_share_count_nub_top {
        display: block;
        position: absolute;
        left: 7px;
        top: 35px;
        width: 6px;
        height: 7px;
        background-repeat: no-repeat;
        background-image: url('images/89zgzk50.png')!important;
        }

#tweetmeme_button .retweet {
        background-image: url('images/memewidget.png') !important;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0px -45px;
        }
