/* 
	Theme Name: luminos
	Theme URL: http://lactoseintolerant
	Description: Luminos Theme
	Author: 
	Author URI: 
	Version: 1.0

*/

html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:#eee3ca url(/wp-content/themes/luminos/images/public_website/style/body-bg.gif) repeat-x 0 0;	
}
#main-container {
	margin: 0 auto;
	width:860px;
	background:url(/wp-content/themes/luminos/images/public_website/style/main-container-bg.gif) repeat-y;
	overflow:hidden;
	padding:162px 5px 0;
	position:relative;
	font:100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.landing #main-container { 
	background:url(/wp-content/themes/luminos/images/landing/landing-container-bg.gif) repeat-y;
	width: 745px;
	padding: 0 5px 0 5px;
}

.home-page #main-container { padding:161px 5px 0; }
.inner-page #main-container { padding:283px 5px 0; }
.absol-pos {
	position:absolute;
	top:0;
	left:5px;
}

/**********************************header*********************************/
#header {
	float:left;	
	width:800px;
	background:url(/wp-content/themes/luminos/images/public_website/style/header-bg.gif) repeat-x;
	padding:0 30px 2px;
}

#header h2 {
	float:left;
	padding:0 0 0 2px;
	margin:0;
	/*background:url(/wp-content/themes/luminos/images/cow.gif) no-repeat;*/
	width:183px;
	height:95px;
}
#header h2 a {
	float:left;
	position:relative;
	top: 35px;
	left: 0px;
	width:272px;
	height:45px;
	color:#000;
	padding-left: 0px;
}

#header img {
	float:left;
	margin:28px 0 0 0;
}

#header .subhead {
	position:relative;
	top: 65px;
	right: 182px;
	font-size: 11px;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #d13d02;
	width: 800px;
	height: 28px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 2px;
	background:url(/wp-content/themes/luminos/images/menubg.gif) no-repeat;
	}

#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}

#navbar a:hover {
	color: #ee770b;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}

#navbar p {
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0;
	font-weight: bold;
	}

#navbarleft {
	width: 805px;
	float: left;
	margin: 0;
	padding: 0;
	}

#navbarright {
	width: 90px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	border-right: 1px solid #2255AA;
	}

#navbarright a img {
	border: none;
	margin: 0;
	padding: 0;
	}

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

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

#nav a, #nav a:visited {
	background: #EE770B;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 7px 18px 7px 18px;
	border:0;
	}

#nav a:hover {
	background: #D13D02;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 7px 18px 7px 18px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #F6A12F;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 7px 30px 7px 10px;
	border-top: 1px solid #DDDDDD;
	}

#nav li li a:hover, #nav li li a:active {
	background: #D13D02;
	padding: 7px 30px 7px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	Subnavbar      								*
************************************************/

#subnavbar {
	background: #E8EDF1;
	width: 920px;
	height: 27px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #B1C3D4;
	}

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

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a, #subnav a:visited {
	background: #E8EDF1;
	color: #333333;
	display: block;
	font-weight: bold;
	margin: 0px 20px 0px 0px;
	padding: 6px 10px 6px 10px;
	}

#subnav a:hover {
	background: #C7D6E3;
	color: #2255AA;
	display: block;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	padding: 6px 10px 6px 10px;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #2255AA;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid #B1C3D4;
	border-left: 1px solid #B1C3D4;
	border-right: 1px solid #B1C3D4;
	}

#subnav li li a:hover, #subnav li li a:active {
	background: #C7D6E3;
	color: #2255AA;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}

#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}
/************************************sifr************************************/
#content .sifr-block {
	padding:0 0 17px 0;
	float:left;
	width:800px;
	color:#e77300;
	background:url(/wp-content/themes/luminos/images/public_website/style/title-bg-line.gif) repeat-x 0 28px;
}

#content .sifr-block2 (line 313) {
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 15px;
padding-left: 0pt;
float: left;
width: 100%;
background-color: transparent;
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: 0pt;
background-y-position: 21px;
}

#content h1.sifr {
	padding:0;
	margin:0;
	font-size:24px;
	line-height:24px;
	height:24px;
}

#content h2.sifr {
	padding:10px 0 0 5px;
	margin:0 0 5px 0;
	font-size:20px;
	line-height:20px;
	height:30px;
	color: #0186D6;
	width: 100%;
	background-color: transparent;
	background-image: url(/wp-content/themes/luminos/images/public_website/style/h2_sandwich.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0px;
	background-y-position: 80px;
}


/**********************************container*********************************/
#content {
	width:800px;
	padding:0 28px;
	margin:0;
	overflow:hidden;
}
.landing #content {
	width: 725px;
	padding: 0 15px;
}
.landing img {
  vertical-align: bottom;
}
.landing a img{
  border: none;
}
#content h3 {
	padding:0;
	margin:0 0 10px 0;
	color:#488c00;
	font-size:93.75%;
	font-weight:100;
}
.index #content h3 { padding: 0 0 8px 0; margin: 0;}
#content h1 a { text-decoration: none; color: #E77300;}
#content h2 a { text-decoration: none; color: #0195DC;}
#content h3 a { text-decoration: none; color: #488c00;}
#content p {
	padding:0 0 18px 0;
	margin:0;
	font-size:81.25%;
	color:#574210;
	line-height:18px;
}
#content p.title {
	padding:0 0 5px 0;
}
#content p.width100 { padding:4px 0 15px 0;}

#content a {color:#e36300;}
#content a:hover { color:#d13d02;}
#content a.more { font-size:81.25%; padding:0 22px 0 0; background:url(/wp-content/themes/luminos/images/public_website/style/more-bg.gif) no-repeat 100% 4px; line-height:16px;}
#content p a.more { font-size:100%;}
#content a.float-right { float:right; padding:0 22px 0 0; text-align:right;}
#content a.width-img { margin:-24px 0 0 0; width:200px;}
#content h4 {
	padding:0;
	margin:0;
	font-size:81.25%;
	color:#574210;
}
#content ul {
	padding:0 0 15px 0;
	margin:0;
	list-style:none;
	font-size:81.25%;
	color:#574210;
}
#content ul.float-left {
	float:left;
	width:auto;
}
#content ul li {
	background:url(/wp-content/themes/luminos/images/public_website/style/pointer.gif) no-repeat 7px 7px;
	padding:0 0 6px 19px;
	line-height:17px;
}

#content imgs {
	float:left;
	border:none;
	display:inline;
	margin: 0 8px 8px 0;
}

#content img {
	float:right;
	border:none;
	display:inline;
	margin:0 0 5px 14px;
}
#content img.width-border { border:1px solid #e4d0a6;}
#content img.float-left { float:left; padding:0 0 5px 0px; clear:left; margin:0;}
#content .left-block {
	width:600px;
	float:right;
	padding:0 2px 0 20px;
} 
#content .left-block ul li{
	list-style-type:none;
} 
.landing #content .left-block {
	width: 500px;
	padding: 0 2px 0 20px;
}
#content .width-sifr {
	width:376px;
	padding:0 40px 0 2px;

}
#content .width-sifr-news {
	width:465px;
	padding:0 40px 0 2px;

}
#content .long {
	width:625px;
	padding:0 2px 0 20px;
}

#content .faq{
	width:480px;
	padding:0 74px 0 2px;
}

#content div.faq a {color: #574210;}
#content div.faq a:hover {color: #e36300;}

#content .right-block {
	float:left;
	padding:0;
	width:200px;
}

#content .right-block-news {
	float:left;
	padding:0;
	width:293px;
}

.landing #content .right-block {
	width: 200px;
}
#content .short { width:150px; padding:0 0 0 0;}

#content table.causes {

border: 0px;
padding: 0 0 0 0;
height:180px;
width:184px;
border-collapse: collapse;
text-align: center;
font:82% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#574210;
float:center;
margin: 0 0 20px 0;
}

/*******************************block**********************************/
#content a.free { 
	float:left;
	width:243px;
	height:60px;
	text-indent:-30000px;
	overflow:hidden;
	background: url(/wp-content/themes/luminos/images/public_website/style/free-a-bg.jpg) no-repeat 0 0;
}
#content a.free:hover { background-position:0 -60px;}

#content div.free-text {
	width:243px;
	float:left;
	background:url(/wp-content/themes/luminos/images/public_website/style/free-text-bg.gif) repeat-y;
}
#content div.free-text p {
	float:left;
	width:180px;
	font:italic 93.75% Georgia, "Times New Roman", Times, serif;
	color:#9d9177;
	line-height:24px;
	padding:16px 32px 12px 31px;
	margin:0;
	background:url(/wp-content/themes/luminos/images/public_website/style/free-text-bottom-bg.gif) no-repeat 0 100%;
}
#content div.free-text p span {
	float:right;
	padding:12px 0 0 0;
	font:13px normal "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content div.free-text a {
	color: #0195DC;
}
/**********************************img with text*******************************************/
#content .content-img {
	float:right;
}

#content .center {
	padding:0 0 0 15px;
	float:left;
}
#content .content-img img {
	float:left;
	clear:right;
	border:1px solid #b5a17f;
}
#content .content-img-news {
	float:right;
}
#content .content-img .text {
	clear:left;
	text-align:right;
	display:block;
	color:#aba087;
	font-size:84.62%;
	font-weight:bold;
	font-style:italic;
}
#content .content-img .rigth-text {padding:0 0 0 15px; float:left;}
* html #content .content-img .rigth-text {padding:0 0 0 15px; float:left; width:185px; text-align:left;}
* +html #content .content-img .rigth-text {padding:0 0 0 15px; float:left; width:185px; text-align:left;}
#content span.content-img { padding:13px 0 0 0;}
#content div.content-img .text {
	font-size:68.75%;
}
#content .entry img {
float:none;
}
/***************************************footer******************************************/
#footer {
	float:left;
	width:800px;
	display:inline;
	margin:0 30px;
	padding:16px 0 0 0;
	font-size:81.25%;
	color:#aba087;
	background:url(/wp-content/themes/luminos/images/public_website/style/title-bg-line.gif) repeat-x;
}
#footer ul {
	padding:0;
	margin:0;
	width:800px;
	text-align:center;
	list-style:none;
}
#footer ul li {
	display:inline;
	padding:0 9px 0 6px;
	background:url(/wp-content/themes/luminos/images/public_website/style/footer-bg.gif) no-repeat 100% 4px;
}
#footer ul li.last { background:none;}
#footer ul li a {
	text-decoration:none;
	color:#aba087;
	line-height:15px;
} 
#footer ul li a:hover, #footer ul li a.active { text-decoration:underline;}
#footer p {
	float:left;
	padding:0 0 20px 0;
	margin:0;	
	width:800px;
	text-align:center;
}
/***************************************landing box******************************************/
.landing-box {
	background:transparent;
	width: 725px;
	margin:0px 12px 12px;
}
.landing-box .wrapper {
	width: 720px;  
	background:#01418D url(/wp-content/themes/luminos/images/landing/landing-bg.gif) repeat-x top left; 
	margin-left: 3px;
}

.wrapper:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

.landing-box .top {
	clear:both;
	background:url(/wp-content/themes/luminos/images/landing/landing-box-top.gif) no-repeat bottom left;
	height: 9px;    
}  
.landing-box .bottom {
	clear:both;      
	background:url(/wp-content/themes/luminos/images/landing/landing-box-bottom.gif) no-repeat top left;
	height: 10px;    
} 

.landing-box .right {
	float: right;
	width: 540px;
}
.landing-box img {
   float: left;
   margin: 10px 15px 0;    
}
.landing-box h1 {
   color: #FFF;
   font-size: 1.7em;
   margin: 10px 0 10px 0;   
}
.landing-box ul {
   color: #FFF;
   margin: 0 0 8px 0;  
}

.landing-box p {
   color: #FFF;
   margin: 0 0 8px 0;  
}
.landing-box div.landing-links {
	float: right;
	width: 150px;
	text-align: right;
	padding: 10px 25px 0 0;
}

.landing-links a {
	color: #FFF;
	font-size: 0.9em;
}

.landing-links a.free-trial:hover {
	background-position:0pt -34px;
}

.landing-links a.free-trial {
	background-position: 0pt 0px;
	background-repeat: no-repeat;
	height:34px;
	float: right;
	overflow:hidden;
	text-align: left;
	text-indent:-9999px;
	background-image:url(/wp-content/themes/luminos/images/landing/button-free-trial.gif);
	display:inline;
	margin:15px -5px 0 0;
	width:129px;
}

.landing #footer {
	background:transparent url(/wp-content/themes/luminos/images/public_website/style/sub-title-bg.gif) repeat-x scroll 0% 0%;
	width: 750px;
	margin: 0;
	padding: 5px 0 0 0;
}
.landing #footer p{
	padding-bottom: 5px;
}

/*******************************faq**********************************/

#content .faq p {
	margin: 8px 15px;
}

#content .faq h3 {
	margin-top: 10px;
	font-size: 1.1em;
}

#content .faq h4 {
	margin-top: 10px;
	font-size: 0.9em;
}

#content .faq hr {
	display: block;  
	margin: 20px 0 20px 8px;
	width: 631px;
}

#content .news hr {
	height: 1px;
	color: #E8D7B3;
	background-color: #E8D7B3;
	border: none;
}

#content .news p {
	padding: 12px 0;
}

#content .news p a {
	margin: 5px 5px;
}

/*******************************sidebar**********************************/
#sidebar {
	font-size:125%;
	font-weight:100;
	}
	
#sidebar ul li{
list-style-type: none;
background-image: none;
}

#sidebar ul ul li{
padding-left: 0;
list-style-type: none;
}


#sidebar ul ul li.current_page_item a{
	text-decoration:none;
	font-weight:bold;
	color: #534119;
}







/*************************search page ****************************************/
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	
/**********************************homepage*********************************/
#content .home a, #content .home a:visited{
	text-decoration:none;

	}
#content .home a:hover, #content .home a:active{
	text-decoration:underline;
	}
	
#content .homeREMOVE h2 {
	font-size:24px;
	line-height:20px;
	text-decoration:none;
	color:#534119;
	padding:0;
	margin-bottom:10px;
	}
	
#content .top-home {
	float:left;
	width:770px;
	height:100px;
	border:0px;
	margin-bottom:20px;
	margin-left: 5px;
	background: #121d59 url("/wp-content/themes/luminos/images/home/home-head-bg.jpg") no-repeat top right;
	color: #fff;
	padding: 15px 0 0 25px;
	font-size: 30px;
	}
.clearme{
	clear:both;
}
	
#content .bottom-home {

	width:180px;
	height:126px;
	border:2px dashed #000000;
	margin-bottom:20px;
	}
/*-----------------buttons-----------------*/	
#content .left-home .button-left {
	width:140px; 
	height:98px;
	margin: 5px 0px 5px 5px;
	padding:0;
	color:#0088ba;  
	background-image:url(/wp-content/themes/luminos/images/home/btn_bg_left.gif); 
	background-position:center; 
	background-repeat:no-repeat;

}
#content .left-home .button-right {
	width:140px; 
	height:98px;
	margin: 5px 0px 5px 15px;
	padding:0;
	color:#0088ba;  
	background-image:url(/wp-content/themes/luminos/images/home/btn_bg_right.gif); 
	background-position:center; 
	background-repeat:no-repeat;

}
#content .left-home .button-left p,
#content .left-home .button-right p{
font-weight:bold;
font-size:80%;
width:130px;
}

#content .left-home .button-left a,
#content .left-home .button-right a,
#content .left-home .button-left a:hover,
#content .left-home .button-right a:hover,
#content .left-home .button-left a:active,
#content .left-home .button-right a:active,
#content .left-home .button-left a:visited,
#content .left-home .button-right a:visited  {
	color: #0186D6;
	text-decoration:none;
}

#content .left-home .button-left p{
padding:17px 0 0px 10px;
margin:0;
text-align:center;
}
#content .left-home .button-right p{
padding:17px 0 0 6px;
margin:0;
text-align:center;
}

#content .left-home .button-left h2{
margin:0;
padding:5px 0 0 12px;
font-size:110%;
}
#content .left-home .button-right h2{
margin:0;
padding:5px 0 0 17px;
font-size:110%;
}

/*  Buddins*/
.button-long {
	width:300px; 
	margin: 5px 0px 5px 0px;
	padding:0 0 0 10px;
	color:#0088ba;  


}

.button-long a,
.button-long a:hover,
.button-long a:active,
.button-long a:visited {
	color: #0186D6;
	text-decoration:none;
}

h7.find {
padding-left: 50px;
text-align:center;
}

h7.sign {
padding-left: 15px;
text-align:center;
}

.button-long h2{
margin:0;
padding:0 0 0 70px;
}

#content .left-home {
	float:left;
	width:300px;	
	margin-left:5px;	
}

#content .left-home  a:hover, #content .left-home a:active{
color:#d13d02;
}
	
#content .left-home ul{
margin-bottom:20px;
}

#content .left-home ul li{
	color:#534119;
	font-size:16px;
	list-style-type:none;
	margin-left:10px;
	line-height:20px;

	
}

#content .left-home ul li a{
	padding:0;
	margin:0;
	color:#ee770b;
}

#content .right-home {
	float:right;
	width:460px;
	margin-right:5px;
}

#content .right-home img {
	float:none;
}

#content .right-home .stbutton {
	float:right;
}

#content .right-home h3{

}

#content .right-home ul li a {
	line-height:14px;
}
#content .right-home ul li{
	font-size: 16px;
	margin:0;
	padding:0 0 0 20px;
}

#disclaimer p {
	background:#FFFBCF;
	border: 1px solid #ff0000;
	padding:5px;
	font-size:11px;
}