/*
-----------------------------------------------------
Theme Name: Q
Description: The default theme for Quotes in Can




----------------------------------------------------- 
*/

body {
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #333;
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #9F1238;
}

a:hover {
	text-decoration: none;
	color: #F04A65;
}


/*------- Others ---------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

address, dl, p {
	padding: 15px 0 0;
}


blockquote {
	background:url(images/blockquote.gif) no-repeat left top;
	padding-left:30px;
	padding-top:10px;
	margin: 15px 0 0;
}

blockquote p {
        padding: 15px;
}

blockquote blockquote {
	background:url(images/blockquote.gif) no-repeat left top;
	padding-left:35px;
	margin: 10px;
}

code {
	background: #f9f9f9;
}

hr {
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}

dt { font-weight: bold; }

dd { padding: 0 0 0 15px; }


/*------- Images ---------*/

.entry img {
	border: 1px solid #520433;
        padding: 5px;
}

img.wp-smiley{
	border: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/*------- Input ---------*/

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

pre{
	width: 90%;
}

small{
	font-size: 12px;
}

fieldset 
{
	border: ridge 3px;
}

/*------- Tab Menu ---------*/

#topmenu{
	background: #333;
	width: 100%;
	margin: 0px auto 0px;
	padding: 9px 0px 9px 0px;
	text-align: center;
        border-top: 3px solid #F5E7A2;
}

#topmenu a{
	background: #333;
	font-size: 12px;
	color: #F7F7F7;
	padding: 9px 20px 9px 25px;
	margin: 0px -4px 0px 0px;
	text-decoration: none;
        font-weight: bold;
	text-transform: uppercase;
}

#topmenu a:hover{
	background: #556270;
	color: #F7F7F7;
}

#topmenu li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topmenu ul{
	margin: 0px;
	padding: 0px;
}

#topmenu ul li{
	margin: 0px;
	padding: 0px;
}


/*------- Header ---------*/

#supra {
        background: #E08E79;
        height: 375px;
        margin: 0 auto;
}

#header{
        width: 780px;
        height: 375px;
        margin: 0 auto;
        padding: 0;
        background: transparent url(images/header.gif) no-repeat top left;
        text-align: left;
}

#supra h1{
        font: 220%/180% Georgia, Garamond, "Times New Roman", serif;
        text-decoration: none;
	color: #000000;
        font-style: italic;
        font-weight: bold;
	text-decoration: none;
	text-align: center;
}


#supra h1 a {
	color: #000000;
        text-decoration: none;
}

#supra h1 a:hover {
	color: #774F38;
        text-decoration: none;
}

.sitedescription{

	width: 780px;
	line-height: 24px;
	color: #000000;
}

.sitedescription p{
	padding: 1px 0 0 20px;
}


/*------- Main ---------*/

#container{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	border-top: 1px solid #fff;
	background: #fff;
        background-image: url(images/paperbg.gif);
        background-repeat: repeat-y;
        background-position: center center;
}

.page{
	margin: 20px auto 0;
	width: 800px;
	text-align: left;
}

.main-content{
	float: right;
	width: 550px;
}

/*------- Post Content ---------*/

.post{
	padding: 20px 21px 20px 0;
}

.post h2{
	font-size: 30px;
}

.postdivider {
	background: url(images/postdivider.gif) no-repeat center;
	height: 40px;
	margin: 40px 0 0 0;
}

.date{
	float:left;
	width:51px;
	height:57px;
	background:url(images/datebg.jpg) no-repeat top left;
}

.date-month{
	font-size:10px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:2px;
}

.date-day{
	font-size:18px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:4px;
}

.postinfo{
	background:url(images/postinfo.gif) no-repeat left center;
	padding-left:20px;
}

.browse{
	margin: 0;
	padding: 20px 21px 20px 0;
}

/*------- Post Content ---------*/

.entry{
	line-height: 24px;
}

.entry a:link {
	text-decoration: none;
	color: #9F1238;
	border-bottom: 1px dotted #9F1238;
}

.entry a:hover, a:active {
	text-decoration: none;
	color: #F04A65;
	border-bottom: 1px solid #F04A65;
}

.entry a:visited {
	text-decoration: none;
	color: #9F1238;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 15px 0 0;
	font-style: normal;
	text-transform: none;
	background-color: transparent;
	background-image: none;
}

.entry h1{
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
}

.entry h2{
	font-size: 36px;
	line-height: 30px;
}

.entry h3{
	font-size: 28px;
}

.entry  h4{
        font-size: 24px;
}

.entry h5 {
        font-size: 18px;
}

.entry h6{
        font-size: 13px;
}


/*------- Sidebar ---------*/

#sidebar{
	float: left;
	width: 210px;
	display: inline;
}

.sidebar-content {
	margin: 0 10px 0 22px;
	color: #000000;
        padding: 0;
}

.sidebar ul li#search{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.sidebar ul li#search input{
	margin: 0 0 5px;
}

.sidebar-content h2{
	font-family: Georgia, Sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: red;
	padding: 0 0 5px 0;
	margin: 0 10px 0 22px;
	border-bottom: 1px solid #333;
}

.sidebar-content ul{
	list-style: none;
	margin: 0;
	padding: 0 3px 30px 0;
}

.sidebar-content ul li{
	padding: 2px 0 2px 0;
}

.sidebar-content ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: none;
	font-size: 14px;
	border-bottom: 1px solid #333;
}

.sidebar-content ul li a{
	display: block;
	text-decoration: none;
	color: red;
	padding: 2px 2px;
}

.sidebar-content ul li a:hover{
	text-decoration: none;
	color: #CCC;
	background: #222;
}

.sidebardivider {
	background: url(images/sidebardivider.gif) no-repeat center;
	height: 40px;
	margin: 0 0 30px 0;
}


/*------- Comments ---------*/

.comments {
        float:right;
        width:100px;
        font-weight:bold;
        background:url(images/commentbg.gif) no-repeat;  
        padding-left:20px;
}

.comments-template{
	margin: 15px 0 0;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.commenttext {
        padding: 0 16px 2px 16px;
        background: #333;
        color: #fff;
        clear: both;
}

div.clearcomment {
        height: 67px;
        width: 529px;
        background: url(images/commentbottom.gif) no-repeat top left;
}

div.clearcomment1 {
        height: 47px;
        width: 529px;
        background: url(images/commenttop.gif) no-repeat top left;
        clear: both;
}


/*------- Footer ---------*/

#footer-wrap{
	float: left;
	width: 100%;
	background: #333 url(images/footer2.jpg);
        color: #ccc;
        border-bottom: 3px solid #F5E7A2;
}

#footer-wrap a{
	color: #ccc;
}

#footer{
	margin: 0 auto;
	width: 758px;
	padding: 0 0 20px 0;
	line-height: 24px;
	text-align: left;
}