body{
	margin: 0;
	padding: 0;
	font-family:Georgia, serif;
	font-size: 16px;
	color: #303030;
}

#topbar{
	height: 5px;
}

#logo{
	font-size: 30pt;
	font-family: 'Arial';
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#logo a{
	text-decoration: none;
}

#body{
	width: 1000px;
	margin: 0 auto;
}

#content{
	padding: 10px 0 0 0;
	width: 750px;
	float: left;
}

#intro, #errormessage{
	font-size: 48px;
	margin: 0px 30px 30px 30px;
}

#intro a, #errormessage a{
	text-decoration: none;
	font-weight: bold;
}

.article{
	margin: 5px 0 0 0;
}

h2.article-title{
	background: transparent url('../images/speechbubble.gif') no-repeat 60px 100%;
	height: 40px;
	margin: 0 10px 0px 65px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
}

h2.article-title a{
	text-decoration: none;	
}

.article-body p a:link{
	color: #DD6262;
}

.article-body p a:visited {
	color: #BD4ACF;
}

.article-body p a:hover{
	color: #9D12B3;
}

.article-info a{
	color: #DD6262;
}

.article-tabs{
	float: left;
	width: 65px;
	margin: 30px 0 0 0;
}

.article-date{
	padding: 6px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.article-category{
	margin: 5px 0 0 0;
	padding: 6px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 40px;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.article-date .day{
	font-size: 48px;
	font-weight: bold;
	line-height: 40px;
}

.article-date .monthyear{
	font-size: 16px;
}

.article-body{
	width: 600px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin: 0 20px 20px 0;
	float: left;
}

.article-body p{
	padding: 5px;
	margin: 5px;
	line-height: 1.6em;
}

.article-info a{
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.clear{
	height: 1px;
	clear: both;
}

.nextprevnav{
	text-align: center;
	margin-bottom: 20px;
}

.nextprevnav a{
}

#sidebar{
	width: 250px;
	float: left;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;	
}

#sidebar .title{
	margin: 0 6px 6px 6px;
	font-weight: bold;
}

#sidebar p{
	margin: 6px;
	text-align: center;
}

#navigation{
	margin: 0 6px 0 6px;
}

.navigation ul
{
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.navigation a
{
	display: block;
	padding: 4px;
	margin: 0 6px;
	font-weight: bold;
}

.navigation a:link, .navigation a:visited
{
	text-decoration: none;
}

.navigation ul ul{
	margin: 0 0 0 15px;
}

.navigation ul ul li a{
	background: #fff !important;
}


a.lightbox{
	display: block;
	float: left;
	height: 100px;
	width: 100px;
	margin: 5px;
}

a.lightbox img{
	border: 0;
}

a:hover.lightbox{
}



form.big
{
  color:#8C8C8C;
}

form.big div.input
{
  color:#777;
  float:left;
  margin:5px 0 0 3px;
  padding:6px;
}

form.big div.passwordtext
{
  font-size:12px;
  font-style:italic;
  margin:9px 0 0 3px;
  padding:0;
}

form.big input,form.big textarea,form.big select
{
  background:#FFF;
  border:1px solid #D2D1D1;
  color:#777;
  float:left;
  font-size:14px;
  font-weight:700;
  margin:5px 0 0 3px;
  padding:6px;
}

form.big input.submit
{
  cursor: pointer;
  margin-top:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

form.big label
{
  clear:both;
  display:block;
  float:left;
  font-size:14px;
  line-height:28px;
  margin:0 0 5px;
  padding:3px 5px;
  text-align:right;
  width:130px;
}

form.big fieldset
{
  border:1px solid #DADADA;
  margin:10px 0 5px;
}

form.big legend
{
  border:1px solid #DADADA;
  color:#777;
  padding:.2em .5em;
  text-align:left;
}

.message
{
  background-color:#eee;
  border:2px solid #ddd;
  color:#222;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:700;
  padding:10px 10px 10px 35px;
}

.message ul
{
  margin:0;
  padding:0 18px;
}

.notice
{
  background:#FFF6BF url(../images/error.png) center no-repeat;
  background-position:10px 50%;
  border-color:#FFD324;
  color:#817134;
}

.success
{
  background:#E6EFC2 url(../images/success.png) center no-repeat;
  background-position:10px 50%;
  border-color:#C6D880;
  color:#529214;
}

.error
{
  background:#FBE3E4 url(../images/exclamation.png) center no-repeat;
  background-position:10px 50%;
  border-color:#FBC2C4;
  color:#D12F19;
}
