/*
Theme Name: Xmas Theme 
Description: Merry Christmas form Site5.com!
Author: Site5.com
Author URI: http://www.site5.com/
*/

/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background:#1F1F30 url(images/bk_body.jpg) 50% 0 no-repeat;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  line-height:135%;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/

a {
  color: #0079BB;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
	outline:none;
}

h1 {
	font-size:25px;
	letter-spacing:-1px;
	font-weight:normal;
	background:url(images/bk_line.jpg) bottom left no-repeat;
	padding-bottom:25px;
}

h2{
	font-size:18px;
	font-weight:normal;
	color: #0079BB;
} 

h2.comments{
	padding-bottom:15px;
	
} 


ul {
	list-style:none;
}

p {
	margin:0.7em 0;
}


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	height:229px;
	position:relative;
}

#header h1 {
	padding:0;
	background:none;
	line-height:100%;
}

#header h1 a{
	color:#fff;
	font-size:34px;
}

#header h1 a:hover {
	text-decoration:none;
}

#content {
	background:#fff url(images/bk_content.jpg) 0 0 repeat-y;
	padding:20px 0 35px 30px;
	line-height:135%;
}


#colLeft {
	float:left;
	width:635px;
}

#colRight {
	float:left;
	width:245px;
   	padding:0 10px 0 15px;
	margin-left:25px;
	
}


#footer {
	padding:65px 0 40px;
	color:#666;
	background:url(images/bk_footer.jpg) 0 0 no-repeat;
	position:relative;
}

/* ------------------------------------------------
HEADER ELEMENTS
---------------------------------------------------*/

/* -- logo --*/
#logo {
	position:absolute;
	top:70px;
	left:70px;
	color:#FFF;
}

#logo h1 {
	padding:0;
	margin:0;
	font-size: 250%;
	font-color: #FFFFFF;
}

#logo a img{
	border:none;
}

#logo span {
	display:block;
	padding:10px 0;
	text-transform:uppercase;
	font-size:11px;
	color:#CECFDB;
}

/* ------------------------------------------------
COL LEFT ELEMENTS
---------------------------------------------------*/

#archive-title, .searchQuery {
	border-bottom:1px dashed #ccc;
	padding:0 0 10px;
	margin-bottom:20px;
}

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

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

.blogItem {
	background:url(images/bk_line_ornament.jpg) bottom left no-repeat;
	padding-bottom:25px;
	margin-bottom:20px;
}

.blogItem h1 {
	font-weight:normal;
	background:none;
	padding:0;
	line-height:100%;
	color: #0079BB;
}

.blogItem .postMeta {
	position:relative;
	padding:2px 40px 20px 50px;
	background:url(images/bk_line.jpg) bottom left no-repeat;
	margin-bottom:10px;
}

.blogItem .postMeta .date {
	position:absolute;
	top:0;
	left:-40px;
	height:35px;
	width:70px;
	background:url(images/bk_date.png) 0 0 no-repeat;
	color:#FFF;
	line-height:25px;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
}

.blogItem .postMeta .date span {
	font-weight:bold;
	font-size:19px;
}

.blogItem .postMeta .comments {
	position:absolute;
	right:0;
	top:5px;
	width:38px;
	height:34px;
	background:url(images/bk_comments_no.png) 0 0 no-repeat;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.blogItem .postMeta .comments a {
	color:#fff;
}

.blogItem .postMeta p{
	font-size:11px;
	color:#666666;
	margin:10px 0 0;
}

.blogItem .postMeta p img {
	vertical-align:middle;
}

.more-link {
	color:#C32400;
	font-weight:bold;
	
}

/* -------------------------------
COLRIGHT ELEMENTS
----------------------------------*/
#colRight {
	font-size:12px;
}

#colRight h2 {
	display:block;
	background:url(images/bk_h2_right.png) 0 0 no-repeat;
	width:253px;
	margin-left:-13px;
	height:34px;
	line-height:32px;
	padding-left:33px;
	text-transform:uppercase;
	color:#DBEDF9;
	text-shadow:#00659F 1px 1px;
	font-size:12px;
	font-weight:normal;
}

#colRight ul {
	margin-bottom:20px;
}

#colRight ul li{
	padding:5px;
	border-bottom:1px dotted #ccc;
}

#colRight ul li a {
	color:#666;
}

#colRight ul li a:hover {
	color:#0079BB;
	text-decoration:underline;
}

/* -------------------------------
FOOTER ELEMENTS
----------------------------------*/

#site5bottom {
	position:absolute;
	right:0;
	top:65px;
}

#footer {
	font-size: 90%;
}


/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */



