/* Drumbeat blog Version 0.1 */

html, body, div, span, p, h1, h2, h3, h4, h5, h6, ul, li, hr, img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #221F1F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #fff;
	color: #221F1F;
	font: 10px georgia, times, serif;
}

#container {
	margin: 0 auto;
	width: 778px;
}



/* Header */

#header {
	margin: 45px 0 31px 0;
}

#header h1 {
	float: right;
}

#header span {
	display: none;
}

#contact {
	color: #7e8083;
	font: 1.1em 'century gothic', arial, sans-serif;
}

#contact ul {
	float: left;
	list-style-type: none;
	margin-right: 30px;
}

#contact ul li a {
	color: #7e8083;
	text-decoration: none;
}

#contact ul li a:hover {
	text-decoration: underline;
}



/* Main Content */

#main_content {
	clear: both;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 80px;
	width: 426px;
}

h3 {
	color: #000;
	font-size: 1em;
	margin-bottom: 15px;
}

h2 {
	color: #7e8083;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 15px;
}

#main_content h2 {
	line-height: 1.2em;
}

#main_content p {
	margin-bottom: 12px;
}

#main_content img {
	margin-top: 5px;
}

#main_content ul {
	color: #7e8083;
	list-style-type: none;
	margin: 5px 0 25px 0;
}

#main_content ul li {
	float: left;
	margin-right: 20px;
}

#main_content ul li a {
	color: #7e8083;
	text-decoration: none;
}

#main_content ul li a:hover {
	text-decoration: underline;
}

#main_content hr {
	clear: both;
	border-top: 1px dashed #7e8083;
	height: 1px;
	margin-bottom: 30px;
}



/* Comments */

.required {
	color:red
}

#comments {
	margin-top: 30px;
}

#comment h2 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 15px;
	font-weight: bold;
}

#comment h3 {
	font-style: italic;
	color: #7e8083;
}

.comment {
	margin-top: 15px;
}

.submit {
	margin-left: 55px
}


#add_comment dl {
	margin: 0;
	padding: 0;
}

#add_comment dt {
	text-align: left;
	float: left;
	width: 60px;
}

#add_comment dd {
	margin: 0 0 10px 70px;
}

#add_comment text {
	margin: 0 0 10px 70px;
}

input, textarea {
	border: 1px solid;
	color: #221F1F;
}

#add_comment input, #add_comment textarea {
	width: 290px;
	padding: 5px;
	font-family: arial, sans-serif;
}

#commentPosted { 
 	background: #ccc;
	text-align: center;
}

#commentPosted p {
	padding: 10px 0;
}

/* Right Column */


#right_column {
	float: right;
	width: 220px;
	font-size: 12px;
}

#right_column h2 {
	font-size: 1.5em;
}

/* Search */

#search_form {
	float: left;
	margin: 80px 0 10px 0;
}

#search_form form {
	margin-top: 15px;
}

#search_form form select {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 141px
}

#search_form form input {
	clear: both;
	float: left;
	width: 141px
}


/* newsletter */

#newsletter {
}

#newsletter dl, #newsletter dt, #newsletter dd {
	margin: 0;
	padding: 0;
}

#newsletter dt {
	float: left;
}

#newsletter dd {
	clear: right;
	margin: 0 0 10px 40px;
}

#newsletter dd input {
	width: 100px;
}

.button input {
	width: 141px
}

/* Tweet Tweet! Twitter feed */

#twitter_div {
	clear: both;
	float: left;
	margin-top: 30px;
}

#twitter_update_list {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.4em;
}


#twitter_update_list li {
	margin-bottom: 10px;
}

#twitter_update_list a {
	color: #7e8083;
}

/* rssFeed */

#rssFeed {
	clear: both;
	height: 21px;
	margin-top: 50px;
	padding: 4px 0 0 30px;
	background: url(../images/styles/rss_icon.png) no-repeat;
}
