/*
THEME NAME: Perfect Day
THEME URI: http://www.perfectday.ca/blog/
DESCRIPTION: Custom theme for Perfect Day Experiences Blog - http://www.perfectday.ca/blog/
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url("images/quotes.gif") no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

/* Wrapper */

#wrapper {
	width: 790px;
	background: url("images/bg_wrapper.png") repeat-y top left;
	margin: 0 auto;
}

/* Header */

#header {
	overflow: hidden;
	background: url("images/bg_header.png") no-repeat bottom left;
}

#logo {
	float: left;
	margin: 5px 0 13px 0;
	position: relative;
	left: 40px;
}

#logo a {
	display: block;
	width: 171px;
	height: 45px;
	background: url("images/logo.jpg") no-repeat top left;
}

#logo a span {
	display: none;
}

#qlinks {
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 36px;
	left: 115px;
}

#qlinks ul li {
	float: left;
	margin-right: 25px;
}

#qlinks ul li a {
	display: block;
	height: 10px;
}

#qlinks ul li span {
	display: none;
}

#qlinks ul li#qlink1 a { width: 142px; background: url("images/qlink1.gif") no-repeat top left; }
#qlinks ul li#qlink2 a { width: 82px; background: url("images/qlink2.gif") no-repeat top left; }
#qlinks ul li#qlink3 a { width: 88px; background: url("images/qlink3.gif") no-repeat top left; }

#qlinks ul li#qlink1 a:hover,
#qlinks ul li#qlink2 a:hover,
#qlinks ul li#qlink3 a:hover {
	background-position: 0 -10px;
}

/* Menu */

#menu {
	overflow: hidden;
	margin-left: 14px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	height: 29px;
}

#menu ul li span {
	display: none;
}

#menu ul li#button1 a { width: 66px; background: url("images/button1.jpg") no-repeat top left; }
#menu ul li#button2 a { width: 108px; background: url("images/button2.jpg") no-repeat top left; }
#menu ul li#button3 a { width: 106px; background: url("images/button3.jpg") no-repeat top left; }
#menu ul li#button4 a { width: 96px; background: url("images/button4.jpg") no-repeat top left; }
#menu ul li#button5 a { width: 106px; background: url("images/button5.jpg") no-repeat top left; }
#menu ul li#button6 a { width: 83px; background: url("images/button6.jpg") no-repeat top left; }
#menu ul li#button7 a { width: 94px; background: url("images/button7.jpg") no-repeat top left; }
#menu ul li#button8 a { width: 102px; background: url("images/button8.jpg") no-repeat top left; }

#menu ul li#button1 a:hover,
#menu ul li#button2 a:hover,
#menu ul li#button3 a:hover,
#menu ul li#button4 a:hover,
#menu ul li#button5 a:hover,
#menu ul li#button6 a:hover,
#menu ul li#button7 a:hover,
#menu ul li#button8 a:hover {
	background-position: 0 -29px;
}

#topbar {	
	height: 32px;
	background: url("images/bg_topbar.png") no-repeat top left;
	overflow: hidden;
	margin-bottom: 2px;
}

#breadcrumbs {
	float: left;
	padding: 9px 0 0 24px;
	color: #C3C3C3;
}

#breadcrumbs a {
	color: #5F5F5F;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#searchbox {
	float: right;
	padding: 4px 24px 0 0;
}

#keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#btn-go {
	vertical-align: middle;
	width: 28px;
	height: 20px;
}

/* Container */

#container {
	overflow: hidden;
	background: url("images/bg_container.png") repeat-y top left;
}

#container-btm {
	height: 20px;
	background: url("images/bg_container_btm.png") no-repeat bottom left;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 166px;
}

#sidebar .inner {
	padding: 0 0 0 20px;
}

.subscribe img {
	float: left;
	margin: 0 10px 0 0;
}

.sidepanel {
	margin-bottom: 10px;
	padding-bottom: 15px;
	background: url("images/bg_sidepanel.gif") repeat-x bottom left;
}

.sidepanel h3 {
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	background: url("images/arrow.gif") no-repeat center left;
}

.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/* Content */

#content {
	float: left;
	width: 600px;
	margin-left: 8px;
	background: url("images/bg_content.png") repeat-x top left;
}

#content .inner {
	padding: 10px 10px 0 10px;
}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #EFEFEF;
}

.post-title {
	font-size: 150%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #0033FF;
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: underline;
}

.post-meta {
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 120%;
	font-weight: bold;
	color: #DF0000;
	padding: 10px 0;
}

.post-content h3 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	padding: 10px 0;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content div.alignleft {
	float: left;
	margin: 0 25px 15px 0;
}

.post-content div.alignright {
	float: right;
	margin: 0 0 15px 25px;
}

p.wp-caption-text {
	text-align: center;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 500px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 760px;
	background: url("images/bg_footer.png") no-repeat top left;
	padding-top: 40px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

#seolinks {
	margin: 30px 0;
	
}

#seolinks p {
	margin-bottom: 10px;
	text-align: center;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
