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


Category Colour-coding:

Category 1: a60800
Category 2: 015c65
Category 3: a67000
Category 4: ffad00
Category 5: 35c0cd


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

body {
	font:100% Arial, Helvetica;
	color:#584b45;
/*    background:#fff url(images/bg_pattern.gif);*/
    background:#fff;
	}

p {	
	margin:15px 0;
	}

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

a:hover, a:active {
	color:#017783;
	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:#ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0;
	}

select {
	width:130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}


/* Structure */

#head {
	width:930px;
	margin:8px auto 2px;
	padding:10px 5px 15px 5px;
	font-size:0.7em;
    background:#cdeef3 url(images/building-bg.gif) no-repeat 10px bottom;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
.header-ad{
    margin:15px 5px;
}
.header-ad img{
/*    margin:15px 0 0 0;*/
}

#page {
	width:920px;
	margin:0 auto;
	padding:10px;
	background:#eeeeee url(images/diag_stripe.gif);
	font-size:12px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/

#navbar {
	margin:0 auto;
	padding:0 10px 0 10px;
	text-transform:uppercase;
	background-color:#89c2c4;
	width:920px;
	font-size:10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page-bar {
	padding:0;
	}

#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:#5b5b5b;
	}

#page-bar a, #page-bar a:visited {
	margin:0;
	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:200px;
	float:right;
	text-align:right;
	padding-top:2px;
	margin-right:10px;
}
#searchform input{
    display:inline;
    vertical-align:middle;
}
#search .searchbutton {
    display:inline;
    width:50px;
    padding:0;
    border:none;
	background:none;
    cursor:pointer;
    vertical-align:middle;
}


/* Dropdown Menus */		

#page-bar li {
	z-index:9999;
	float:left;
	margin:0;
	padding:0;
	}
	
#page-bar li li {
	z-index:9999;
	float:left;
	margin:0;
	padding:0;
	width:132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	z-index:9999;
	width:122px;
	float:none;
	margin:0;
	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 {
	z-index:9999;
	background:#909090;
	padding:4px 10px 4px 10px;
	}

#page-bar li ul {
	z-index:9999;
	position:absolute;
	width:10em;
	left:-999em;
	}

#page-bar li:hover ul {
	z-index:9999;
	left:auto;
	display:block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	z-index:9999;
	left:auto;
	}



/* Text*/

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

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:12px Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:12px Arial;
	margin-bottom:3px;
	font-weight:bold;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

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

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

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


/* Index Page*/

#logo {
	height:90px;
}
#logo img{
    margin:25px 0 0 10px;
}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0 10px 0 0;
	background:#d3e2e2;
	width:930px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#headline {
	width:560px;
	float:left;
	padding:0 12px 25px 25px;
    font-size:12px;
	line-height:1.5em;
	margin:0;
	background:#fff;
	overflow:hidden;
	}
.headline_text{
    float:right;
    width:325px;
}
#headline img{
    float:left;
}
#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:10px;
	padding-top:15px;
	}

#headline div.title a{
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:1em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0;
    color:#89c2c3;
	}
#headline div.meta {
	display:block;
	padding:4px 0 4px 0;
	font-size:10px;
	}

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

#featured {
	width:320px;
	float:right;
	padding:0 0 0 10px;
	font-size:12px;
}
#featured li {
    list-style:none;
    width:320px;
    height:79px;
    margin-bottom:0;
    padding-bottom:0;
}
#featured .arthemia-carousel {
    overflow:hidden;
    width:320px;
}
#featured .info {
    margin-top:0;
	padding-top:10px;
	font-size:11px;
	}
#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
    }
#featured a {
	color:#000000;
	}
#featured a:hover {
	color:#808080;
	}
#featured a img {
	}
#featured .thumb{
    float:left;
    width:100px;
    height:65px;
	margin-top:5px;
	margin-right:10px;
}
#featured .thumb a{
    display:block;
    width:100px;
    height:65px;
	border:2px solid #fff;
	background-color:#fff;
}
#headline a img {
	border:3px solid #fff;
	margin-top:5px;
	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:0 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}
#single_desc div.title {
	font:25px Arial;
	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:0;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0 10px;
	background:#fff;
	width:920px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.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 0;
	}

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

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

#bottom {
	width:920px;
	}

#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-top:1px solid #ececec;
    }

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

#front-list .title {
	font:18px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0;
	margin-bottom:0;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}
.meta img{
    vertical-align:middle;
}

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


#paged-list {
	width:570px;
	padding:0 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0;
	margin:0;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	color:#413732;
	}

.tanbox p, .onecolumn p {
	margin:5px 0;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	}

.post {
	line-height:1.75em;
	}

.post p {
	margin-top:0;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0;
	padding:5px 0;
	color:#413732;
	}

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

.entry a {
	text-decoration:underline;
	}

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

#stats {
	margin-bottom:15px;
	padding:8px 0;
	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;
}

.alignright {
	float:right;
	padding:4px;
	margin:0 0 2px 7px !important;
	display:inline;
}

.alignleft {
	float:left;
	padding:4px;
	margin:0 7px 2px 0 !important;
	display:inline;
}

.wp-caption-text{
    visibility:hidden;
    font-size:11px;
    color:#818181;
}
.wp-caption-text.visible{
    visibility:visible;
}
.callout{
    margin:10px;
    padding:4px;
    background-color:#FFFFC4;
}
#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0;
}
#bio p {
    margin:0;
    padding:0;
}


#sidebar .avatar,
#bio .avatar,
#bio .photo, 
#sidebar .photo {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	float:left;
	padding:2px;
	height:80px;
}
.avatar {
	width:80px;
	height:80px;
	}	

.related_posts{
    clear:both;
    margin-top:10px;
}
.related_posts ul{
    margin:6px 0 12px 0;
    padding:0;
}
.related_posts li{
    margin:0;
    padding:0;
}
	


.pagination{
	clear:both;
}
.pagination span{
	margin:0 5px;
}

	
/* ARCHIVE PAGE */
	
.archive li{
    margin:10px 0 0 20px;
}
.archive .title{
    font-size:16px;
    font-weight:bold;
}   
.archive .title a{
    color:#413732;
}
.archive .meta{
    
}   
.archive h3{
    margin:15px 0 0 0;
}
	
	
/* AUTHOR PROFILE WIDGET */

h4#author_name{
    padding:0 0 4px 0;
}
#author_profile{
    padding:6px 0;
}


/* Sidebar*/

#sidebar {
	width:320px;
	float:right;
	margin:0;
	overflow:hidden;
	}

.spoiler { 	
	padding:0 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0 0 8px 0; 	
	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:12px;
    line-height:130%;
}
#sidebar ins,
iframe#google_ads_iframe_Sidebar_Image {
    margin-top:5px !important;
    margin-bottom:5px !important;
}
#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#303030;
	color:#fff;
    margin:10px 0 5px 0;
	padding:3px 10px;
	}

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

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

#sidebar-left {
	width:135px;
	padding:0 10px 10px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0 10px 10px 10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}


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

#sidebar li ul li {
	border-bottom:0;
	}

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


.ad_block_125{
	position:relative;
	background-color:#d8e1e0;
	padding:10px 0;
	margin:0 0 8px 0;
}
.ad_block_125 table{
	width:280px;
	margin:0 auto;
}
.ad_block_125 td{
	text-align:center;
	padding:0 8px;
}
.ad_block_125 img{
	margin-top:6px;
	margin-bottom:6px;
}



#sidebar h3 img { margin-top:1px; }
.rss_link img{
    vertical-align:middle;
}

.fanbox{
/*    margin:0 0 -16px -10px;*/
    margin:0 0 0 -10px;
}

input#email_subscription{
    font-size:14px;
    padding:2px;
    width:200px;
}

p.term-cloud{
    line-height:150%;
}

.akpc_report li span{
    display:none;
}



/* 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:2px 3px 1px 3px;
	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;
	}


#commentform input {
	width:140px;
	margin:5px 5px 0 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;
	}



/* 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 0 20px 0; 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 { border:1px solid #ccc; margin:0 0 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:0; }
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 0; 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:0; 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; }


/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width:925px;
	background:#dedede;
	margin:0 auto;
	padding:15px 0 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 #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width:910px;
	background:#789b9b;
	margin:0 auto;
	padding:15px;
	border-top:1px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

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

#mostcommented {
	margin-left:20px;
	}

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

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul,
#recentpost ol, #mostcommented ol, #recent_comments ol {
	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,
#recentpost ol li a, #mostcommented ol li a, #recent_comments ol 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,
#recentpost ol li a:hover, #mostcommented ol li a:hover, #recent_comments ol li a:hover {
	background:#537474;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child,
#recentpost ol li:first-child, #mostcommented ol li:first-child, #recent_comments ol li:first-child {
	background:none;
	}


#footer {
	margin:0 auto 30px auto;
	width:920px;
	font-size:10px;
	background:#dbe8e8;
	color:#333333;
	padding:16px 10px;
	border-top:1px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	border-left:5px solid #fff;
	}

#footer a:hover {
	color:#808080;
	}

/* 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;
	}
	
	
	
	
/* CHECKLISTS */
.table_form td{
	text-align:left;
	vertical-align:top;
}
.table_form {
	border: 1px solid #666666;
	width:100%;
	margin-bottom:8px;
}
.table_form tbody tr td{
	padding: 8px 5px;
	border: 1px solid #D9D9D9;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
}
.table_form tbody tr td ul{
	margin-left:0;
	padding-left:0;
	list-style:square inside;
}
#zebra {
	border: 1px solid #666666;
	margin-bottom:10px;
}
#zebra tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}
#zebra tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

