@charset "UTF-8";
/* CSS Document */

body{
	background: #333;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size:12px;
	line-height:1.3em;
}

a{
	color:#823630;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#masthead{
	background:url(../images/bauhaus_header.jpg) top no-repeat #333;
	border-bottom:5px solid #333;
	height:185px;
}

a.homeHeadLink{
	display:block;
	height:185px;
	text-indent:-9999px;
}

#masthead h1{
	text-indent:-9999px;
	overflow:hidden;
}

#wrapper{
	background:#D6D6D7;
	
}

#leftSide{
	background:#CCC;
	padding:18px 0;
}

#main{
	padding-top:18px;
	padding-bottom:18px;
}

h2, h1{
	color:#333;
	font-size:30px;
	line-height:35px;
	margin-bottom:1em;
}



/****nav******/



#navbar {
	padding:0 0 0 10px;
	text-align:left;
}

dt{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:1em;
	border-bottom:1px solid #999;
}



dd a{
	text-decoration:none;
	margin-left:1em;
	border-bottom:1px dashed #AAA;
	padding:4px 0px 4px 4px;
	display:block;	
}

dd a:hover{
	background:#BBB;
}

/******forms***********/

form{
	margin-top:18px;
	margin-bottom:18px;
}

.confirmBox{
	padding:18px;
	border:1px solid #999;
}

fieldset{
	padding:18px;
	border:1px solid #999;
}

fieldset ul li, fieldset ol li{
	float:left;
	clear:both;
	margin-bottom:14px;
}

legend{
	color:#333;
	font-size:18px;
}

label{
	width:150px;
	float:left;
	text-align:right;
	margin-right:10px;
}

td.link a{
	display:block;
	background:#A9A693;
	text-align:center;
	text-decoration:none;
	padding:2px;
}
input.submit{
	background:#A9A693;
	border:2px solid #333;
	margin-top:10px;
	cursor:pointer;
	text-decoration:none;
}

input.submit:hover, td.link a:hover{
	background:#878471;
}

input.submit:active, td.link a:active{
	background:#660000;
	color:#FFFFFF;
}



#linkForm{
	display:none;
}

/********blog*********/


.byline{
	color:#5b5a5a;
	font-size:10px;
	margin-top:30px;
	float:left;
}
.post{
	border-bottom:1px solid #6a665a;
	padding-bottom:20px;
	margin-bottom:38px;
}

.post p {
	margin-bottom:1em;
	margin-top:1em;
}

.postHead{
	font-size:21px;
	color:#424242;
	text-decoration:none;
	margin-bottom:18px;
}

.postHead a:hover{
	text-decoration:underline;
}

.postPic{
	background:#eeede7;
	text-align:center;
}

.postDetailPic img{
	border:5px solid #eeede7;
	margin:10px auto;
}

.postPic img{
	width:200px;
	margin:8px auto;
}

.postText{
	float:left;
}

/************table**********/


table.edit{
	width:100%;
	border:1px solid #999;
}

table.edit img{
	max-width:40px;
}

.edit th{
	background:#BBB;
}

.edit th, .edit td{
	text-align:left;
	padding:5px;
	border:2px solid #ccc;
}



.row1{
	background:#CCC;
}





/********footer*********/

#footer{
	background:url(../images/bg_footer.jpg) repeat-x #333333;
	padding-bottom:40px;
}

#footer p{
	color:#5b5a5a;
	font-size:11px;
	margin-top:12px;
}