/*
Theme Name: MiniPress
Theme URI: http://www.magpress.com/wordpress-themes/minipress.html
Description: MiniPress is a 2 columns fixed width Magazine style WordPress theme with featured content slider, featured category block, adsense ready and many more features.
Author: Ronald KSY
Author URI: http://www.magpress.com
Tags: white,2 column,fixed width,featured content,featured category,adsense ready,widget-ready,threaded comments,twitter ready,featured video ready

	MiniPress
	http://www.magpress.com/wordpress-themes/minipress.html

	This theme was designed and built by Ronald KSY,
	whose blog you will find at http://www.magpress.com/

	The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0 United States License:
	http://creativecommons.org/licenses/by-sa/3.0/us/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent
}
ol,ul {list-style: none}


body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 13px;
	line-height:1.5em;
	font-family: Arial,Tahoma,sans-serif;
	color: #333333;
	text-decoration:none;
	background-color: #ffffff;	
	background:transparent url(my-images/bg8.png) repeat scroll 0 0;	
}

a {
	color:#D53893;
	text-decoration:none;
}
a:hover {	
	color:#111111;
	text-decoration:none;
}


.clearfix {
	clear: both;
	display: block;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	background-color: #EAEAEA;
}
img.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EAEAEA;
	padding: 5px;
}
img.aligncenter {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background-color: #EAEAEA;*/
	padding: 5px;
}
img.border
{
	border:1px solid #dddddd!important;
	padding:4px!important;
}

img.border:hover
{
	border:1px solid #dddddd;
	background-color:#dddddd;
	padding:4px;
}

img.button
{
	
}

img.button:hover
{
	opacity:0.8;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* wordpress caption */
.wp-caption {
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #d5d5d5;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #d5d5d5;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #000000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
pre {
	margin: 8px 0px;
	padding: 10px;
	clear: both;
	width: 92%;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #d5d5d5;
	background-color: #F7F7F7;
}
em {
	font-style: italic;
}
dl {}
dt {}
dd {}
code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1.025em;
}

/* wp-calendar */
#wp-calendar {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 13px;
}
#wp-calendar caption {
	font-size: 16px;
	font-weight: bold;
}
#wp-calendar a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#wp-calendar #prev {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
#wp-calendar #next {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* widget */
.textwidget {
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	color: #000000;
}
.rsswidget {
	color: #FFFFFF;
	text-decoration: none;
}
.rsswidget img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: baseline;
}

#sidebar select {
	margin: 0px;
    font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	padding: 2px;
    font-weight: bold;
	float: left;
	width: 98%;
	border: 1px solid #CCCCCC;
	color: #181919;
	background: #FFFFFF;
}
.akpc_pop {
	margin: 8px 0px;
	padding: 0px;
	clear: both;
	font-style: italic;
}


.subscribe-to-comments {
	font-size: 1em!important;
	color: #FFFFFF;
}
.subscribe-to-comments a {
	color: #FFFF99;
	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;
}
blockquote p {
	margin: 0px;
	padding: 0px;
}

blockquote {
	color: #666666;
	margin: 0px 0px 10px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}

/* wrapper */
#wrapper {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background:#030303 url(custom/body-bg.png) repeat-y scroll center top;*/
	/*background:#333333 url(my-images/body-bg.png) repeat-y scroll center top;*/
/*	background:#ECF1F4  url(my-images/body-bg-blue.png) repeat-y scroll center top;	*/
background:transparent  url(my-images/body-bg-blue.png) repeat-y scroll center top;	

}

#container {
	width:980px;
	margin:auto;
	background-color:#7692B9;	
	
}
#topbar {
	height: 25px;
	width: 100%;
	margin: 0px;
	clear: both;
	padding: 0px;
}
/* header-info */
#header-info
{
	float:right;
	width:500px;
	height:80px;	
}

#header-contact
{
	float:right;
	width:400px;
	text-align:right;
}
#header-contact p
{
	font-weight:bold;
	float:right;
	font-size:13px;
	height:25px;
	line-height:25px;
	padding-right:10px;		
	clear:both;
}

/* current datetime */
#dates {
	float: right;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #333333;		
	padding-right:10px;
}

/* feed */
#update {
	float: right;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #333333;	
	display: block;
	text-align: right;
	padding-right:20px;	
}
#update a {
	color: #000000;
	text-decoration: none;
}
#update a:hover {
	text-decoration: underline;
}
#update p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	float: right;
	display: block;
}
#update .feed {
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#header {
	width: 100%;
	margin: 0px;
	clear: both;
	padding: 0px;
	background-color:#D94275 ;
	background:transparent url(my-images/bg.png) repeat scroll 0 0;	
}
#siteinfo {
	margin: 0px;
	float: left;
	/*width: 35%;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#siteinfo h1 {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
}
#siteinfo h1 a {
	color: #000000;
	text-decoration: none;
	padding-left:5px;
}
#siteinfo h1 a:hover {
	color: #000000;
	text-decoration: underline;
}
#siteinfo h2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
}
#siteinfo img {
	border-width: 0px;
	border-style: none;
}
#headerads {
	margin: 0px;
	float: right;
	width: 64%;
	text-align: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#headerads img {
	border: 3px solid #ECE9D8;
}
#navigation {	
	clear: both;
	background-color:#000000;		
	background:transparent url(my-images/nav_bg.png) repeat-x top left;	
	height:34px;
}

#navigation-category {	
	clear: both;
	background-color:#ffffff;	
	height:30px;
	border-bottom:solid 1px #e8e8e8;
	padding-bottom:1px;
}

#main 
{
	background-color:#FFFFFF;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	width:950px;

}
#fullcontent {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
#content {
	float: left;
	width: 650px;	
	padding-right:20px;
	border-right:solid 1px #e8e8e8;
}
#featured {
	padding-bottom:10px;
}
#featured h2 {
	clear: both;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#post-entry {	
	clear: both;
	height: auto;	
	margin:0px;
	padding:0px;
	display: block;
}
.post-meta {
	float: left;
	border-bottom:3px solid #F0F0F0;
	margin:0 0 5px;
	padding-bottom:5px;
	width:100%;
}
.post-meta h1 {		
	background-position:left top;
	background-repeat:no-repeat;
	color:#3399CC;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 0 0;
	padding:4px 0 7px 0;

}
.post-meta h1 a {
	color:#F2337F;
	font-size:22px;
	text-decoration:none;
}
.post-meta h1 a:hover {
	color:#00A2FF;
}
.post-date {	
	border-bottom:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	color:#999999;
	font-size:11px;
	margin:0;
	padding-bottom:3px;
	padding-top:3px;
	text-transform:capitalize;
	width:100%;
}
.post-date a {
	color: #D53893;
	text-decoration: none;
}
.post-date a:hover {
	text-decoration: underline;
}
.post-meta .postimg {
	text-align: center;
}
.post-meta .postimg img {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.post-meta p {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
	margin:0 0 10px 0;
	
	text-align: justify;
}
.post-meta p a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.post-meta p a:hover {
	text-decoration: underline;
}

.post-content
{
	padding-top:5px;
	text-align:justify;	
}

.post-com {
	
	margin: 0px;
	height: auto;
	text-align: right;
	float: right;
	width: auto;
	clear: both;	
	display: block;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.post-com a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;	

}
.post-com a:hover {
	text-decoration: underline;

}
.post-meta-single {	
		
}
.post-meta-single h1 {
	background-position:left top;
	background-repeat:no-repeat;
	color:#D53893;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 0 0;
	padding:4px 0 7px 0;
}
.post-meta-single h1 a {
	color:#f2337f;
	font-size:24px;
	text-decoration:none;
}
.post-meta-single h1 a:hover {
	color:#00A2FF;
}
.post-meta-single h1#page {
	font-size: 28px;
}

.post-meta-single h2 {
	color:#008C00;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 5px 0;
	padding:15px 0 0px 0;
	/*border-bottom:solid 1px #e8e8e8;*/
}

.post-content-single h3 
{	
	color:#55555;
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;	
	padding:10px 0 5px 0;

}


.post-meta-single ul
{
	list-style:disc;	
	margin-left:20px;
	margin-bottom:10px;
}

.post-meta-single ol
{	
	margin-left:20px;
}

.post-date-single {
	border-bottom:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	color:#999999;
	font-size:11px;
	margin:0;
	padding-bottom:3px;
	padding-top:3px;
	text-transform:capitalize;
	width:100%;
}
.post-date-single a {
	color: #D53893;
	text-decoration: none;
}
.post-date-single a:hover {
	text-decoration: underline;
}

.post-content-single {
	clear: both;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
	text-align: justify;		
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.post-content-single a {
	color: #D53893;	

}
.post-content-single a:hover {
	color:#D53893;	
	text-decoration:underline;
}
.post-content-single p {
	margin-top: 0px;
}
.post-content-single img {
	border:none;
	margin-bottom:10px;
	margin:0px 0 10px 0;
}

.media-source 
{
	border:solid 1px #ccc;
	background-color:#e8e8e8;
	margin-top:20px;
	margin-bottom:10px;
	padding:10px;

}

.divider
{
	border-bottom:solid 3px #e8e8e8;
	padding:3px 0 3px 0;
}

/* Relate Post */

h2.related_post_title
{
	color:#00A2FF;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 5px;
	padding:15px 0 0;
		
}

/* Breadcrumbs */

#breadcrumbs {
	border-bottom:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	color:#999999;
	font-size:11px;
	margin:0;
	padding-bottom:3px;
	padding-top:3px;
	text-transform:capitalize;
	width:100%;
}
#breadcrumbs a {
	color: #D53893;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}


/* Post Navigator */
#post-navigator {
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	clear: both;
	width: 98%;
	padding: 0%;
}
#post-navigator-single {	
	font-size: 11px;	
	clear: both;
	padding:10px 0 10px 0;
	
}
.wp-pagenavi {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
.pages {
	font-size: 10px;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.current {
	background-color: #f7f6f6;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #d5d5d5;
}

/* Post Navigation */
#post-navigator a {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 10px;
}
#post-navigator a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	background-color: #f7f6f6;
}
#post-navigator .alignleft a {
	display: block;
}
#post-navigator .alignright a {
	display: block;
}

/* post navigator single */
#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
}
#post-navigator-single a {
	color:#D53893;
}
#post-navigator-single a:hover {
	text-decoration: underline;
}

/* sidebar */
#sidebar {	
	float: right;
	width: 260px;
	padding-right:10px;	
	padding-left:0px;	
}
#sidebarinner {
	
}
#featured-category, 
#related-category {
	clear: both;	
	display: block;
}
.feat-cat-entry, 
.related-cat-entry,
.sidebox {	
	display: block;	
}

.feat-cat-top,
.related-cat-top,
.sidebox-top
{
	/*background:transparent url(my-images/ads-box-header.png) no-repeat scroll left top;*/
	height:40px;
}
.feat-cat-body,
.related-cat-body,
.sidebox-body
{
	/*background:transparent url(my-images/ads-box-body.png) repeat-y scroll left top;	*/
	padding-left:5px;
}

.feat-cat-footer,
.related-cat-footer,
.sidebox-footer
{
/*background:transparent url(my-images/ads-box-footer.png) no-repeat scroll left top;*/
	display:block;
	height:18px;
}

.feat-cat-entry h3, 
.related-cat-entry h3,
.sidebox h2
{
	font-size:18px;
	font-weight:bold;
	color:#00A2FF;
	padding:10px 0px 0px 5px;
}

.feat-cat-entry h3#blue, 
.related-cat-entry h3#blue {
	/*background-color: #2663A1;*/
	color:#2663A1;
}
.feat-cat-entry h3#red, 
.related-cat-entry h3#red {
	/*background-color: #990000;*/
	color:#D53893;
}
.feat-cat-entry h3#green, 
.related-cat-entry h3#green {
	color:#006699;
	/*background-color: #006633;*/
}

.feat-cat-meta, 
.related-cat-meta {
	clear: both;
	margin:0px 0 0px 0;	
	padding-bottom:5px;
	padding-top:5px;
	width: 240px;
	display: block;
	border-bottom:1px solid #E8E8E8;
}
.thumb-img
{

}

.feat-cat-img, 
.related-cat-img {
	float: left;
	margin-right: 10px;
}
.feat-cat-img img, 
.related-cat-img img {
	padding-top:5px;
}
.feat-cat-meta h1, 
.related-cat-meta h1 {
	font-size: 13px;	
	color: #333333;
	text-decoration: none;	
	display: block;	
	font-weight:normal;
}
.feat-cat-meta h1 a, 
.related-cat-meta h1 a {
	color: #333333;
	text-decoration: none;		
}
.feat-cat-meta h1 a:hover, 
.related-cat-meta h1 a:hover {	
	color:#D53893;	
	text-decoration:underline;
}
.feat-cat-date, .related-cat-date {	
	display: block;
	font-size: 9px;
	text-decoration: none;
	color: #999999;	
	
}
.feat-cat-date a, .related-cat-date a {
	color: #333333;
	text-decoration: none;
}
.feat-cat-date a:hover, .related-cat-date a:hover {
	text-decoration: underline;
}

/* sidebox */
.sidebox {
	
}
.sideboxads img {
	border:solid 1px #dddddd;
	padding:4px;
}
.sideboxads img:hover {
	background-color:#D53893;
	border:solid 1px #D53893;
}
.sidecenter {
	width:250px;
}
.sidecenter a {
	font-weight:normal;
	font-size:13px;
	color: #333333;
	text-decoration: none;

}
.sidecenter a:hover {
	color:#D53893;
	text-decoration: underline;

}
.sidecenter ul {
	padding-left:0px;	
}
.sidecenter li {
		
	list-style-type: none;
	padding-left:20px;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 1.8em;		
}
.sidecenter ul li {
background: url(my-images/bullet.png) no-repeat 0 7px;
}
.sidecenter ul li ul li{
background: url(my-images/bullet-sub.png) no-repeat 0 7px;
}

#sideads {
	padding: 0px;
	clear: both;
	list-style-type: none;
	text-align: center;
	width: 100%;
	display: block;
	margin: 0px;
}
#sideads li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.recentcom-gravatar {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
	padding-left:5px!important;
}
.recentcom-gravatar .com-info {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80%;
}

.recentcom-gravatar p {
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	display: block;
	float: left;
	width: 98%;
	height: auto;
	color: #333333;
	font-weight:bold;
	line-height: 14px;
}


.recentcom-gravatar li {
	width: auto;
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding:6px 0 6px 0;
	border-bottom:solid 1px #e8e8e8;
	
}
.recentcom-gravatar a {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.recentcom-gravatar a:hover {
	text-decoration: underline;
}

.recentcom-gravatar img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hot-topics {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 280px;
}

.hot-topics li {
	list-style-type: none;
	padding-left:0px;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	border-bottom:solid 1px #e8e8e8;
}
.hot-topics a {
	color: #333333;
	text-decoration: none;	
	font-size: 13px;
}
.hot-topics a:hover {
	text-decoration: underline;
	color: #D53893;
}
.hot-topics .total-com {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 9px;
	color:#999999;
	clear: both;
	font-weight: normal;
}
.adsense468 {
	background-color: #FFFFFF;
	padding: 0px;
	clear: both;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #d5d5d5;
}
.adsense468 span {
	padding: 10px;
	clear: both;
	height: auto;
	width: 468px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
}
.adsense468-single {
	padding: 8px;
	clear: both;
	height: 60px;
	width: 468px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	display: block;
	text-align: center;
}
.social {
	margin: 0px;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#searchbox {
	margin-bottom:10px;
	width:250px;
}
#searchform {
	width: auto;
	padding: 0px;
	margin: 0px;
	border: 1px solid #D5D5D5;
	display: block;
	background-color: #FFFFFF;
}
#searchform .sbm-b {
	color: #000000;	
	background-color: #FFFFFF;
	clear: both;	
	margin: 0px;
	border: 1px solid #FFFFFF;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}

#archives {
	margin: 0px;
	padding: 1%;
	clear: both;
	width: 98%;
	background-color: #FFFFFF;
}
.archivesbox {
	display: block;
	clear: both;
	width: 98%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}
.archivesbox a {
	color: #000000;
	text-decoration: underline;
}
.archivesbox a:hover {
	text-decoration: none;
}
.archivesbox h2 {
	padding: 0px;
	clear: both;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.archivesbox ul {
	margin: 0px;
	width: 100%;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.archivesbox li {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	list-style-type: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
}
#twitterbox {
	height: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: auto;
	border: 1px solid #d5d5d5;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#twitter_update_list {
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#twitter_update_list p {
	width: 180px;
	font-size: 10px;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#twitter_update_list span {
	margin: 0px;
	padding: 0px;
}
#twitter_update_list a {
	color: #098397;
	text-decoration: underline;
	font-weight: bold;
}
#twitter_update_list a:hover {
	text-decoration: none;
}




#footer {
	clear: both;
	color: #666666;
	font-size: 8px;
	margin:0 auto;	
	background-color: #e8e8e8;
	padding:0 15px 0 15px;
	height: 110px;
	font-weight: normal;
	line-height: 16px;
}
#footer a {
	color: #D53893;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: underline;

}

#footer-center
{
	font-size:11px;
	width:100%;
	height:30px;
	display:block;
	padding-top:10px;
	text-align:center;
	padding-bottom:30px;
}
#footer-center .copyright
{
	padding-top:10px;
}
.footer-keyword a {
color:#666666!important;
}
.footer-left {
	display:none;
	margin: 0px;
	float: left;
	width: 49%;
	text-align: left;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
}
.footer-right {
	margin: 0px;
	float: right;
	width: 49%;
	text-align: right;
	padding-top: 1%;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}

.comment-body em 
{
	color:#3399cc;
}
