/*-------------------------------------------
Typography
--------------------------------------------*/

/* Set Defaults 
/*-------------------------------------------*/

p, a, span, div {
	font: normal 12px Arial;
	text-decoration: none;
	text-align: left;
	color: #4b4b4b;
	line-height: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	margin-bottom: 10px;
	color: #878278;
	font-weight: bold;
}


/* Header
/*-------------------------------------------*/

#header h1 {
	margin: 0 auto;
	width: 920px;
}



h2, h3 {
	
}

h4, h5 {
	color: #878278;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0;
	line-height: 36px;
}

#post-bar h2 {
	float: left;
	margin: 0 0 20px;
}

div.title h2,
div.title p {
	margin-left: 90px;
	margin-bottom: 20px;
}

h2 a, h4 a, h5 a {
	
	color: #df275f;
}

h3 {
	font-size: 18px;
	font-weight: bold;	
}

h3 a {
	font-size: 18px;
	font-weight: bold;
	color: #df275f;
}

h4, h4 a {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

h5, h5 a {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

ul {
	list-style-type: none;
}

ol {
	margin: 10px 0 20px 15px;
}

ol li {
	padding: 2px 0;
}

small {
	font-size: 10px;
}

span.asterisk {
	color: #df275f;
}


#content-page ul {
	margin: 10px 0 20px;
}

#content-page ul li {
	padding: 3px 0;
}

ul li.opt-1,
ul li.opt-2 {
	color: #df275f;
	padding-left: 30px;
	height: 25px;
	display: block;
}

ul li.opt-1 h4,
ul li.opt-2 h4 {
	color: #df275f;
	position: relative;
	left: 30px;
	line-height: 16px;
}

ul li.opt-1 {
	background: url('images/icons/option_one.jpg') no-repeat top left;
	
}

ul li.opt-2 {
	background: url('images/icons/option_two.jpg') no-repeat top left;
	
}

ul li.opt-1 h4 a.collapsed,
ul li.opt-2 h4 a.collapsed {
	background: url('images/icons/collapsed.gif') no-repeat center right;	
	line-height: 16px;
}

ul li.opt-1 h4 a.expanded,
ul li.opt-2 h4 a.expanded {
	background: url('images/icons/expanded.gif') no-repeat center right;	
	line-height: 16px;
}

/*-------------------------------------------
Index Typography
--------------------------------------------*/

#todays-post div.entry p {
	font-size: 12px;
	line-height: 16px;
}

span.index-date {
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
	
}

p.wp-caption-text {
	text-align: center;
}

#recent-posts h4 {
	margin-bottom: 8px;
}

#post-bar ul#postbar li a,
#post-options ul#postbar li a {
	font-weight: bold;
	color: #878278;
	
}

#recent-posts li p {
	padding-bottom: 0px;
	margin-bottom: 5px;
}

/*-------------------------------------------
Sidebar Typography
--------------------------------------------*/
#sidebar ul li.signup,
#sidebar-alt ul li.signup {
	font: bold 12px "Arial";
	color: #fff;
}

#sidebar #SignUp {
	color: #fff;
}

li.share p {
	padding-top: 90px;
	font-size: 11px;
	line-height: 13px;
}

li.contests p {
	padding: 40px 0 0 120px;
	font-size: 11px;
	line-height: 13px;
	width: 165px;
}

/*-------------------------------------------
Input Typography
--------------------------------------------*/
input {
	color: #878278;
}

#loginform p.text, registerform p.text {
	margin-right: 10px;
	width: 350px;
}


/* Comments */

div.singlecomment p {
	margin-bottom: 0;
	color: #df2785;
}
div.singlecomment {
	margin-bottom: 5px;
}

div#commentarea li.alt {
	background: #eee;
}

div#commentarea li div {
	padding: 5px;
}

ul#commentlist {
	margin-bottom: 25px;
}