/* CSS Document */
.standard-ad {
	margin: 15px auto 0 auto;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	line-height: 1.4em;
}

.tabs {
/*	border-bottom: 1px solid #d63576; */
	height: 20px;

}

.tabs li {
	float: left;
	display: inline;
	margin-right: 2px;
	height: 20px;
}

.tabs li a {
	float: left;
	display: block;
/*	border: 1px solid #d63576; */
	border-bottom: 0;
/*	margin: 0 0 6px 0; */
	padding: 3px 10px 2px 10px;
	background: #d3256b;
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius-topright: 5px;
   -khtml-border-radius-topright: 5px;
   -webkit-border-radius-topright: 5px;
   border-radius-topright: 5px;
   -moz-border-radius-topleft: 5px;
   -khtml-border-radius-topleft: 5px;
   -webkit-border-radius-topleft: 5px;
   border-radius-topleft: 5px;
}

.tab_comment {
	float: right; 
	display: block;
	font-size: 10px;
	text-align: center;
	width: 25px;
	background: url(comment.gif) no-repeat 1px 2px;
}


.tabs li a:hover {
	background: #e04181;
	color: #fff;
}

.tabs li a.selected {
	background: #f5f5f5;
	color: #333;
	z-index: 9;
	border-bottom: 0;

}

.tabs li a.selected:hover {
/*	background: #fff; */
	color: #333;
	z-index: 9;
}

.tabcontent {
	display: none;
	background: #f7f7f7;
	border-bottom: 1px solid #ddd; 
	border-top: 0;
	margin-top: 4px;
	padding: 5px 10px 20px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius-bottomright: 5px;
   -khtml-border-radius-bottomright: 5px;
   -webkit-border-radius-bottomright: 5px;
   border-radius-bottomright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -khtml-border-radius-bottomleft: 5px;
   -webkit-border-radius-bottomleft: 5px;
   border-radius-bottomleft: 5px;

}

.tabcontent li {
	padding: 4px 0 4px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
}

/* .tabcontent li a{
	color: #75b3d6;
}

.tabcontent li a:hover{
	color: #b15f26;
}
*/


@media print {
	.tabcontent {
	display: block !important;
	}
}

.archived {
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #d9e2e5;
}

.archived .entry {
	line-height: 1.6em;
	padding: 10px 0 15px 0;
	display: block;
}

.archived .entry .thumb img {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	padding: 2px;
	border: 1px solid #d9e2e5;
}

.archived .fullstory {
/*	margin: 5px 0 0 0;
	float: left;
	display: block;
	color: #fff;
	background: #366799;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	border: 1px solid #366799; */

	padding: 5px 10px;
	border-bottom: 1px solid #c8738d;
	display: block;
	float: left;
	color: #fff;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
	background: #f8a8c2 url(fbutton_bg.gif) repeat-x;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;

}

.archived .fullstory:hover {
	color: #fff;
	background: #f8a8c2;
}

.videometa {
	float: left;
}

.videometa li {
	padding: 5px 0 5px 22px;
	border-bottom: 1px solid #eee;
}

#carousel {
	width: 980px;
	height: 156px;
	position: relative;
	border-top: 1px solid #d9e2e5;
	border-bottom: 1px solid #d9e2e5;
	margin: 10px 0 0 0;
	overflow: hidden;
}

#carousel .container {
	float: left;
	width: 920px;
	height: 156px;
	position: relative;
	overflow: hidden;
}

#carousel ul li {
	float: left;
	width: 184px;
	height: 156px;
	text-align: center;
	overflow: hidden;
}

#carousel ul {
	width: 100000px;
	height: 156px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

#carousel ul li .content {
	width: 163px;
	height: 136px;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	border-right: 1px solid #d9e2e5;
	text-align: center;
	overflow: hidden;
}


#carousel ul li .content2 {
	width: 163px;
	height: 136px;
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
	text-align: center;
	overflow: hidden;
}





#carousel ul li .content img {
	display: block;
	padding: 2px;
	border: 1px solid #d9e2e5;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#carousel .previous_button {
	float: left;
	background: url(left.png);
	z-index: 100;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 70px 5px 0 5px;
	display: inline;
}

#carousel .previous_button_over {
	background: url(left_over.png);
}

#carousel .previous_button_disabled {
	background: url(left_disabled.png);
	cursor: default;
}

#carousel .next_button {
	float: left;
	background: url(right.png);
	z-index: 100;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 70px 5px 0 5px;
	display: inline;
}

#carousel .next_button_over {
	background: url(right_over.png);
}

#carousel .next_button_disabled {
	background: url(right_disabled.png);
	cursor: default;
}

/* Control Panel styles for this theme
Please do not remove, move, or rename this file */
.clear {clear:both;height:0;}

.themeform {
	margin: 20px;
	color: #555;
}

.themeform .dochanges {
	background: #444;
	color: #fff;
	cursor: pointer;
	padding: 2px;
	margin: 15px 0 0 0;
	border: 0;
	outline: 0;
	font-weight: bold;
	font-size: 0.95em;
	font-family: arial;
}
.themeform .dochanges:hover{background:#777}

.cptabs {
	border-bottom: 1px solid #ddd;
	height: 22px;
	padding: 0;
	margin: 0;
}

.cptabs li {
	float: left;
	display: inline;
	margin: 0 2px 0 0;
	height: 22px;
}

.cptabs li a {
	display: block;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 0 5px 0 5px;
	background: #366799;
	color: #fff;
	font-family: arial;
	font-size: 0.9em;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
}

.cptabs li a:hover {
	background: #498fd6;
	color: #fff;
}

.cptabs li a.selected {
	background: #fff;
	color: #333;
	z-index: 9;
}

.cptabs li a.selected:hover {
	background: #fff;
	color: #333;
	z-index: 9;
}

.cptab {
	display: none;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px 10px 10px 10px;
	font-family: arial;
	font-size: 1em;
	line-height: 1.5em;
}

.cptab input {
	margin-right: 20px;
}

@media print {
	.cptab {
	display: block !important;
	}
}

#featured {
	margin: 0 0 15px 0;
}

#featured img {
	margin: 7px 0 7px 0;
	display: block;
	border: 1px solid #d9e2e5;
	padding: 2px;
	float: left;
}

#featured p {
	line-height: 1.5em;
	text-align: justify;
	padding: 0 0 7px 0;
}

#featured h2 a {
	font-size: 1.3em;
	line-height: 1.3em;
}

#featured h2 a:hover {
	border-bottom: 1px dotted #bbb;
}

#featured h2 .showdate {
	display: inline;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
}

#featured .flink {
	padding: 5px 10px;
	border-bottom: 1px solid #c8738d;
	display: block;
	float: left;
	color: #fff;
	margin-right: 10px;
	font-weight: bold;
	background: #f8a8c2 url(fbutton_bg.gif) repeat-x;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

#featured .flink:hover {
	background: #f8a8c2;
}

#featured .cmlink {
	padding: 5px 10px;
	border-bottom: 1px solid #c2d2d5;
	display: block;
	float: left;
	margin-right: 10px;
	font-weight: normal;
	color: #7e9fa5;
	background: #eaeff0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

#featured .cmlink:hover {
	color: #333;
}

#footer a {
	color: #fff;
	padding-right: 5px
}

#footer a:hover {
	color: #f3b9d0;
}

#footer h5 {
	color: #f3b9d0;
	font-size: 13px;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #e67da6;
}

#footer li {
	float: left;
	margin-right: 5px;
	line-height: 1.5em;
	border-right: 1px dotted #fff;

}

.footer-sec {
	float: left;
	width: 400px;
	margin-right: 10px;
	font-weight: bold;
	height: auto;
}

#footer-top a {
	float: right;
	display: inline;
	padding: 0 0 0 13px;
	background: url(backtotop.gif) no-repeat left 3px;
	line-height: 1.3em;
}

.column1 {
	float: left;
	width: 319px;
	display: inline;
}

.column2 {
	float: left;
	width: 319px;
	border-left: 1px solid #d9e2e5;
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
} /* Main columns should be equal */

.cat li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

.cat h2 a {
	font-size: 1.3em;
	line-height: 1.3em;
}

.cat h2 a:hover {
	border-bottom: 1px dotted #bbb;
}

.cat .fpost {
	padding: 7px 0 0 0;
}

.cat img {
	float: left;
	display: inline;
	border: 1px solid #d9e2e5;
	padding: 2px;
	margin: 0 10px 0 0;
}

.cat p {
	line-height: 1.5em;
}

.feedrss {
	position: absolute;
	right: 0;
	top: 0;
	background: url(rss.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

ul.more li {
	display: block;
	padding: 3px 0 3px 17px;
	background: url(postbullet.gif) no-repeat;
	background-position: left 7px;
	border-bottom: 1px dotted #ddd;
	line-height: 1.3em;
	font-size: 1.1em;
}

ul.more li a:hover {
	border-bottom: 1px dotted #bbb;
}

#gallery {
	width: 980px;
	height: 93px;
	position: relative;
	border-top: 1px solid #d9e2e5;
	border-bottom: 1px solid #d9e2e5;
	margin: 0 0 0 0;
	background: #fff;
	overflow: hidden;
}

#gallery .container {
	float: left;
	width: 920px;
	height: 73px;
	position: relative;
	overflow: hidden;
	padding: 10px 0 10px 0;
	overflow: hidden;
}

#gallery ul {
	width: 100000px;
	height: 73px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

#gallery ul li {
	float: left;
	width: 115px;
	height: 73px;
	text-align: center;
	overflow: hidden;
}

#gallery ul li a {
	border: 3px solid #ddd;
	display: block;
	overflow: hiden;
	margin: 0 auto 0 auto;
	width: 100px;
	height: 67px;
	overflow: hidden;
}

#gallery ul li a:hover { border: 3px solid #aaa }

#gallery ul li a img {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 100px;
	height: 67px;
	overflow: hidden;
}

#gallery .previous_button {
	float: left;
	background: url(left.png);
	z-index: 100;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 38px 5px 0 5px;
	display: inline;
}

#gallery .previous_button_over {
	background: url(left_over.png);
}

#gallery .previous_button_disabled {
	background: url(left_disabled.png);
	cursor: default;
}

#gallery .next_button {
	float: left;
	background: url(right.png);
	z-index: 100;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 38px 5px 0 5px;
	display: inline;
}

#gallery .next_button_over {
	background: url(right_over.png);
}

#gallery .next_button_disabled {
	background: url(right_disabled.png);
	cursor: default;
}

#header {
	width: 1000px;
	height: auto;
	background: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #666;
}

#hdr { 
	background: url(header_bg.jpg) no-repeat;
	height:118px;
}

#top h1{ font-size: 10px; }

#top {
	height: 24px;
	background: url(top_bg.jpg) no-repeat;
	font-weight: normal;
	font-size: 0.90em;
	color:#fff
}

#date {
	float: left;
	padding: 3px 0 3px 10px;
	height: 16px;
	line-height: 16px;
	color:#fff;
}

#pagenav {
	float: right;
	padding: 3px 10px 3px 0;
}

#pagenav li {
	float: left;
	display: block;
	border-right: 1px dotted #fff;
	padding: 0 7px 0 7px;
}

#pagenav li a {
	float: left;
	display: block;
	height: 16px;
	line-height: 16px;
	color:#f8d9cd;
/*	border-bottom: 1px dotted #fff; */

}

#pagenav li a:hover {
	color:#fff;
}

#pagenav li.rss a {
	background: url(rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#logo {
	float: left;
	padding: 12px 0 10px 28px;
}

#logo a {
	display: block;
	width: 284px;
	height: 75px;
	background: url(logo.png) no-repeat;
}

#ad {
	float: right;
	padding: 27px 22px 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 0.8em;
}

#ad a, #ad img {
	display: block;
	overflow: hidden;
}

#headerc {
	height: 2px;
	background: #fff;
}

#mid-latest li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

#mid-latest h2 a {
	font-size: 1.1em;
	line-height: 1.3em;
}

#mid-latest h2 a:hover {
	border-bottom: 1px dotted #bbb;
}

#mid-latest .lpost {
	overflow: hidden;
}

#mid-latest img {
	float: left;
	display: inline;
	border: 1px solid #d9e2e5;
	padding: 2px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#mid-latest p {
	line-height: 1.5em;
	padding: 5px 0 0 0;
	text-align:justify;
}

.sd {
	font-size: 0.85em;
	margin: 2px 0 0 0;
	color: #999;
	text-transform: uppercase;
}

.lpost_color, .lpost_color a{
	color: #9e0016;

}

.videohead {
	display: block;
	padding: 4px 10px 3px 10px;
	font-weight: bold;
	color: #444;
	background: #f0f0f0 url(front_bg.gif) repeat-x;
	border-bottom: 1px solid #d9d9d9;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;

}

.videotitle {
	float: left;
	line-height: 1.4em;
}

.videos {
	float: right;
}

.videos li {
	float: left;
	margin-left: 5px;
	display: inline;
}

.videos li a {
	float: left;
	background: #fff;
	padding: 1px 4px;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	font-size: 0.9em;
	color: #b30a22;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;


}

.videos li a:hover {
	background: #f0b0ce;
}

.videos li a.selected {
	color: #fff;
	background: #d63576;
}

.videos li a.selected:hover {
	color: #fff;
	background: #af105b;
}

.VideoContent {
	display: none;
}

@media print {
	.VideoContent {
	display: block !important;
	}
}

.videofooter {
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
	line-height: 1.3em;
	font-weight: bold;
	color: #333;
	height:90px
}

.videofooter span {
}

.videofooter a {
	font-size: 0.9em;
	color: #cc1d6f;
	font-weight: bold;
}

#menu {
	height: 26px;
	/* background: #f7cdbd; */
	border-top: 1px solid #fff;
	background: url(menu_bg.gif) repeat-x;

}

#menu li {
	float: left;
	display: block;
	border-right: 1px solid #f1bdd0;
	position: relative;
}

#menu li a {
	float: left;
	display: block;
	font-weight: bold;
	color: #b30a22;
	padding: 0 10px 0 10px;
	height: 24px;
	line-height: 24px;
	position: relative;
}

.arrow {
	position: absolute;
	top: -1px;
	left: 42%;
	background: url(arrow.png) no-repeat;
	display: block;
	width: 10px;
	height: 5px;
}

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover {
	background: url(menu_bg.gif) repeat-x 5px -12px;

/*	background: #fcede7; */
	color: #891324;
}

/* Sub Menu Stylesheet */
#menu ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 24px;
	left: -1px;
	background: #fff;
	padding: 10px 5px 10px 5px;
	border: 1px solid #eecdc7;
	border-top: 0;
	height: auto;
	width: 190px;
}

#menu ul li a {position: relative}
#menu ul ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: -11px;
	left: 175px;
	background: #fff;
	padding: 10px 5px 10px 5px;
	border: 1px solid #cdd8e0;
	height: auto;
	width: 190px;
}


#menu ul li {
	float: none;
	display: block;
	border-right: 0;
	position: relative;
}

#menu ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #b30a22;
	padding: 0 5px 0 5px;
	height: 22px;
	line-height: 22px;
	border-top: 1px solid #eee;
}

#menu ul li a:hover, #menu ul li a.selected, #menu ul li a.selected:hover {
	background: #f6f6f6;
	color: #a33b1b;
}











#second_menu {
	height: 24px;
	background: #fff;
	border-top: 1px solid #fff;
}

#second_menu li {
	float: left;
	display: block;
	border-right: 1px solid #edd8d1;
	position: relative;
}

#second_menu li a {
	float: left;
	display: block;
	font-weight: normal;
	color: #a33b1b;
	padding: 0 10px 0 10px;
	height: 24px;
	line-height: 24px;
	position: relative;
}

.arrow {
	position: absolute;
	top: -1px;
	left: 42%;
	background: url(arrow.png) no-repeat;
	display: block;
	width: 10px;
	height: 5px;
}

#second_menu li a:hover, #second_menu li a.selected, #second_menu li a.selected:hover {
	background: #fcede7;
	color: #a33b1b;
}

/* Sub Menu Stylesheet */
#second_menu ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 24px;
	left: -1px;
	background: #fff;
	padding: 10px 5px 10px 5px;
	border: 1px solid #cdd8e0;
	border-top: 0;
	height: auto;
	width: 190px;
}

#second_menu ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#second_menu ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #366799;
	padding: 0 5px 0 5px;
	height: 22px;
	line-height: 22px;
	position: static;
	border-top: 1px solid #eee;
}

#second_menu ul li a:hover, #second_menu ul li a.selected, #second_menu ul li a.selected:hover {
	background: #f6f6f6;
	color: #222;
}

#features li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

#features h2 a {
	font-size: 1.3em;
	line-height: 1.3em;
}

#features h2 a:hover {
	border-bottom: 1px dotted #bbb;
}

#features .mfpost {
	padding: 7px 0 0 0;
}

#features img {
	float: left;
	display: inline;
	border: 1px solid #d9e2e5;
	padding: 2px;
	margin: 0 10px 0 0;
}

#features p {
	line-height: 1.5em;
	padding:5px 0;
	text-align:justify;
}



.cssbutton {
	padding: 5px 10px;
	border-bottom: 1px solid #c8738d;
	display: block;
	float: left;
	color: #fff;
	margin-right: 10px;
	font-weight: bold;
	background: #f8a8c2 url(fbutton_bg.gif) repeat-x;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.cssbutton:hover {
	background: #f8a8c2;
}


/* 

.cssbutton {
	float: left;
	clear: both;
	margin: 15px 0 15px 0;
	background: #366799;
	color: #fff;
	padding: 5px 10px 5px 10px;
	display: block;
	font-weight: bold;
}

.cssbutton:hover {
	background: lightblue;
}

*/

#mid-latest-more li {
	display: block;
	padding: 3px 0 3px 17px;
	background: url(postbullet.gif) no-repeat;
	background-position: left 7px;
	border-bottom: 1px dotted #ddd;
	line-height: 1.3em;
	font-size: 1.1em;
}

#mid-latest-more a:hover {
	border-bottom: 1px dotted #bbb;
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

.searchform {
	float: right;
	margin: 0 0 10px 0;
}

.searchform fieldset, .searchform input {
	vertical-align: middle;
}

.searchform .searchinput {
	border: 1px solid #e5e5e5;
	padding: 2px;
	width: 238px;
	background: #fff;
	color: #666;
}

.searchform .searchinput:focus {
	border: 1px solid #c8d4d8;
}

.searchform .searchbutton {
	width: 50px;
	height: 18px;
	background: url(find.gif) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}

.searchform .searchbutton:hover {
	background: url(find.gif) no-repeat bottom;
}

/* GLOBALS */
#sidebar_l, #sidebar_r {float:left; width: 143px;}
#sidebar_l {margin-right:14px}

/* HEADERS */
#sidebar_m h2, #sidebar_l h2, #sidebar_r h2 {

/*
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	border-bottom: 1px solid #ddd;
	background: #eee url(post.gif) no-repeat;
	background-position: 6px 7px;
	padding: 3px 15px 2px 25px;
*/

	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	padding: 4px 10px 3px 10px;
	margin: 0 0 5px 0;
	background: #f0f0f0 url(front_bg.gif) repeat-x;
	border-bottom: 1px solid #d9d9d9;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;


}

/* FORMS */
#sidebar_m input, #sidebar_m select, #sidebar_m textarea,
#sidebar_r input, #sidebar_l select, #sidebar_l textarea,
#sidebar_r input, #sidebar_r select, #sidebar_r textarea {
	margin: 7px 0 0 0;
	border: 1px solid #ddd;
	color: #444;
}

/* DIV style */
#sidebar_m div, #sidebar_l div, #sidebar_r div {
	margin: 7px 0 0 0;
	line-height: 1.4em;
}

/* UL style */
#sidebar_m li ul, #sidebar_l li ul, #sidebar_r li ul {
	margin: 5px 0 0 0;
}
#sidebar_m li ul ul, #sidebar_l li ul ul, #sidebar_r li ul ul {
	margin: 0;
}

/* LI style */
#sidebar_m li, #sidebar_l li, #sidebar_r li {
	margin-top: 15px;
}

#sidebar_m li li, #sidebar_l li li, #sidebar_r li li {
	margin-top: 0;
	padding: 3px 0 3px 25px;
	background: url(arrow.gif) no-repeat;
	background-position: 7px 9px;
	line-height: 1.4em;
	border-bottom: 1px dotted #ddd;
}

#sidebar_m li li li, #sidebar_l li li li, #sidebar_r li li li {
	margin-top: 0;
	padding: 0 0 0 13px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 6px;
	line-height: 1.4em;
	border: 0;
	/* extra */
	font-size: 0.9em;
	margin: 4px 0 0 0;
}

/* Various */
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Share post - custom social bookmarks */
#social {
	border: 1px solid #d9e2e5;
	background: #fff;
	padding: 5px 10px 5px 10px;
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 99;
}
#social a {
	display: block;
	padding-left: 25px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 3px 0 3px 25px;
	width: 150px;
}
a#del {background: url(bookmarks/delicious.png) no-repeat left center}
a#dig {background: url(bookmarks/digg.png) no-repeat left center}
a#red {background: url(bookmarks/reddit.gif) no-repeat left center}
a#stu {background: url(bookmarks/stumbleupon.gif) no-repeat left center}
a#tec {background: url(bookmarks/technorati.gif) no-repeat left center}
a#mix {background: url(bookmarks/mixx.png) no-repeat left center}
a#des {background: url(bookmarks/designfloat.png) no-repeat left center}

/* Aligning for Images */
.nav {padding:10px 0 0 0}
.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

.aligncenter {
	margin: 0 auto 0 auto;
	display: block;
	text-align: center;
}

.wp-caption img {
	margin: 0 0 5px 0;
	background-color: #FFFFFF;
}

.wp-caption-text {
	text-align: center;
	width: auto;
	font-weight: bold;
}

/* Major Styles */
.sitenav {
	border-bottom: 1px dotted #ddd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 0.9em;
}

.post h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #333;
	margin: 0 0 5px 0;
}

.post h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #333;
	margin: 0 0 5px 0;
}

.post h3 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #333;
	margin: 0 0 5px 0;
}

.post h4 {
	line-height: 1.4em;
	color: #333;
	margin: 10px 0 5px 0;
}

.post h5 {
	line-height: 1.4em;
	color: #ff9600;
	margin: 10px 0 5px 0;
	font-size: 0.9em;
}

.post h6 {
	line-height: 1.4em;
	color: #333;
	margin: 10px 0 5px 0;
	font-size: 0.9em;
}

.post p {
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

.post img {
	padding: 2px;
	border: 1px solid #d9e2e5;
}

/* entry specific css */
.entry {
	display: block;
	text-align: justify;
}

.entry a{
	text-decoration: underline;
}

.entry strong{
	font-weight: 500;
}

.entry ul {margin: 0 0 20px 0}
.entry ol {margin: 0 0 20px 20px}
.entry ul ul {margin: 0 0 0 20px}
.entry ol ol {margin: 0 0 0 40px}

.entry ul li {
	list-style:disc;
	margin-left:22px;
	line-height: 1.5em;
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #bbb;
}

.entry ol li {
	list-style:decimal outside;
	margin-left:22px;
	line-height: 1.5em;
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #bbb;
}


.entry ol li li {
	line-height: 1.5em;
	padding: 2px 0 2px 0;
	border: 0;
	color: #777;	
}

.entry ul li li {
	line-height: 1.5em;
	padding: 2px 0 2px 18px;
	border: 0;
	background: url(postbullet.gif) no-repeat left;
	background-position: left 7px;
	color: #777;
}

.entry blockquote {
	background: #f7f7f1;
	border: 1px solid #e7e7e1;
	padding: 10px;
	display: block;
	overflow: hidden;
	color: #333;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.entry blockquote blockquote {
	background: #fff;
	font-weight: normal;
	color: #333;
}

.entry del {
	text-decoration: line-through;
	color: #999;
}

.entry ins {
	font-weight: bold;
	text-decoration: underline;
}

.entry code {
	color: #333;
	font-family: tahoma;
	font-size: 0.9em;
	line-height: 1.5em;
	display: block;
	overflow: hidden;
	padding: 10px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}

/* Specific classes */
ul.postinfo {
	float: left;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
ul.postinfoB {
	float: right;
	border-top: 1px dotted #ddd;
	position: relative;
	padding: 5px 0 5px 0;
}
ul.postinfo li, ul.postinfoB li {
	float: left;
	margin-right: 40px;
	font-size: 0.9em;
	color: #999;
	display: block;
	height: 16px;
	line-height: 16px;
}
li.ncomment {
	display: block;
	padding-left: 22px;
	background: url(comment.png) no-repeat left center;
}
li.ncat {
	display: block;
	padding-left: 22px;
	background: url(cat.png) no-repeat left center;
}
li.nview {
	display: block;
	padding-left: 22px;
	background: url(view.png) no-repeat left center;
}
li.nprint {
	display: block;
	padding-left: 22px;
	background: url(print.png) no-repeat left center;
}
li.nshare {
	display: block;
	padding-left: 22px;
	background: url(share.png) no-repeat left center;
}

.tags {
	color: #999;
	line-height: 1.5em;
	border-top: 1px dotted #ddd;
	padding: 3px 0 0 0;
	margin: 0 0 15px 0;
}

.author {
	background: #e5f3f9;
	border-bottom: 1px solid #d4e2e8;
	padding: 10px;
	line-height: 1.5em;
	font-size: 0.9em;
	margin: 0 0 20px 0;
}

.author img {
	float: left;
	display: inline;
	background: #fff;
	padding: 2px;
	border: 1px solid #9ed0de;
	margin: 0 15px 0 0;
}

.author p {
	margin: 0 0 7px 0;
}

/* Comments Stylesheet */
.commentlist {
	border-bottom: 1px solid #d9e2e5;
	margin: 0 0 20px 0;
}

.commentlist img {
	border: none;
	vertical-align: middle;
}

.commentlist li {
	border-top: 1px solid #d9e2e5;
	padding: 20px;
}

.commentlist .avatar img {
	float: left;
	display: block;
	overflow: hidden;
	padding: 2px;
	border: 1px solid #d9e2e5;
}

.commentlist .commentinfo {
	margin-left: 20px;
	display: block;
	padding-left: 60px;
}

.commentlist .cauthor {
	font-weight: bold;
}

.commentlist .cdate {
	font-size: 0.9em;
	color: #999;
}

.commentlist .ctext {
	display: block;
	padding: 15px 0 0 0;
	line-height: 1.5em;
}

.commentlist .approve {
	padding: 15px 0 0 0;
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}

ol.trackbacks {
	margin: 0 0 15px 20px;
}

ol.trackbacks li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}

/* Reply Form CSS */
.replyform {
	padding: 20px;
	background: #f9f3f5;
	border-top: 1px solid #e9e9e1;
}

.replyform label {
	display: block;
	margin: 0 0 7px 0;
	font-weight: bold;
}

.replytext {
	display: block;
	width: 250px;
	border: 1px solid #e5d9e1;
	padding: 2px;
	background: #fff;
	color: #666;
	margin: 0 0 15px 0;
}
.replytext:hover { border: 1px solid #ceb6c7; }

.replyarea {
	display: block;
	width: 530px;
	background: #fff;
	border: 1px solid #e5d9e1;
	height: 125px;
	padding: 2px;
	line-height: 1.5em;
	color: #666;
	margin: 0 0 15px 0;
}
.replyarea:hover { border: 1px solid #ceb6c7; }

.replybutton {
	/* display: block;
	background: #fff;
	font-weight: bold;
	color: #366799;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #ddd; */

	padding: 5px 10px;
	border-bottom: 1px solid #c8738d;
	display: block;
	float: left;
	color: #fff;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
	background: #f8a8c2 url(fbutton_bg.gif) repeat-x;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;

}

.replybutton:hover {
	color: #fff;
	background: #f8a8c2;
}

.source {
	color: #b9b9b9;
	font-size: 0.9em;

}

#subscribe {
	margin: 0 0 15px;
}

#subscribe p {
	margin: 5px 0 5px 0;
}

.feedlink {
	display: block;
	font-weight: bold;
	background: url(rss.gif) no-repeat;
	background-position: left 3px;
	padding: 5px 0 5px 22px;
	border-bottom: 1px dotted #ccc;
}

.feedmail {
	display: block;
	font-weight: bold;
	background: url(mail.gif) no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	line-height: 1.5em;
	height: 1.5em;
}

#subscribe input {
	vertical-align: middle;
}

#feedinput {
	padding: 2px;
	border: 1px solid #ddd;
	width: 220px;
	color: #666;
}

#feedbutton {
	width: 50px;
	height: 18px;
	background: url(signup.gif) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}

#feedbutton:hover {
	background: url(signup.gif) no-repeat bottom;
}

