/*
Theme Name: RazorGator Theme
Theme URI: http://www.dizzain.com/blog_customization/
Description: RazorGator Theme
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com
*/

/*
	Main styles
*/

html { width: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/16px Arial, Tahoma, sans-serif;
	color: #000;
	background: #5a281f;
}

a img, fieldset {
	border: none;
}

legend {
	display: none;
}

p {
	margin: 1em 0 0 0;
}

ul, ol {
	margin: 0 0 0 2em;
        
}

li {
        font-weight: normal;
 }

pre {
	font: 13px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 1em 0;
}

a {
	color: #0e6d9a;
}

a:hover {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline:none;
}

/*
	Layonts
*/


#header_container {
	margin: 0 auto;
	width: 943px;
	height: 170px;
	background: url("images/header.jpg") 0 0 no-repeat;
}

#container {
	padding: 0;
	margin: 0 auto;
	width: 883px;
	overflow: hidden;
	background: #fff url("images/back.gif") 0 0 repeat-y;
	margin-bottom: 20px;
}

#header {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 100%;
}

#left {
	float: left;
	width: 540px;
	margin-left: 20px;
	margin-top: 20px;
}

#right {
	float: right;
	width: 240px;
	margin-right: 30px;
}

#footer {
	float: left;
	width: 100%;
	background: #ca5211;
	text-align: center;
}

/*
	Logo
*/

#logo {
	float: left;
	width: 435px;
	height: 135px;
	margin-left: 50px;
	margin-top: 10px;
}

#logo h1 {
	position: relative;
	margin: 0;
	padding: 0;
}

#logo h1 a {
	display: block;
	width: 435px;
	height: 135px;
	cursor: pointer;
}

#logo h1 span {
	display: none;
}

/*
	Menu
*/

#menu {
	float: left;
	margin-left: 17px;
	width: 100%;
}

#menu ul {
	float: left;
	width: 858px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li {
	background: #fff;
	border-top: 5px solid #e0571a;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	color: #5a281f;
	float: left;
	font: bold 15px/15px Arial;
	list-style-type: none;
	margin: 0;
	margin-right: 2px;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
}

	#menu li span {
		color: #454444;
		font: 9px/10px Arial;
	}

#menu li:hover, #menu li.active {
	border-top: 5px solid #aeaeae;
}



#menu li a {
	display: block;
	color: #5a281f;
	text-decoration: none;
}

#menu li a.active {
	font-weight: bold;
}

#menu li a:hover {
}

#menu li a:hover.active {
}

	#menu li#writers {
		width: 188px;
	}

	#menu li#correspondent {
		width: 253px;
	}

	#menu li#events {
		width: 185px;
	}

	#menu li#about {
		width: 216px;
	}

/*
	Content
*/

#content .post {
	margin: 10px 0 30px;
}

	#content .post .data {
		border-top: 1px solid #c1b6af;
		border-bottom: 1px solid #c1b6af;
		padding: 10px;
		overflow: hidden;
		zoom: 1;
	}

		#content .post .data .left {
			float: left;
			width: 80px;
			overflow: hidden;
		}

		#content .post .data .right {
			float: left;
			width: 400px;
		}


	#content .post .info {
		width: 430px;
		margin-top: 15px;
		overflow: hidden;
		zoom: 1;
	}

		#content .post .info .left {
			float: left;
			width: 220px;
			overflow: hidden;
		}

		#content .post .info .right {
			float: left;
			width: 200px;
			padding-top: 17px;
		}

			#content .post .info .right p {
				text-align: right;
			}

			#content .post .info .right a.rss {
				background: url("images/rss.gif") 0 0 no-repeat;
				padding-left: 20px;
				padding-bottom: 5px;
			}

	#content .post .data p {
		margin: 2px 0;
		font: 11px Arial;
	}

	#content .post .data a {
		color: #0e6d9a;
	}

	#content .post .data .cat-image {
		border: 1px solid #d1d1d1;
		padding: 2px;
		width: 55px;
		height:25px;
		overflow:hidden;
	}

	#content .post .data .auth-image {
		border: 1px solid #d1d1d1;
		padding: 2px;
		width: 55px;
		height:55px;
		overflow:hidden;
	}

	#content .post .data .date {
		border: 1px solid #dfdfdf;
		padding: 0;
		width: 59px;
		margin-top: 5px;
		overflow: hidden;
	}

		#content .post .data .date .month {
			float: left;
			width: 10px;
			height: 25px;
			background: #e0571a;
		}

		#content .post .data .date .day {
			float: left;
			width: 48px;
			font: bold 21px/25px Arial;
			color: #4c4c4c;
			text-align: center;
		}

#content p {
	font: 13px/16px Arial, Tahoma, sans-serif;
	margin: 10px 0 0 10px;
}

#content h2 {
	font: bold 16px/18px Arial, Tahoma, sans-serif;
	margin: 0;
	color: #242424;
}

	#content #left h2 a {
		color: #242424;
		text-decoration: none;
	}

#content h3 {
	font: bold 18px/22px Arial, Tahoma, sans-serif;
	margin: 0;
}

#content ul {
	font: 12px/14px Arial, Tahoma, sans-serif;
	margin: 10px 0 0 30px;
}

#content ul li {
	margin: 0;
}

#content ul li ul {
	margin: 0 0 0 10px;
}

/*
	Comments
*/

.comments {
	margin: 0;
	border-top: 1px solid #c1b6af;
	padding: 10px 0;
}

	h3#comments, h3#respond {
		margin-left: 10px;
	}

	.commentlist {
		margin: 10px 0 0 30px;
	}

		.commentlist li {
			margin: 5px 0;
		}


/*
	Sidebar
*/

#right .sidebar {
	margin: 0;
}

	#right .sidebar .block {
		margin: 0 0 30px;
	}

		#right .sidebar .block h2 {
			color: #e26826;
			font: 23px Arial;
			text-transform: uppercase;
			letter-spacing: -1px;
			margin: 0;
			padding: 15px 0 0 45px;
			border-bottom: 1px solid #c2c2c2;
		}

			#right .sidebar .block h2.categories {
				background: url("images/icons/categories.gif") 0 0 no-repeat;
			}

			#right .sidebar .block h2.favorite_posts {
				background: url("images/icons/favorite_posts.gif") 0 0 no-repeat;
			}

			#right .sidebar .block h2.blogroll {
				background: url("images/icons/blogroll.gif") 0 0 no-repeat;
			}

		#right .sidebar .block ul {
			margin: 10px 0 0 10px;
			list-style-type: none;
			font: 13px/16px Arial;
		}

			#right .sidebar .block ul li {
				margin: 0 0 7px;
			}

				#right .sidebar .block ul li a {
					color: #000;
				}

			#right .sidebar .block ul li ul {
				margin: 0 0 0 20px;
			}

/*
	Search
*/

#searchform {
	margin: 20px 0 10px;
	overflow: hidden;
}

#searchform .field {
	float: left;
	border: 1px solid #c5c5c5;
	font: 13px/22px Arial;
	width: 160px;
	height: 20px;
}

#searchform .search {
	float: right;
	background: url("images/search_button.gif") 0 0 no-repeat;
	width: 64px;
	height: 22px;
	border: 0;
	cursor: pointer;
}

/*
	Other styles
*/

#footer p {
	margin: 5px 0;
	text-align: center;
	font: 11px/14px Arial;
	color: #fff;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* cforms
---------------------------------------- */
body .entry .cform {
width:100%;
}

body .entry .linklove {
display:none;
}

body .entry .cform label, body .entry .cform label span {
width:100%;
text-align:left;
font:bold 12px Arial, sans-serif;
margin-bottom:5px;
display:block;
}

body .entry span.reqtxt, body .entry span.emailreqtxt {
display:none;
}

body .entry .cform textarea, body .entry .cform input {
width:50%;
}

body .entry .cform fieldset {
background:none;
border:none;
margin-top:0;
padding:0 0 15px;
}

body .entry .cform fieldset legend {
display:none;
}

body .entry .cform input.sendbutton {
width:52px;
height:23px;
cursor:pointer;
margin:0;
}

body .entry .cform .cf-sb {
	margin:0 !important;
}