BODY {
	padding: 15px 0px 20px 15px;
	font-family:verdana,arial,sans-serif;
    text-align: center; 
    background-color: #f0f0e0;
    margin:0;
}
DIV,P {margin:0; padding:0;}

A {text-decoration: none;}
A:link,A:visited,A:hover,A:active {color: #930;}
A:hover {color: #306; text-decoration:underline;}

H1, H2, H3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

UL {margin-top:5px; margin-bottom:5px;}
LABEL {font-size:9px;}
BLOCKQUOTE {margin:10px; padding:5px; border:1px solid #666; background-color:#e0e0e0;}
DT {font-weight:bold;}
DD {padding-bottom:5px; padding-left:15px; margin:0;}
INPUT[type="text"] {color:#666; font-size:small;}

/* TAG CLASSES */
P.quote {margin:10px; padding:5px; border:1px solid #666; background-color:#e0e0e0;}
UL.nb {padding-left:0; margin-bottom:15px; margin-left:10px;}
UL.nb LI {list-style-type:none; padding-left:0;}

/* PRIMARY LAYOUT CONTAINERS */
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	width: 740px;
	overflow:hidden;
	xheight:20000px;
	background-image: url("http://www.docrpm.com/img/bg_stripe.gif");
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 183px;
	background-color: #c0c0b0;
	overflow: hidden;
	xheight:100%;
	border-left:1px solid #775;
	padding-bottom:50px;
}
#center {
	float: left; 
	width: 426px; 
	overflow: hidden; 
	border-left:1px solid #775;
	border-right:1px solid #775;
	background-color:#fff;
	padding-bottom:50px;
	xheight:100%;
}
#right {
	float: left;
	width: 107px;
	xheight:100%;
	overflow: hidden;
	text-align:center;
	padding:0 10px;
	border-right:1px solid #775;
	background-color:#e0e0d0;
	padding-bottom:50px;
	padding-top:20px;
}


/* LOGO */
#logo {
	width:168px;
	float:left;
	padding-left:15px;
	overflow:hidden;
	height:49px;
	border-top:1px solid #775;
	border-left:1px solid #775;
	border-right:1px solid #775;
	background-color:#998;
}
#logo p {padding-top:30px;}
#logo a.home {display:block; font-size:12px; font-weight:bold; padding-bottom:15px;}

/* BANNER */
#banner {
	float:left;
	width:555px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #909080;
	height: 50px;
}
#banner-img {display: none;}
#banner a {color: #FFFFFF;text-decoration: none;}
#banner h1 {font-size: xx-large;}
#banner h2 {font-size: small;}



/* CONTENT AREA */
.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
}
.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}
.content p.cat {margin-bottom:7px; text-align:right; border-bottom:1px dotted #aa8; padding:3px 5px; background-color:#f8f8f8;}
.content blockquote {line-height: 150%;}
.content li {line-height: 150%;}
.content h1, .content .header {
	color: #333;
	background-color:#feb;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	margin-top: 2px;
	border-top:1px dotted #996;
	border-bottom:1px dotted #996;
}
.content h2 {
	color: #720;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
}

.content h3 {
	color: #555;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}
.content img {margin:5px;}
.content .picture {text-align:center;}
.content .picture img {margin:10px 0; border:1px dotted #ccc; padding:2px; background-color:#f0f0f0;}

/* RIGHT-COLUMN NAVIGATION */
.sidebar {
	padding: 15px;
	font-family: Verdana, Arial, sans-serif;
	color:#444;
	line-height:12px;
	font-size: x-small;
	margin-bottom:7px;
}
.sidebar img {margin-bottom:5px; border:0; padding:0;}
.sidebar h2 {
	color: #720;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom:4px;
}
.sidebar h2+p {margin-bottom:25px;}
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.sidebar ul ul {margin-bottom: 0px;}
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 11px;
	margin-bottom: 4px;
	list-style-type: none;
}
.sidebar #categories {margin-top:15px;}
.sidebar #categories ul {padding-left: 0;}
.sidebar #categories ul ul {padding-left: 10px;}
.sidebar #categories li {margin:0; list-style-type: none; line-height:12px;}
#right .sidebar {padding:0;}
#right .sidebar p.all {border-bottom:1px dotted #bb9; padding:3px 0; margin-bottom:25px;}
#right .sidebar h2 {border:1px solid #aa8; background-color:#c0c0b0; padding:2px; margin-bottom:10px;}

/* TAGCLOUD */
#left #tags {padding:3px; background-color:#d0d0c0; margin-bottom:20px;}
#left #tags .s1 {font-size: 1.3em;}
#left #tags .s2 {font-size: 1.2em;}
#left #tags .s3 {font-size: 1.1em;}
#left #tags .s4 {font-size: 1.0em;}
#left #tags .s5 {font-size: 0.95em;}
#left #tags .s6 {font-size: 0.9em;}




/* Thumbnail gallery */
TABLE.thumb {margin-top:30px;}
TABLE.thumb TD {padding-right:8px; text-align:center; vertical-align:middle;}
#galleryImage {margin-left:20px; margin-right:20px; border:1px solid red;}

/* Lifeblog */
.lifeblogsms {
font-family:'Monaco',courier,monospace;
font-size:small;
color:#000;
background-color: AliceBlue;
border:#EEE 1px solid;
padding:0 5px 0 5px;
width:50%
}

.lifeblognote {
font-family:'Verdana',arial,sans-serif;
font-size:small;
background-color:LightYellow;
border:#EEE 1px solid;
padding:0 5px 0 5px;
width:50%
}

.lifeblogimage {
width:350px;
padding:5px;
}

.lifeblogimage img{
width:100%
}

.lifeblogvideo{
}


/* MISC RULES */
.floatL {float:left; margin-right:5px;}
.floatR {float:right; margin-left:5px;}
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}