/***********************************************/
/* Template Styles                             */
/***********************************************/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1;font-family:sans-serif;font-size:8pt}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/***** Helper Styles *****/
.clr{clear:both;}
.right{text-align:right; }

body{

	font-family:Arial, Helvetica, sans-serif;
    color: #656565;
    font-size:14px; 
	margin: 0px;
	padding: 0px;
	background: #FFF url(../images/bg-template.jpg) top center repeat-y;
}

#wrapper{

	width:1024px;
	margin:auto;
}

#header{
	width: 890px;
	height:111px;
	background: transparent url(../images/bg-header.png) top left no-repeat;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-445px;
}

#logo{
	width: 258px;
	height: 103px;
	float:left;
	margin: 0px;
}

#navigation{
	width:570px;
	height:85px;
	float:right;
	margin: 10px 30px 0px 0px;
}

#banner{
	width:890px;
	height:222px;
	background: url(../images/banner.jpg) top left no-repeat;
	margin:auto;
	margin-top:-24px;
}
	#banner-copy{
		width:460px;
		height:100px;
		float:left;
		margin: 120px 0px 0px 50px;
		clear:both;
		color:#4c7caf;
	}

#content{
	width:890px;
	margin:auto;
	padding:0px 30px;
	min-height:200px;
        padding-top:120px;
}

	.my-idea{
		background: url(../images/bg-my-idea.jpg) top left no-repeat;
		width:890px;
		min-height:117px;
		margin-top:10px;
		padding-top:50px;
		margin:auto;
		margin-bottom:20px;
		margin-top: 10px;
	}
		.my-idea input{
			width:550px;
			height:50px;
			line-height:50px;
			font-style:italic;
			font-size:40px;
			color:#656565;
			padding: 0px 20px;
			margin-left:20px;
			background:none;
		}
		.my-idea .submit-idea{
			width:200px;
			font-style:normal;
			cursor:pointer;
			background:#bbbbbb;
			border:none;
			color:#fff;
			height:50px;
		}
		.my-idea textarea{
			width:550px;
			margin:0px;
			background:none;
			font-style:italic;
			font-size:16px;
		}
		.add-description{
			padding:5px 0px 0px 30px;
		}
		.add-description a:hover{
			text-decoration:none;
		}

		#desc_container{
			background:#FFFFFF;
			border:1px solid #BBBBBB;
			display:block;
			padding:20px;
		}
		#desc_container input{
			width:550px;
			height:30px;
			line-height:30px;
			font-style:italic;
			font-size:16px;
			color:#656565;
			padding: 0px;
			margin-left:20px;
			background:none;
		}			
			

	.ideas-list{
		padding:0px 20px;
		width:830px;
	}
		.ideas-list h2 a{
			color:#656565;
			font-size:24px;
			font-style:italic;
			font-weight:normal;
			text-decoration:none;		
		}
		.ideas-list .even, .ideas-list .odd{
			border-bottom: 1px solid #BBB; 
			height: 90px;
		}
	
	.vote{
		padding:0px 30px;
	}

#footer{
	clear: both;
	width: 890px;
	height: 112px;
	background: url(../images/bg-footer.jpg) no-repeat left top;
	margin:auto;
	border-top: #BBB solid 1px;
}
	.footer-copy{
		width:300px;
		height:50px;
		padding:40px 0px 0px 30px;
		float:left;
	}
		.footer-copy ul{
			padding:0px;
		}
			.footer-copy ul li{
				display:inline;
				margin-right:10px;
			}
	
	.message{
		float:right;
		width:420px;
		height:50px;
		font-size:40px;
		font-weight:normal;
		margin-top:35px;
		padding-left:40px;
	}

/*************************************************/
/* Navigation                                    */
/*************************************************/

/***** Main Navigation *****/

#navigation ul{
	margin-top:36px;
	padding:0px;
}	
	#navigation ul li{
		display:inline;
		padding-right:40px;
		float:right;
	}

#navigation a{
	color: #FFF;
	text-decoration:none;
}
	#navigation a:hover{
		color: #de9d01;
	}


/*************************************************/
/* Layout Styles                                 */
/*************************************************/

#layout-2col{
	width:100%;
}
	#layout-2col #col-1{
		margin-right:300px;
		padding:0px 30px;
	}
	#layout-2col #col-2{
		width:300px;
		float:right;
	}

/*************************************************/
/* Theme Styles                                  */
/*************************************************/

/***** Text Styles *****/

h1{
	font-size:34px;
	font-weight:normal;
}

h2{
	font-size:16px;
	font-weight:bold;
}

p{
	margin: 15px 0px;
	line-height:1.2em;	
}

a, a:visited {
	color: #048601;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul{
	list-style-type: disc;
	padding: 10px 0px 10px 40px;
}
	ul li{
		padding:3px 0px;
	}

/***** Block Styles *****/

.block-content{
	width:244px;
	height:199px;
	background: url(../images/bg-block-content.jpg) top left no-repeat;
	float:left;
	margin:0px 6px;
	padding:20px;
}	
	.block-content img{
		margin-bottom:15px;
	}
	
	.block-content h2{
		font-weight:normal;
		font-size:18px;
		color:#8096B5;
	}

	
/***** Sticky Footer Styles *****/

html, body, #wrapper {height: 100%;}

body > #wrapper{height: auto; min-height: 100%;}

#content {padding-bottom: 112px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -112px; /* negative value of footer height */
	height: 112px;
	clear:both;}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.vote { font-size: 20px; padding: 10px; text-align: center; }
.ads { float: right; }

