/* RESET SHEET */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* END RESET SHEET*/

body {
	font-size: 12px;
	font-family: Arial, SunSans-Regular, Sans-Serif, Helvetica, Verdana;
	color: #fff;
	padding: 0px;
	background-color: #555;
}

a {
	font-family: Arial,Helvetica,sans-serif, Verdana;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px dotted #aaa;
}

a:hover {color: #ccc; border-bottom:1px dotted orange;}
a:active { color:#000;}
a:visited {color:#888;}

h1 {
	font-family: Arial, Verdana, SunSans-Reg.ar, Sans-Serif, Helvetica;
	font-size: 16px;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	padding:5px 0px;
	margin-top: 2px;
	margin-bottom: 4px;
	border-bottom: 2px dotted #ddd;
}

h2 {
	font-family: Arial,Helvetica,sans-serif, Verdana;
	color: orange;
	font-size:14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #777;
}

h3 {
	font-size:10px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

#header {
	height: 80px;
	background: #000;
	background-image: url('../img/grad_01.jpg');
	background-repeat: repeat;
}

#header_container {
	position: absolute;
	left: 50%;
	width: 900px;	
	margin-left: -450px;
	margin-top: 15px;
}

#header2 {
	height: 25px;
	background: #333;
	border-bottom: 1px solid #777;	
}

#header2_container {
	position: absolute;
	left: 50%;
	width: 900px;	
	margin-left: -450px;
	text-align: right;
}

#header2_container a {
	font-family: Arial,Helvetica,sans-serif, Verdana;
	color: #ddd;
	font-size:13px;
	font-weight: bold;
	margin: 0px 0px 0px 8px;
	border-bottom:1px solid #eee;
}

#header2_container a:hover {
	color: #fff;
	border-bottom:2px solid orange;
}

#header2_container_left {
	float: left;
}

#header2_container_left a {
	border: 0px;
	margin: 0px;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #555;
}

#container img {
	margin-top: 10px; 
	border: 5px solid #fff;
	display: block;
    margin-left: auto;
    margin-right: auto
}

#container ul {
	list-style: none;
	margin-top: 10px;
}

#container li {
	padding: 2px 0px 0px 0px;
}

#container ul img{
	border: 0px;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#container ul a{
	border: 0px;
}

#facebook_like {
	width: 900px;
	float: left;
	margin: 15px 0px 5px 0px;
}

#footer {
	height: 35px;
	background: #777;
	margin-top: 15px;
	clear: both;
	border-top: 1px solid #ccc;
}

#footer_container {
	position: absolute;
	left: 50%;
	width: 900px;	
	margin-left: -450px;
	text-align: right;
	padding-top: 10px;
}

#footer_container a {
	border: 0px;
}

#footer_container_left {
	float: left;
}

.h1_link {
	border: 0px;
	color: #bbb;
}

.h1_link:hover {
	border-bottom: 1px dotted orange;
	color: #888;
}

.h1_link:visited {
	border-bottom: 1px dotted orange;
	color: #bbb;
}

.h1_link:visited:hover {
	border: 0px;
	color: #888;
}

#arrow_left {
	width: 40px;
	float: left;
}

#arrow_left img {
	border: 0px;
}

#arrow_right {
	width: 40px;
	float: right;
}

#arrow_right img {
	border: 0px;
}

#pic_description {
	width: 900px;
	min-height: 50px;
	margin-top: 15px;
}

#pic_description p{
	margin-top: 5px;
}

#footnote {display:none;}

#pic_comments {
	width: 900px;
	min-height: 50px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#pic_comments img{
	float: left;
	margin-right: 5px;
}

#pic_comments strong {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

#pic_comments em {
	font-size: 10px;
	color: #aaa;
}

.comment_list {
	margin-top: 15px;
	font-size: 14px;
}

.comment_list_by {
	margin-top: 3px;
	font-size: 11px;
	border-bottom: 1px solid #777;
	color: #ccc;
}

.comment_list_by a {
	font-size: 11px;
	color: #ccc;
}

#pic_gmap {
	width: 900px;
	min-height: 50px;
	margin-top: 15px;
}

#pic_gmap_map {
	width: 900px;
	height: 250px;
	margin-top: 15px;
	border: 1px solid #fff;
}

label {
	width: 60px;
	float: left;
	text-align: right;
	margin-right: 1em;
	margin-top: 17px;
	display: block;
}
 
input {
	margin-top: 10px;
	font-size: 14px;
	color: #777;
	height: 23px;
	background: #eee;
	border: 2px solid #aaa;
}

input:focus {
	background: #fce1a7;
	border: 2px solid orange;
}

select {
	margin-top: 10px;
	font-size: 14px;
	color: #777;
	height: 23px;
	background: #eee;
	border: 2px solid #aaa;
}

.submit input {
	width: 150px;
	height: 25px;
	margin-left: 71px;
	color: #fff;
	border: 2px solid orange;
	background: #fff;
	background:url(../img/submit_grad_orange.png) repeat;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

.submit input:hover {
	width: 150px;
	height: 25px;
	margin-left: 71px;
	color: #fff;
	border: 2px solid orange;
	background: #fff;
	background:url(../img/submit_grad_orange2.png) repeat;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
  	cursor: hand;
}

textarea {
	margin-top: 10px;
	color: #777;
	background: #eee;
	border: 2px solid #aaa;
}

textarea:focus {
	background: #fce1a7;
	border: 2px solid orange;
}

#archive {
	width: 900px;
	min-height: 50px;
	margin: 15px 0px 15px 0px;
}

#archive img {
	float: left;
	margin: 0px 25px 25px 0px;
	border: 1px solid #fff;
}

#about {
	width: 900px;
	min-height: 50px;
	margin: 15px 0px 15px 0px;
}

#about h2{
	margin: 10px 0px 5px 0px;
}

#about p {
	line-height: 15px;
	margin-top: 8px;
}

#admin_addphoto {
	width: 900px;
	min-height: 50px;
	margin-top: 15px;
}

#admin_addphoto em {
	font-size: 10px;
	color: #aaa;
}

#searchbox {
	width: 245px;
	height: 30px;
	margin-top: 7px;
	float: right;
}

#searchbox input{
	margin: 0px;
	border: 2px solid #bbb;
}

#searchbox .search_button {
	border: 2px solid orange;
	background: #fff;
	color: #fff;
	width: 55px;
	height: 27px;
	float: right;
	background:url(../img/submit_grad_orange.png) repeat;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

#searchbox .search_button:hover {
	border: 2px solid orange;
	background: #fff;
	color: #fff;
	width: 55px;
	height: 27px;
	float: right;
	background:url(../img/submit_grad_orange2.png) repeat;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

.green_box {
	width: 400px;
	height: 60x;
	margin: 15px 0px 10px 230px;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #8eef8e;
	border: 2px solid #00db00;
}

.red_box {
	width: 400px;
	height: 60x;
	margin: 15px 0px 10px 230px;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #fc7e7f;
	border: 2px solid #ff0000;
}

.man_com {
	width: 900px;
	height: 40px;
	border: 1px solid #ccc;
	background: #777;
	margin-bottom: 5px;
}

.man_com:hover {
	border: 1px solid #fff;
	background: #999;
}

.man_com_check {
	width: 50px;
	text-align: center;
	float: left;
}

.man_com_date {
	width: 80px;
	text-align: center;
	padding-top: 15px;
	float: left;
}

.man_com_name {
	width: 150px;
	padding-top: 15px;
	float: left;
}

.man_com_comment {
	width: 620px;
	padding-top: 15px;
	float: left;
}

.no_border {border:0px;}
.no_border:hover {border:0px;}
