/* content area */
#content {
	margin: 0;
	padding: 0px 0px 30px 10px;
	float: left;
	width: 450px;
}
.post {
	clear:both;
	padding: 5px 0;
	margin:0;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding: 2px 0;
	margin: 0 0 0 -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	margin-left: 55px;
}
.post-title h2 {
	float: left;
	margin: 5px 0 6px 0;
	width: 395px;
	padding:0;
	font-weight: normal;
	font-size: 1.8em;
}

div.post-utils {
	clear: both;
	width: 100%;
}

 div .entry{
	margin:0 0 30px 0;
	margin-left: 55px;
	
}
.entry p{
	clear: both;
	padding: 5px 0 0 0;
	margin:0;
}
.entry-post p{
	clear: both;
	padding: 5px 0 ;
	margin:0;
}
.post-cats {
	float: left;
	font-size: 90%;
	margin-right: 10px;
	display: block;	
}

.post-cats a {
	background: url(images/bullet-arrow-black.gif) no-repeat 0 5px;
	padding: 2px 0 0 8px;
	display: block;
	float: left;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding: 2px 0 2px 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}

/* .post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding: 2px 0 2px 20px;
	margin-left: 10px;
	float: right;
	font-size: 95%;
}*/

span.sep {
	display: block;
	float: left;
	margin: 2px 5px 0 0;
}

.post-options {
	padding: 8px 0;
	width: 100%;
	overflow: hidden;
}

.post-options .post-more {
	float: left;
	font-size: 90%;
}

.post-comments {
	float: left;
	font-size: 90%;
	
padding: 2px 0 0;
	display: block;	
}

.post-options .post-comments {
	float: right;
}

.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding: 2px 0 2px 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}

.post-utils {
	padding: 5px 0;
	width: 100%;
	overflow: hidden;
}

.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding: 2px 0 2px 20px;
	float: right;
	margin-left: 25px;
}
.mini-send-friend {
	background: url(images/mini-email.gif) no-repeat;
	padding: 2px 0 2px 20px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}

/* .previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}*/

.previous-entries a {
	float: left;
}


.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	padding: 10px 0 0 0;
	margin-bottom: 0;
	clear: both;
}
.commentlist {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0px;
	line-height: 130%;
}
.commentlist li{
	background: #fff url(images/comments-bg.gif) repeat-x bottom left;
	padding: 5px 0 2 0px;
	margin-bottom: 17px;
	width: 100%;
	overflow: hidden;
}
.commentlist li img{
	float:left;
	margin-right: 10px;
}

.commentlist li div {
	float: left;
	width: 375px;
	height: 1%;
}

.commentlist .alt {
		background: #fff url(images/comments-bg.gif) repeat-x bottom left;
}

.commentlist h4 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
}

.commentlist cite {
	font-style: normal;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #333;
}
.commentlist small {
	margin: 0 0 5px 0;
	display: block;
	font-size: 87%;
}
#commentform, #emailform{
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p, #emailform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label, #emailform label{
	color: #787878;
	font-size: 87%;
}
#commentform input, #emailform input{
	background:#eee;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
.emailformdiv{
	height:260px;
}
#commentform textarea, #emailform textarea{
	width: 444px;
	height: 115px;
	background:#eee;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus, #emailform textarea:focus, #emailform input[type="text"]:focus{
	background: #ffffff;
}
#commentform #submit, #emailform #submitemail{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 155px;
	height: 30px;
	cursor: pointer;
}

#commentform input[type="text"] , #emailform input[type="text"]{
	width: 200px;
}

/*sidebar */
#sidebar {
	float: right;
	width: 233px;
	overflow: hidden;
	margin-left:10px;
}

#sidebar  {
	
}

#sidebar .looking {
	background: url(images/sidebabr-bg.jpg) no-repeat;
	padding: 143px 0 10px;
	width: 226px;
	margin: 0 auto;
}

#sidebar .looking .looking-inner {
	background: url(images/sidebar-inner-bg.gif) repeat-x bottom left;
	border: 1px solid #ccc;
	border-top: 0;	
	padding: 14px;
}

/*sidebar - blocks */
#sidebar .block {
	background: url(images/sidebar-block-bg.gif) no-repeat bottom left;
	margin-bottom: 20px;
}

#sidebar .block h3 {
	padding: 17px 17px 0;
	margin-bottom: 22px;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
}

#sidebar .block ul {
	margin: 0 17px;
}

#sidebar .block ul ul {
	margin: 0;
}

#sidebar .block #featuredArticle, #sidebar .block  #popularArticle {
	background: url(images/featuredArticle-bg.gif) no-repeat;
	padding-bottom: 8px;
	width: 100%;
}
#sidebar .block #featuredArticle h2, #sidebar .block  #popularArticle h2 {
	margin-bottom: 5px;
}

#sidebar .block #featuredArticle h2 a, #sidebar .block  #popularArticle h2  {
	color: #006699;
}

#sidebar .block #featuredArticle h2 a:hover {
	color: #ff6600;
}

#sidebar .block #featuredArticle ul ul, #sidebar .block  #popularArticle ul ul {
	margin: 0;
}

#sidebar .block #featuredArticle li li, #sidebar .block  #popularArticle li li {
	background: none;
	margin: 0 0 13px;
	padding: 0;
}

#sidebar .block #featuredArticle a, #sidebar .block  #popularArticle a,
#sidebar .block #featuredArticle a:visited, #sidebar .block  #popularArticle a:visited {
	line-height: 1.5;
	color: #006699;
	text-decoration: none;
}

#sidebar .block #featuredArticle a:hover, #sidebar .block  #popularArticle a:hover {
	line-height: 1.5;
	color: #ff6600;
	text-decoration: none;
}


#sidebar .block #relatedWebsites {
	background: url(images/relatedWebsites-bg.jpg) no-repeat;
		padding-bottom: 20px;
}

#sidebar #startDiscussion {
	width: 199px;
	margin: 25px auto;
}

#sidebar #startDiscussion h2 {
	color: #666;
	font-size: 18px;
	margin: 0 0 13px;
	padding: 0;
}

#sidebar #startDiscussion p {
	margin: 0;
	padding: 0;
}

#sidebar #startDiscussion p a {
	color: #006699;
	display: block;
	padding: 8px 0 0;
}

#sidebar #startDiscussion p a:hover {
	color: #ff6600;
	text-decoration: none;	
}


/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 14px/100% Arial, Helvetica, sans-serif;
	color: #333;
	margin: 17px 0px 0px;
}
/*sidebar text styles */

#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 5px 0 0;
}
#sidebar ul li ul li{
	background: url(images/sidebar-a-bg.gif) no-repeat 0 50%;
	padding: 2px 0 2px 10px;
	margin-left: 10px;
}

#sidebar ul li ul li a {
	color: #006699;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
 */

/*category widget 
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
*/

/*archives widget
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
*/

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 0px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #999;
	width: 115px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	background: #fff url(images/bg_textarea_yourThought.jpg);
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 66px;
	height: 26px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}


#nav {
	list-style: none;
	margin: 0;
	padding:0 0 0 0px;
}
#nav li {
	float: left;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
}
#nav .page_item a{
	text-decoration: none;
}
#nav .page_item a:hover {
	color: #000000;
}

#nav .page_item a.home {
	background: url(images/back-to.gif) no-repeat 0 50%;
	padding-left: 9px;
	font-weight: bold;
}

p.message {
		background-color:#FFFFCC;
		border: 1px solid #ffd540;
		padding: 1em;
}

#content .intro{
	margin: 0px 0px 0px -10px;
	position: relative;
}
.intro p{
	margin:0 0 45px 0;
	padding:0;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

#content .intro div.subscribe {
	font-family: Arial, Helvetica, sans-serif;
 border: 0;
 position: absolute;
 right: -30px;
 top: 31px;
}

#content .intro div.subscribe a {
	background: url(images/rss-icon.gif) no-repeat 0 50%;
	font-size: 1.3em;
	padding-left: 18px;
} 

.related h3, h3#comments, #respond {
	font-size: 1.6em;
	font-weight: normal;
}

#respond {
	margin-top: 30px;
}

.related ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

.related ul li {
	background: url(images/bullet-arrow-black.gif) no-repeat 0 4px; 
	padding-left: 8px;
}

