/*   
Theme Name: IFATSEA custom
Theme URI: http://bsl.com
Description: This is theme for IFATSEA -- WordPress v3.0.1
Author: BSL
Author URI: http://bsl.net
Version: 1
*/


/* =Global Settings
---------------------------------------------------------------------------------------------------- */	
* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
/** Globally set image border to 0 **/

img {
	border: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}
body {
	color: #666666;
	text-align: left;
	font: normal 13px Arial, Helvetica, sans-serif;
	background: #fff;
}
/* =Text Styles
---------------------------------------------------------------------------------------------------- */


h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}
h2 {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0;
}
#home-3-column-left h2, 
#home-3-column-middle h2,  
#home-3-column-right h2 {
	padding: 20px 0 7px 0;
}
h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
}
h4 {
	color: #000;
	font-size: 14px
	font-weight: bold;
	padding: 10px 0;
}

h4 a, 
h4 a:link, 
h4 a:visited {
	text-transform:uppercase;
	color:#000;
}

h4 a:hover {
	color:#ccc;
}

p {
	padding-top: 0;
	padding-bottom: 1.091em;
	line-height: 2em;
}
ul {
	list-style-type: disc;
	font-weight: normal;
	font-style: normal;
	margin-left: 15px;
	padding: 5px 0 10px 15px;
}
ol {
	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	padding: 5px 0 10px 15px;
}
/* =Links
---------------------------------------------------------------------------------------------------- */

a, a:link, a:visited {
	color: #6a95cd;
	text-decoration: none;
}
a:hover {
	color: #666;
}
/* =Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.textalign-left {
	text-align: left;
}
.textalign-right {
	text-align: right;
}
.textalign-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.image-float-left {
	float: left;
	padding: 0px 10px 10px 0px;
}
.image-float-right {
	float: right;
	padding: 0px 0px 10px 10px;
}
sup {
	font-size: 8px;
}
.text-small, .caption {
	font-size: 10px;
}

img.feature.pic {
border:8;
}

/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.singleLineBreak {
	margin-top: 1px;
}
.marginZero {
	margin: 0;
}
.spacer, 
.clear	 { 
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
.padding {
	padding: 5px;
}

/* layout divs
------------------------------------------------------------------------------------------------------------ */

#top-rule {
	width:100%;
	height:4px;
	background-color:#cdaf77;	
}
#page-container {
	width:940px;
	margin:0 auto;
}
#header {
	height:140px;
}

#header-logo {
	float:left;
	margin-top:14px;
}

#home-slider {
	width:940px;
	height:360px;
	margin:7px 0 20px 0;
	position:relative;	
	clear: both;
}

#home-3-column-left, 
#home-3-column-middle,  
#home-2-column-left {
	width:300px;
	float:left;
	margin-right:20px;
}

#home-3-column-right, 
#home-2-column-right {
	margin-right:0px;
	width:300px;
	float:right;
}

#home-2-column-left {
	width:620px;
}

.divider-rule {
	width:100%;
	height:2px;
	background:url(images/divider-rule.png) top center no-repeat;
	clear:both;
	margin:10px 0;
}

#inside-header-image {
	width:940px;
	height:249px;
	margin:5px 0 10px 0;	
	clear:both;
}

#inside-3-column-left {
	width:180px;
	float:left;
	margin-right:20px;
}

#inside-3-column-middle {
	width:570px;
	float:left;
}


#inside-2-column-middle {
	width:620px;
	float:left;
}


#inside-3-column-right {
	width:140px;
	float:right;
}

#inside-2-column-main {
	width:690px;
	float:left;
}

#inside-2-column-sidebar-right {
	width:220px;
	float:right;
}

#single-column-wide {
	width:900px;
        clear:both;
	float:right;
}



#footer {
	clear:both;
	width:100%;
	height:60px;
	background:url(images/divider-rule.png) #f2f2f2 top center no-repeat;
	margin:20px 0 50px 0;
}

/* = footer-right
---------------------------------------------------------------------------------------------------- */	

#footer-right {
	width:940px;
	margin:0 auto;
	/*float:right;*/
}

#footer-right ul  {
	list-style: none;
	padding: 0px;
	margin:0;
	float:right;
}

#footer-right ul li {
	float: left;
	list-style: none;
	padding: 0px;
	margin:15px 0 15px 0;
	display: block;
	height:12px;
	min-height:12px;
	padding: 0px 10px 1px 10px;
	font-size: 9px; 
	/*border-right: 1px solid #666;*/
}

#footer-right ul li a,
#footer-right ul li a:link,
#footer-right ul li a:visited{
	color: #666;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	margin:0;
	padding:0;
}

#footer-right ul li a:hover,
#footer-right ul li a.selected{
	color: #ccc;
}



/* = header-title
---------------------------------------------------------------------------------------------------- */	
#header-title {
	float:left;
	text-align:left;
	color:navy;
	margin-top:12px;
	margin-left:60px;
	font:Trebuchet-MS, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;

}

#header-title span {
	font-size:1.3em;

}



/* = header-top-nav
---------------------------------------------------------------------------------------------------- */	
#header-top-nav {
	float:left;
	margin-left:50px;

}

#header-top-nav ul  {
	list-style: none;
	padding: 0px;
	margin:0;
}

#header-top-nav ul li {
	float: left;
	list-style: none;
	padding: 0px;
	margin:15px 0 15px 0;
	display: block;
	height:12px;
	min-height:12px;
	padding: 0px 10px 1px 10px;
	border-right: 1px solid #666;
}
#header-top-nav ul li:last-child {
	border-right: none;
}

#header-top-nav ul li a,
#header-top-nav ul li a:link,
#header-top-nav ul li a:visited{
	color: #666;
	font-size: 11px; 
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	margin:0;
	padding:0;
}

#header-top-nav ul li a:hover,
#header-top-nav ul li.current-menu-item a {
	color: #ccc;
}



/* = header-main-nav
---------------------------------------------------------------------------------------------------- */	
#header-main-nav {
	float:left;
	margin-left:50px;
	top:0;
	left:0;
        padding-bottom:4px;
}

#header-main-nav ul  {
	list-style: none;
	padding: 0px;
	margin:0;
	position:relative;
}

#header-main-nav ul li {
	float: left;
	list-style: none;
	padding: 0px;
	margin:24px 0 0 0;
	display: block;
	height:12px;
	min-height:12px;
	padding: 1px 8px 2px 8px;
	border-right: 1px solid #666;
}
#header-main-nav ul li:last-child {
	border-right: none;
}

#header-main-nav ul li a,
#header-main-nav ul li a:link,
#header-main-nav ul li a:visited {
	color: #666;
	font-size: 11px; 
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	margin:0;
	padding:0;
}

#header-main-nav ul li a:hover,
#header-main-nav ul li.current-menu-item a {
	color: #ccc;
}


/*--- DROPDOWN nav on hover of main nav item ---*/
#header-main-nav ul ul{
	background:#fff; 
	list-style:none;
	position:absolute;
	padding-top:10px;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#header-main-nav ul ul li{
	float:none;
	margin:10px 0 10px  0;
	display: block;
	height:12px;
	min-height:12px;
	padding: 1px 15px 5px 15px;
	border-right: none;
        background-color: #EEE;
}
#header-main-nav ul ul a, 
#header-main-nav ul ul a:link, 
#header-main-nav ul ul a:visited {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color: #666;
}
#header-main-nav ul li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#header-main-nav ul ul li:hover a, 
#header-main-nav ul ul li.current-menu-item a { 
	color:#ccc;
}
#header-main-nav ul ul li:hover ul a{ 
	text-decoration:none;
}
#header-main-nav ul ul li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}



/* = header search
------------------------------------------------------------------------------------------------- */
#header-search {
	float:right;
	clear:right;
}

#social-icons {
	float:right;
	margin:7px 15px;
}
#searchText {
	float:left;
	background:url('images/search_background_right.gif') top right no-repeat;
	border:none;
	width:222px;
	height:32px;
	padding-left:15px;
	color:#999;
}

#searchSubmit {
	float:left;
	background:url('images/search_background_left.gif') no-repeat;
	border:none;
	width:32px;
	height:32px;
	text-indent:-9999px;
	vertical-align:middle;
	cursor: pointer;
}

/* = misc
--------------------------------------------------------------------------------------- */

.phone {
	background:url(images/icon-phone.gif) 0px 2px no-repeat;
	margin:0;
	padding:0;
	padding-left:25px;
}

.email {
	background:url(images/icon-email.gif) 0px 5px no-repeat;
	padding-left:25px;
}




/* = side-nav
---------------------------------------------------------------------------------------------------- */	

ul#side-nav  {
	list-style: none;
	padding: 0px;
	margin:23px 0;
}

ul#side-nav li {
	list-style: none;
	padding: 0px;
	display: block;
	margin:10px 0;
}

ul#side-nav li a,
ul#side-nav li a:link,
ul#side-nav li a:visited{
	color: #666;
	font-size: 12px;
	letter-spacing:.05em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	padding:0;
	margin:0;
}

ul#side-nav li a:hover,
ul#side-nav li.current_page_item a {
	color: #ccc;
}



/* =Document List
---------------------------------------------------------------------------------------------------- */

ul.document-list {
list-style: none;
	margin-left: 15px;
	padding: 0px 0 10px 0px;
}

ul.document-list li {
list-style: none;
padding:5px 0 5px 0;
margin:0;
display: block;
}

ul.document-list li a {
padding: 0px 0px 0px 20px;
}

/* =zip file*/
ul.document-list li a[href$='.zip'], 
ul.document-list li a[href$='.rar'], 
ul.document-list li a[href$='.gzip'], 
ul.document-list li a[href$='.bzip'], 
ul.document-list li a[href$='.ace'] { 
	background: transparent url(../../../wp-content/uploads/images/icons/icon_archive.gif) no-repeat  0 0px;
}

/* =pdf  */	
ul.document-list li a[href$='.pdf'] { 
	background: transparent url(../../../wp-content/uploads/images/icons/icon_pdf.gif) no-repeat  0 0px;
}


/* =word doc  */	
ul.document-list li a[href$='.doc'],
ul.document-list li a[href$='.docx'] { 
	background: transparent url(../../../wp-content/uploads/images/icons/icon_doc.gif) no-repeat  0 0px;
}

/* =excel sheet  */	
ul.document-list li a[href$='.xls'],
ul.document-list li a[href$='.xlsx'] { 
	background: transparent url(../../../wp-content/uploads/images/icons/icon_xls.gif) no-repeat  0 0px;
}


/* =external links  */	
ul.document-list li a[href^="http://"],
ul.document-list li a[href^="https://"],
ul.document-list li a.external-link  {
	background: transparent url(../../../wp-content/uploads/images/icons/icon_external.gif) no-repeat  0 0px;
}



/* List Category Posts Plugin
----------------------------------------------- */

.lcp_title{
		color: #000;
		display: block;
		font-family: "Droid Sans", Arial, sans-serif;
		font-size: 20px;
		background-color:silver;
		float: left;
		list-style:none;
		margin: 12 0 0 0px;
}

ul.lcp_catlist { width:100%;
		list-style:none;

}

ul.lcp_catlist  li { width:100%;
		list-style:none; color:gray; 
		margin: 0 0 12 0em; padding 25px;
}

a.lcp_title {   padding-top:18px;
                color:navy; font-size: 20px;
		margin: 12 0 0 0px;
}


ul.lcp_catlist a {float:left; clear:right; color:navy; font-size: 16px; width:100%; bottom-padding:8px;
		margin: 12 0 0 0px;
}

.org_list td {
                height:36px;

}

.org_list {
                color:navy;
                font-size:14px;

}















































