/* General Styles
=================================*/

body {
	background:url(/images/bg_new.gif) repeat;
	text-align: center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	min-width: 700px;
}

.clear {
	clear:both;
}

a:link{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}

a:visited{
	color: #6699CC;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}

a:hover{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}


a.img, a.img, a.img {
	border: 0 none;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

h1{
	font-size: 1.25em;
}

h2{
	font-size: 1.2em;
}

img {
	border: 0px none;
}

/* Layout
=================================*/


#wrapper{
	margin:0 auto 0 auto;
	width:664px;
	text-align: left;
}

#logo{
	width:189px;
	height:56px;
	background: url(/images/blog_logo_new.gif);
}

#top{
	height: 5px;
	background: #FFFFFF url(/images/shadow_top.gif) repeat-y right;
}

#bg{
	padding: 10px 19px 15px 15px;
	background: #FFFFFF url(/images/shadow_side.gif) repeat-y right;
}

#branding{
	background: url(/images/new_header.jpg);
	width: 630px;
	height: 319px;
}

/* =Nav
----------------------------------------------- */
#nav {
  background-color:#fff;
  background-repeat:no-repeat;
  float:left;
  width:100%;
  border:solid #ddd;
  border-width:1px 0;
  }
.home #nav {
  background-position:0 -70px;
  }
#nav ul {
  margin:0;
  padding:0 20px;
  list-style:none;
  font-size:85%;
  text-transform:lowercase;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
  display:block;
  padding:5px 10px 6px;
  border:solid #ddd;
  border-width:0 1px 0 0;
  color:#68a;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#000;
  }
#nav a:hover {
  background-repeat:no-repeat;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }

#container {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
}

#content{
	float: left;
	width: 405px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #CCCCCC;
	line-height: 1.6em;
}


#links {
	float: right;
	width: 180px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.3em;
}


#bottom{
	background: url(/images/shadow_bottom.gif) no-repeat;
	height: 4px;
}

/* =Footer
----------------------------------------------- */
#footer {
  clear:both;
  padding-top:0;
  
  font-size:85%;
  }
#footer p {
 	background:url(/images/bg_new.gif) repeat;
  background-repeat:repeat-x;
  background-position:0 -4px;
  margin:0;
  padding:10px 20px;
  border-top:1px solid #ccc;
  color:#777;
  text-align:right;
  line-height:1.6em;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */
#footer a, #footer a:visited {
  color:#666;
  border-color:#444;
  }
#footer a:hover {
  color:#933;
  border-color:#b55;
  }



/* Main Content Styling
=================================*/


.title{
	color: #6699CC;
	background: url(/images/wh.gif) no-repeat left top;padding: 3px 0 3px 25px;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

.title2{
	color: #339933;
	background: url(/images/coffee.gif) no-repeat left top;padding: 24px 20px 20px 49px;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

.date{
	color: #666666;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

.thumbnail{
	float: left;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #ECECEC;
}

.border{
	padding: 4px;
	border: 1px solid #ECECEC;
}


.shadow {
	background: url(/images/shadow.gif) bottom right;
	padding: 0;
	position: relative;
}

.shadow img {
	background-color: #fff;
	border: 1px solid #666;
	margin: -4px 4px 4px -4px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}


.blogbody{
	padding-bottom: 20px;
}

.posted{
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.comments-body, #commentPreview {
	margin: 1em 0;
	padding: 1em;
}

.comments-body:hover, #commentPreview {
	border : 1px solid #ccc;
	background: #f8f8f8;
}

.comments-body h2, #commentPreview h2 {
	margin-top:0;
}

.odd {
	border : 1px solid #eee;
	background: #fbfbfb;
}

.even {
	border : 1px solid #fff;
}


.example {
	font-family: monospace;
	padding: 1em;
	border: 1px dotted #CCCCCC;
	background-color: #ECECEC;
	overflow: auto;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0;
	margin: 0;
}

dl dd ol {
	list-style-type: lower-alpha;
}

code, pre {
	font-size: 1.1em;
}


/* Sidebar Styling
=================================*/

#linkList{
	position: absolute;
	left:auto; 
	right:auto; 
	top: 312px;
	margin-left: 410px;
	width: 196px;
	background-image: url(images/bgsidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

#linkList2{
	padding: 0;
	margin: 0;
	background-image: url(images/extraflower.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 250px;
}

#linkList ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#linkList ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ECEFD7;
}

#linkList ul li a, #linkList ul li a:visited {
	border-bottom: none;
}

#linkList ul li a:hover {
	color: #94AB36;
}

#lselect {
	font-size: 0.9em; 
}

#lselect ul li {
	background: transparent url(images/ikonli.jpg) no-repeat 0% 25%;
	padding: 3px 0 3px 25px;
}

#lselect a {
	display: block;
	font-size: 1.1em;
	color: #789B51;
}

#lselect a.c {
	display:inline;
	line-height:5px;
	margin:0;
	padding:0;
	font: normal 1.0em/0.9em Verdana, Arial, Tahoma, sans-serif;
	color: #B9B9B9;
	letter-spacing: -1px;
}
