@import url(default.css);


/* TYPOGRAPHY */

h1,h2,h3,h4 {font-weight: bold; font-family: arial; color: #79D0BD;}
h1 {font-size: 2.2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em; }
p {font-size: 13px; color: #B8E7DD;}
a {color: #333; text-decoration: none;}

h1, h2, h3{
	padding-left: 5px;
}

table img, table p, table h1, table h3{
	margin: 0px;
	padding: 0px;
}

table td{
	padding-top: 5px;
	padding-right: 15px
}

/* MAIN STRUCTURE LAYOUT */

body {
	background: #000000 url(/media/structure/bg_body.png) repeat-x;
	font: 0.7em Verdana, sans-serif;
}

	#global {
		width: 1024px;
		margin: 0 auto;
	}
	
	#magic-hand{ 
		background: url(/media/structure/bg_hand.png) right top no-repeat;
	}
		
		#logo-banner{
			float: left;
			padding-top: 20px;
		}
		
		#word-stack{
			padding-top: 8px;
			padding-left: 50px;
			float: left;
			width: 363px;
			height: 110px;	
		}
	
	#top-nav{
		clear: both;
		height: 33px;
		/*background: url(/media/structure/bg_topnav.png) repeat-y;*/
		/*border-bottom: 1px solid #ccc;*/
	}
	
/* MAIN COLUMNS/GRID */	
#main-content{
	margin-top: 55px;
	/*background: url(/media/structure/bg_main_tile.png);*/
}

#main-content a{
	color: #F18000;
	text-decoration: none;
}

#main-content a:hover{
	text-decoration: underline;
}

#left-column{
	padding-top: 5px;
	width: 770px;
	min-height: 500px;
	/*background: url(/media/structure/bg_left_col_top.png) no-repeat 0px 167px;*/
}
	#left-col-image{
		min-height:167px;
	}
	#left-col-text{
		padding: 0px 0px 50px 0px;
		color: #333;
		float: left;
		width: 400px;
	}
	
	#right-col-image{
		float: left;
	}
	
	p{
		padding: 5px;
	}
	
	#left-column img{
		margin: 20px;
		border: 1px solid #2F3032;
	}
	
	#left-col-text a {color: #F18000; text-decoration: none;}
	#left-col-text a:hover {color: #ccc;}
	
	
#right-column{
	width: 251px;
	min-height: 300px;
	background: url('/media/structure/bg_right-column.png') no-repeat;
	/*background: url(/media/structure/bg_right_col_top.png) no-repeat;*/
}

	#right-col-image img {
			padding: 4px;
			border: 2px solid #2F3032;
	}
	
	#right-column h1{
		color: #333;
		margin:0;
		padding-left:50px;
		padding-top:25px;
		height:60px
	}
	#right-column a:hover {color: #ccc;}

	#stay-connected{
		padding: 30px 20px;
	}
	

	
		#stay-connected h3{
			margin: 0px;
			padding: 0px 0px 3px 0px;
		}
		
	#share{
		clear: both;
		text-align: left;
		padding: 40px 0;
	}
	
	#share a{
		color: #333;
	}
	
	#numbers{
		margin-right: 10px;
		margin-top: -15px;
		padding: 0px;
		float: right;
	}
	
		#numbers h4{
			padding: 0px;
			margin: 0px;
			font-size: 20px;
			color: #62C093;
		}

/* ARTICLES LAYOUT */	
	#article-list .article-item{
		border-bottom:1px solid #333;
		padding-bottom: 15px;
	}
	#article-list .article-item div{
		padding: 5px 0 5px 0;
	}
	#article-list .article-thumb{
		width:106px; height:106px; float:left; margin-right:10px;
	}
		#article-list .article-thumb img{
			padding: 3px;
			border:1px solid #333;
		}
	
	#article-list .article-item-text{
		width:450px; float:left;
	}
		#article-list .article-item-text h2{
			margin:0; padding:0 0 5px 0; color: #333;
		}
		h4.byline{
			margin:0; padding: 0 0 10px 0; color: #333;
		}
		h3.news-title{
			margin:0; padding:0 0 10px 0;
		}
		.more-article-image{
			padding:10px 0 10px 0; 
		}

	#iiujuy-iiujuy{
		background-color: #161718;
		color: #B8E7DD;
		font-weight: bold;
		border: 1px solid #2F3032;
		width: 190px;
		height: 17px;
		padding: 10px;
	}

	#submit-btn{
		margin-top: 10px;
		float: right;
		cursor: pointer;
		width: 131px;
		height: 32px;
		border: none;
		background: url('/media/structure/submit-btn.png') no-repeat;
	}

	#submit-btn:hover{
		background: url('/media/structure/submit-btn-hover.png') no-repeat;
	}




/* FOOTER */

#footer{
	background: url(/media/structure/bg_footer.png) bottom repeat-x;
	height: 146px;
}

	#footer-content{
		width: 1024px;
		margin: 0 auto;
		padding-top: 40px;
		font: 11px Arial;
		color: #777777;
		text-transform: capitalize;
		}
	
	#footer_links ul{
		margin:0; padding:0;
	}
	#footer_links li{
		padding: 3px 2px;
		display: block;
		float: left;
	}
	#footer_links {
		text-align: left;
	}
		
		#footer_links a{
			color: #777777;
		}
		#footer_links a:hover{
			color: #444;
		}
	
	#copyright p{
		padding-top: 3px;
		font: 11px Arial;
		text-align: right;
		color: #777777;
	}