/*
Theme Name: Mirror Communications
Theme URI: http://mirror-communications.com/
Description: CMS style theme for Mirror Communications
Version: 1.0
Author: QBKL media
Author URI: http://qbkl.net/
*/

body {
	margin: 0 auto;
	padding: 0;
	background: #fff url(img/bg2.png) repeat-x;
	font: normal normal 12px "Trebuchet MS", Arial, Tahoma, sans-serif;
	line-height: 20px;
	color: #555;
}

body.home {
	background: #fff url(img/bg.png) repeat-x;
}

#wrap {
	margin: 0 auto;
	width: 960px;
}

a {
	color: #cf1721;
	text-decoration: none;
}

a:hover {
	color: #111;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Header Styles */

#header {
	padding-top: 20px;
	width: 960px;
	overflow: hidden;
}

#header.headHome {
	height: 330px;
	background: url(img/bg-top-home.jpg) no-repeat;
}

#header.headInside {
	height: 110px;
	width: 960px;
	overflow: hidden;
	background: url(img/bg-top-inside.jpg) no-repeat;
}

#header .headTop {
	width: 960px;
	overflow: hidden;
	height: 110px;
	display: block;
}

.logoWrap {
	float: left;
	width: 250px;
	height: 90px;
	padding: 0;
	margin: 0;
}

.logoWrap h1, .logoWrap h2 {
	margin: 0;
	padding: 0;
}

.logoWrap h1 a, .logoWrap h2 a {
	display: block;
	width: 250px;
	height: 90px;
	background: url(img/logo-mc.gif) no-repeat;
	text-indent: -9999px;
}

.topMenu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 38px 0 0 0;
	width: 680px;
	text-align: right;
	font: normal normal 12px Arial, sans-serif;
	text-transform: uppercase;
}

.topMenu li {
	display: inline;
	margin-left: 20px;
}

.topMenu li.current_page_item {
	font-weight: bold;
}

.topMenu li a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	line-height: 21px;
}

.topMenu li a:hover {
	background: #b10f18;
	color: #fff;
}

.headerMessage {
	margin-top: 100px;
	width: 450px;
}

.headerMessage h3 {
	font: normal normal 24px Arial, sans-serif;
	color: #fff;
	margin: 5px 0;
}

.headerMessage h4 {
	font: normal normal 16px Arial, sans-serif;
	color: #fff;
	margin: 5px 0;
}


/* Content Styles */

#content {
	background: url(img/bg-content.png) no-repeat;
	width: 960px;
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 30px;
}

.main {
	width: 620px;
	float: left;
	margin-right: 60px;
	display: block;
	overflow: hidden;
}

.breadcrumbs {
	margin-bottom: 20px;
}

.main .quote {
	font: italic normal 15px Arial, sans-serif;
	color: #777;
	margin: 20px 0;
}

.main blockquote {
	background: url(img/quote.gif) no-repeat;
	margin: 25px 0;
	padding-left: 40px;
	font: italic normal 12px Arial, sans-serif;
	line-height: 18px;
}

.quoteleft {
	background: url(img/quote.gif) no-repeat top right;
	margin: 0 20px 10px 0;
	padding-right: 30px;
	line-height: 26px !important;
	font: italic normal 14px Georgia, serif;
	float: left;
	text-align: justify;
	width: 160px;
	color: #000;
}

.quoteright {
	background: url(img/quote.gif) no-repeat top left;
	margin: 0 0 10px 20px;
	padding-left: 30px;
	line-height: 26px !important;
	font: italic normal 14px Georgia, serif;
	float: right;
	text-align: justify;
	width: 160px;
	color: #000;
}

.main h1 {
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #cfcfcf;
	font: normal normal 26px Arial, sans-serif;
	color: #cf1721;
}

.main h2 {
	margin: 0 0 15px 0;
	font: normal normal 20px Arial, sans-serif;
	color: #f33b45;
}

.main h3 {
	margin: 0 0 15px 0;
	font: normal bold 16px Arial, sans-serif;
	color: #777;
}

.main h4 {
	margin: 0 0 15px 0;
	font: normal bold 14px Arial, sans-serif;
	color: #777;
}

.justified {
	text-align: justify;
}

.col280 {
	width: 280px;
	float: left;
	margin-right: 60px;
}

.noMargin {
	margin: 0;
}

.col280 h2 {
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #cfcfcf;
	font: normal normal 18px Arial, sans-serif;
	color: #cf1721;
	line-height: 24px;
}

.col280 .artLinks {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 280px;
	overflow: hidden;
}

.col280 .artLinks li {
	margin: 0;
	padding-left: 11px;
	background: url(img/arrow.gif) no-repeat 0 7px;
}

.post {
	margin-bottom: 30px;
}

.postTitle h1, .postTitle h2 {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #cfcfcf;
	font: normal normal 26px Arial, sans-serif;
	color: #cf1721;
}

.postInfo {
	margin-bottom: 15px;
}

.postExtras {
	border-top: 1px solid #cfcfcf;
	padding-top: 5px;
}

/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #cfcfcf;
	font: normal normal 18px Arial, sans-serif;
	color: #cf1721;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList li {
	width: 630px;
	overflow: hidden;
	display: block;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.commentLeft {
	float: left;
	width: 130px;
	padding: 10px 0;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #ccc;
}

.commentAuthor {
	font: normal bold 14px Arial, sans-serif;
}

.commentRight {
	float: right;
	width: 500px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}

#commentform {
	margin: 0;
	padding: 0;
}

#author, #email, #url {
	border: 1px solid #ccc;
}

#comment {
	border: 1px solid #ccc;
	width: 400px;
}

#submit {
	width: 80px;
	height: 20px;
	border: none;
	background: url(img/bg-addcomment.gif) no-repeat;
	font: normal bold 12px  Arial, sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

/* Posts by category archive - PR Reflections*/

h3.catposttitle {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
ul.catpostlist {
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #f5f5f5;
}

li.liposttitle {
	padding-bottom: 10px;
	font-size: 14px;
}

li.lipostexcerpt {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

li.lipostexcerpt p {
	margin: 0;
}

li.limoreposts {
	text-align: right;
}


/* Sidebar Styles */

#sidebar {
	width: 280px;
	float: right;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin-bottom: 30px;
}

#sidebar ul ul {
	margin-top: -8px;
}

#sidebar ul ul li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #cfcfcf;
}

#sidebar ul ul ul {
	margin: 0;
	margin: 0 0 0 10px;
}

#sidebar ul ul ul li {
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar ul ul ul li a {
	color: #333;
	padding-left: 11px;
	background: url(img/arrow.gif) no-repeat 0 7px;
}

#sidebar ul ul ul li a:hover {
	color: #cf1721;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #cfcfcf;
	font: normal normal 18px Arial, sans-serif;
	color: #cf1721;
}

#sidebar .artLinks {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 280px;
	overflow: hidden;
}

#sidebar .artLinks li {
	margin: 0;
	padding-left: 11px;
	background: url(img/arrow.gif) no-repeat 0 10px;
	border: none;
}

/* Footer Styles */

#footer {
	background: url(img/bg-footer.png) no-repeat;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
	line-height: 30px;
	margin: 0 auto;
}

#footer ul {
	margin: 0;
	list-style: none;
	display: block;
}

#footer ul li {
	display: inline;
	margin: 0 15px;
}

.qbklwrap {
	padding: 0 437px;
}

.qbkl {
	display: block;
	width: 85px;
	height: 46px;
	background: url(img/logo_qbkl.gif);
	margin: 20px 0;
	text-indent: -9999px;
}

.qbkl:hover {
	background: url(img/logo_qbkl.gif) 0 -46px;
}