/*
Theme Name: Ten Economic Ideas
Description: Used for the website design of Ten Economic Ideas.
Version: 1.0
Author: Ryan Burgess
Author URI: http://ryanburgess.com

*/



body{
	margin:0px;
	padding:0px;
	background:url(images/background-bg.jpg) #26649f;
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:12px;
}


h2{
	font-family:Helvetica;
	font-size:20px;
	margin:0px;
	padding:0px;
	color:#11497c;
	
}

h2 a{
	text-decoration:none;
}



h3{
	font-family:Helvetica;
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#11497c;
}

p{
	margin:0 0 0 20px;
	padding:5px 0 10px 0;
	line-height:18px;
}

#holder{
	width:760px;
	margin:0 auto 0 auto;
}

#header{
	background:url(images/header.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:458px;
	padding:0px;
	margin:0px;
	text-align:center;
}

#social-media-icons{
	float:right;
	margin:350px 30px 0 0;
}

#social-media-icons ul{
	margin:0px;
	padding:0px;
}

#social-media-icons li{
	margin:0px;
	padding:5px;
	list-style:none;
	display:inline;
}

#content{
	background:url(images/content-bg.jpg);
	background-repeat:repeat-y;
	width:750px;
}

#content-left{
	float:left;
	width:470px;
}

#content-left h2{
	font-family:Helvetica;
	font-size:20px;
	margin:0 0 0 20px;
	padding:0px;
	color:#11497c;
}

#video-player{
	padding:5px 0 10px 20px;
}

#sidebar{
	float:right;
	width:230px;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
}

#sidebar ol{
	margin:0 0 20px 20px;
	padding:0px;
	color:#11497c;
	font-weight:bold;
}

#sidebar li{
	margin:0px;
	padding:2px 0 10px 10px;
	font-family:Helvetica;
	font-size:16px;
}

#sidebar li a{
	color:#26649f;
	text-decoration:none;
	font-weight:bold;
}

#sidebar li a:hover{
	color:#26649f;
	text-decoration:underline;
}

#commenting{
	margin:10px;
	width:480px;
}

#commenting a{
	text-decoration:underline;
	color:#26649f;
}

#commenting a:hover{
	text-decoration:none;
}

#commenting-page{
	font-family:Verdana;
	font-size:12px;
	color:#333;
}

#commenting-page li{
	list-style:none;
	padding:20px 0 20px 0;
	border-bottom:1px solid #ccc;
}

.comment-btn{
	background:url(images/add-idea.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:34px;
	color:#fff;
	font-family:Helvetica;
	font-size:18px;
	border:none;
	float:right;
}

#commentlist li{
	list-style:none;
	border-bottom:1px solid #ccc;
	padding:20px 0 20px 0;
	
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.view-comments-btn{
	border:none;
	float:right;
}

#add-ideas-link{
	margin:20px 0 0 0;
}

#footer{
	background:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:99px;
}

.clear{
	clear:both;
}

.main-image{
	background:url(images/image-bg.jpg);
	background-repeat:no-repeat;
	padding:10px;
	margin:0 auto 0 auto;
}

