/*  
Theme Name: Arthemia Premium
Theme URI: http://colorlabsproject.com/
Description: Designed by <a href="http://michaelhutagalung.com">Michael Jubel Hutagalung</a> of <a href="http://colorlabsproject.com">Colorlabs Project</a>.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://colorlabsproject.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;	
        background: #666666;
	color: #505050;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#000000;
	}	

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: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

#corp{
background: url(‘http://1690wmlb.com/wp-content/uploads/2010/06/DJ_STAFF_0.png’) 0 0 no-repeat;
height:60px; width:178px;
}

#corp:hover{
background: url(‘http://1690wmlb.com/wp-content/uploads/2010/06/DJ_STAFF_1.png’) 0 0 no-repeat;
}

/* Structure */

#shadow{
width: 1042px;
background:transparent;
background-image: url();

background-repeat: repeat y;
margin-right: auto;
margin-left: auto;
} 


#head {
	width:920px;
   	margin:0px auto;
	margin-top:0px;
        padding:10px 5px 10px 5px;
	font-size:0.7em;
	background:#fff;
        border-left:10px solid #fff;
	border-right:10px solid #fff;
	}

#page {
	width:940px;
	margin:0px auto;
	margin-top:0px;
      	padding:0px 0px 0px 0px;
	font-size:0.7em;
	background:#666666;
	border-left:0px solid #666666;
	border-right:0px solid #666666;
	}

h3.subtitle {
  color: #777;
  font-size: 10pt;
  font-weight: normal;
  margin-bottom: 7px;
  line-height: 1.4em;
}


#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}
.topright {
	background:url()
        repeat-x top;
	margin: 0px -10px 0px -10px ! important;
	width:285px ! important;
	float:right;
	}
.topright p {
	margin: 0px 10px 0px 0px ! important;
	}

/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 5px 0px 5px;
        position: relative;
	background:#fff;
	width:930px;
       	font-size:16px Impact;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
        border-bottom:0px solid #fff
	}

#menubar {
	margin:0 auto;
	padding-bottom:5px;
        background:#fff;
        float:left;
	width:580px;
        }

#navbar2 {
	margin:0 auto;
	padding:0px 0px 0px 0px;
        background:#fff;
        float:right;
	width:310px;
        height: 250px;
        border: 4px solid #e6e6e6;
	font-size:10px;
		}
#navbar2 h3 {
        font:13px Arial;
        color:#000000
        margin-left:15px;
        padding-left:5px;
        font-weight:bold;
        }


#navbar2 h4 {
        font:12px Arial;
        color:#000000
        margin-left:15px;
        border-bottom:1px dotted #000000;
        padding-left:8px;
        }


#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #111111;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px;
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:10px;
	}

#sideschedule {
       width:340px;
       height:360px;
       float:right;
       border:1px solid #000000;
       }

#schedule {
       width:343px;
       }

#schedule h4 {
        font:12px Arial;
        color:#000000;
        border-bottom:1px dotted #000000;
        padding-left:3px;
        }

/* Dropdown Menus */		
#page-bar li {
	opacity: 0;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	opacity: 0;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
        opacity: 0;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	opacity: 0;
	background: #909090;
        color: #FFFFFF 
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	opacity: 0;
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font:24px Helvetica;
        font-weight:bold;
	letter-spacing:-0.04em;
	}


h2 {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: larger;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	}

h3 {
	font:12px Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h3 a {
	color:#006363;
	text-decoration:none;
	}

h4 {
	font:12px Arial;
	}

h5 {
        font: 13px Arial;
        margin-bottom: 3px;
        color: #303030;
        line-height:1.5em;
        text-align: justify;
        }

h5 a {
        font: 13px Arial;
        margin-bottom: 3px;
        color: #000;
        line-height:1.5em;
        text-align: center;
        }
h6 {
        font: 10px Arial;
        color: #303030;
        }

h3.cat_title, h3.cat_title a {
	background:#000000
        color:#FFFFFF;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:215px;
	height:90px;
	background:#fff;
        float:left;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 5px 0px 5px;
	background:#fff;
	width:930px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#headline {
	width: 578px;
	height:315px;
        border: 1px solid #000000;
        float:left;
	font-size:12px;
	line-height:1.5em;
	margin:0;
	background:#fff;
	color:#767676;
	overflow:hidden;
	}

#playlist {
	width: 340px;
        padding:0px 0px 0px 0px;
  	line-height:1.5em;
	background:#fff;
	color:#000000;
	overflow:hidden;
	}

#playlisttext {
	width: 295px;
	height:20px;
        float:right;
	padding:0px 0px 0px 0px;
    font-size:12px;
	line-height:1.5em;
	background:#fff;
	color:#000000;
	overflow:hidden;
	}

#playlist h1 {
	font:18px Arial;
	background:#000000;
        color:#fff;
        font-weight:bold;
        padding-left:5px;
        }

#tanbox h1 {
	font:18px Arial;
	background:#000000;
        color:#fff;
        font-weight:bold;
        }


#sidebar-top h1 {
	font:18px Arial;
	background:#000000;
        color:#fff;
        font-weight:bold;
        padding-left:5px;
        }

#follow h1 {
	font:18px Arial;
	background:#000000;
        color:#fff;
        font-weight:bold;
        padding-left:5px;
        }

#playlist h2 {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: larger;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
        }
#playlist h3 {
        font:16px Arial;
        color:#000000;
        margin-left:5px;
        padding-left:5px;
        font-weight:bold;
                }

#playlist h4 {
        font:14px Arial;
        color:#000000;
        border-bottom:1px solid #2896f4;
        margin-left:10px;
        margin-right:10px;
        padding-left:5px;
        padding-right:5px;
        }


#request {
	width: 295px;
	height:110px;
        border-top: 0px solid #000000;
        border-bottom: 0px solid #000000;
        float:right;
	padding:0px 0px 0px 0px;
    font-size:12px;
	line-height:1.5em;
	background:#fff;
	color:#000000;
	overflow:hidden;
	}

#today   {
        width: 295px;
	height:150px;
        float:right;
	padding:0px 0px 0px 0px;
        font-size:12px;
	line-height:1.5em;
	background:#fff;
	color:#000000;
	overflow:hidden;
	}

#today h2 {
	font:20px Impact;
	background:#000000;
        color:#fff;
        }

#connect {
	width:297px;
        height: 80px;
        border-top: 5px solid #333333;
        padding:5px;
	float:left;
        background:#fff;
	}

#bottom2 {
	width: 570px;
	float:left;
	padding:5px 5px 5px 5px;
    font-size:12px;
	line-height:1.5em;
	background:#FFFFFF;
        color:#999999;
	overflow:hidden;
	}

#headline a {
	color:#000000;
	}

#headline a:hover {
	color:#000000;
	text-decoration:none;
	}
#headline h1 {
	font:22px Arial;
	font-weight:bold;
	letter-spacing:-0.0em;
	}


#headline h5 {
        font: 14px Arial;
        margin-bottom: 3px;
        color: #FFFFFF;
        }


#nowplaying {
	width:468px;
	height:60px;
        float:right;
       	font-size:14px;
	line-height:1.5em;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        margin:0;
	background:#fff;
	color:#000000;
	overflow:hidden;
        }

#nowplayingfooter {
	width:468px;
	height:60px;
          	font-size:14px;
	line-height:1.5em;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:251px;
        margin:0;
	color:#000000;
	overflow:hidden;
        }

#weatherbar {
	width:168px;
	height:23px;
        float:right;
       	padding-top:2px;
	margin:0;
	background:#fff;
	color:#000000;
	overflow:hidden;
        }

#weatherbar2 {
	width:300px;
	height:23px;
        float:right;
       	padding-top:2px;
	margin:0;
	background:#fff;
	color:#000000;
	overflow:hidden;
        }

#nowplaying a {
	color:#000000;
	}

#nowplaying a:hover {
	color:#999;
	text-decoration:none;
	}

#nowplaying h3 {
        font-size:14px;
        font-weight:bold;
        padding-left:5px;
        }

#nowplaying h2 {
        font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: larger;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
        }

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:24px Arial Black;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:0px;
	padding-top:5px;
    margin-top:10px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#000000;
	font-size:10px;
	}

#headline p {
	padding-bottom:25px;
	}



#headline a img {
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial Black;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding-bottom:5px;
	background:#fff;
	width:940px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
     	}
    
.category {
	width: 115px;
        height: 60px;
   	float: left;
	border-top: 5px solid #333333 ! important;
        border-bottom: 4px solid #fff;
      	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	cursor: pointer;
}

.category h2 {
        font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: larger;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	}
    
.categoryb {
	width:180px;
	height:90px;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:#fff;
    cursor:pointer;
	}

.category:hover {
	background:#ccc;
	color:#000000;
        border-right: 4px solid #000000;
        border-left: 4px solid #000000;
        border-bottom: 4px solid #000000;
	text-decoration:none;
	}

.categoryb p {
	margin:0;
    font-size:11px;
	color:#fff;
	}

.categoryb b {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	color:#fff;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	color:#000000;
	text-decoration:none;
	}

#bottom {
	width: 930px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border:5px solid #000000;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:18px Arial Black;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:275px;
      	padding:0px 0px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
        border-right:1px solid #ececec;
     	}

#paged-list2 {
	width:570px;
      	padding:0px 5px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
        border-right:1px solid #ececec;
     	}

#paged-list .clearfloat {
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:5px 0px;
	margin:0;
        
	background:url(images/dots_content.gif) repeat-x bottom;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial Black;
	font-weight:bold;
	}

.tanbox span.title, .onecolumn span.title {
	font:14px Arial Black;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}
#flip-tabs{
	width:340px;
	margin:20px auto; position:relative;
}
#flip-navigation{
	margin:0 0 10px; padding:0; 
	list-style:none;
}
#flip-navigation li{ 
	display:inline; 
}
#flip-navigation li a{
	text-decoration:none; padding:10px; 
	margin-right:0px;
	background:#f9f9f9;
	color:#333; outline:none;
	font-family:Arial; font-size:12px; text-transform:uppercase;
}
#flip-navigation li a:hover{
	background:#999; 
	color:#f0f0f0;
}
#flip-navigation li.selected a{
	background:#999;
	color:#f0f0f0;
}
#flip-container{  
	width:340px;
	font-family:Arial; font-size:13px;
}
#flip-container div{ 
	background:#fff;
}
#flip-container div ul{
	background:#f9f9f9;
	border:1px solid #f0f0f0;
	margin:0; padding:15px 5px;
	list-style-position:inside;
}
#flip-container div ul li{
	padding:5px 0;
}
#flip-container div ul.orange{ background:#f9d999; }
#flip-container div ul.green{ background:#d9f9d9; }
#flip-container div ul.blue{ background:#c9d9f9 }

/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding-right:0px;
        padding-left:0px;
        padding-top:0px;
        padding-bottom:5px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	}
#cattitle {
	width:570px;
	background:#000;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	border:5px solid #000;
	}
#cattitle h2 {
	font: 20px Arial;
        letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000;
	}

.post {
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	font: 30px Helvetica;
        letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:0px;
	padding:0px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:11px;
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	


/* Sidebar*/
#sidebar {
	width:345px;
	float:right;
	margin:0px 0px 0px 0px;
        overflow:hidden;
        }

#sidebar-home {
	width:345px;
	float:right;
	margin:0px 0px 0px 0px;
        overflow:hidden;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
}

#sidebar-home {
    font-size:11px;
}

#sidebar h3 a {
	color:#fff;
	text-decoration:none;
	}

#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#0099cc;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	}

#sidebar-home h3 a {
	color:#fff;
	text-decoration:none;
	}

#sidebar-home h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top {
	width:345px;
	float:right;
	padding-top:0px;
        border: 1px solid #000000;
        background:#fff;
        font:12px Arial #000000;
	}

 #sidebar-bottom {
	width:345px;
	float:right;
	padding-top:0px;
        font:12px Arial #000000;
	}

#follow {
	width:345px;
	float:right;
	padding-top:0px;
        border: 1px solid #000000;
        background:#fff;
        padding-bottom:0px;
        }

#sidebar-space {
        width:345px;
        height:2px;
        float:right;
	background:#fff;
        }

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:300px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 0px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:345px;
	padding:0px 10px 0px 10px;
	float:right;
	background:#fff;
	border:2px solid #0099cc;
	border-left:2px solid #0099cc;
	}

#sidebar-right li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 13px;
	color:#333333;
	}

#sidebar-right li a:link, a:visited {
	color: #333333;
	text-decoration:none
	}


#sidebar-right h3 {
	font:0px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background: #000000 url('/wp-content/themes/arthemia-premium/arthemia-premium/images/events.jpg');
	color:#000000;
	margin:0px 0px 0px -10px;
	padding:0px 0px 0px 0px;
	width:316px;
	height:41px;
	}


#sidebar-bottom li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:0px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}s

#sidebar-ads {
	width:345px;
	float:right;
        margin-bottom:0px;
	padding:0px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}


/* Slider
/* ---------------------------------------------------- */
#slider_wrap {
	position:relative;
	width:914px;
	height:305px;
	margin:0 auto;
	padding:0px;
	background: url(images/SLIDER_BACKGROUND.png) top center no-repeat;
}
#slider {
	width: 610px;
	height:240px;
	border: 0px solid #ddd;
	float:right;
	margin-top:40px;
}
#slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#basic-accordian{
	width:560px;
	align:left;
	
}

.accordion_headings{
        width=350px;
	padding:5px;
	background:#fff ;
	color:#000000;
	border:1px solid #000000;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#fff;
        color:#000000
}

.accordion_child{
      	padding:0;
	background:#fff;
}

.header_highlight{
	background:#fFF;
}






/* Comments*/

#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar {  margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 350px;
height: 230px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #687C98;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 330px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}






/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;++
	}

.txtbox1 {  
     padding-right: 2%;
     width: 613px
     background: #000000
     display:block;
        }

div#column_01 {
	float: left;
        text-align: justify;
	clear: none;
	width: 45%;
        	}
div#column_wrap {
	float: right;
	clear: none;
	width: 50%;

	}
	div#column_02 {
		float: right;
                text-align: justify;
		clear: none;
		width: 95%;

		}
div#left-column {
	width: 333px;
	float: left;
	clear: none;
	}
div#right-column {
	width: 333px;
	float: right;
	clear: none;
	}

/* Footer*/

#gallery {
	font-size:11px;
	color:#fff;
	width: 940px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 15px 0px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 940px;
	background:#303030;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#recentpost, #mostcommented {
	width:300px;
	float:left;
	padding:5px 5px 5px 5px;
	border:1px solid #fff;
	}

#mostcommented {
	padding:5px 5px 5px 5px;
	}

#recent_comments {
	width:276px;
	float:left;
        padding:5px 5px 5px 5px;
	border:1px solid #fff;
   	}


#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#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:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 940px;
	font-size:10px;
	background:#CFCFCF;
	color:#333333;
	padding:0px 0px 0px 0px;
	border-left:5px solid #CFCFCF;
	border-right:5px solid #CFCFCF;
	}

#footer a:hover {
	color:#FFF;
	}


#footercolumns {
          background: #ffffff;
          padding:2em 0 0 10%+;
          width: 590px;
                     }
            
#footercolumns .block {
          float:left; 
          width:33%; 
          margin:0 0 0 1.5%
          background: #ffffff;
                     }
#footercolumns .first, * html 
#footercolumns .first{clear:both; margin:0}





/* Event Listing */
h2 {
font: 120% Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.eventlist {
font: 80% Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 0 10px; padding: 0;
list-style-type: none;
 }

.eventlist p {
margin: 0; padding: 0;
}

.eventlist dl {
margin: 0; padding: 0;
list-style-type: none;
}

.eventlist dt {
margin: 0; padding: 0 20px 0px 20px;
font-size: 90%; font-weight: bold;
background: url(http://www.stylegala.com/img/_bullets/0093_bullet.png)
no-repeat 0 50%;
}

.eventlist dd {
margin: 0 0 19px 0; padding: 0 20px 0px 20px;
}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

