/*
Theme Name: Jan McKay Theme
Theme URI: http://omikronmedia.com
Description: Theme Designed and created by Omikron Media.
Version: 1
Author: Omikron Media
Author URI: http://omikronmedia.com
Tags: black, dark, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #EFF4F6 url(img/bg.jpg) no-repeat right top;
	color: #000;
	font-family: Palatino Linotype;
	font-size: .9em;
}

a {
	color: #25476B;
}

p {
	margin: 0 0 25px 0;
	padding: 0px;
	line-height: 35px;
}

img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 7px #333;
    -moz-box-shadow: 0px 0px 7px #333; 
}
	
#header {
	position: relative;
	background:#fff;
	z-index: 2; /* IE z-index bug */
	margin-top:15px;
}

#content {
	z-index: 1; /* IE z-index bug */
	background:url(img/content-bg.jpg) repeat-y top left;
}

#spa-content{
	z-index: 1; /* IE z-index bug */
	margin:20px;
}

#content-left {
	float: right;
	width: 645px;
	padding: 20px 0;
	margin-right:10px;
}

#content-right {
	float: left;
	width: 290px;
	background:#f6efe8;
	border-right:#A5B4CB solid 1px;
	padding-top:60px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	width:372px;
	height:150px;
	background:url(img/logo.jpg) no-repeat;
	margin:0px 0px 0px 15px;
	padding:0px;
	text-indent:-9999px;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	float: left;
	margin: 80px 0 0 0;
	padding: 0px;
	font-weight: normal;
	width:551px;
	height:65px;
	text-indent:-9999px;
	background:url(img/slogan.jpg)
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3.post-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #576779;
	font-size: 1.7em;
}

h3.post-title a {
	color: #576779;
	text-decoration: none;
	border-bottom: 1px dotted #006990;
}

h3.post-title a:hover {
	border-bottom: none;
}

h4.post-subtitle2{
	margin: 0 0 10px 0;
	color:#576550;
	font-size:1.2em;
}

h4.post-subtitle {
	margin: 0 0 10px 0;
	color:#516C89;
	font-size:1.2em;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #5B5685;
	font-size: 1.2em;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#phone {
	position: absolute;
	right: 15px;
	top:5px;
	line-height: 1.4em;
	color:#999;
	font-weight:bold;
	font-size:1em;
}


#header-img{
	border-top:#9AB38E solid 8px;
	height:320px;
}


/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 40px 0;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding: 10px 0 0 0;
	background: url(img/bg-meta.gif) repeat-x left top;
	color: #576550;
	border-top: 1px dotted #5d5d5d;
	clear: both;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.box-left ul, ol, .post ul, ol, .page ul, ol {
	margin: 0 10px 20px 10px;
}

.box-left ul, .post ul, .page ul {
	padding: 0 10px 0 20px;
	line-height: 35px;

}
.box-left ol, .post ol, .page ol {
	padding: 0 10px 0 20px;
	line-height: 28px;

}

.box-left ol li, .post ol li, .page ol li {
	color:#9FB889;
	padding-bottom:15px;
	font-size:1.1em;
	font-weight:bold;
}

.box-left ol li span, .post ol li span, .page ol li span {
	color:#5B5685;
	font-weight:normal;
}

.box-left ul li, .post ul li, .page ul li {
	color:#9FB889;
}

.box-left ul li span, .post ul li span, .page ul li span {
	color:#576779;
}

/** CONTENT RIGHT */

.box-right {
	margin: 10px 10px 40px 10px;
	padding: 10px;
	background:#ebf1f4;
	-webkit-box-shadow: 0px 0px 7px #333;
    -moz-box-shadow: 0px 0px 7px #333;
	position:relative;
}

.box-right p{
	color:#546F74;
	line-height:20px;
	margin: 0px;
}

.box-right ul {
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

.sidebar-call{
	display:block;
	background:#9FB889 !important;
	color:#F7F6D6;
	padding:5px;
	text-align:center;
	text-decoration:none;
	font-size:1.1em;
	height:auto;
	width:auto;
	cursor:pointer;
}

.sidebar-call:hover{
	background:#908FB3 !important;
}

#hero-icon{
	position:absolute;
	background:url(img/contest.png) no-repeat;
	top:-40px;
	right:0px;
	text-indent:-9999px;
	width:96px;
	height:99px;

}
#sign-icon{
	position:absolute;
	background: url(img/letter.png) no-repeat;
	top:-20px;
	right:0px;
	text-indent:-9999px;
	width:56px;
	height:52px;
}
#break-icon{
	position:absolute;
	background:url(img/spa.png) no-repeat;
	top:-40px;
	right:0px;
	text-indent:-9999px;
	width:102px;
	height:60px;
}


/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	border: none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 50%;
	height: 23px;
	margin: 0 0 20px 0;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	border: 1px solid;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
	border: none;
	color: #fff;
}
	
/** SEARCHFORM */

#content #searchform {
	width: 250px;
}
	
#searchform #search {
	float: left;
	width: 200px;
	height: 23px;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #006990;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #576550;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #576550;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1f1f1f;
	border: 1px solid #5d5d5d;
	border-right: none;
	border-bottom: none;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #000;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: ;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: ;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	margin: 0px auto 15px auto;
	background:#9ab38e;
	height:80px;
	color:#FFFFFF;
}

#footer {
	margin: 0px;
	background:#768c90;
	border:#546F74 solid 1px;
	height:67px;
}

#footer p {
}

#links {
	float: left;
	width: 500px;
	text-align:center;
	vertical-align: bottom;
	margin-top:40px;
}

#footer-logo{
	float:left;
	background:url(img/footer-logo.jpg);
	width:178px;
	height:66px;
	text-indent:-9999px;
	margin:0px;
}

#social {
	float: right;
	width: 250px;
	text-align: left;
	margin:5px 0px 0px 0px;
	line-height:1.8em;
}

/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 10px 5px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 10px 5px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #2a2a2a;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}


/*  Custom Home */

.home-first{display:block;padding-top:20px;color:#7489A1;font-size:1.1em;font-weight:bold;}
.home-second{display:block;color:#74866B;padding-left:20px;font-size:1.1em;font-weight:bold;}
.home-third{display:block;color:#5B5685;padding-left:40px;font-size:1.1em;font-weight:bold;}

/* Testimonial  */

.testimonial-text{
	margin:0px 40px;	
}

.testimonial-author{
	color:#5B5685;
	width:300px;
	margin-left:300px;
}
.testimonial-author span{
	color:#516C89;
	font-size:1.1em;
	font-weight:bold;
}

/* whos who  */
.readmore{
	color:#5B5685;
	text-align:right;
	display:block;
	font-size:1.1em;
	font-weight:bold;
}
