﻿/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{letter-spacing:1.8px;text-transform:uppercase;font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;font-size:1.5em;margin-bottom:.8em;padding-top:.2em;}	
	h2{letter-spacing:1.5px;text-transform:uppercase;font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;font-size:1.3em;margin-bottom:.85em;padding-top:.3em;}	
	h3{text-transform:uppercase;font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;font-size:1.1em;margin-bottom:.6em;padding-top:.4em;}
	h4{font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;font-size:0.9em;margin-bottom:.6em;}
	h5,h6{font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;font-size:0.8em;margin-bottom:.5em;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.2em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:block;border:1px solid #ccc;margin:26px 0 16px 0;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#333;
		}		
	body{
		font-size:13px;
		background:#909090;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#DE5477;
		}
	a:hover{color:#D20065;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.bulletin {
	    list-style-type: none;
	    background: #EEEEEE;
	    border: 1px solid #e0e0e0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
     }
     .bulletin li{
        padding: 10px;
        margin-left: -4px;
     }
     .box {
	    background: #EEEEEE;
	    border: 1px solid #e0e0e0;
	    padding:8px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
     }   
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.pullquote-35{
		width:35%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		padding-bottom:2.5em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	
	.designer{
		border:solid 1px #ccc;
		height: 150px;
	    padding:4px;
		margin-bottom:12px;	
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		text-align:center;
		overflow:hidden;
		background:#ccc url(../images/designer-bg.png); background-position:top; background-repeat:repeat-x;
		}
	.designer img{
	margin-bottom: -8px;
}
	.pink {color:#D20065;}
	.thumb-left{float:left;width:125px;border:1px #ccc solid;padding:4px;margin-right:16px;}
	
	.image-center{text-align:center;margin-left:auto;margin-right:auto;}
	.image-left{
	float:left;
	text-align:left;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    margin-right:18px;
    margin-bottom:8px;
}
    .image-right{
    float:right;
	text-align:right;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    margin-left:18px;
    margin-bottom:8px;
}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		margin-bottom:.5em;
		}
	.boxout-30{
		width:30%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		margin-bottom:.5em;
		}
	.boxout-30-left{
		width:18%;
		float:left;
		margin-right:1.5em;
		padding:1em 2em;
		border:1px solid #ccc;
		-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		margin-bottom:1.7em;		
		}
	
	.boxout-40{
		width:40%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		margin-bottom:.5em;
		}	
	.boxout-50{
		width:50%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		margin-bottom:.5em;
		}
	.boxout-80{
		width:80%;
		padding:1em 2em;
		border:1px solid #ccc;
		-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		margin-bottom:.5em;
		margin-left:auto;
		margin-right:auto;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	#container{	
		margin:10px auto;
		width:960px;
		text-align:left;
		position:relative;
		border:1px solid #ccc;
		padding:4px;
		}
	.inner{
		position:relative;
		}
        
	#header{
		position:relative;
		width:956px;
		height:130px;
        padding:1px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        margin-bottom:0;
		background-image: url(../images/masthead-4.jpg); background-repeat:no-repeat;		
		}			
	.content{
		clear:both;
		padding:.5em 0;
		background:#fff;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		border:1px solid #ccc;
	    padding: 12px;
	    background: #fff;
		}
	.main{width:740px;}
/* added by JC */	
	.main-dark {
	    float:left;
		display:inline;
		border:1px solid #ccc;
	    padding: 12px;
	    width:740px;
	    background:#2B2F32;
	    color:#fefefe;
	    }
	.dark {
	    background:#2B2F32;
	    color:#fefefe;
        }
    .dark ul ol li{
	    color:#fefefe;
        }    
    .white {
	    color:#fefefe;
        }	    
	    /* border style for lists or paragraphs - for dark background pages */
	.border {
	    border-left:5px #716875 solid;
	    padding-left:16px;
        }
	
/* end added by JC */

	.secondary{
	    width:150px;
	    margin-left:12px;
	    } 
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* added by JC */
		.cols5 .col{width:17%;margin-left:2%;} /* 5 equal width columns layout */
						
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{}
		.col2{}
		.col3{}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */

        #nav-container {
	        padding:2px;
		    border-bottom:1px solid #ccc;
		    border-left:1px solid #ccc;
            border-right:1px solid #ccc;
		    height:36px;		
			background:#868686 url('../images/nav-bg.png');background-repeat: repeat-x;
            }	
		#nav, #nav ul, #nav li{
			margin:0;
			padding:5px 0 5px 5px;		    
		    margin-bottom:.5em;
			list-style:none;			
			}	
		#nav li{
			float:left;
			display:inline;
			position:relative;
			line-height:14px;
			height:16px;
			margin-right:.5em;			
			}
		#nav li a{
	        color:#fff;
            }
        #nav li a:hover{
	        color: #E7839B;
            }
		#nav li span{
	        color:#888;
	        padding-left:12px;
            }			
		#nav ul{
			position:absolute;
			left:0;
			top:26px;
			padding:5px 10px;
			width:146px;	
			background:#2B2E31;
			display:none;
			z-index:1000;		
			}
		#nav ul li{
			float:none;
			display:block;
			border-bottom: 1px #888 dotted;		
			padding:3px;		
			}
		#nav ul li a:hover{
	        color:#E7839B;
            }
                				
/* //navigation */

/* header */

	#header h1{
		line-height:50px;
		height:50px;
		margin:0;
		}
	#header h1 a{		
		}		

/* // header */
	
/* content */

	.content a, .content a:visited{
		text-decoration:underline;
		}
	
/* // content */

/* scroll box for list of links and archived pages */
     div.scroll {
     height: 140px;
     overflow: auto;
     border: 1px solid #666;
     padding: 8px;
     }
     div.scroll ul li{
     padding-left: 8px;
	 margin-left: -4px;
     }

/* footer */
	    
    #footer{
    margin:10px auto;
	position:relative;
	border:1px solid #ccc;
	padding:12px;
	background:#DE5477;
	/*background:#BF3E65;*/
	color:#fefefe;
	}
	
	#footer a, #footer a:visited{
	text-decoration:underline;
	color:#fefefe;	
	}
	#footer a:hover{
	color:#642034;
    }
	/*footer nav option 1*/
	div.list{
		width:920px;
		border-top:1px solid #999;
		margin-bottom:1.5em;
		}
	div.list ul{
		margin:0 0 0 -15px;
		padding:0;		
		}	
	div.list ul li{
		margin:0 0 0 15px;
		padding:.5em 0;
		list-style:none;
		border-bottom:1px solid #ccc;
		float:left;
		width:295px;
		}
/*footer nav option 2*/		
	ul.nav-footer{
		margin:0 0 1em 0;
		padding:.2em;
		}	
	ul.nav-footer li{
		margin:0;
		padding:0 .5em .6em .5em;
		line-height:1em;
		float:left;
		list-style:none;
		border-left:1px solid #999;
		}
	ul.nav-footer li.first{
		padding-left:0;
		border-left:none;
		}
	ul.nav-footer li a{float:left;}
	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */
