/*

Theme Name: Cofisca.org
Theme URI: http://cofisca.org

*/

/* global values
----------------------------------------------- */

* { margin: 0; padding: 0; } /* Global Whitespace Reset */ 

body { 
	background: #FFF url(images/body_bg.jpg) repeat-x top left; 
	margin: 0 auto;
	font-family: arial, tahoma, verana, sans-serif;
	text-align: center;
	overflow: auto;
	}

p {font-size: 12px; color: #414141; line-height: 18px; margin-bottom: 15px; text-align: justify; display: block;}	
a {color: #8B97A7; text-decoration: none;}
a:hover {color: #5F6E81; text-decoration: none;}
img, a img{ border: 0; margin: 0;}
span {font-size:11px;}

h1 {font-size:24px;margin:0 0 20px;padding:0 0 7px; border-bottom:1px solid #DFDFDF}
h2 {font-size:20px; font-style:italic;font-weight:normal; color:#3F3F3F}
h3 {font-size:16px;}
p.meta{font-size:11px; color:#BCBCBC;}
	
/* general layout
----------------------------------------------- */

#global_wrapper {
	background: url() repeat-y top center;
	width: 736px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	overflow: hidden;
	text-align: left;
	}
	
#header {
	background: url(images/header.jpg) no-repeat top center;
	height:171px;
	}
	
#left_col {
	float: left;
	width: 415px;
	overflow: hidden;
	}
	
.content {
	margin:0 0 15px;
	border-bottom:1px solid #DFDFDF;
	}

#right_col {
	float: right;
	width: 289px;
	overflow: hidden;
	}
	
.row {
	background: url(images/row_bg.jpg) no-repeat top left;
	padding: 0 0 0 21px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e1e1e1;
	}
	
	.row img {float: left; margin-right: 15px;}

#links	{
	margin:45px 0 20px;
	}
	

	#links li{margin:0 0 10px;padding:0 0 10px; border-bottom: 1px solid #DFDFDF;}
	
#login {
	background: url(images/login_bg.jpg) no-repeat top left;
	padding: 50px 15px 15px 15px;
	height: 53px;
	margin: 0 0 20px 0;
	}
	
#contact { 
	background: url(images/contact_bg.jpg) no-repeat top left;
	padding: 50px 15px 15px 15px;
	margin-bottom: 15px;
	height: 238px;
	}
	
/* footer
----------------------------------------------- */

#footer p{
	text-align: center;
	color: #9F9F9F;
	padding-top: 10px;
	border-top: 1px solid #E1E1E1;
	}
	
	
	
	
	
	
	
	






