/* General */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
}
a:link {
	color: #FF6600;
	text-decoration:none;
}
a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration:none;
}

/* All images */
img {
	border: none;
}

/* PNG FIX IE6 */
img, div { behavior: url(./js/iepngfix.htc) } 


h2 {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", serif;
	line-height: 14px;
	color: #333;
	font-size: 22px;
}

.header {
	text-align:center;
	padding-bottom:5px;
	color: #000;
}

.SearchBox {
	width: 115px;
	border: 1px solid #ccc;
	background-image: url(magnifier.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding: 2px 0 2px 22px;
}

.SearchButton {
	width: 49px;
	height: 25px;
	background: url(find.gif) transparent;
	border: none;
	cursor: pointer;
}

.blogtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}


/*  Menu  */
#menu {
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Arial,Helvitica, sans-serif;
	border-bottom:3px solid #FF6600;
}
#menu  ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	
}
#menu  ul li{display:block;float:left;margin:0 1px 0 0;}
#menu  ul li a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:6px 25px 0 25px;
	height:26px;
	
}
#menu  ul li a:hover,#styletwo ul li a.current{
	color:#fff;
	background-color:  #FF6600;
}

/* Fonts */

.text {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 18px;		
}


.red {
	color:#FF0000;
}

.title {
font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
font-size:30px;

}

.blog_post {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

.date {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	
}

.other_text {
font-family:Arial, Helvetica, sans-serif;
color:#666666
}

.comment_name {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

.comment_post {
font-family:Arial, Helvetica, sans-serif;
color:#333333
}

/* ---------BBCODE ---*/
img.bbcode_image {
	/*border:1px solid #CCCCCC; */
	padding:2px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

img.bbcode_image_right {
	float: right;
}

img.bbcode_image_left {
	float: left;
	padding:0 20px 5px 0;
}

.imgcontainer {
	position:relative;
	float:left; 
}

.caption {
	position:absolute;
	bottom:-1px;
	left:0;
	padding: 5px;
	text-align:left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	width:100%;
	opacity:.75;
	filter:alpha(opacity=85);
	color:#000;
	
	}


/* ---- ARCHIVE ALL --- */
#archive_list {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin-left: 20px;
}



/* structure */

.containing_div {
	width:100%;
}

.content {
	/* background-image:url(background.jpg); */
	width:auto;
	padding: 20px 20px 0 0;
}

.sidebar {
	width:200px;
	margin: 0px;
	/* background: #FFFFCC; */
	height: auto;
	font-size:9px;
}

.footer {
	font-size:9px;
	line-height: 16px;
}

.member_list th {
	border-bottom: 1px solid #ccc;
	height: 20px;
	text-align: left;
}

.member_list td {
	border-bottom: 1px dashed #ccc;
	font-size: 9px;
}



/* Forms */
fieldset {
	padding:20px; 
	border:1px solid #ccc;
}

legend {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	color:#FF6600;
	font-size: 18px;
	font-weight: normal;
	
}

.field {
	border:1px solid #ccc;
	width: 200px;

}
.field_small {
	border:1px solid #ccc;
	width: 70px;

}