@charset "utf-8";
/* CSS Document */

body {
	background: #f2f2f2 url(../images/body_background.gif) top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #474747;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #474747;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #474747;
	margin-bottom: 10px;
}

a:link, a:hover, a:active, a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px #666666 dotted;
}

.header {
	margin: auto;
	width: 660px;
	height: 33px;
	background: url(../images/header_banner.png) no-repeat;
	padding: 0;
}

.home-link {
	float: left;
	text-decoration: none;
	border: 0;
	margin-left: 10px;
}

.searchbox {
	float: right;
	width: 142px;
	height: 33px;
	background: url(../images/searchbox.png) no-repeat;
	margin-right: 10px;
}

#s {
	background: transparent;
	border: 0;
	vertical-align: middle;
	margin-top: 9px;
	margin-left: 24px;
	font-size: 11px;
	color: #666666;
	outline: none;
}

.entry {
	width: 660px;
	margin: auto;
	margin-top: 30px;
}

.content-wrapper {
	width: 660px;
	background: url(../images/content-middle.gif);
}

.content-top {
	width: 640px;
	height: 9px;
	background: #ffffff url(../images/content-top.gif) top no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

.content {
	width: 640px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	
}

.content img {
	border-bottom: 0px;
}

.content p {
	margin-bottom: 15px;
	line-height: 18px;
}

.content ul {
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: disc;
	clear: both;
}


.content ol {
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: decimal;
	clear: both;
}

.content ul li, .content ol li {
	margin-bottom: 5px;		
}

.content-bottom {
	width: 660px;
	height: 32px;
	background: url(../images/content-bottom.gif);
}

.content-bottom-nodate {
	width: 660px;
	height: 32px;
	background: url(../images/content-bottom-nodate.gif);
}

.generic-title {
	display: block;
	text-align:center;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #474747;
	font-size: 12px;
	font-weight: bold;	
}

.post-title a:link, .post-title a:visited, .post-title a:active {
	display: block;
	text-align:center;
	text-decoration: none;
	border: 0;
	text-transform: uppercase;
	margin-bottom: 9px;
	color: #474747;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.post-title a:hover {
	color: #000;	
}

.post-date {
	float: right;
	width: 88px;
	margin-top: 13px;
	margin-right: 16px;
	text-align: center;
	vertical-align: bottom;
	color: #ffffff;
}

.post-meta {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
}

.post-meta ul {
	margin:0;
	list-style-type: none;
}

.post-category a:link, .post-category a:visited, .post-category a:active {
	display: inline-block;
	float: left;
	padding: 2px 3px 3px 3px;
	margin-right: 5px;
	background: #4a4a4a;
	color: #ffffff;
	text-decoration: none;
	border: 0;
}

.post-category a:hover {
	background: #606060;	
}

.post-comments a:link, .post-comments a:visited, .post-comments a:active {
	display:inline-block;
	width: 20px;
	height: 17px;
	background: url(../images/comment-bubble.gif) no-repeat;
	padding-top: 1px;
	text-align: center;
	text-decoration: none;
	border: 0;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

.post-comments a:hover {
	background: url(../images/comment-bubble-hover.gif) no-repeat;	
}

.post-facebook-share a:link, .post-facebook-share a:visited, .post-facebook-share a:active {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 2px;
	background: url(../images/facebook-share-icon.gif) no-repeat;
	text-decoration: none;
	border: 0;
}

.post-facebook-share a:hover {
	background: url(../images/facebook-share-icon-hover.gif) no-repeat;	
}

.post-tweet-this a:link, .post-tweet-this a:visited, .post-tweet-this a:active {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 2px;
	background: url(../images/tweet-this-icon.gif) no-repeat;
	text-decoration: none;
	border: 0;
}

.post-tweet-this a:hover {
	background: url(../images/tweet-this-icon-hover.gif) no-repeat;	
}

.comment-wrapper {
	width: 660px;
	margin: auto;
	margin-top: 16px;
}

.comment-wrapper p {
	margin-bottom: 15px;
}

.comment-header {
	display: block;
	width: 485px;
	height: 18px;
	background: url(../images/comment-header2.gif) no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	text-transform: uppercase;
	color: #fff;
}


.comment-entry {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-author {
	display: inline-block;
	float: left;
	width: 130px;
	padding-right: 20px;
	font-weight: bold;
}

.comment-author a:link, .comment-author a:visited, .comment-author a:active {
	color: #474747;
	text-decoration: none;
	border: 0;
}

.comment-author a:hover {
	color: #000;	
}

.comment-content {
	display: inline-block;
	width: 350px;
	text-align: justify;
}

.comment-date {
	color: #999;
	font-style:normal;
	font-weight: normal;
	
}

.comment-add-header {
	display: block;
	width: 486px;
	height: 18px;
	background: url(../images/comment-add-header2.gif) no-repeat;
	padding-top: 4px;
	padding-left: 14px;
	text-transform: uppercase;
	color: #fff;	
}


.comment-wrapper label {
	display: inline-block;
	width: 90px;
	margin-right: 10px;
}

.comment-wrapper input[type=text] {
	padding: 2px;
	border: 1px solid #000;
	background: #f2f2f2;
	font-size: 11px;
	outline: none;
}

.comment-wrapper input[type=text]:focus {
	background: #fff;	
}

.comment-wrapper textarea {
	width: 500px;
	padding: 2px;
	border: 1px solid #000;
	background: #f2f2f2;
	font-size: 12px;
	outline: none;	
}

.comment-wrapper textarea:focus {
	background: #fff;	
}

.comment-wrapper #submit {
	width: 95px;
	padding: 3px;
	border: 1px solid #000;
	background: #656565;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	border: 0;
}

.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.alignleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.alignright {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

blockquote {
	width: 500px;
	border-left: 3px solid #d93131;
	padding-left: 10px;
	margin-left: 75px;
	font-style: italic;
	color: #666;
	clear: left;
}

.footer {
	clear: both;
	width: 660px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 10px;
	text-align: center;
}

.search-result-wrapper {
	width: 640px;
	height: 68px;
	padding-top: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
	background: #fff;
	vertical-align: middle;
}

.search-result-wrapper:hover{
	background: #ededed;	
}



.search-post-thumb a:link, .search-post-thumb a:visited, .search-post-thumb active, .search-post-thumb a:hover  {
	float: left;
	width: 55px;
	margin-left: 5px;
	text-decoration: none;
	border: none;
}


.search-result {
	display: inline-block;
	margin-left: 15px;
	width: 565px;
}

.search-result-title a:link, .search-result-title a:visited, .search-result-title a:active {
	text-decoration: none;
	border: none;
	color: #000;
	font-size: 15px;	
}

.search-result-title a:hover {
	color: #474747; 	
}

.search-result-date {
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
	color: #474747;
}

.image-zoom{
	width: 30px;
	height: 30px;
	position: absolute;
	text-decoration: none;
	border: 0;
	background: url(../images/image-zoom.png) no-repeat top left;
}

#player1, #player2, #player3 {text-align: center;}