/*

Theme Name: SportBlog
Theme Date: 11082008
Theme URI: http://www.site.com/
Description: customized wordpress theme with 5 variety choice schemes
Author: admin
Author URI: http://www.site.com/

*/





/* -----------------------------------*/
/* >>   Body Structures    <<<-----*/
/* -----------------------------------*/

body {
	font: 100% Verdana, Arial, "Times New Roman", sans-serif;
	color: #141414;
	margin: 0px;
	padding: 0px;
	background: #EDFFD4;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, Helvetica, Verdana;
}


#wrp {
	width: 930px;
	font-size: 0.6875em;
	margin: 0px auto;
	padding: 0px;
}
#container {
	float: left;
	width: 930px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
#top-header {
	background: #6b727a;
	margin: 0px;
	padding: 10px 15px 0px;
	float: left;
	width: 900px;
}
#publisher-ads {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#bottom-header {
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	width: 100%;
}
#searchbox {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}
#searchbox form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#searchbox .sbox {
	padding: 2px 1px;
	width: 160px;
	border: 1px solid #eeeeee;
	float: left;
	margin: 1px 5px 0px 0px;
}
#searchbox .sbutton {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	float: left;
}
.round-header {
	background: #D698A3 url(images/round-corner.gif) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 930px;
}


#site-header {
	margin: 0px;
	padding: 25px 15px 10px;
	float: left;
	width: 900px;
	background: url(images/round-corner.gif) no-repeat top;
}
#custom-header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 930px;
}
#custom-img-header {
	margin: 0px;
	padding: 0px 15px;
	float: left;
	height: 150px;
	width: 900px;
	overflow: hidden;
}
#custom-ad-header {
	margin: 0px;
	padding: 0px 15px;
	float: left;
	width: 900px;
	overflow: hidden;
}
#site-title {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 550px;
}
#site-title h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #D65970;
	letter-spacing: -1px;
}
#site-title h1 a {
	color: #8aa95e;
	text-decoration: none;
}
#site-title p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}
#site-rss {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 310px;
}
#site-rss p {
	background: url(images/rss.png) no-repeat left center;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 18px;
	float: left;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	font-weight: 400;
}
#site-rss p a {
	color: #333333;
	text-decoration: none;
}
#site-rss p a:hover {
	color: #333333;
	text-decoration: underline;
}





#content {
	margin: 0px;
	padding: 25px 15px 30px;
	float: left;
	width: 900px;
}
#footer {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 900px;
}
.footer-end {
	float: left;
	width: 100%;
	border-top: 1px solid #eeeeee;
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: right;
	font-size: 11px;
	line-height: 20px;
}
.footer-end a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.footer-end a:hover {
	color: #000000;
	text-decoration: underline;
}




#h-img {
	float: left;
	height: 160px;
	width: 950px;
	margin: 10px 0px 0px;
}






/* -----------------------------------*/
/* >> Dropdown Navigations <<<-----*/
/* -----------------------------------*/


#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 630px;
	font-family: Arial, Helvetica;
	position: relative;

}
#nav ul {
	background: transparent;
}


#nav li {
	position: relative;
	display: inline-block;
	float: left;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/left-nv.gif) no-repeat left;
	}
	
#nav li li{
	background: url(none)!important;
	padding: 0px!important;
	}
	
#nav li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 24px;
	display: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
	}

/* Styles for Menu Items */
#nav li a {
	text-decoration: none;
	color: #000000;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 11px;
	line-height: 28px;
	background: url(images/right-nv.gif) no-repeat right;
	font-weight: bold;
	}
#nav li a:hover {
	text-decoration: underline;
	color: #000000;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	float: left;
	font-size: 11px;
	line-height: 28px;
	background: url(images/right-nv.gif) no-repeat right;
	font-weight: bold;
	}
	
#nav ul li a {
	text-decoration: none;
	color: #131313;
	display: inline-block;
	padding: 4px 12px;
	margin: 0px;
	float: left;
	background: #FFFFFF;
	border-bottom: 1px solid #eeeeee;
	width: 220px;
	}
#nav ul li a:hover {
	text-decoration: underline;
	color: #000000;
	display: inline-block;
	background: #f8f8f8;
	padding: 4px 12px;
	margin: 0px;
	float: left;
	border-bottom: 1px solid #efefef;
	width: 220px;
	}
		
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */
#post-entry {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	width: 580px;
	border-right: 1px solid #ededed;

}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#sidebar object {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 97%;
}
#sidebar embed {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 97%;
}

#post-entry h2 {
	margin: 0px 0px 2em;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
}
#post-entry h2 a {
	color: #472b30;
	text-decoration: underline;
}
.post-meta {
	margin: 0px;
	padding: 0px 0px 3em;
	float: left;
	width: 100%;
}
.post-meta h1 {
	font-size: 22px;
	line-height: 27px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.post-meta h1 a {
	color: #45542f;
	text-decoration: none;
}
.post-meta h1 a:hover {
	color: #000!important;
	text-decoration: underline;
}
.post-author {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.post-meta a {
	color: #45542f;
	text-decoration: none;
	font-weight: bold;
}
.post-meta a:hover {
    color: #000!important;  
	text-decoration: underline;
	font-weight: bold;
}
.post-content {
	margin: 0px;
	padding: 2em 0px;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 20px;
}
.post-content img {
	border-width: 0px;
	border-style: none;
}

.post-content a {
	text-decoration: underline;
}

.post-stats {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.post-social {
	margin: 0px;
	padding: 1em 0px 3em;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
.comments-count a {
	background: url(images/comment_left.gif) no-repeat left center;
	display: inline-block;
	margin: 0px;
	float: left;
	padding-left: 12px;
	padding-right: 20px;
}
.emailfriend a {
	background: url(images/email.gif) no-repeat left center;
	display: inline-block;
	margin: 0px;
	float: left;
	padding-left: 14px;
	padding-right: 20px;
}

#sidebar h3 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
	color: #FFFFFF;
	font-size: 1.125em;
	background: #96a6b7;
}


#sidebar .left-tr {
	background: url(images/left-h.gif) no-repeat left center;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 14px;
}
#sidebar .right-tr {
	background: url(images/right-h.gif) no-repeat right center;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 14px;
}
#sidebar .side-title {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
}


#sidebar .list {
	margin: 0px 0px 1em;
	padding: 10px 3% 10px 0px;
	float: left;
	width: 97%;
	list-style-type: none;
}
#sidebar .list ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	border-width: 0px;
	border-style: none;
}
#sidebar .list li {
	margin: 0px 0px 6px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 18px;
}

#sidebar .list p {
	margin: 0px 0px 6px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 17px;
}

#right-sidebar .list p {
	margin: 0px 0px 6px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 17px;
}



#sidebar .list ul li {
	margin: 6px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 17px;
}
#sidebar .list li a {
	padding-left: 14px;
	color: #131313;
	text-decoration: none;
	background: url(images/bullet.gif) no-repeat left 1px;
}
#sidebar .list li a:hover {
	padding-left: 14px;
	color: #8E5761;
	text-decoration: underline;
	background: url(images/bullet.gif) no-repeat left 1px;
}

#sidebar .list ul li a {
	padding-left: 14px;
	color: #131313;
	text-decoration: none;
	background: url(images/bullet.gif) no-repeat left 3px;
}
#sidebar .list ul li a:hover {
	padding-left: 14px;
	color: #8E5761;
	text-decoration: underline;
	background: url(images/bullet.gif) no-repeat left 3px;
}



#sidebar .nolist {
	margin: 0px 0px 1em;
	padding: 10px 3% 10px 0px;
	float: left;
	width: 97%;
	list-style-type: none;
}
#sidebar .nolist ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	border-width: 0px;
	border-style: none;
}
#sidebar .nolist li {
	margin: 0px 0px 6px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 17px;
}
#sidebar .nolist ul li {
	margin: 6px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 17px;
}
#sidebar .nolist a {
	padding-left: 14px;
	color: #131313;
	text-decoration: underline;
}
#sidebar .nolist a:hover {
	padding-left: 14px;
	color: #8E5761;
	text-decoration: underline;
}

/* navigation and globalization */


#post-navigator {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: bold;
}
#post-navigator-single {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.wp-pagenavi {
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pages {
	color: #666666;
	margin-right: 5px;
}
.current {
	background: #CCCCCC;
	padding: 3px 5px;
	margin-left: 4px;
	color: #FFFFFF;
	text-decoration: underline;
	border: 1px solid #999999;
}

#post-navigator a {
	color: #FFFFFF;
	background: #96a6b7;
	padding: 3px 5px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #96a6b7;
}
#post-navigator a:hover {
	color: #FFFFFF;
	background: #666666;
	padding: 3px 5px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #666666;
}
#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	height: 20px;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	height: 20px;
}
#post-navigator-single a {
	color: #666666;
	padding: 5px 8px;
	margin: 0px 0px 0px 3px;
	text-decoration: underline;
}
#post-navigator-single a:hover {
	color: #333333;
	padding: 5px 8px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
}


/*global variable*/

#themeswitcher {
	margin: 0px;
	padding: 5px 0px 12px;
	float: left;
	width: 96%;
	list-style-type: none;
}
#themeswitcher li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 95%;
}
#themeswitcher select {
	margin: 0px;
	padding: 2px;
	float: left;
	width: 98%;
	border: 1px solid #CCCCCC;
	color: #666666;
	background: #FFFFFF;
}
.akpc_pop {
	margin: 8px 0px;
	padding: 0px;
	clear: both;
	font-style: italic;
}


.subscribe-to-comments {
	font-size: 1em!important;
	color: #000000;
}
.subscribe-to-comments a {
	color: #003366;
	text-decoration: underline;
}

.pullquote-left {
	color: #000000;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: left;
	width: 30%;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}
.pullquote-right {
	color: #000000;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: right;
	width: 30%;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}

.caption-img-left {
	display: block;
	margin: 15px 15px 8px 0px;
	padding: 5px;
	float: left;
	width: 30%;
	border: 1px solid #CCCCCC;
}
.caption-img-left p {
	font-size: 1em;
	color: #000000;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	line-height: 18px;
}

.caption-img-left em {
	font-size: 12px;
	color: #999999;
	padding: 5px 0px 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	line-height: 16px;
	font-style: normal;
	font-family: Arial, Helvetica;
	font-weight: 500;
	text-align: center;
}
.caption-img-left img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}



.caption-img-right {
	display: block;
	margin: 15px 0px 8px 15px;
	padding: 5px;
	float: right;
	width: 30%;
	border: 1px solid #CCCCCC;
}
.caption-img-right p {
	font-size: 1em;
	color: #000000;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	line-height: 18px;
}

.caption-img-right em {
	font-size: 12px;
	color: #999999;
	padding: 5px 0px 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica;
	font-weight: 500;
}
.caption-img-left a {
	color: #666666;
	text-decoration: underline;
}
.caption-img-right a {
	color: #666666;
	text-decoration: underline;
}


.caption-img-right img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
#subscribes {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 20px;
	padding: 0px;
	float: left;
	width: 100%;
}
#subscribes a {
	color: #003366;
	text-decoration: underline;
}

#subscribes a:hover {
	color: #0066CC;
	text-decoration: none;
}








dl {
	padding-left: 10px;
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;

}

dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;

}
	
blockquote p {
	margin: 0px;
	padding: 0px;
}

.post-content blockquote {
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, "VAGRounded BT", Verdana;
	margin: 0px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	border-left: 5px solid #333333;
}


#comments-template blockquote {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin: 10px;
	padding: 7px;
	clear: both;
	font-family: "Trebuchet MS", Tahoma, "VAGRounded BT", Verdana;
}

.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;

	margin: 0px auto;
	clear: both;
}
.border {
	padding: 3px;
	border: 1px solid #CCCCCC!important;
}

img.alignleft {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}
img.alignright {
	padding: 4px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	display: block;
	margin: 5px auto;
	clear: both;
}
pre {
	margin: 8px 0px;
	padding: 10px;
	clear: both;
	width: 92%;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #eeeeee;
}
em {
	font-style: italic;
}
.post-content h3 {
	margin: 10px 0px 5px!important;
	padding: 0px;
}
.post-content h4 {
	margin: 2em 0px 0.3em;
	padding: 0px;
}
.post-content h5 {
	margin: 2em 0px 0.3em;
	padding: 0px;
	border-bottom: 1px solid #efefef;
}
.post-content h6 {
	margin: 3em 0px 0.3em;
	padding: 0px;
}
.post-content ul ul {
	margin: 0px;
	padding: 0px;
}



#comments-template {
	margin: 0px;
	padding: 2em 0px 1em;
	float: left;
	font-size: 0.9375em;
	width: 100%;
}
#comments-template h4 {
	margin: 0px 0px 10px;
	padding: 5px 0px;
	float: left;
	font-size: 1.75em;
	color: #000000;
	width: 95%;
	border-bottom: 1px solid #EFEFEF;
	font-weight: normal;
}
#comments-template h5 {
	margin: 2em 0px 0.5em;
	padding: 0px;
	float: left;
	font-size: 1.75em;
	color: #000000;
	display: inline;
	width: 90%;
	font-weight: normal;
	border-bottom: 1px solid #efefef;
}

#comments-template h6 {
	margin: 2em 0px 0.5em;
	padding: 0px;
	float: left;
	font-size: 1.75em;
	color: #000000;
	width: 90%;
	border-bottom: 1px solid #DEDEDE;
	font-weight: normal;
}
.comment-list {
	float: left;
	width: 96%;
	padding: 0px 8px 8px 0px;
	margin: 0px 0px 8px;
}

.comment-avatar {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 52px;
	width: 52px;
}
.comment-avatar img {
	border-width: 0px;
}
.comment-block {
	float: left;
	width: 83%;
	margin: 0px;
	padding: 8px;
	overflow: hidden;
}
.comment-block .comment-author {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 1.125em;
	font-weight: bold;
}
.comment-block .comment-text {
	margin: 0px;
	padding: 0.5em 0em;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 20px;
	overflow: hidden;
}
.comment-block .comment-text code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1em;
}
.comment-block .comment-text blockquote {
	margin: 10px 10px 10px 15px;
	padding: 5px 5px 5px 8px;
	clear: both;
	border-left: 5px solid #000000;
	font-size: 1.125em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-family: Arial, Tahoma, "Lucida Sans"!important;
	line-height: 18px;
	font-weight: bold;
	font-style: normal!important;
}

.comment-block .comment-author a {
	color: #96a6b7;
	text-decoration: none;
}
.comment-block .comment-author a:hover {
	color: #000000;
	text-decoration: underline;
}
.comment-block .comment-text a {
	color: #96a6b7;
	text-decoration: underline;
}

.comment-block .comment-text a:hover {
	color: #000000;
	text-decoration: none;
}



.comment-block-alt {
	float: left;
	width: 83%;
	margin: 0px;
	padding: 8px;
	overflow: hidden;
	background: #F9F9F9;
}


.comment-block-alt .comment-author {
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 1.125em;
	font-weight: bold;
}
.comment-block-alt .comment-text {
	margin: 0px;
	padding: 0.5em 0em;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 20px;
	overflow: hidden;
}
.comment-block-alt .comment-text code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1em;
	color: #000000;
}
.comment-block-alt .comment-text blockquote {
	margin: 10px 10px 10px 15px;
	padding: 5px 5px 5px 8px;
	clear: both;
	border-left: 5px solid #000000;
	font-size: 1.125em;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-family: Arial, Tahoma, "Lucida Sans"!important;
	line-height: 18px;
	font-weight: bold;
	font-style: normal!important;
}

.comment-block-alt .comment-author a {
	color: #96a6b7;
	text-decoration: none;
}
.comment-block-alt .comment-author a:hover {
	color: #000000;
	text-decoration: underline;
}
.comment-block-alt .comment-text a {
	color: #96a6b7;
	text-decoration: underline;
}

.comment-block-alt .comment-text a:hover {
	color: #000000;
	text-decoration: none;
}
.ping-list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.ping-list li {
	margin: 0px 0px 0.5em;
	padding: 0px 0px 0px 1%;
	float: left;
	width: 98%;
	font-size: 1em;
	line-height: 18px;
}
.ping-list li a {
	color: #96a6b7;
	text-decoration: underline;
}

.ping-list li a:hover {
	color: #000000;
	text-decoration: none;
}







#comment-form {
	margin: 10px 0px 0px;
	padding: 12px 3px 12px 0px;
	float: left;

	width: 96%;
}
#comment-form p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#comment-form label {
	font-size: 1.25em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Tahoma, "Lucida Sans";
	text-transform: capitalize;
}
#comment-form .comment-box {
	margin: 0px;
	padding: 2px;
	width: 50%;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 13px;
	color: #000000;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-left: 2px solid #CCCCCC;
}
#comment-form .comment-box-area {
	margin: 0px;
	padding: 2px;
	width: 96%;
	height: 300px;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-left: 2px solid #CCCCCC;
}


#comment-form .comment-submit {
	margin: 0px;
	padding: 5px 7px;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	background: #eeeeee;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #CCCCCC;
	float: left;
}


#comment-form #comment-rules {
	font-size: 1em;
	line-height: 17px;
	margin: 0px;
	padding: 15px 0px 0px;
	float: left;
	width: 100%;
}



#related-post {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#related-post h3 {
	font-size: 18px;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 500px;
	border-bottom: 1px solid #efefef;
	color: #333333;
	float: left;
}
#related-post ul {
	padding: 8px 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 500px;
}
#related-post li {
	margin: 0px 0px 5px;
	font-size: 11px;
}
#related-post li a {
	color: #8E5761;
	text-decoration: underline;
	font-size: 11px;
	background: url(images/socials/cat.gif) no-repeat left 1px;
	display: inline-block;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}
#related-post li a:hover {
	color: #8E5761;
	text-decoration: none;
	font-size: 11px;
	background: url(images/socials/cat.gif) no-repeat left 1px;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}
#related-post p {
	margin: 10px 0px 0px;
	padding-left: 20px;
	display: inline;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	float: left;
	width: 470px;
}
#related-post p a {
	color: #8E5761;
	text-decoration: none;
	font-weight: normal;
}
#related-post p a:hover {
	color: #8E5761;
	text-decoration: underline;
	font-weight: normal;
}

#related-post .digg {
	background: url(images/socials/digg.gif) no-repeat left center;
}
#related-post .delicious {
	background: url(images/socials/delicious.png) no-repeat left center;
}
#related-post .stumble {
	background: url(images/socials/stumbleupon.png) no-repeat left center;
}
#related-post .technorati {
	background: url(images/socials/technorati.png) no-repeat left center;
}
#related-post .subfeed {
	background: url(images/socials/feed-n.png) no-repeat left center;
}

.subscribe-to-comments {
	font-size: 11px;
	line-height: 18px;
}
.subscribe-to-comments a {
	color: #96a6b7;
	text-decoration: underline;
}
label a {
	color: #987857;
	text-decoration: none;
	font-size: 12px;
}
label a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
}
#wp-calendar {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#wp-calendar a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(none)!important;
	margin: 0px!important;
	padding: 0px!important;
}
#sidebar h3 a {
	color: #FFFFFF;
	text-decoration: none;
}





.post-social {
	margin: 0px;
	padding: 3px 0px;
	float: left;
	width: 100%;
	border-top: 2px solid #f7f7f7;
	border-bottom: 2px solid #F7F7F7;
}
.addthis-blk {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 100%;
}







.post-social p {
	margin: 0px 5px 0px 0px;
	float: left;
	display: block;
	height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 24px;
}
.post-social p a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 22px;
	width: 24px;
}

.digg {
background: url(images/socials/social.gif) -77px;
}
.delicious {
background: url(images/socials/social.gif) -50px;
}
.stumble {
background: url(images/socials/social.gif) -23px;
}
.tech {
background: url(images/socials/social.gif) -1px;
}
.blinklist {
background: url(images/socials/blinklist.png) no-repeat center;
}
.blogmark {
background: url(images/socials/blogmarks.png) no-repeat center;
}
.bumpzee {
background: url(images/socials/bumpzee.png) no-repeat center;
}
.dzone {
background: url(images/socials/dzone.png) no-repeat center;
}
.furl {
background: url(images/socials/furl.png) no-repeat center;
}
.netscape {
background: url(images/socials/netscape.gif) no-repeat center;
}
.netvouz {
background: url(images/socials/netvouz.png) no-repeat center;
}
.reddit {
background: url(images/socials/reddit.png) no-repeat center;
}
.scopeo {
background: url(images/socials/scoopeo.png) no-repeat center;
}
.scuttle {
background: url(images/socials/scuttle.png) no-repeat center;
}
.spurl {
background: url(images/socials/spurl.png) no-repeat center;
}
.taggly{
background: url(images/socials/taggly.png) no-repeat center;
}
.thisnext {
background: url(images/socials/thisnext.png) no-repeat center;
}
.wists {
background: url(images/socials/wists.png) no-repeat center;
}
.yahooweb {
background: url(images/socials/yahoomyweb.png) no-repeat center;
}

.post-mail {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 100%;
	font-size: 11px!important;
}

.post-mail ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.post-mail ul li {
	margin: 0px 15px 0px 0px;
	float: left;
	list-style-type: none;
	line-height: 26px;
	display: inline-block;
	height: 26px;
	color: #333333;
}
.post-mail a {
	color: #212121;
	text-decoration: none;
	font-weight: 400;
}
.post-mail a:hover {
	color: #CC0033;
    font-weight: normal!important;
	text-decoration: underline;
}
.mycomment {
	background: url(images/socials/icomment.png) no-repeat left center;
	padding-left: 16px;
}
.myemail {
	background: url(images/socials/email.gif) no-repeat left center;
	padding-left: 20px;
}
.myblogit {
	background: url(images/blog.gif) no-repeat left center;
	padding-left: 18px;
}
.myupdate {
	background: url(images/socials/feed-n.png) no-repeat left center;
	padding-left: 16px;
}


#sidebar .textwidget a {
	color: #96a6b7!important;
	text-decoration: underline!important;
	background: url(none)!important;
	margin: 0px!important;
	padding: 0px!important;
}

#footer-content {
	margin: 0px;
	padding: 15px 5px 0px;
	float: left;
	width: 920px;
	background: #96a6b7;
	color: #FFFFFF;
}
#footer-content .fblk {
	margin: 0px;
	padding: 0px 10px;
	float: left;
	width: 286px;
}
.fblk h3 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #FFFFFF;
}
.fblk .list {
	width: 100%;
	padding: 10px 0px 25px;
	margin: 0px;
	list-style-type: none;
	float: left;
}
.fblk .list ul {
	padding: 0px;
	width: 100%;
	margin: 0px;
	float: left;
	list-style-type: none;
}
.fblk .list li {
	width: 100%;
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
}
.fblk .list ul li {
	margin: 8px 0px 0px;
	width: 100%;
	padding: 0px;
	float: left;
}
.fblk a {
	color: #f5f5f5;
	text-decoration: none;
}
.fblk a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
