/* General styles */
body {
	margin: 0px;
	padding: 0px;     
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	  
	background-color: #ddd;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 160%;
}

/* Layout */
#page {
	width: 720px;
	margin: 0px auto;
	background-color: white;
	color: #333333;
	text-align: center;
}

#header {
	text-align: left;
	padding: 0px 10px;
}

#content {
	clear: both;
	text-align: left;
	margin: 8px 10px;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

#footer {
	clear: both;
	text-align: center;
	margin: 10px 10px;
}

#nav {
	margin-top: 5px;
	padding: 2px;
}

#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav {height: 1%;}
/* End hide from IE-mac */

div.navleft {
	float: left;
}

div.navright {
	text-align: right;
}

#picturebox
{
	width: 700px;
	min-height: 465px;
   height: expression("465px");
	text-align: center
}

#picturenav {
	margin: 5px 0px;
	padding: 2px;
}

#main {
	width: 550px;
	float: left;
}

#sidebar {
	width: 140px;
	float: right;
	margin-left: 10px;
}

/* Styling */
#header h1 {
       font-size: 18px;
}

#header h2 {
        display: none;
	font-size: 10px;
	padding-left: 20px;
}

#nav, #picturenav {
	background-color: #ddd;
}

a {
	text-decoration: none;
	color: #3399FF;
}

a:hover {
	text-decoration: underline;
}

#nav a, #picturenav a {
	color: #333;
	text-decoration: none;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#nav a:hover, #picturenav a:hover {
	color: #3399FF;
}

#picturenav a.active {
	color: #3399FF;
}

div.blogbody h2 {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	color: #3399FF;
}

span.date {
	color: #91C9FF;
}

div.blogbody p {
	margin: 0px 80px 5px 80px;

}

div.postinfo {
	clear: both;
	text-align: right;
	padding-top: 10px;
}

#picturebox div.thumb {
	float: left;
	height: 66px;
	overflow: hidden;
	margin: 7px;
}

div.archiveentry {
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.archiveentry h2 {
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	color: #3399FF;
}
div.archiveentry p
{
	margin: 0px;
	margin-bottom: 5px;
}

div.archiveentry div.thumb {
	float: left;
	background-color: white;
	padding: 4px;
	border: 1px solid #666;
	margin-right: 10px;
}

#main h2 {
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	color: #3399FF;
}

#main p
{
	margin: 0px 0px 5px 20px;
}

div.sidebarsection {
	border-bottom: 5px solid white;
	padding: 5px 0px 10px 0px;
}

#sidebar h2
{
	font-size: 10px;
	color: #666;
	margin: 0px 0px 5px 10px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
   padding: 0px;
line-height: 160%;
}
#sidebar select
{
	margin: 0px 0px 0px 10px;
	width: 120px;
}

#content.col {
	background-image: url(/styles/default/col.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#footer {
	color: #ccc;
}

body.popup {
   background-color: white;
 margin: 0px 10px;
}

div.commentInfo {
border-bottom: 3px solid #ddd;
padding-bottom: 5px;
}

div.comment {
border-bottom: 3px solid #ddd;
padding-bottom: 5px;
}

div.comment p {
padding: 0px 15px;
}

div.commentspost {
margin-top: 15px;
}

div.commentspost h2 {
font-size: 11px;
margin-bottom: 5px;
}







