/*
Theme Name: Elite Circle
Theme URI: http://www.headsetoptions.org/
Description: Elite Circle is an elegant, sophisticated, 2 column "Widget" ready WordPress theme with a classical look by Headsetoptions and  MandarinMusing based on a design by Erwin Aligam. Ideal for corporate/business blogs. The CSS (stylesheet) and images are released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>, while the rest of the theme files are released under a GNU GPL License.
Version: 1.0
Author: Headsetoptions
Author URI: http://www.headsetoptions.org/
*/



a img{ border:none; }

/* top elements */
* { 
	padding: 0; margin: 0;
}


body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, Arial, Tahoma, sans-serif;
	color: #666666;
	text-align: center;
	background: #ffffff;
}

/* links */
a {
	color:#CB4721; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: normal 100% Arial, Helvetica, sans-serif;
	color:#BE0000;
}
h1 { 
	font-size: 150%; 
	
} 

h1.page-heading{
	display:none;
	margin:0;
	padding:0;
}



h2 { 
	font-size: 130%; 
	color:#888888; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px; 
}
h3 { 
font-size:120%; 
color:#C34E23; 
font-weight: normal; 
letter-spacing: 0px;
}

#main h1 { 
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #222; 	
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
	letter-spacing:-1px;
	background:url(images/bk_dotted.gif) bottom left repeat-x;
}
#main h1.inner-header{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #D80000;
	font-size: 16px;
	font-weight:bold;
	background:none;
	margin: 0 0 10px 0;
	padding:0;	
}
#sidebar h1 {
	font: normal 1.7em Verdana, Arial, Helvetica, sans-serif;
	/* color: #74743D; */ 	
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}
p{
	font-family:Tahoma;
	font-size:13px;
}
ul, ol {
	margin: 0px 25px;
	padding: 0 5px;	
}

ul li {
	font-family:tahoma;
	list-style-image: url(images/bullet.gif);
	font-size:13px;
}

li li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	list-style-image: none;
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 15px;  	
	background: #FCFCF9;
	border: 1px solid #EFEFEF;
	color: #6C6E3A;
}




/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: none; 
	background-color: inherit; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 5px 0 0 0;
	padding: 3px 6px; 
	color: #555555;
	background: #cccccc;
	border: none;
}



/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 850px;	
}

/* header */
#header {
	background: #FFF url(images/headerbg.jpg) repeat-x 0 0;
	height: 160px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: normal 40px/65px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #BE0000;
	padding: 0;
	margin: 0;
	background-image:url(images/hlaheader-DISABLE.jpg);
	background-repeat:no-repeat;
	background-position:30px 0px;
	height:95px;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0px; left: 0px;
}
#header-content #slogan {
	position: absolute;	
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 0px;
	/* color: #D4AA80; */
	color: #BBB;	 
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 30px;
}

/* header menu */

#header-content ul {
	position:relative;
	top:107px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0 0 0 40px;		
	text-transform: uppercase;
	z-index:0;
}
#header-content li {
	display: inline;
	z-index:0;
}
#header-content li a {
	/*float: left;*/
	/*display: block;*/
	display:inline;
	padding: 0px 18px 7px 18px;	
	color: #FFFFFF; 
	text-decoration: none;
}
#header-content li a:hover {
	color:#00FFFF;
	text-decoration: none;
}
#header-content0 li a#current  {	
	color: #FFF;	
}

#header #header-links {
	position: absolute;
	top: 0px; right: 0px;	
	color: #8E5F2F;
	font-size: 90%;
}
#header #header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #F3A251;
}

/*heading*/

.heading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;	
}
.main-heading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align:center;
	border-bottom:1px dotted #ccc;
}
.main-heading img{
	border:none !important;
	
}

.heading2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D80000;
}

/* clients main table */
.clients {

font-family:Tahoma;
font-size:12px;
line-height:1.4em;
color:#555;
}
.clients td{
	vertical-align:top;
}



/* client name cells */
td.namecolumn {
font-weight:bold;
width:130px;
padding-bottom:20px;
border-right:1px dotted #ccc;
vertical-align:top;
}

/* credits column */ 
td.creditscolumn {
padding-left:25px;
padding-bottom:20px;
width:390px;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;

	
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 5px auto 30px;	
	
}
table.outer-content{
	width:850px;
	text-align:center;
}
table.inner-content{
	width:850px;
	margin:15px 0 0 50px;
}
table.inner-content-client{
	width:850px;
	margin:15px 0 0 0;
}
table.inner-content td, table.inner-content-client td{
	vertical-align:top;
	font-size:13px;
	font-family:tahoma;
}
#home-content img{
	margin:0;
	padding:0;
	border:none;
}
#home-content{
	font-family:tahoma !important;
	font-size:13px;
	
}
#home-content p{
	text-align:left;
	margin-left:20px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin: 0 0 10px 0;
	padding: 0;	
	background-color:#FAFBF6;
}
#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}

#sidebar img {
	padding: 3px;
	border: 0px;
	margin: 3px;
	background-color: inherit;
}


/* main */
#main {
	margin: 0 19px 0 0; 
	padding: 0;		
	width: 590px;
	float: left;	
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}
#main form p {
	margin: 15px;
}

#main img {
	padding: 3px;
	border: 1px solid #999;
	margin: 3px;
	}



/* footer */
#footer {
	clear: both;
	margin: 0 auto; 
	padding: 0;
	font-size:90%;
	font-weight:normal;
	text-align: left;
	background-color:#FFFFFF;
	color: #444444;
	border-top:1px dotted #cccccc;
	width:850px;
}
#footer p {
	margin-left: 0;
	text-align: center;
}
#footer h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a{
	color: #C8935D;
	text-decoration: underline;
}
#footer-content a:hover {
	color: #C8935D;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange {
	color: #F3A251;
}

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('images/clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('images/comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('images/page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}






#flickr img {
	display: block;
	float: left;
	padding: 0px;
	position: relative;
	height: 55px;
	width: 55px;
	border-width:0;
	margin:2px;
	}

#commentform textarea 
        {
	width:350px;
	background-color: #ccc;
}



.novisible {
	visibility:hidden;
}

img.imagelogo {
	border:none;
	margin:0 0 0 50px;
	padding:0;
}

.subMenu1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: bold;
	color: #D80000;
	font-size: 14px;
	text-align:left;

}

.subMenu1-link{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	color: #FC0303;
	text-decoration: none;
}

/* links to dedicated mgmt client pages table cell */
#mgt-footer{
	clear:both;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	margin:0 0 15px 0;
}
#director-header{
	padding:10px 0;
	text-align:center;
	border-bottom:1px dotted #cccccc;
}
.newmgt{
	text-align:left;
}
.newmgt a:link, .newmgt a:visited {
font-size: 12px;
font-weight: normal;
color: #555555;
text-decoration: none;
}

.newmgt a:hover {
text-decoration: underline;
}

/* links at footer of new mgmt clients pages */
.newmgtsub {
font-size:10px;
padding: 6px 0 6px 0;
}

.newmgtsub a:link, .newmgtsub a:visited {
font-size: 10px;
font-weight: normal;
color: #555555;
text-decoration: none;
}

.newmgtsub a:hover {
text-decoration: underline;
}
/* management page */
.management {
width:850px;
font-family:Tahoma;
font-size:12px;
color:#555;
}

.management td {
padding:20px 12px 20px 12px;
vertical-align:top;
}

td.picturecolumn {
font-weight:bold;
width:100px;
padding-bottom:20px;
border-top:1px dashed #ccc;
}

td.detailscolumn {
width:520px;
padding-right:30px;
text-align:justify;
border-top:1px dashed #ccc;
}

td.biocolumn {
border-top:1px dashed #ccc;
}





