
body{
background-image:url("/img/bg.jpg");
margin: 15px 0 15px 0;
padding: 0;
background-color: Gray;
}

.left { 
	float: left;
	display: block;
	}
.right { 
	float: right;
	display: block;
	}
	

  /* Wrapper */

#wrapper  {
  margin: 0 auto;
  padding: 0;
  border: 0;
  top: 0;
  width: 714px;
  height: 100%;
  text-align: left;
  background-image:url("/img/wrapper.gif");
  font-size: 100%;
  font: 11px verdana; 
  position: relative;
  }
  
  #main{
  margin: 10px;
  padding: 5px;
  border: 0;
  width: 680px;
  text-align: left;  
  background: #fff;
  }
  
/* Header */

#header {
	margin: 10px auto;
	padding: 0;
	width: 680px;
	height: 175px;
	text-align: center;
	background-image:url("/img/header.jpg");
  	background-repeat:no-repeat;
	background-position: bottom;
	background-color: #fff;
	}

#header img {
  	height: 65px;
	width: 250px;
	position: absolute;
	border: 0;
	top: 5px;
	left: 15px;
	text-align: left;
}	

#title h1{
	font-family: Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
	font-size: 17px;
	color: #dd0000;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 28px;
	top: 147px;
	}
a.pagetitle:link, a.pagetitle:active, a.pagetitle:visited, a.pagetitle:hover{
	font-family: Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
	font-size: 17px;
	color: #dd0000;
	text-decoration: none;
	}
	
#desc{
	position: absolute;
	top: 7px;
	right: 10px;
	text-align: right;
	}
	
/* HEADER IMAGES */	
	
#home #image {
 	margin: 0;
  	padding: 0;
	background-image: url(/img/home-stand-out.jpg);
	background-repeat:no-repeat;
  	height: 204px;
	position: relative;
	top: 50px;
	left: 0;
	border-top: 10px solid #777;
	border-bottom: 5px solid #777;
}



/* Nav */

#header #nav{
	font-family: Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
	font-size: 110%;
	width: 460px;
	height: 20px;
	position: absolute;
	top: 45px;
	right: 0px;
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited {
	margin: 0px 1px 1px 1px;
	padding: 0 5px 0 5px;
	color:#222;
	text-decoration:none;
	font-weight: bold;
	}

#nav a:hover,  #nav a.here:link, #nav a.here:visited{
	margin: 0px 1px 1px 1px;
	padding: 0 5px 0 5px;
	text-decoration:none;
	font-weight: bold;
    color: #FFF;
	background-color: #DD0000;
	border-top: 5px solid #dd0000;
 	}

/* MAIN CONTENT AREA START */
#main {
	margin: 0 auto;
	}
	
p, #main #leftcol p{
	font-family: "Book Antiqua", Georgia, "MS Serif", serif, "Times New Roman" ;
	font-size: 125%;
	color: #222;
	line-height: 1.4em;
}	

#rightcol{
	margin: 0;
	padding: 0 0 10px 15px;
	float: right;
	width: 210px;
	right: 0;
	top: 0;
	background-image:url("/img/rightcol.gif");
	background-repeat: repeat-y;
	}	
#rightcol h2{
	font-family: Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
	font-size: 14px;
	color: #dd0000;
	margin: 5px 0 -10px 0;
	padding: 0;
	}
	
#leftcol{
	margin: 0;
	padding: 0 10px 10px 10px;
	float: left;
	left: 0;
	top: 0;
	width: 425px;
	}	
#leftcol h1{
	font-family: Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
	font-size: 16px;
	color: #dd0000;
	margin: 0;
	padding: 0;
	}		
h3{
	font-family: Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
	font-size: 93%;
	color: #666;
	margin: 2px 0 2px 0;
	padding: 0;
	font-weight: normal;
	}

	
#text{
font-family: "Book Antiqua", Georgia, "MS Serif", serif, "Times New Roman" ;
font-size: 130%;
line-height: 1.4em;
}
#text a:link, #text a:visited, #text a:active, #rc a:link, #rc a:visited, #rc a:active{
	text-decoration: none;
	color: #dd0000;
	border-bottom: 1px dotted #dd0000;
	padding: 0 0 -1px 0;
}

#text a:hover, #rc a:hover{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
	padding: 0 0 -1px 0;
}	
	
#rc a:link, #rc a:visited, #rc a:active{
	text-decoration: none;
	color: #222;
	border-bottom: 1px dotted #444;
	padding: 0 0 -1px 0;
}

#rc a:hover{
	color: #dd0000;
	text-decoration: none;
	border-bottom: 1px solid #dd0000;
	padding: 0 0 -1px 0;
}	
	
/* RECENT ITEMS */
#rightcol ul, ul  {
  margin: 0 0 3em 1em;
  padding-left: 1.5em;
  padding-top: 0;
  }

li  {
  line-height: 150%;
list-style-position: outside;
  }

#rightcol li {
	font-family: Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
  list-style: disc url(/img/spades.gif) outside;
  vertical-align: middle;
  margin: 2px 10px 2px 0 ;
  padding-top: 5px;
  line-height: 150%;
  }
	
#rightcol ul.banners li{
  margin: 5px 0 10px 0;
  padding-left: 6px;
  padding-top: 0;
  list-style: none none;
  }
 #rightcol img{
 border: 1;
 border-style: dotted;
 border-color:  #ddd;
 padding: 1px;
 margin: 2px;
 }
  
/* FOOTER */

#footer {
 	margin: -5px 0 5px 0;
  	padding: 7px 0 0 0;
	height: 65px;
	position: relative;
	top: 25px;
	left: 0px;
	background-image:url("/img/footer.jpg");
	background-repeat: no-repeat;
	clear: both;
	display: block;
	text-align: center;
	font-family: "Courier New", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
 	color: #444;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #555;
	margin: 0 1px 0 1px;
	border-bottom: 1px dashed #888;
}

#footer a:hover {
	color: #dd0000;
	border-bottom: 1px dashed #dd0000;
	margin: 0 1px 0 1px;
}

/* BORDERS */	
  #bordernormal  {
  margin: 0 auto;
  padding: 0 0 0 0;
  border: 0;
  width: 707px;
  height: 14px;
  text-align: center;
  background-image:url("/img/bottom-border.gif");
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  }
 #border  {
  margin: -7px 0 0 0;
  position: relative;
  clear: both;
  left:0;
  bottom: 0;
  height: 14px;
  }
  
  #border img {
  margin: 0 0 0 -5px;
  bottom: -10px;
  left: -10px;
  position: absolute;
  border: 0;
  }
  
  #top  {
  margin: -7px 0 0 0;
  position: absolute;
  left: 0;
  clear: both;
  }
  #top img {
  margin: 0 auto;
  }
  
  
  
  /* BLOGGER SPECIFIC CODE 
----------------------------------------------- */ 
hr{
margin: 0 30px 0 30px;
border: 1px solid #888;
height: 1px;
}	

/* Header
----------------------------------------------- */
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  font-size:120%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  font:85%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }


/* Content
----------------------------------------------- 
#content {
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main {
  width:410px;
  float:left;
  }
#sidebar {
  width:220px;
  float:right;
  }


 Headings
----------------------------------------------- 
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
*/

/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#dd0000;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#dd0000;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#555;
  }
.post-footer em, .comment-link {
  font:65%/1.4em  Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
  /*text-transform:uppercase;*/
  letter-spacing:.1em;
  color: #4F4;
    font-size:70%;
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  font-size:70%;
  }
.comment-link {
  margin-left:.6em;
  color: #dd0000;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

 

/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 110%/1.6em Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
  /*text-transform:uppercase;*/
  letter-spacing:.2em;
  color:#555;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  color:#555;
  }
#comments-block dt {
  margin:.5em 0;
  color:#555;
  }
#comments-block dd {
  margin:.25em 0 0;
  color:#555;
  }
#comments-block dd.comment-timestamp {
  margin: 0 0 10px 15px;
  font:90%/1.4em Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
  /*text-transform:uppercase;*/
  color:#dd0000;
  }

#comments p{
 	margin:-.25em 0 2em;
  font:100%/1.4em Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
  /*text-transform:uppercase;*/
  color:#555;
}  

 #comments-block dd p {
  margin:0 0 .75em;
  color:#555;
  }
  
#comments #pcom p{
  margin: 0 0 10px 15px;
  color:#555;
  }
  
.deleted-comment {
  font-style:italic;
  color:#777;
  }

#comments a:link, #comments a:visited, #comments a:active {
	color: #dd0000;
	border-bottom: 0px;
	text-decoration: none;
}

#comments a:hover {
	color: #dd0000;
	border-bottom: 0px;
	text-decoration: underline;
}	
	 
a.comm:link, a.comm:visited, a.comm:active, a.comment-link:link, a.comment-link:visited, a.comment-link:active{
	color: #dd0000;
	border-bottom: 0px;
	text-decoration: none;
}

a.comm:hover, a.comment-link:hover {
	color: #dd0000;
	border-bottom: 0px;
	text-decoration: underline;
}	

/* Sidebar Content
----------------------------------------------- 
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }
*/

/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
  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 Georgia, "Book Antiqua", "MS Serif", serif, "Times New Roman" ;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
