/*html {
	overflow: -moz-scrollbars-vertical;
}*/
body {
	margin: 10px;
	padding: 0;
	background-color: #e5e5e5;
	text-align: center;
	font-family: verdana;
}
img {
	border: 0;
}

h1 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

p, a, li {
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px;
}

/******** MISC ********/

.center_env {
	width: 940px;
	margin: 0 auto;
	overflow: auto;
}
.edit_mode_link {
	font-size: 12px !important;
	font-weight: normal !important;
	color: blue !important;
	padding: 0 15px !important;	
}

/******** AD HEADER *******/

.ad_header {
	overflow: auto;
	margin: 5px 0 10px;
	padding: 10px;
	background-color: #ffffaa;
	border: 1px dashed #888800;
}
.ad_header p {
	color: #666600;
	padding: 0; margin: 0;
	font-size: 20px;
	text-align: center;
}
.ad_header a {
	color: #666600;
	font-size: 20px;
}

/******** HEADER *******/

.header {
	overflow: auto;
	margin: 5px 0;
}
.header .logo {
	float: left;
	width: 135px;
	height: 38px;
}

/******** MENU *******/

.menu {
	clear: both;
}
.menu .primary {
	width: 100%;
	overflow: auto;
} 
.menu .primary .tab {
	float: left;
	background-color: #666666;
	padding: 3px 50px;
	border-right: 1px solid #e5e5e5;
}
.menu .primary .tab:hover {
	background-color: #888888;
	text-decoration: underline;
}
.menu .primary .selected {
	background-color: black;
}
.menu .primary a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/******** CONTENT *******/

.content {
	text-align: left;
}

.article {
	background-color: white;
	padding: 10px;
	margin: 20px 0;
}
.article h1 {
	color: #777777;
}
.article h1 a {
	color: #777777;
	font-size: 16px;
	text-decoration: none;
}
.article h1 a:hover {
	text-decoration: underline;
}
.article p, li {
	font-family: Georgia,"Times New Roman",serif;
	line-height: 170%;
}
.article p.datestamp {
	font-family: verdana;
	font-size: 10px;
	color: #777777;
	padding: 2px 0;
	margin: 0 0 7px;
	border-top: 1px dotted #aaaaaa;
	font-variant: small-caps;
}
.article p.nr_comments, p.nr_comments a {
	color: #777777;
	font-size: 12px;
}
.article img {
}
.article.twitter {
	border-left: 5px solid #20CCFF;
}
.article.delicious {
	border-left: 5px solid #3274d0;
}

/******** COMMENTS *******/

.comment {
	background-color: #cccccc;
	padding: 5px 10px;
	margin: 20px 0;
}
.comment p {
	font-family: Georgia,"Times New Roman",serif;
	margin: 0 0 5px;
}

/******** COMMENTS FORM *******/

.form {
	background-color: #ffffff;
	padding: 10px;
	margin: 20px 0;
}
.form .row {
	margin: 15px 0;
	overflow: hidden;
}
.form .error {
	background-color: #ffaaaa;
	padding: 3px;
	margin: 0 10px 0 0;
}
.form .error_border {
	border: 3px solid #ffaaaa;
}
.form .caption {
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.thank_you {
	background-color: #aaffaa;
	border: 1px solid #447744;
	margin: 20px 0;
	padding: 10px 10px 0;
}

.footer {
}
.footer p {
	text-align: center;
}
.footer a {
  text-decoration: none;
}
.footer span {
  font-size: 11px;
  color: silver;
  vertical-align: 3px;
  border: 0;
}
.footer span:hover {
  text-decoration: underline;
}