/*-----------------------------------------------------------------------------
Theme Name: ICI-custom V2
Theme URI: http://tcwebsite.com
Description: A Customized WP theme
Version: 0.3
Author: Michael Bishop
Author URI: http://bloggingmeta.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/

#formstyle #gform_1 {
  margin-left: -18px;
}

#gform_1 {
  width: 200px;
  margin-left: 30px;
}


#gform_confirmation_message_1 { width: 200px; margin-left: 30px; color: #58585A; }

#gform_submit_button_1 { margin-left: 40px; }

/* Remove padding and margin */
* {
  margin: 0;	padding: 0;
}
/* Prevents page jumping */
html { min-height:100%; margin-bottom:1px; }

td {vertical-align: top;}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

img.alignright {float: right;
margin-left: 10px;}

img.alignleft {float: left; margin-right: 10px;}
/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
margin: 42px 0 0 0;
padding: 0;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
/*font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;*/
font-size: 11pt;
  background: #FFF;
  color: #312D2E;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

blockquote {
	margin: 15px;
	padding:0 6px;
	border: 7px double  #D7DC76 ;
	border-width: 0 5px;
}

.quote {
	border: none;
	background: url(images/blockquote.png) no-repeat;
	padding-left: 40px;
	min-height: 25px;
	font-style: italic;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
		/*font-size: 2em;*/


}

h1 {
	margin: 0;
	display: none;
}

h2 {
	/*margin: 0;*/
	/*	font-size: 2em; */
/*	font-family: Georgia, "Times New Roman", Times, serif;
color: #9E052A;*/
}



/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color: #9E052A;
	text-decoration: underline;
}

a:visited {
	color: #7F7F7F; /*#333;#9E052A;*/
	text-decoration: underline
}

a:hover {

}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 896px;	
	margin: 0 auto;
	border: 1px none #336600;
		background-image: url(images/wrapperBG.gif);
	background-repeat: repeat-y;
}

#masthead {
	/*width: 860px;
	margin: 10px 0 0 15px ;*/
	height: 35px;
}

#masthead_img {
	/*background: url(images/800banner3.jpg) no-repeat;
	width: 800px;
	height: 75px;
	margin: 0 auto;*/
}


ul#topnav {
	text-align: right;
	margin: 0 25px 0px 0;
	padding: 0;
	font-size: 11pt; /*0.8em; 1.2em;*/
	color: #d7dc76;
}

ul#topnav li {
	display: inline;
	padding: 5px;
}

#navcontainer {
		background-color:#B4B66C; /*#ABAE53;*/
					border-bottom: 6px none #cacaca;
					height: 42px;
		display: block;
}



#navcontainer li {
    display: block;
    float: left;
    position: relative;
}
  
#navcontainer li a {
  display: block;
}


ul#nav  {
	float: left;
	list-style-type: disc !important;
	/*list-style: none;*/
	width: 830px;	
        margin-left: 20px;
	color: #fff;	
	padding-top: 0;
	margin-top: 0;
	
	/*padding: 0;	margin: 0 0 0 0;*/
	height: 45px;
	display: inline;

	/*text-transform: uppercase;*/
}
ul#nav li {
	display: inline;
	margin: 0; padding: 0;
        position: relative;

}
ul#nav li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 25px 0 10px;	
	/*border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;*/
	color: #9E052A; /*#fff;*/
	/*font: bold 1.4em/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;*/
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	line-height: 42px;

	/*text-transform: uppercase;*/
	text-decoration: none;	
	letter-spacing: 1px;
		line-height: 45px;
		background-image: url(images/navdot.gif);
		background-repeat: no-repeat;
		background-position: right;
}

ul#nav li a:visited {color:#9E052A; /* #fff;*/}

ul#nav li a:hover, 
ul#nav li a:active {
	color: #fff; /*#9E052A;*/
}
ul#nav li.current_page_item a {	
	/*background: #ABAE53;
	color: #9E052A;	*/	
}


/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	float: left;
	width: 660px;
	/*margin: 15px 0 0 25px;*/
	margin: 15px 0 0 0; /* default has 15px top */

}

#primaryContent {
	float: right;
	width: 425px; /*445px;*/
	padding:4px 15px;
	font-size: 11pt; /*0.9em; 1.3em;*/
	border: 1px none #D7DC76;
}
#primaryContent h2 {font-family: Georgia, "Times New Roman", Times, serif;
			color: #B4B66C !important;
					font-size: 16pt; /*1.8em;*/
					line-height: 16pt;/* 1.2em;*/
					font-weight: lighter;
					margin: 0;
					padding: 0;
					/*	line-height: 1em;
color: #9E052A;*/}

#primaryContent h2 a:link {
	color: #B4B66C !important; text-decoration: none;
}
#primaryContent h2 a:visited {
	color: #B4B66C !important;text-decoration: none;
}
#primaryContent h2 a:hover {
	color: #B4B66C !important;text-decoration: none;
}


.post h2 {font-family: Georgia, "Times New Roman", Times, serif;
			color: #B4B66C !important;
									font-size: 24pt; /*1.8em;*/
					line-height: 24pt;/* 1.2em;*/
					font-weight: lighter;
					margin: 0;
					padding: 0;
					/*	line-height: 1em; color: #9E052A;*/}
					
h2.speeches {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt !important;
	color: #b4b66c;
						line-height:16pt !important;/* 1.2em;*/
					font-weight: lighter;
					margin: 0;
					padding: 0;
}
					
.post h3 {		font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
		font-size: 13pt; /*1.2em;*/
	color:#BDBDBD;/* #9E052A;*/
font-weight: lighter;
		margin: 5px 0 0 0;
					padding: 0;
	}

	
	.post h3 a:hover {
		color: #b4b66c;
		text-decoration: underline;
	}
	
.post h3.special {
	color: #b4b66c;


}
.post {
	
}

.entry {
	
}

.entry p {
	
}

.entry ul {
	margin-left: 25px;
}

.entry ol {
	margin-left: 25px;
}


.entry li {
	padding-bottom: 5px;
}



.entry ol#thealpha  {
list-style-type: lower-alpha !important;
margin-top: 10px;

}


.entry #thealpha  li {
list-style-type: lower-alpha !important;

}
.entry img {
	overflow: hidden;
}

.speaker-post-type {
	color: #9E052A;
	font-size: .875em;
	font-weight: bold;
}

.postmetadata {
	margin: 10px 0 20px 0;
}

.utw {
	
}

.navigation {
	
}

.post_nav {
	text-align: center;
}


.post p a:visited {
color: #7F7F7F;
}

.post p a:hover {
color: #b4b66c;
text-decoration: underline;
}

.post td a:hover {
color: #b4b66c;
text-decoration: underline;
}
#featured {
border-top: 1px solid #B4B66C;
font-size: 11pt;
}

#featured h3{
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

.homepage-thumb {
	margin: 0 auto 20px;
}

.homepage-excerpt {
	
	
}
/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/
#sidebar {float: left;
width:  200px;
margin-right: 5px;
}

#sidebar p, td {
color: #58585A; /*#161216; #9E052A;*/
margin-left: 30px;/*40px;*/

font-size: 11pt; /*0.9em;1.125em;*/
}


#sidebar table {margin-left: 40px;}


/*#sidebar h2 {
		color: #9E052A;
		font-size: 2em !important;
}*/

/*--------- left sidebar ---------------*/


ul#leftsidebar {
	float: left;
	width: 180px;
	/*margin-left: 0;
	padding: 4px;*/
	margin: 0;
	padding: 0;
	color: #9E052A;
	overflow: visible;
	margin-top: 0px;
}

ul#leftsidebar li {
	list-style-type: none;
}

ul#leftsidebar li ul {
	margin: 7px 8px 8px 10px;
	 padding: 0;			
	/*border-top: 1px solid #DADD76;*/
}

ul#leftsidebar li ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	/*border-bottom: 1px solid #DADD76;*/
	font-size: 11pt /*0.9em; 1.2em;*/
}

#leftsidebar img {
	padding: 0;
	margin: 0;
	
}

/*#leftsidebar p {
		font-size: 1.1em;
}*/

/* @end */



ul#menu {
	/*float: left;
	width: 150px;*/
/* 	margin-top: 15px; /* default 15px */
	padding: 0 4px 0 0;
		/*font-size: 1.45em; 1.4em;*/
		z-index: 5;
}


#menu li {
	list-style-type: none;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-weight: bold;
	text-transform: uppercase;*/
	/* addded */
	font-size: 16pt;
	/*font-size: 1.6em;*/
	line-height: 24pt;/*30px;*/
	padding-bottom: 10px;
        position: relative;
}

ul#menu li ul, ul#menu ul {
	margin: 8px 8px 8px 10px; padding: 0;			
	/*border-top: 1px none #DADD76;*/
	width: 200px;

}

ul#menu li ul li, ul#menu ul li {
	list-style: none;
	padding: 0 5px 4px 5px !important;
	margin: 0 2px;	

/*text-transform: none;*/
	/*border-bottom: 1px none #DADD76;*/
	line-height: normal;

}


#menu a:link, a:visited, a:hover {
color: #9E052A;
text-decoration: underline;

}

#menu img {
	padding: 0;
	float: left;
}

#sidebar ul#menu {
	margin-left:30px;
}

ul#sidebar_speakers li.speakers {list-style-type: square; margin-left: 5px; color: #b4b66c; font-size: 11pt; /*0.6em;*/}
li.speakers a:hover { color: #b4b66c !important; font-size: 11pt; text-decoration: underline !important; /*0.6em;*/}


ul#sidebar_services li.sservices {list-style-type: square; margin-left: 5px; color: #b4b66c; font-size: 11pt; /*0.6em;*/}
li.sservices a:hover { color: #b4b66c !important; font-size: 11pt; text-decoration: underline !important; /*0.6em;*/}

ul#sidebar_topics li.stopics {list-style-type: square; margin-left: 5px; color: #b4b66c; font-size: 11pt; margin-bottom:5px !important; /*0.6em;*/}
li.stopics a:hover { color: #b4b66c !important; font-size: 11pt; text-decoration: underline !important; /*0.6em;*/}


#sidebar p.availability {
	margin-top:0;padding-top:0;
}

ul#quick_test li a:hover { color: #b4b66c !important; text-decoration: underline !important; }


/* @group Page no right sidebar
-----------------------------------------------------------------------------*/

.no-right-sidebar #wrapper {
	background: #fff;
}

#content.no-right-sidebar {
	width: 896px;
	background: #fff;
	margin-top: -18px;
	padding-top: 18px;
}

.no-right-sidebar h1 {
	display: block;
}

.no-right-sidebar #primaryContent {
	width: 685px;
	background: #fff;
}




/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	width:896px;
	margin: 0 auto;
	height: 45px;
		background-color: #B4B66C;/*#C7C886;*/
	/*padding: 20px 0;*/
}

#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
	/*width: 840px;
	margin-left: 35px;
	border: 7px none #DCDA76;*/
	color: #333;
		font-size:11pt; /*0.85em;1.2em;*/
line-height: 45px;
}

#footer a {
	color: #333;
}

.contactinfo {float: left;margin-left: 10px;}
.socialfooter {float: right;margin-right: 10px;}

/* @end */


/* sidebar forms */
/*.ddfmwrapsidebar {width: 200px !important; }
p.fieldwrapside {padding: 0; margin: 0; width: 200px;}


input.finput {
	width:  175px;
	height: 16px;
	background-color: #fff !important;
	 margin: 0; padding: 0;}
	
label.finput {	width: 175px text-align: left; margin: 0; padding: 0;}
.ddfmwrap .submit input.submit {
	background-color: #b4b66c !important;
	color: #fff !important;
}

textarea.sidemessage {

	padding:2px;
	font: normal 10pt Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	

	width: 175px;
}*/

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
form {
	margin:0; padding: 0;
	/*background: #FBFBF4;	*/
}

/*override dd form plugin */
.credits {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 10pt Verdana, sans-serif;
	color:#777;


}



textarea {
	width:15px;
	padding:2px;
	font: normal 10pt Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	
	/* asdded */
	width: 175px;
}
input.button { 
	font: bold 9pt /*12px*/ Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #DCDA76;
	border: 1px solid #dadada;
}

.submit input {
	background: #DCDA76;
	color: #336600;
}


#searchform {
	background-color: #fff;
	border: none;	
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
	width: 400px;
}

#searchform input {
	width: 150px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #DADD76;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	margin-top: 10px;
	padding: 2px 5px;
	vertical-align: top;
}

#comments-form {
}

#commentform {
	
}

#author {
	margin-top: 20px;
}

#email {
	
}

#url {
	
}

ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 9pt /*12px*/ Arial, sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}

/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/
/*#sidebar .finput {color: #58585A; font-weight: lighter !important;}
#sidebar form input.btn {background-image: url(images/submitbutton.gif) !important; background-repeat: no-repeat; width: 120px; height:68px; border: none !important; color: transparent;}*/
/* @end */

/* ---- layout changes for lists for speakers, etc. -----*/
/*ul.sidebar_speakers li {
	font-size: .9em;
}*/


 ul#quick_test   {
list-style-type: none;
 margin: 10px 0 0 0;
 padding: 0;
}

#quick_test li {
font-weight: bold;
 margin: 0;
 padding: 0;
}


#quick_test li ul {
	 margin: 0;
 padding: 0;
}
#quick_test li ul li {
list-style-type: square;/*none;*/
color: #b4b66c !important;
 margin: 0 25px;
 padding:0 0 7px 0;
 font-weight: normal;
 }
 

#quick_test li ul li a:link{
	color: #9E052A !important;
	text-decoration: underline;
}
 

#quick_test li ul li a:visited {
	color: #7F7F7F !important;
	text-decoration: underline;
}

#quick_test li ul li a:hover {
	color: #b4b66c !important;
	text-decoration: underline;
}

 
ul.services {
	list-style-type: none;
 margin: 0;
 padding: 0;
}


ul.services li {
	font-weight: bold;
 margin: 0;
 padding: 0;
}

ul.services li ul {
	 margin: 0;
 padding: 0;
}
ul.services li ul li {
 margin: 0 16px;
 padding: 0 0 7px 0;
font-weight: normal;
list-style-type: square; /*none;*/
color: #b4b66c;
}
 
 ul.services a:link {color: #9E052A;}
 
  ul.services a:hover {
	color: #b4b66c;
	text-decoration: underline;
}
 
 ul.thetopics {
	list-style-type: square; /*none;*/
 margin: 0;
 padding: 0;
}

ul.thetopics li {
list-style-type: square;/*none;*/
color: #b4b66c;
 margin: 0 17px;
 padding:0 0 7px 0;
}

ul.thetopics a:link {color: #9E052A;}

ul.thetopics a:hover {
        color: #b4b66c;
        text-decoration: underline;
}


/* cforms styling */

#cformsform {width: 200px;
margin-left: 30px;}

#cformsform  li {margin-top: 0px; margin-bottom: 0px; padding: 0;}

input {background-color: #fff !important; color: #58585a;}
input:hover {background-color: #fff; color: #58585a;}

label {margin: 0; padding: 0;}
span {text-align: left; font-weight: normal; color: #58585A; font-size: 11pt;margin: 0; padding: 0;}
span.reqtxt, span.emailreqtxt {display: none !important;height: 0px; padding: 0; margin: 0;}

.cform input.text {
	width:220px !important; 
}

.cform textarea{
	width:180px !important; 
}

.cform #sendbutton	{ 
background-image: url(images/submitbutton.gif) !important; background-repeat: no-repeat; width: 120px; height:68px; border: none !important; color: transparent; margin: 0; background-color: transparent !important; 
	outline: none;
	float: left;
	cursor: pointer;
}

.linklove {display: none;}


#consultant p {
	margin-top: 0px;
}

.print_email_text {
	text-transform:uppercase;
	font-size:10px;
	color:gray;
	position:relative;
	top:-3px;
	padding-right: 5px;
}

li.services_closed {
	background-image: url(images/services-closed.gif);
	background-repeat: no-repeat;
}

li.services_open {
	background-image: url(images/services-open.gif);
	background-repeat: no-repeat;
}

li.services_closed .slider, li.services_open .slider {
	padding-left:18px;
}

img.attachment-articles-thumb  {float: left;margin-right: 10px;}

/* small menu drop for about & contact */

/*li#mydrop ul {display: none; } /* hide the submenu */
/*li#mydrop:hover ul{display: block; background-color: #B4B66C;float: right; width: 155px;margin-top: -15px;left: 60px;z-index: 700 !important;padding: 0;list-style-type: none;}
li#mydrop:hover ul li {width: 140px; height: 20px; margin: 0; padding: 0;list-style-type: none;}
li#mydrop:hover ul li a {padding: 0 0 0 30px;}
abbr {display: none;}
*/
/* menu drop for videos and articles */

#navcontainer ul li#mydrop ul {
   width: 165px; 
}

#navcontainer ul li ul {
    background: #B4B66C;
    visibility: hidden;
    float: left;
    width: 230px;
    position: absolute;
    transition: visibility 0.65s ease-in;
    margin-top:35px;
    left: 0;
    z-index: 999;
}

#navcontainer ul li:hover > ul,
#navcontainer ul li ul:hover {
   visibility: visible;
}

#navcontainer ul li ul li {
    clear: both;
    padding: 0 0 0 10px;
}

#navcontainer ul li ul li:hover {
    background: #B4B66C;
}
