/*  
Theme Name: IICTP Custom Theme
Theme URI: http://wordpress.org/
Description: Custom theme developed by Figrig, www.figrig.com.
Version: 1.0
Author: Carter Stowell and Derek P. Collins

This style sheet is for screen display (for version 5 browsers and up)

colors
body text 555
lt blue c7d3e4
middle blue A0B5CD
dk blue 152E4C
main links (brown) a14308
-----------------------------------------------------------------------------------------*/

/* LAYOUT: =layout
-----------------------------------------------------------------------------------------*/
body {
	background: #d6cfc4;
	font-family: verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}
#bg {
	background: #d6cfc4 url(_i/page_bg.gif) repeat-y 50% 50%;
	margin: 0 auto;
	text-align: center;
	width: 762px;
}
#center {
	background: url(_i/center_bg.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}
form { 
	margin: 0;
	padding: 0;
}

/* HEADER: =header
-----------------------------------------------------------------------------------------*/
#bg h1 {
	background: url(_i/header_bg_iictp.jpg) no-repeat left center;
	margin: 0;
	padding: 0;
	text-indent: -2500px;
	height: 143px;
	width: 750px;
}

/* TOP NAVIGATION: =top_nav
-----------------------------------------------------------------------------------------*/
#top_nav {
	background: #5f8cc7 url(_i/nav_bg.gif) repeat-x left top;
	border-bottom: 1px solid #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#top_nav li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#top_nav li#nav_home { width: 70px;}
#top_nav li#nav_about_us { width: 95px;}
#top_nav li#nav_resources { width: 115px;}
#top_nav li#nav_events { width: 90px;}
#top_nav li#nav_members { width: 80px;}
#top_nav li#nav_blog { width: 70px;}
#top_nav li#nav_contact { width: 90px;}
#top_nav li#nav_search { width: 260px; text-align: right;}

#top_nav li a {
	background: url(_i/nav_divider.gif) repeat-y left top;
	color: #fff;
	display: block;
	margin: 0;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#top_nav li#nav_search {
	color: #fff;
	text-transform: uppercase;
}
#top_nav li#nav_search form {
	background: url(_i/nav_divider.gif) repeat-y left top;
	margin: 0;
	padding: 4px 10px; /* top and bottom padding need to be set at 3px for WIN/IE 6 */
}
#top_nav li#nav_search form #search_box {
	margin-left: 4px;
	width: 85px;
	/*vertical-align: middle; /* this fixes alignment in WIN/IE 6 but messes it up in MAC/Safari and MAC and WIN/FF */
}
#top_nav li#nav_search form #search_button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#top_nav li a:hover,
#top_nav li.first a:hover {
	background: #152E4C url(_i/nav_bg_hover.gif) repeat-x left top;
}

ul#top_nav li.first a {
	background: none;
}

/* GENERAL: =links
-----------------------------------------------------------------------------------------*/
a {
	/*color: #993f00;*/
	color: #a14308;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #c7d3e4;
	height: 2px;
	margin: 2px auto 0 0;
	text-align: left;
}

table th {
	vertical-align: center;
	text-align: center;
}
table td {
	vertical-align: top;
	text-align: left;
}

/* MAIN: =main
-----------------------------------------------------------------------------------------*/
#main {
	color: #555;
	float: left;
	width: 520px;
}
#main h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 0;
/*	padding: 40px 30px 30px 30px; */
	padding: 15px 30px 0 30px;
}
#main h3 {
	font-size: 115%;
	font-weight: normal;
	margin: 0;
	padding: 15px 30px 0 30px;
}
#main h4 {
	font-size: 105%;
	margin: 0;
	padding: 10px 30px 0 30px;
}
#main p {
	font-size: 90%;
	line-height: 1.3em;
	margin: 1em 0 0 0;
	padding: 0 30px;
}
#main ul {
	list-style: none;
	margin: 1em 30px 0 30px;
	padding: 0;
}

#main ol {
	font-size: 90%;
	margin: 1em 30px 0 60px;
	padding: 0;
}
#main ul li {
	background: url(_i/bullet.gif) no-repeat 0 2px;
	font-size: 90%;
	line-height: 1.3em;
	margin: 0;
	padding: 0 14px 15px 16px;
}
#main ul li li,
#main ul li li li,
#main ul li li li li {
	font-size: 100%;
}
.navigation { /* prev/next links */
	display: block;
	text-align: center;
	margin: 10px 30px 0 30px;
	text-transform: uppercase;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clearer {
	clear: both;
}

/* PAGE-SPECIFIC: =home
-----------------------------------------------------------------------------------------*/

/* Layout */
#home #side {
	width: 375px;
}
#home #main {
	width: 375px;
}
#home #center {
	background: url(_i/center_bg-home2.gif) repeat-y left top;
}
#home #side {
}

#home #side #featured {
	border-bottom: none;
	padding: 9px;
}

#home #side #featured h3 {
	font-size: 120%;
	font-style: bold;
	margin: 0;
	padding: 7px 12px 7px 12px;
}
#home #side #featured h4 {
	font-size: 115%;
	margin: 0;
	padding: 11px 19px 7px 19px;
}
#home #side #featured p {
	color: #152E4C;
	margin-bottom: 12px;
}
#home #side #featured a {
	color: #a14308;
}
#home #side #featured h4 a {
	color: #152E4C;
}

#home #side #featured-frame {
	border: 1px solid #FFF;
	padding-bottom: 12px;
}

/* SIDE: =side
-----------------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 230px;
}

#side a {
	color: #152E4C;
}
#side h3 {
	color: #a14308;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 11px 19px 7px 19px;
}
#side h4 {
	font-size: 115%;
	margin: 0;
	padding: 11px 19px 7px 19px;
}
#side ul {
	color: #fff;
	margin: 0;
	padding: 0 19px;
	list-style: none;
}
#side p {
	margin: 0;
	padding: 0 19px;
	font-size: 90%;
}
#side li p {
	padding: 0;
}
#side ul li {
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 90%;
}
#side ul ul {
	list-style: disc;
	padding-left: 15px;
	margin-top: 8px;
}
#side ul ul li {
	font-size: 100%;
}
#side #featured {
	border-bottom: 1px solid #FFF;
}

#side #member {
	background: #c7d3e4;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
#side #member h3 {
	color: #3e62ac;
	font-size: 100%;
	margin: 0;
/* 	padding: 17px 19px 21px 19px; */
	padding: 17px 19px 13px 19px;
	text-transform: uppercase;
}
#side #member input {
	width: 100px;
	margin: 0;
	padding: 0;
}
#side #member input#login_button {
	height: 18px;
	width: 18px;
	vertical-align: middle;
}
#side #member label {
	color: #3e62ac;
	margin: 0;
	padding: 0;
	font-size: 75%;
	text-transform: uppercase;
}
#side #member p {
	margin: 0;
	padding: 0 10px 13px 19px;
}

#side #member p.status {
	padding-top: 12px;
	background: #c7d3e4;
}
#side #nav_secondary ul {
	padding: 0 0 10px 0;
}
#side #nav_secondary li.active {
	background: url(_i/bullet_subnav_on.gif) no-repeat left top;
}
#side #nav_secondary li a {
	padding-left: 20px;
}
#side #popular_searches {
	border-bottom: 1px solid #FFF;
	padding-bottom: 7px;
}
#side #other_nav {
	padding-bottom: 7px;
}
#side #tagcloud {
	margin: 0 10px 13px 19px;
}

/* FOOTER: =footer
-----------------------------------------------------------------------------------------*/
#footer {
	background: #fff url(_i/footer_bg.gif) repeat-x left top;
	border-top: 1px solid #fff;
	clear: both;
}
#footer p {
	color: #1b2a4e;
	font-size: 80%;data
	margin: 0;
	padding: 12px 0;
	text-align: center;
}

/* MISC
-----------------------------------------------------------------------------------------*/
.current_page_item {
	background: #152E4C;
}
.current-cat {
	font-weight: bold;
}
.current-cat ul.children {
	font-weight: normal;
}

p.breadcrumb {
	margin-top: 0;
	color: #999;
}
p.breadcrumb a,
p.breadcrumb a.visited {
	color: #666;
}
#main ul.postmetadata li {
	line-height: 1.3em;
	margin: 0;
	padding: 0 14px 5px 16px;
}
#search_page_form {
	background: #5f8cc7 url(_i/nav_bg.gif) repeat-x left top;
	margin: 16px 90px 12px 30px;
	padding: 3px 10px;
	color: #FFF;
	font-size: 105%;
	text-transform: uppercase;	
}
#search_page_form form input {
	vertical-align: middle;
}
#search_page_form form #search_box {
	width: 280px;
}
#category-description {
	background: #c7d3e4;
	color: #000;
	margin: 0 60px 6px 30px;
	padding: 12px;
}
#category-description p {
	margin: 0;
	padding: 0;
}



/* EVENTS
------------------------------------------------------ */

ul#event_calendar {
	margin-top: 15px;
	list-style: none;
	background: none;
}
ul#event_calendar li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
ul#event_calendar li li {
	list-style: disc;
	background: none;
}
ul#event_calendar li li li {
	list-style: none;
	background: none;
}

/* EVENTS: =calendar
------------------------------------------------------ */
ul#event_calendar img {
	border: none;
}
#main ul#event_calendar li h2 {
	margin: 0;
	padding: 0;
}
#main ul#event_calendar li li {
	margin-left: 0;
}

#wp-calendar {
	margin-bottom: 15px;
}
#wp-calendar a {
	font-weight: bold;
	font-size: 125%;
}
#wp-calendar table.nav a {
	font-size: 100%;
}

/* EVENTS: =list
------------------------------------------------------ */

#main ul.ec3_events {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}
#main ul.ec3_events ul {
	list-style: none;
	line-height: 150%;
/*	padding-bottom: 0.5em; */
}
#side ul.ec3_events ul li,
#side ul.ec3_events ul ul li {
	margin: 0;
	padding: 0;
}
#main .ec3_list {
	list-style: none;
	margin: 0; 
	padding: 0;
}
#main .ec3_list_day {
/*	text-transform: uppercase; */
	font-weight: bold;
	margin: 0 6px 11px 11px;
	color: #555;
}
#main .ec3_list_day ul {
	margin-left: 57px;
	padding: 0;
	font-weight: normal;
}
#main .ec3_list_day ul li {
	text-transform: none;
}
#main .ec3_list li {
	font-size:1em !IMPORTANT;
}
#main .ec3_list li:before {
	content:"" !IMPORTANT;
}

/* EVENTS: =schedule
------------------------------------------------------ */

#main ul.ec3_schedule {
/*	float: left; */
	list-style: disc;
	margin: 12px 22px 5px 57px;
	padding: 0;
}
#main ul.ec3_schedule li {
	background: none;
	margin: 0;
	padding: 0;
}
#main ul.ec3_schedule .event_date {
/*	text-transform: uppercase; */
}
#main ul.ec3_schedule .event_time {
/*	text-transform: uppercase; */
}


ul#event_calendar table {
	border: 1px solid #c7d3e4;
}
ul#event_calendar table.nav {
	border: none;
}
ul#event_calendar caption {
	text-align: center;
	background: #c7d3e4;
	font-size: 120%;
	font-weight: bold;
}