body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family: /*arial,  helvetica, sans-serif;*/
   'trebuchet ms', arial, sans-serif;
	font-size:11pt;
	color:#333;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	background: #4f81bd;
   text-align: center;
   /*url(images/header_bg.jpg) top left repeat-x #a0da2b;*/
	border-bottom:10px solid #000;
}

#header h1, #header h1:hover {
	color:#fff;
	font-size:32pt;
        font-family: Arial;
	margin:0px;
	padding:28px 10px 20px 10px;
}

#header img { border:0px; }

.mybb {
overflow-x: hidden;
overflow-y: hidden;
background-color:#4f81bd;
width: 180px;
}
#myabg {
font-family: arial,sans-serif;
font-size: 12px;
color: #ffffff;
padding-top: 0px;
padding-right: 1px;
padding-bottom: 0px;
padding-left: 1px;
white-space: nowrap;
font-weight: bold;
}
.myitem a:link, .myitem a:visited, .myitem a:hover, .myitem a:active {
	color: #4f81bd;
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
	margin-left:5px;
	margin-bottom:4px;
	padding-bottom:4px;
	line-height:16px;
	font-size:12px;
}

#header A:link {text-decoration: none}
#header A:visited {text-decoration: none}
#header A:active {text-decoration: none}
#header A:hover {text-decoration: none; background-color:transparent}


#content {
	width:480px;
	padding:10px;
   padding-right:30px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#000;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

div .date {
	border-top:1px solid #ccc;
   margin-top:20px;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

.widget {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#4f81bd;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#00f;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}

#error_msg {
   color: #f00
}

.commentAuthor {
   margin-top:10px;
}

.commentDate {
   margin-top:5px;
   font-size: x-small;
}

.aComment {
   background-color: #eee;
   padding: 5px;
   margin-top: 8px;
   margin-bottom: 8px;
}

input.postTitleInput {
   padding: 2px;  
   font-size: 1em;  
   background-color: #F8F8F8;  
   font-size: large;
   width: 100%;
}  

textarea#pageContent {
   width: 100%;
   margin-bottom:15px;
}

.pagination {
font-size: 80%; 
text-align:center; 
}
.pagination a { text-decoration: none; }

.pagination span {
border: solid 1px #AAE;
padding: 0.3em 0.5em;
margin-right: 5px;
margin-bottom: 5px;
}

.pagination .current {
background: #26B;
color: #fff;
border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
color:#999;
border-color:#999;
background:#fff;
}

.preview {
margin-top: 5px;
margin-bottom: 10px;
}

.page_list_item {
margin-top: 4px;
margin-left: 10px;
}
.page_list_item  a { text-decoration: none; }
.page_list_item  a:hover { text-decoration: underline; }
