/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:http://scottwormington.com/3iSummit/wp-admin/themes.php?page=thesis-openhook/css-edit.php

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom { background: #e7c763; margin-top: 3em;}
    .custom #page { padding: 2em 1.9em 1.5em 1.9em; background: #fff; border: 0.2em solid #5E88A1;}

/* To fix IE 6 or less PNG issues */
.custom img, div, span { behavior: url(wp-content/themes/thesis_151/custom/iepngfix/iepngfix.htc) }

.custom .entry-title a { color:#235470; }
.custom .headline_area h1 { color:#235470; }
.custom .headline_area h2 { color:#235470; }
		
.custom #image_box { border: none; background: #FFFFFF; }
/*.custom #image_box { background-color: #fff; }*/
.custom #custom_box { background-color: #fff; }
.custom #video_box { background-color: #fff; text-align: center; }

.custom #search input { background-color:#f2d886; border-color: #5E88A1 #94b1c5 #94b1c5 #5E88A1; }
.custom #search input:focus { background-color:#ffffff; }

.custom .wp-caption { background-color:#FFFBCC; border-color:#E6DB55; border-style:solid; font-style:italic; text-align:center; }

.custom #header { border-bottom: 0.1em solid #D9E6EF; height:120px; background: url(images/3isummit_logo.png) no-repeat scroll left center; padding: 15px 0px 15px 30px; }
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }

.custom ul#tabs { border-color:#D9E6EF; border-width: 0px 0px 1px 0px; }
	/*.custom ul#tabs li { background: #D9E6EF; }*/
	.custom ul#tabs li { background: #D9E6EF ; } 
		.custom ul#tabs li.home-item { border-left: 1px solid #D9E6EF; }
		.custom ul#tabs li.page-item-4 { background: #f2d886 none repeat scroll 0 0; }  /* News */
		.custom ul#tabs li.page-item-5 { background: #BADEAA none repeat scroll 0 0; font-weight:bold; }   /* Register */
			.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { border-bottom: 0; background: #ffffff; }
	.custom ul#tabs li.rss { background: #ffffff;  }
	.custom ul#tabs a { line-height: 2.2em; }

.custom ul#tabs li.special { background:#FFFBCC none repeat scroll 0 0; font-weight:bold; }	

/*.custom #footer_area { border-top: 5px solid red; background: #94B1C5; padding: 15px 0; }*/
	/*.custom #footer_area .page { padding: 0; }*/
	.custom #footer { border: 2px solid #385262; border-top: 5px solid #385262; background: #5E88A1 url(images/silhouettes.png) no-repeat left center; padding: 0px 0px 20px 0px; text-align: left; font-size: 130%; overflow: hidden; color: #333333; height: 100%; }
		.custom #footer ul { list-style: none; }
		.custom #footer h3 { font-size: 130%; color: #111111; margin-bottom: 10px; }
		.custom #footer a { color: #333333; border: none; }
		.custom #footer a:hover { text-decoration: underline; }
		.custom #footer-left { float: left; width: 20%; padding: 20px 0px 0px 20px; color: #111111; }
		.custom #footer-right { float: right; width: 70%; padding: 20px 30px 0px 0px; }
			.custom .footer-columns { overflow: hidden; }
				.custom .column { float: left; width: 30%; margin-right: 40px; }
				.custom li#col-categ { width: 25%; }
				.custom li#col-partners { margin-right: 0; }
			.custom .column ul li { border-top: 1px solid #385262; padding: 6px 3px; }					
			.custom .footer-links { border-bottom: 1px solid #385262; border-top: 2px solid #385262; margin-top: 20px;  }

				.custom .footer-links ul { padding: 8px 3px; overflow: hidden; }
				.custom .footer-links ul li { float: left; margin-right: 15px; padding-right: 15px; border-right: 1px solid #ffffff; }
				
			.custom #footer-copy { padding: 5px 3px 36px; }
		
.ico-small { vertical-align: middle; margin: 0 5px 2px 0; }
		
/** Custom Multimedia box */
.custom #custom_block { background-color: #ffffff; }
.custom  div.partnerBlock img { border: 1px solid #D9E6EF; }
.custom  div.partnerBlock a:hover img { border: 1px solid #235470; }
.custom .cenx { text-align: center; }

/*---:[ Sidebar Title ]:---*/
.custom .sidebar h3 {
	font-size: 0.846em;
	font-weight: bold;
	line-height: 1.455em;
	margin-bottom: 1em;
	padding: 0.636em 0.455em 0.545em 0.455em;
	text-transform: uppercase;
	font-variant: normal;
	letter-spacing: 2px;
	color: #111111;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd dotted;
}

.custom .sidebarMMB h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.455em;
	margin-bottom: 1em;
	padding: 0.636em 0.455em 0.545em 0.455em;
	text-transform: uppercase;
	font-variant: normal;
	letter-spacing: 2px;
	color: #111111;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd dotted;
}

/*.custom #headerInfo { float: right; font-size: 2em; color: #235470; font-style: normal; font-family:Georgia,"Times New Roman",Times,serif; padding: 5px; margin: 30px 20px 0px 0px; text-align: center; border: 0.1em solid #D9E6EF; }
*/
.custom #headerInfo { float: right; color: #235470; padding: 5px; margin: 15px 0px 0px 0px; text-align: center; }
.custom #headerInfo-line1 {font-size: 0.8em; font-style: italic; }
.custom #headerInfo-line2 {font-weight: bold; }
.custom #headerInfo-line3 {font-weight: bold; }
.custom #headerInfo-line4 {font-size: 0.8em; font-style: italic; color: #62994A; }

/** Site Forms **/
.custom #register-form input,textarea { background-color:#ECEFF5 ; border-color: #5E88A1 #94b1c5 #94b1c5 #5E88A1; width: 500px; }
.custom #register-form input:focus,textarea:focus { background-color:#ffffff; }
.custom #contact-form input,textarea { background-color:#ECEFF5 ; border-color: #5E88A1 #94b1c5 #94b1c5 #5E88A1; width: 500px; }
.custom #contact-form input:focus,textarea:focus { background-color:#ffffff; }
/*.custom #register-interest { margin-top: 10px; }*/
.custom #register-form #register-interest input { width: 10%; }

			
			