@charset "utf-8";
/* CSS Document */

body { 
background: url("../images/body-blog.gif") no-repeat top center; 
background-color: #4d4d4d;
margin:0 auto;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: normal;
	color:#fff;
	margin-top: 0px;
	margin-bottom: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	font-weight: normal;
	color:#fff;
	margin-top: 0px;
	margin-bottom: 20px;
}
a:link { 
	color: #C5C3C3;
	text-decoration:none; 
}
a:hover {
	color: #C5C3C3;
	background-color: #D03C32;
	text-decoration:none;
}
a:visited { 
	color: #C5C3C3;
	text-decoration:none;
}
a.login:link {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color:#C5C3C3;
	text-decoration:none; 
}
a.login:hover {
	color: #C5C3C3;
	background-color: #D03C32;
	text-decoration:none;
}
a.login:visited { 
	color: #C5C3C3;
	text-decoration:none;
}
.footer {
	color:#C5C3C3;
	font-size:11px;
}
a.footer:link {
	text-decoration:none; 
	color:#C5C3C3;
	font-size:11px;
}
a.footer:hover {
	color: #C5C3C3;
	background-color: #D03C32;
	text-decoration:none;
}
a.footer:visited { 
	color: #C5C3C3;
	text-decoration:none;
}


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

div#login{ 
	width: 920px; 
	height: 22px; 
	padding: 8px 0px 15px 0px;
	background: transparent; 
	margin: auto;
	clear: both; 
	border:0px solid #D03C32;
}
div#header{ 
	width: 920px; 
	height: 85px; 
	padding: 0px 0px 20px 0px;
	background: transparent; 
	margin: auto;
	clear: both; 
	border:0px solid #D03C32;
}
div#nav{ 
	width: 920px; 
	height: 30px; 
	padding: 0px 0px 10px 0px;
	background: transparent; 
	margin: auto;
	clear: both; 
	border:0px solid #D03C32;
}
div#avail {
	background-image: url(../images/avail.gif);
	background-repeat: no-repeat; background-position:left;
	width: 348px;
	height: 85px;
	position: relative; float: right;
	top: 0px;
	right: 0px;
}
div#check {
	position: relative; float: left;
	width: 260px;
	height: 28px;
	top: 43px;
	left: 33px;
}
div#logo {
	position: relative; float: left;
	width: 318px;
	height: 70px;
	top: 0px;
	left: 0px;
}
div#email {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 222px;
	height: 18px;
	position: relative; float: right;
	top: 0px;
	right: 0px;
}
div#menu {
	width: 507px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	position: relative; float: left;
	top: 0px;
	left: 0px;
}


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

  #content {
    width:961px;
	background-image:url(../images/body-blog-main.gif);
	background-repeat:repeat-y;
	background-position: center center;
	margin: auto;
	overflow:auto;
    }
  #main {
    width:600px;
	padding:0px 35px 0px 35px;
	position: relative; float: left;
    }
  #sidebar {
    width:220px;
	padding:20px 35px 0px 35px;
	position: relative; float: right;
    }


/* Posts
----------------------------------------------- */

h2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:16px;
	font-weight: bold;
	color: #D03C32;
  	margin:1.5em 0 .75em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:16px;
	font-weight: bold;
	color: #fff;
  	margin:1.5em 0 .75em;
}

  .date-header {
    margin:1.5em 0 .5em;
	font-size:10px;
	font-weight:normal;
	color: #4c4d4d;
	padding-top:10px;
    }
	
h1 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:16px;
	font-weight: bold;
	color: #D03C32;
	margin-bottom: 0px;
	margin-top: 0px
}

.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  color:#FFFFFF;
  font-size: 20px;
  text-transform:uppercase
  }
.post-title a {
  text-decoration:none;
  color:#D03C32;
  }
.post-title a:hover {
  	color:#fff;
	background-color: #D03C32;
	text-decoration:none;
  }	
	
	
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #444;
    padding-bottom:1.5em;
    }
	
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #222;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#999;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #222;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
div#follow{ 
	width: 921px; 
	height: 43px; 
	padding: 12px 20px 8px 20px;
	background-image: url(../images/footer-blogger.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto; 
	clear: both; 
	border:0px solid #D03C32;
}
div#footer-follow {
	width: 288px;
	height: 43px;
	padding-top:15px;
	position: relative; float: right;
	bottom: 0px;
	right: 0px;
}
div#footer-sub {
	width: 318px;
	height: 28px;
	padding-top:15px;
	position: relative; float: left;
	bottom: 0px;
	left: 0px;
}
div#footer-1{ 
width: 921px; 
height: 11px; 
padding: 10px 0px 40px 0px;
background: transparent; 
margin: auto; 
clear: both; 
border:0px solid #D03C32;
}

div#links {
	width: 515px;
	height: 11px;
	position: relative; float: right;
	bottom: 0px;
	right: 0px;
}
div#copyright {
	width: 380px;
	height: 11px;
	position: relative; float: left;
	bottom: 0px;
	left: 0px;
}

/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }