/*
Theme Name: SCV1
Description: SweetChin theme.
Author: Antony Burton
*/

* {
	outline: none;
}

html {
	margin:0;
	padding:0;
}

body {
	background-color: #656565;
        background-image: url(images/backs.gif);
        background-repeat: repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 15pt;
}

/* General Styling */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	text-transform: uppercase;
	font-weight: bold;
        line-height: 25px;
	color: #ff7d00;
}

h1 {
	font-size: 19pt;
        margin: 0px 0px 20px 0px;
	color: #ff7d00;
}

h2 {
	font-size: 16pt;
        margin: 0px 0px 5px 0px;
	color: #ff7d00;
}

h3 {
	font-size: 15pt;
        margin: 0px 0px 5px 0px;
	color: #ff7d00;
}

h4 {
	font-size: 14pt;
        margin: 0px 0px 5px 0px;
	color: #ff7d00;
}

h5 {
	font-size: 10pt;
	color: #ff7d00;
	text-transform: none;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h6 {
        font-size: 9pt;
        margin: 0 0 5px 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CC2300;
}

ul {
	list-style: square;
        margin: 2px 2px 0px 15px;
        padding: 0px;
}

li {
	padding-bottom: 5px;
}

blockquote {
background-color: #E2E2E2;
border: 1px solid #FF7D00;
display: block;
margin-left: 20px;
padding: 9px;
overflow: hidden;
}

/* Main Page */

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/sweetchin_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	width: 100%;
	height: 306px;
	background-image: url(images/hbkbanner.jpg);
	background-position: center 61px;
	background-repeat: no-repeat;
}

#header img {
	margin: 5px 0px 0px 24px;
}

.header-top {
	width: 100%;
	height: 60px;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #A29C9C;
}

/* Communication */

#communication {
	width: 24px;
	height: 24px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 18px;
	right: 22px;
}

#communication img{
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	margin: 0;
}

/* Navigation */

#nav {
	height: 28px;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	top: 190px;
	position: relative;
	float: left;
}

#nav ul {
	display: block;
	margin: 0px 10px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	float: left;
	margin: 0px 15px;
	padding: 0px;
	list-style-position: outside;
}

#nav a {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	line-height: 28px;
	color: #CC2300;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	color: #AA1100;
	line-height: 28px;
}

/* Overall Content Container */

#content-container {
	float: left;
	width: 910px;
	left: 25px;
	padding-bottom: 25px;
	position: relative;
}

/* Main Content */

#main-content {
	width: 603px;
	clear: both;
	float: left;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

/* Single Page */

#single {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ff7d00;
}

#single ul {
        padding-bottom: 10px;
}

#single li {
        padding: 5px 0;
}

#single a {
        font-weight: bold;
        list-style: none;
}

#single, .page {
	border: 0;
}

#single img {
	max-width: 550px;
}

.breadcrumb, .breadcrumb a {
        color: #333333;
        font-size: 8pt;
        margin: 0 0 5px 0;
}

.breadcrumb a:hover {
        text-decoration: none;
        color: #CC2300;
}

/* Subpages */

#subpages {
list-style: none;
margin: 0;
padding: 0;
}


/* Posts */

.post {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ff7d00;
}

.post-thumb {
	height: 120px;
	width: 120px;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	border: 4px solid #ff7d00;
}

.post p {
	margin: 0;
}

.post-meta {
	font-size: 8pt;
	padding: 10px 0 0 0;
}

/* Post Details */

#post-details {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0 10px;
}

#post-details .author {
	float: left;
}

#post-details .author .avatar {
	float: left;
	margin-right: 10px;
}

.post-edit-link {
        clear: both;
}

.author-details {
	float: left;
}

.author-id-1, .author-id-1 a {
	color: #f30c6e !important;
	font-size: 11pt;
}

/* Sidebar */

#sidebar {
	width: 280px;
	float: right;
}

#sidebar-ads h3 {
	margin: 0px 1px 0px 2px;
}

#sidebar-ads img {
	margin: 0px 1px 0px 2px;
	border: none;
}

#sidebar-ads h4 {
	font-size: 9pt;
	color: #333333;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.donate-button {
	height: 47px;
	width: 160px;
        margin-right: auto;
        margin-left: auto;
	margin-top: 10px;
}

/* Sidebar Widgets */

.widget {
	float: left;
	width: 240px;
	padding: 20px;
	margin: 0 0 25px 0;
	border : 1px solid #a29c9c;
	background-image: url(images/widget_bg.png);
	background-repeat: repeat-x;
}

.widget h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 12pt;
	text-align: left;
	color: #333333;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

.widget li {
	margin: 0;
	padding: 0 0 10px 0;
}

.widget a {
	color: #222222;
}

.widget a:hover {
	color: #CC2300;
}

/* Searchform */

#searchform {
	background-image: url(images/searchbar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 23px;
	width: 236px;
        margin: 0;
        padding: 0;
}

#searchbar{
	height: 16px;
	width: 156px;
	border: 0px;
	margin: 3px 0px 0px 1px;
	padding: 0px 0px 0px 2px;
}

#searchform #search-btn {
	border: 0px;
}

/* Footer */

#footer {
	width: 920px;
	height: 36px;
	border-top: 1px solid #a29c9c;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
        background-color: #ff7d00;
	text-align: center;
	clear: both;
	padding: 10px 20px;
        font-size: 8pt;
}

.footer-links {
        clear: both;
}

.footer-links ul {
        display: block;
        margin: 10px 0px;
        padding: 0px
}

.footer-links li {
        list-style-type: none;
        float: left;
        margin: 0px 5px;
	padding: 0px;
	list-style-position: outside;
}

/* Page Navigation */

.wp-pagenavi, .page-comments {
	float: right !important;
	clear: both !important;
	border: 0 !important;
	width: auto;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .page-numbers, .wp-pagenavi span.current, .page-comments span.current {
	display: block !important;
	border: 1px solid #000000 !important;
	float: left !important;
	padding: 2px 6px !important;
	margin: 0 0 0 5px !important;
	font-size: 9pt !important;
	width: auto;
	font-weight: bold !important;
	background-color: #ff7d00 !important;
	color: #333333 !important;
}

.wp-pagenavi span.current, .page-comments span.current, .wp-pagenavi a:hover, .page-numbers:hover {	
	text-decoration: none !important;
	border: 1px solid #a29c9c !important;
}

/* Alignments */

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto; 
	border: 4px solid #ff7d00;
}

.aligncenter {
	margin-bottom: 20px !important;
}

.alignright {
	border: 4px solid #ff7d00;
	margin: 0 0 5px 5px;
	float: right;
}

.alignleft {
        border: 4px solid #ff7d00;
	margin: 0 5px 5px 0;
	float: left;
}

.alignnone {
        border: 4px solid #ff7d00;
	margin: 0 5px 5px 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
        float: right;
}

/* Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ff7d00;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	padding: 0;
}

.comment-body {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 15px 20px 15px;
	border: 1px solid #a29c9c;
	background-image: url(images/comment_bg.png);
	background-repeat: repeat-x;
	background-color: #ff7d00;
}

.comment-author-avatar {
	float: left;
	margin: 0 10px 10px 0 ;
	width: 48px;
	height: 48px;
}

.comment .author {
	font-weight: bold;
}

.comments-template h2, .comments-template h3{
	font-size: 18px;
	font-weight: bold;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 9pt;
        padding: 5px;
        height: 200px;
        width: 555px;
}

#commentform .button {
	height: 30px;
	border: 1px solid #a29c9c;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/submit_button_bg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#commentform .text {
	margin-bottom: 5px;
}

/* Social */

#social {
	float: right;
	width: 100px;
	text-align: right;
}

#social img {
	border: 0;
}

#social img:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
        border: 0;
}
