/*  
Theme Name: CoML Secretariat
Theme URI: http://comlsecretariat.org/
Description: CoML Secretariat Theme
Author: Will Ramos
Version: 1.0

*/



/* 
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, x, 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; 
}
/* 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: collapse;  border-spacing: 0; }
caption { padding: 4px; border-spacing: 0;  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	height:100%;
  Margin: 0 0 0 0;
  height: 100%;
	font: 100% Arial, Helvetica;
	background: #000;
	color: #404040;
	background-image: url(images/coml-page-background-01.png);
	background-position : top;
	background-repeat : no-repeat;
	background-attachment: fixed;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #4A5B84;
	text-decoration:none
	}

a:hover, a:active {
	color: #9BA9C8;
	text-decoration:underline;
	}

td img {display: block;}

img {
	display: inline;
	}
	
a img {
	border:0;
	}

hr { 
color: #ccc;
background-color: #ccc;
height: 1px;
margin-top: 2px;
margin-bottom: 2px;
}
/* Captions */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        border: 1px solid #ddd;
        padding-left: 4px;
        text-align: left;
        background-color: #eee;
        padding-top: 4px;
        margin: 8px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
}

.wp-caption img {
        margin: 0;
        padding: 0px;
        border: 0 none;
        
}
.wp-caption p.wp-caption-text {
        font-size: 9px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions */

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 #404040;
	border-bottom: 1px solid #404040;
	background: #E6ECF9;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */


#head {
 
  width:960px;
	margin:0px auto;
	margin-top:0px;
/* 	padding:10px 5px 15px 5px; */
  padding:0px;
	font-size:0.7em;
	background: #0066A1;
/*	border-left:5px solid #fff;
	border-right:5px solid #fff; */
	}

#page {

	width:940px;
  margin:0px auto;
  margin-top: 0;
	padding: 0px;
	background:#fff;
	font-size:12px;
/*	border-left:5px solid #fff;
	border-right:5px solid #fff; */
	}

#page-full {
 
  padding-left: 10px;
  padding-right: 10px;  
  margin-top: 0px;
  border-top: solid 10px  #0066A1;
  background: #0066A1 url(images/page-full-filler.png) left repeat-y;
	overflow: hidden; 
	width:940px;
/*	margin:0px auto; */
	
/*	background:#adb8d2; */
  height:100%;
 	}
 	
#inner {
    margin:0;
    padding:0;
    background: #fff;
    
  /*  background:url(images/left_stripe.gif) left repeat-y; */
}

.left {
	float:left;
	}

.right {
	float:right;
	}




/* Header Bar*/


#translink-home{
  z-index: 0;
  min-height: 80px;/* set here min height  */
  height: auto !important;/* overwrite the height */
  height: 80px;/* this is also the min height for IE */
  width: 175px;
  float: left;
	}

#coml-headerbar {
  min-height: 100px;/* set here min height  */
  height: auto !important;/* overwrite the height */
  height: 100px;/* this is also the min height for IE */
  width: 960px;
	font-size: 0.90em;
	margin-top: 0px;
	padding:0px 0px;
	color:#ccc;
	background: #0066A1 url(images/headers/coml-header-01.png);
	}
	


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	background:#333333 url(images/navbar.png) no-repeat;
	width:930px;
	font-size: 9px;
/*	border-left:5px solid #fff;
	border-right:5px solid #fff; */
	}

#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: #5b5b5b;
	}

#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;
	} */

#searchform {
  z-index: 0;
	width: 150px;
	position: relative;
	top: -6px; 
  left: 805px;
	text-align: left;
	
	}
	
#loginlogout {
  z-index:999;
  text-align: center;
  margin-top: 3px;
  margin-right: 5px;
  font-weight:bold;
  color: #adb8d2;
  font-size: 1em;
	float: right;
	
	
}
#loginlogout a {
	color: #73B939;
	
	}

#loginlogout a:hover {
	color: #B7DE96;
	text-decoration:underline;
	}


/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	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;
	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 {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#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:28px Arial;
	font-weight:bold;

	}

h2 {
	font:22px Arial;
	font-weight:bold;
		
	}

h3 {
	font:16px Arial;
	margin-bottom:8px;
	color:#404040;
	font-weight:bold;
	
	}

h4 {
	font:12px Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	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:165px;
	height:90px;
	background:#fff;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
  height: 100%;
  border-top: 5px solid  #0066A1;
	margin-top: 0;
  margin:0 auto;
	padding: 0px;
	background: #0066A1;
	width:940px;
/*	border-left:5px solid #fff;
	border-right:5px solid #fff; */
	}
	

#headline {
  
	width: 920px;
      	float:left;
	padding: 10px;
        font-size:15px;
	line-height:1.5em;
	margin:0 0 0 0;
	background: #fff;
	color:#404040;
	overflow:hidden;
        border-bottom: 10px solid  #0066A1;
	}

#headline ul li {
  list-style:square;
	margin-left:30px;
	}

#headline cite {
color:#404040; font-weight:bold; font-size:9px; 
}

#headline a {
	color: #4A5B84;
	}

#headline a:hover {
	color: #9BA9C8;
 /*	text-decoration:underline; */
}	

#headline img {
 margin-left: 4px;
 border:2px solid #000;
}

#top div.label {
	font:16px Arial;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:26px Arial;
	font-weight:bold;
	line-height:0.95em;
	padding-bottom:5px;
	padding-top:5px;
        margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#404040;
	font-size:10px;
	}

#headline p {
	padding-bottom:25px;
	}

#featured {
  
  background: #0066A1;
  color: #fff;
  height: 350px;
	width:320px;
	float:right;
	padding:15px 5px 0px 10px;
	margin: 0px;
	font-size:12px;

}

#featured li {
    color: #fff;
    list-style:none;
    width: 320px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .arthemia-carousel {
  
  
    overflow:hidden;
  
}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	color: #fff;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
    color: #eee;
	}

#featured .title {
	font-weight:bold;
	color: #fff;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#fff;
	}

#featured a img {
	border:1px solid #000;
	margin-right:10px;
	}

#headline a img {
	border:2px solid #000000;
	margin-right:15px;
	}

#single_head {
  height: 100%;   
	width:175px;
	float:left;
/*	padding:15px 12px 20px 25px;  */
	margin:0;
	background:#ffffff;
	color:#404040;
	margin-bottom:10px;
	}

#single_head a img {
  
	border:3px solid #000;
	}

#single_desc {
  
  height: 100%;
	width:735px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em;
	background:#ffffff;
	}

#single_desc div.title {
	font:22px 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:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background: #0066A1;
	width: 940px;
	border-top: 10px solid  #0066A1;
	border-bottom: 10px solid  #0066A1;
	}
    
#cat-544 {
	border-right: 10px solid  #0066A1;
}

#cat-545 {
	border-right: 10px solid  #0066A1;
}

.category {
  text-align: center;
 	width: 296.5px;
	height: 65px;
	float: left;
	margin:0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #0066A1;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-weight: bold;
  font-size:12px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform: uppercase;
	padding: 2px;
	margin:0;
	color: #000;
	font-weight:bold;
	font-size:14px;
	
	}
	
.category span.middle_cat_title {
	text-transform: uppercase;
	padding: 2px;
	margin:0;
	color: #fff;
	font-weight:bold;
	font-size:18px;
	
	}


#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 {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 940px;
	}

#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;
	margin-top: 0px;
  border-bottom:2px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 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: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:570px;
	padding:0px 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-top: 0;

/*	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 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	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 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	font:11px Arial;
	color:#6d6d6d;
	}	

#navigation {
	padding:15px 10px;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {

  height: 100%;
	width:570px;
	background:#fff;
	padding:10px;
	margin-left:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	
	}
		
#content-full-page {

  margin-top: 10px;
  margin-bottom; 10px;
	width: 900px;
	padding: 10px;
	background:#fff;
	font-size: 1em;
	color: #404040;
	line-height:1.25em;
	float:left;
}

#newsletter-header {
  margin: 0px;
	width:610px;
	height:100px;
	float:left;
	z-index:99;
  position: absolute;
  background:#000;
  padding: 0px;
}


#newsletter-header div.title {
	margin-right: 10px;
	font-size:11px;
  text-transform:uppercase;
	color: #fff;
	
}
	
#newsletter-content {

  margin-top: 100px;
	width:590px;
	background:#EBEBEB;
	padding:10px;
	color: #000;
	font-size:12px;
	line-height:1.75em;
	float:left;	
}

#newsletter-content blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	background: #FFF3E1;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}


#newsletter-content h1 {
	font:22px Arial;
	color: #008576;

	font-weight:bold;
	padding: 5px;
}	

#newsletter-content h2 {
	font:16px Arial;
	color: #404040;

	font-weight:bold;
	padding: 5px;
}	

#newsletter-content h3 {
	font:14px Arial;
	color: #404040;
	
	font-weight:bold;
	padding: 5px;
}	
	
	
#newsletter-content a {
	text-decoration:none;
  color: #008576;
	}


#newsletter-content a:hover {
	color: #008576;
	text-decoration:underline;
}	
#newsletter-content table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0px; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; 
}


#policy-nav-table {
  background: #0066A1;
	width:570px;
	margin: 0px auto 0px 0px;
  color:#D6D6D6;
 	display:inline;
}


#policy-nav-table a {
	color:#D6D6D6;
	background:none;
	text-decoration:none;
	}

#policy-nav-table td {
	padding: 4px;
		}
#policy-nav-table a:hover {
	background:none;
	color:#63BCE1;
	text-decoration:underline;
	}


#policy-nav table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 6px; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; 

}

#policy-nav h3 {
  font-size:16px;
  padding-left: 4px;
  font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	font-weight: normal;
	font-style: normal;
	
	}

#policy-nav img {
	display: inline;
	margin: 0;
  padding: 0;
  border: 0 none;
	}
	


#policy-splash-main {
  background: #0066A1;
	width:610px;
	margin: 0px;
  float:left;
  padding: 0px;
}


#policy-splash-page-top-background {
	margin-left:0px;
	margin-top:0px;
	width:610px;
	height:202px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/policy-splash-page-top-background.jpg);
	overflow:hidden;

}
#policy-splash-main table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0px; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; 
}

#policy-content {

 	width:590px;
	background:#fff;
	padding:10px;
	color: #000;
	font-size:12px;
	line-height:1.75em;
	float:left;	
}

#policy-latest-news {
  font-size:12px;
	line-height:2em;
  padding: 20px;
	margin-left:0px;
	
	width:610px;

	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/policy-splash-page_r7_c1.jpg);
	overflow:hidden;

}

#policy-latest-news ul li {
  list-style:square;
	margin-left:30px;
  
}


.post {
	line-height:1.75em;
	}
.post table td { padding: 4px; border-spacing: 0;  }

.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 {
	
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	padding:5px 0px;
	color:#000000;
	}
	
#content h2.page-title {
	
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom: 15px;
	padding:5px 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 {
	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;
	border-bottm:1px solid #ccc;
	padding:8px;
	background: #F4F4F4;
	font:10.5px Arial;
	display:block;
	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 {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/


#sidebar {
 	
  font-size:11px;
  padding-top: 10px;
  height: 100%;
	width: 320px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	float:right;
	border-left: 10px solid  #0066A1;
}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	margin-bottom: 4px; 	
	overflow:hidden;
}

.sidebar-nav { 
  
	padding:0px 12px 12px 12px;
	background:#fff;
	margin-bottom: 4px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {s
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
   		letter-spacing: .08em;
	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;
		letter-spacing: .08em;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}


#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
		letter-spacing: .08em;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;

	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;

	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;

	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	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;
	}



/* 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.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: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; }

/* Footer*/

#gallery {
	border-top:10px solid #404040;
	border-left:10px solid #404040;
	border-right:10px solid #404040;
  font-size:11px;
	width: 925px;
	background: #fff;
  color: #404040;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
/*	border-left:5px solid #fff;
	border-right:5px solid #fff;  */
	}

#gallery #random {
    float:right;
     width:613px;
    z-index:999; 
}

#gallery #random img {
    padding:2px;
    border:1px solid #404040;
    margin-right:16px;
    margin-bottom:15px; 
    background:#000;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #000;
    
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
    font:16px Arial;
   	margin-bottom:4px;
	  color:#3D4A6B;
	  	letter-spacing: .08em;
	  font-weight:bold;
    
}

#front-popular {
	font-size:11px;
	color:#fff;
	width: 930px;
	background: #0066A1;
	margin: 0 auto;
	padding:15px;
/*	border-left:5px solid #fff;
	border-right:5px solid #fff; */
	}

#recentpost, #mostcommented {
	width:272px;
	float:left;
	padding:0px 5px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:10px;
	}

#recent_comments {
	width:350px;
	float: left;
	margin-left: 12px;
	}

#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;
	}


.akpc_report ul ol {
	margin-top:5px;
	}
	
.akpc_report ul ol li a:hover {
	background:#000000;
	color:#fff;
	}
	
#footer {
 
  margin: 0px auto;
	width: 960px;
	font-size: 10px;
	color: #52627A !important;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:10px;
	background: #000;
	}

#footer a {
	color:#adb8d2;
	background:none;
	}

#footer a:hover {
	background:none;
	color:#fff;
	text-decoration:underline;
	}

/* 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;
	}
	

.

#wp-email-popup {
background: #fff;
}

.postauthor {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 10px;
    margin: 10px 0;
    }

.postauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    }

.postauthor img {
    float: left;
    margin: 0 15px 8px 0;
    border: 1px solid #404040;
    }
    
	/**** CMS Menus ****/

#menu-wrap {width:100%; height:22px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html #menu-wrap {width:100%; w\idth:100%}
/* remove all the bullets, borders and padding from the default list styling */
#menu-wrap ul {padding:0;margin:0;list-style-type:none;}
#menu-wrap li, #menu-wrap a, #menu-wrap div {padding:0;margin:0;}
#menu-wrap ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu-wrap ul li {float:left;position:relative;}
#menu-wrap ul ul li {width:100%}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    display:block;
    line-height:22px;
    padding-left:10px; 
    padding-right: 20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu-wrap a, * html #menu-wrap a:visited {width:10px; w\idth:10px;padding-right:20px;white-space:nowrap}

/* style the second level background */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    border: 0px;
}

#menu-wrap li.section{
    line-height:22px;
    padding-left:10px; 
    padding-right: 11px;    
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu-wrap ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:149px;}
/* another hack for IE5.5 */
* html #menu-wrap ul ul {top:22px;t\op:22px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu-wrap table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    height:auto; line-height:15px; padding:5px 10px; width:150px;
}
/* yet another hack for IE5.5 */
* html #menu-wrap ul ul a, * html #menu-wrap ul ul a:visited {width:150px;w\idth:128px;}
                                  
/* make the second level visible when hover on first level list OR link */
#menu-wrap ul li:hover ul,
#menu-wrap ul a:hover ul{visibility:visible; }


#menu-wrap, #menu-wrap ul { 
  background-image: url(images/buttonfade.png);
	background-color: #0066A1;
	color: 	#B7DE96;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
  
	color: #73B939;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-weight: normal;
	font-style: normal;
	padding:  0px  20px  0px  10px;
	line-height:  22px;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
 
	background-color: #0066A1;
	color: #73B939;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-weight: normal;
	font-style: normal;
}

#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
  background-image: url(images/buttonfade.png);
	background-color: #0066A1;
	color: 	#B7DE96;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-weight: bold;
	font-style: normal;
}


#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 

  background-color: #0066A1; !important;
	color: #73B939;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap li div.selected { 

  background-color: #0066A1; !important;
	color: 	#B7DE96;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-weight: bold;
	font-style: normal;
  padding:  5px  10px  5px  10px;
	line-height:  15px;
	width:150px;
}


#menu-wrap ul ul li a.selected, #menu-wrap li ul li.current-cat a{    
 background-color: #0066A1; !important;
	color: 	#B7DE96;
	font-weight: bold;
}



#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
	background-color: #0066A1; !important;
	color: #73B939; !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:  9px !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding:  5px  10px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a:hover { 
	background-color: #0066A1 !important;
	color: 	#B7DE96; !important;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size:  9px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#menu-wrap li.section { 
	background-color: #0066A1;
	color: #73B939;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap { 
	height:  22px;
}

#menu-wrap ul ul { 
	top:  22px;
}
.cms-nav-clearit {
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}
.cms-nav-sub-section{    
    font-weight:bold;
    font-size: 110%;
    list-style-type: none;
}
ul li.cms-nav-sub-section:before{
    content: '' !important;
}

.cms-nav-sidebar ul, .cms-nav-sidebar li, .cms-nav-sidebar a{
    padding:0;
    margin:0;    
}
.cms-nav-sidebar{
    list-style: none;
    padding:0;
    margin:0;
}


.cms-nav-sidebar li{
    position: relative;
    margin:4px 8px 2px 8px;
}
.cms-nav-sidebar li.selected_page_side{
     font-weight:bold;     
}
#translate_post {
  color: #fff;
  display:none;
  padding:5px;
  position:absolute;
  width:200px;
  z-index:10;
  margin-top:4px;
  background-color: #404040;
}

#translate_btn span {
  cursor:pointer;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	letter-spacing: .08em;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 60px;
  padding: 0px 10px;
	width: auto;
	background: #008576;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #008576;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin-left: 60px;
	padding: 5px 10px;
	background: #008576;
	border-bottom: 1px solid #404040;
  border-left: 1px solid #404040;
}
	#sddm div a
	{	position: relative;
		display: block;
		margin: 0px;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #008576;
		color: #ccc;
		font: 11px arial}

	#sddm div a:hover
	{	background: #008576;
		color: #FFF}
		
		
		
#sddm-yir
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm-yir li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	letter-spacing: .08em;
	font: bold 11px arial}

#sddm-yir li a
{	display: block;
	margin: 0 1px 0 60px;
  padding: 0px 10px;
	width: auto;
	background: #00948A;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm-yir li a:hover
{	background: #00948A;}

#sddm-yir div
{	position: absolute;
	visibility: hidden;
	margin-left: 60px;
	padding: 5px 10px;
	background: #00948A;
	border-bottom: 1px solid #404040;
  border-left: 1px solid #404040;
}
	#sddm-yir div a
	{	position: relative;
		display: block;
		margin: 0px;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #00948A;
		color: #ccc;
		font: 11px arial}

	#sddm-yir div a:hover
	{	background: #00948A;
		color: #FFF}
		
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	background: #008576;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size:11.5px;
}

.pagebar a,.pageList .this-page {
  text-decoration: none;
	border: 1px solid #404040;
	color: #000;
	background: #fff;
	padding: 0.2em 0.5em;

}

.pagebar a:visited {
	border: 1px solid #404040;
	padding: 0.2em 0.5em;
	text-decoration: none;
	color: #000;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	color: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #000;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #002F5F;
	text-decoration: none;
	color: #fff;
}

.pagebar a:hover {
	border-color: #fff;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #000;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

#random-image {
    padding:4px;
    float: right;
   
}
