/*----------------------------------------------------------------------------
GENERAL CSS
-----------------------------------------------------------------------------*/

body {
	background-color: #f3f3eb;
	color: #333333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	margin: 0 0 11px 0;
}

.floatleft {
	margin-top: 20px;
	float: left;
}

.floatright {
	float: right;
}

img {
	border: none;
	padding: 2px;
	margin:  0px;
	vertical-align: bottom;
}

a:focus,a:hover {
	color:#56b9ff;
	text-decoration:none;
}

a {
	color:#346ba4;
	text-decoration:underline;
	outline:none;
}

.clear {
	clear:both;
	margin:0;
	padding: 0;
}

ul {
	list-style-type:circle;
}

ol {
	list-style-type:decimal;
}
   


/*----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/

.container {
	width:930px;
	margin:0 auto;
}

.container-white {
	width: 930px;
	margin: 0 auto;
	padding: 0 10px;
	background: #ffffff;
}

#header {
	height: 6px;
	padding: 10px 0px;
	width: 915px;
	margin: 0 auto;
}

#menu {
	background: #F4F4EC url(../images/menu_bg.gif) repeat-x;
	width: 100%;
	height: 40px;
	margin: 0;
}

ul.menu {
	list-style-type: none;
	padding: 5px 0px;
	height: 40;
	margin: 0;
}

ul.menu li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

ul.menu li a {
	color: #ffffff;
	float: left;
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 0;
}

ul.menu li a span {
	color: #ffffff;
	padding:5px 0 5px 10px;
}

ul.menu li a:hover,ul.menu .current_page_item a {
	background:url(../images/menu_overlay.gif) center right no-repeat;
}

ul.menu li a:hover span,ul.menu .current_page_item a span {
	background:url(../images/menu_overlay.gif) center left no-repeat;
	padding:5px 0 5px 10px;
}

#contenttop {
	background: #F4F4EC url(../images/content_bg.gif) repeat-x;
	height: 17px;
	width: 100%;
}

/*----------------------------------------------------------------------------
LEFT CONTENT AREA CSS
-----------------------------------------------------------------------------*/

#leftcolumn,#rightcolumn {
	position: relative;
}

#leftcolumn {
	float: left;
	width: 600px;
	margin: 15px 0;
}

#leftcolumn a{
	text-decoration:none;
}

	/*----------------------------------------------------------------------------
	POST CSS
	-----------------------------------------------------------------------------*/
	
	.post {
		background:url(../images/entry.gif) top left repeat-x;
		padding: 2em 0 0.5em;
	}
	
	.title {
		color:#690;
		margin:0 0 1em;
	}
	
	.center {
		align: center;
		text-align: center;
		margin: 0 auto;
	}
	
	.count {
		float:left;
		background: url(../images/count.gif) no-repeat;
		width:40px;
		height:60px;
		margin:5px 10px 0 0;
	}
	
	.title h1 {
		color: #369;
		margin-bottom: 0.2em;
	}
	
	.title h1 a {
		color:#369;
		text-decoration:none;
	}
	
	.title h1 a:hover {
		background:none;
		color:#158;
		text-decoration:underline;
	}
	
	.postdata {
		font-size: 11px;
	}
	
	.postdata a {
		color:#669900;
		font-weight:bold;
	}
	
	.postdata a:hover {
		color:#333333;
	}
	
	blockquote {
		background: url(../images/blockquote.gif) no-repeat;
		color: #888888;
		margin: 10px;
		padding: 10px 0 0 35px;
	}
	
	.entry {
		clear: both;
		padding: 0 10px;
	}
	
	.pagination-left {
		margin-bottom:3em;
		padding:0.5em;
		float: left;
	}
	.pagination-left a {
		color:#666;
		margin-right:2em;
	}
	.pagination-right {
		margin-bottom:3em;
		padding:0.5em;
		float: right;
	}
	.pagination-right a {
		color:#666;
		margin-right:2em;
	}
	
	#contentbottom {
		background: #F4F4EC url(../images/content_bg_bottom.gif) repeat-x;
		height: 17px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	/*----------------------------------------------------------------------------
	POST FOOTER CSS
	-----------------------------------------------------------------------------*/
	
	#info {
		color: #333333;
		margin: 0;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		padding: 10px;
		margin-bottom: 20px;
		clear: both;
		height: auto;
	}
	
	#info-category {
		float: left;
		padding: 3px 0 3px 0;
		margin: 0;
		width: 520px;
	}
	
	#info-tag {
		float: left;
		height: auto;
		padding: 3px 0 3px 0;
		margin: 0;
		width: 520px;
	}
	
	#info-link {
		float: left;
		padding: 3px 0 3px 0;
		margin: 0;
		width: 520px;
	}
	
	#info-digg {
		float: right;
		height: 80px;
		margin: 0;
	}


/*----------------------------------------------------------------------------
RIGHT CONTENT AREA (SIDEBAR) CSS
-----------------------------------------------------------------------------*/

#rightcolumn {
	float: right;
	width: 300px;
	margin: 15px 0;
}

#feed {
	text-align: left;
	width: 175px;
	font-size: 16px;
	padding: 0 0 12px 0;
}

#feed a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#feed a:hover {
	color: #333333;
	text-decoration: underline;
}

img.feed-img {
	float: left;
	margin: 0;
	padding: 4px 10px 0 0;
}

.aside {
	border: 1px solid #cccccc;
	-moz-border-radius:4px;
	background: url(../images/boxes.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	float: right;
	width: 300px;
	margin: 0 0 12px 0;
	padding: 0 0 12px;
}

.aside .fix {
	padding: 5px 10px;
}

.aside h2 {
	font-size: 17px;
	margin: 0;
	padding: 10px 15px 5px 50px;
}

#searchform {
	background:url(../images/search.gif) top left no-repeat;
	width: 300px;
	height: 34px;
	margin: 10px 0;
}

#searchinput {
	color: #333333;
	background: none;
	border: none;
	height: 20px;
	width: 205px;
	padding: 10px 0 5px 8px;
}

#searchsubmit {
	background:none;
	border:none;
	height:34px;
	width:85px;
	cursor:pointer;
}

.popular a {
	text-decoration: none;
}

ul.popular {
	width: 260px;
	padding: 0 5px 0 10px;
	margin: 0;
	list-style-type: none;

}

.popular li {
	width: 260px;
	margin: 0;
	padding: 2px;
}

.tagcloud {
	text-align: justify;
}

.tagcloud a {
	text-decoration: none;
}

.blogroll a{
	text-decoration: none;
}

ul.blogroll {
	width: 280px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blogroll li {
	float: left;
	width: 140px;
	margin: 0;
	padding: 2px 0;
}


/*----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/

#footerwhite {
	width: 950px;
	height: 17px;
	margin: 0 auto;
	background: #ffffff;
}

.containerfooter {
	width:950px;
	margin: 0 auto;
}

#footer {
	color: #6D6D6D;
	background: #333333 url(../images/menu_bg.gif) repeat-x;
	width: 100%;
	padding: 20px 0px;
	font-size: 11px;
	margin: 0;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	color: #717171;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footleft {
	float: left;
	width: 310px;
	text-align: left;
}

#footcenter {
	float: left;
	width: 310px;
	text-align: left;
}

#footright {
	float: right;
	width: 300px;
	text-align: left;
}

#footer ul {
	list-style-type:none;
	margin: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: left;
	width: 90%;
}

#footer li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #494949;
	font-size: 10px;
	color: #515151;
}

#footer li a:link, #footer li a:visited, #footer li a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	color: #717171;
	font-size: 11px;
	font-weight: bold;
}


img.footer {
	padding: 10px 5px 0px 0px;
	float: left;
}

/*----------------------------------------------------------------------------
ARCHIVES PAGE CSS
-----------------------------------------------------------------------------*/

#archive-stats {
	padding-left: 30px;
}

#archive-cloud {
	padding-left: 30px;
}

#archive-post {
	padding-left: 30px;
}

#archive-month {
  float: left;
  margin: 0;
  padding-left: 30px;
  list-style-type: none;
}
 
#archive-month li {
  float: left;
  width: 180px;
  height: 30px;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------------
CONTACT PAGE CSS (In Development)
-----------------------------------------------------------------------------*/

.form_field{
	min-height: 40px;
	clear: left;
	float: left;
	display: block;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 13.5px;
}

.form_field input{
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	background-color: #ffffff;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.form_field textarea{
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	background-color: #ffffff;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
}

.form_field label{
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #444444;
	clear: left;
	float: left;
	width: 175px;
	display: block;
}

#contact_submit{
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

