/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

	1. Activate custom.css file in theme admin panel
	2. Open style.css file and find any clasess you want to override
	3. Copy classes to override in this file, put them outside green commented area


START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */

.slider-area {
        margin-bottom:0;
}
.content-area {
        margin-bottom:0;
}
.footer {
	padding:20px 0;
}
.wp-caption-text  {
	font-style:normal;
}
#loopedSlider ul.pagination li a {
	border-color:#999;
	background-color:#F6F6F6;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.wp-caption object {
	margin:5px 5px 0 5px;
	border:none !important;
	padding:0 !important
}
.custom-widget {
	float:left;
	background-color:#F8F8F8;
	border:1px solid #B0B5B7;
	margin:20px 20px 20px 0;
	padding:15px;
}
.custom-widget h3 {
	font:bold 17px "宋体";
	color:#000000;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #CDCAC4;
}
.main-outer {
	background: transparent url(/png/white80_960x500.png) repeat scroll top left;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-goog-ms-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
        padding-bottom:20px;
        padding-top:20px;
}
.middle-outer {
	background: transparent url(/png/white80_200.png) repeat scroll top left;
	padding-top:20px;
}
.footer-outer {
	color:#cccccc;
	background: transparent url(/png/black50_200.png) repeat scroll top left;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-goog-ms-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.post-outer {
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-goog-ms-border-radius: 5px;
	margin:20px 9px;
}