/*CSS Reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0}
img{display: block;}

/*common*/
.clear{
	clear: both;
}
a{
	color: #252525;

	text-decoration: none;
}
h2{
	color: #bb4a6d;
	font-weight: normal;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: normal;
}
h2.news-title{
	padding-top: 15px;
	padding-bottom: 15px;
	width: 410px;
	float: right;
	font-weight: normal;
	font-style: normal;
}
p{
	padding-bottom: 16px;
}
/*Layout*/
body{
	background-color: #cccccc;
	font: 13px/16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #898989;
}
#container{
	float: left;
	width: 850px;
	padding-right: 50px;
	padding-left: 50px;
	background: url(imgs/logo-glass-art-documentary.gif) no-repeat 35px 45px;
}
#header{
	width: 840px;
	float: left;
	height: 180px;
}
h1{
	width: 220px;
	height: 175px;
	text-indent: -3000px;

}

#logo{
	float: left;
}
#primary-nav{
	float: right;
	width: 410px;
	padding-top: 57px;
}
#primary-nav ul li{
	float: left;
	width: 95px;
	padding-right: 10px;
}#primary-nav ul li.last{

	padding-right: 0;
}
#primary-nav ul li a{
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	display: block;
}
#primary-nav ul li a:hover{
	border-bottom: 3px solid #fff;
	padding-bottom: 13px;
	display: block;
}
#content-container{
	clear: left;
	float: left;
	width: 830px;
	margin-left: 10px;
	padding-bottom: 50px;
}
#content-wrapper{
	clear: left;
	float: left;
	background-color: #fff;
	width: 830px;

}
#side-info{
	background-color: #cccccc;
	float: right;
	width: 200px;
	padding-left: 10px;
}
#contents{
	float: left;
	width: 620px;
}
.site-blocks{
	width: 200px;
	border-top: 1px solid #fff;
	padding-bottom: 16px;
}

.site-blocks h4{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#copyright{
	float: right;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;

}
p.slogan{
	width: 400px;
	float: right;
	color: #bb4a6d;
	padding-top: 15px;
	padding-right: 10px;
	font: normal normal 15px/22px Georgia, "Times New Roman", Times, serif;
}
p.caption{
	float: right;
	width: 400px;
	padding-right: 10px;
	padding-left: 30px;
	background: url(imgs/info.gif) no-repeat left 5px;
}
.block-list{
	padding-bottom: 16px;

}
.date{
	font-weight: bold;
}
a.readmore{
	font-size: 15px;
		background: url(imgs/link-arrow.gif) no-repeat right center;
	padding-right: 20px;
}


/*about*/
.cul-1{
	width: 200px;
	float: left;
}
.cul-1-about{
	width: 200px;
	float: left;
	background: url(/imgs/bg-about-page.jpg) no-repeat;
	height: 500px;
}
.cul-2{
	padding-right: 10px;
	float: right;
	width: 400px;
}
span.name{
	color: #252525;
}
/*news*/
#news-contents{
	padding-left: 105px;
	width: 515px;
	clear: both;
	float: right;
}
.news-date{
	width: 95px;
	float: left;
		border-top: 1px solid #ccc;
	padding-top: 15px;
	font-weight: bold;
}
.news-body{
	width: 400px;
	padding-right: 10px;
	float: right;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.news-body h3{
	font-weight: normal;
	color: #252525;
	padding-bottom: 16px;
	font-style: normal;
}

/*get-involved*/
h3.involved{
	color: #252525;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	font-style: normal;
}
address{
	font-family: mono, Courier, "Courier New";
	padding: 9px;
	border: 1px solid #ccc;
}

/*
contact form*/

#contact-wrapper div {
	clear:both;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	width: 400px;
}
#contact-wrapper label {
	float: left;

	width:auto;
	padding: 5px;
	border-style: none;
}
form#contactform input {
	float: left;
	width: 295px;
	border-style: none;
	background: url(/imgs/bg-textbox.gif) no-repeat;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	font: 13px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}
form#contactform textarea {
	background: url(/imgs/bg-textfield.gif) no-repeat scroll;
	width: 295px;
	padding: 7px 5px 5px;
	float: left;
	border-style: none;
	height: 138px;
	font: 13px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

form#contactform input#submit-bt{
	margin-bottom: 15px;
	padding: 5px 20px 5px 5px;
	border: 1px solid #ccc;
	height: 30px;
	background: transparent url(imgs/link-arrow.gif) no-repeat scroll 180px center;
	width: 200px;
	text-align: left;
}
p.error{
	font-weight: bold;
	color: #b95758;
	padding: 5px;
	border: 1px solid #ddb9bb;
	width: 293px;
	margin-bottom: 15px;
}
p.success{
	font-weight: bold;
	color: #00427e;
	padding: 5px;
	border: 1px solid #6082a7;
	width: 293px;
	margin-bottom: 15px;
}
