/****************************************
MYA Website
Maronite Young Adults of Pittsburgh

Coding/Design By: Fadi Alchoufete
© 2009-2010
****************************************/

/********** Main CSS ***********/
body {
  background:#E3E3E3;
  font-family:Arial;
  color:#8C755F;
  text-align:center; /* IE Fix */
}

a {
  color:#C2D6D5;
}

input, textarea {
  background:#A48E79;
  color:#C2D6D5;
  font-weight:bold;
	border:1px #56483A solid;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

input[type=text], input[type=password], input[type=file] {
  padding:2px;
}

input[type=radio] {
  background:none;
	border:none;
}

.clear {
  clear:both;
}

/********** Template CSS ***********/
#wrapper {
  margin:auto;
  margin-top:30px;
  padding-top:150px;
  width:800px;
  min-height:200px;
  background:url(../images/banner.jpg) #F0F0F0 no-repeat top left;
  border:1px solid #999;
  text-align:left;
  -webkit-border-radius:2em;
  -moz-border-radius:2em;
}

#wrapper div {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

#headlines {
  margin:10px 2px 0 2px;
  border:1px solid #999;
}

#headlines table tr td {
	padding:2px;
  font-weight:bold;
  vertical-align:top;

}

#headlines .right {
  float:right;
  text-align:right;
}

#navigation {
  margin:10px 2px 0 2px;
  padding:6px;
  border:1px solid #999;
  font-weight:bolder;
  text-align:center;
}
#navigation a {
  margin:5px;
  padding:1px 7px;
  border:1px solid #9394C9;
  background:#A48E79;
  text-decoration:none;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

#navigation a:hover {
  background:#7C6855;
}

#navigation a small {
  font-size:65%;
}

/********** Topbar CSS **********/
.topbar {
  margin-top:-10px;
  margin-bottom:20px;
  padding:4px;
  border:1px dashed #999;
  font-size:80%;
  font-weight:bolder;
  text-align:center;
}

.topbar a {
  margin:5px;
  padding:1px 7px;
  border:1px solid #9394C9;
  background:#A48E79;
  text-decoration:none;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

.topbar a:hover {
  background:#7C6855;
}

.topbar .textbox {
  width:95%;
  overflow:auto;
  text-align:justify;
  white-space:normal;
}

/* For a table, shrink the font, and make it bold */
.topbar table {
	font-size:100%;
	font-weight:bolder;
}

/* For Administrators, darken the bar for them */
.adminTopbar {
	background:#E3E3E3;
	text-align:left;
}

/********** Content CSS **********/
#content {
  margin:10px 2px;
  padding:15px 0 15px 25px;
  width:750px;
  border:none;
  font-family:"Arial Rounded MT Bold", Arial;
  word-wrap:break-word;
}
#content h1 {
  margin:2px 0 5px 2px;
  border-bottom:1px solid #A4797A;
  color:#8C755F;
  font-size:160%;
}
#content h2 {
	padding-bottom:0;
	margin-bottom:0;
}
#content .indent {
  margin-left:60px;
}
#content ul {
  list-style:circle;
}
#content ul li {
  margin-bottom:10px;
}

/********** Main Login **********/
#main_login {
  margin:auto;
  padding:5px 10px;
  width:70%;
  background:#E3E3E3;
  border:2px solid #A4797A;
}

#main_login h2 {
  text-align:center;
  font-size:100%;
  border-bottom:1px solid #A4797A;
}

#main_login table {
  margin:auto;
}

/********** Events CSS **********/
#event_view {
  margin-left:50px;
}
#event_view ul li {
  padding:3px;
  border:1px solid #999;
  list-style:square;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
#event_view ul li b {
  font-size:110%;
  font-weight:bolder;
}
#event_view ul .details {
  margin:30px 0;
  margin-left:15px;
  border:none;
  font-style:italic;
  list-style:none;
}

/********** Menu class **********/
.menu {
  margin:auto;
  margin-top:20px;
  padding:10px;
  width:90%;
  border:1px dotted #999;
  text-align:center;
}

.menu h2 {
  margin:auto;
  margin-bottom:10px;
  width:50%;
  border-bottom:1px solid #999;
  font-size:120%;
  text-align:center;
}

.menu ul {
  margin-left:0;
  padding-left:0;
}

.menu ul li {
  padding:1px 0;
  padding-left:0;
  margin:auto;
  width:40%;
  height:auto;
  list-style:none;
  text-indent:0;
  cursor:pointer;
}

.menu ul li a {
  width:90%;
  margin:auto;
  display:block;
  border:1px solid #9394C9;
  background:#A48E79;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

.menu ul li a:hover {
  background:#7C6855;
}

.menu ul li a {
  text-decoration:none;
}

/********** Form Class **********/
.form {
  margin:auto;
  margin-top:20px;
  padding:10px;
  width:90%;
  border:1px dotted #999;
}

.form h2 {
  margin-bottom:10px;
  width:50%;
  border-bottom:1px solid #999;
  font-size:110%;
  text-align:left;
}

.form input {
	margin:10px 0 20px 100px;
}

.form .submit {
  margin-left:0;
  margin-bottom:0;
}

/********** These are sectional pages **********/
.section {
	margin:10px 0;
	padding:10px;
	width:auto;
	border:1px solid #999;
	vertical-align:middle;
}

.section a {
	color:#8C755F;
}

.section .image {
	margin-right:30px;
	float:left;
	width:175px;
	height:130px;
	border:1px solid #999;
	overflow:hidden;
	vertical-align:middle;
}

.section .image img {
	margin-left:0;
	width:175px;
	margin-top:0;
}

.section .rightLink {
	position:relative;
	padding-left:20px;
	top:0;
	right:0;
	float:right;
}

.section .rightLink a {
	color:#8C755F;
}

.section textarea {
	width:100%;
}

.section input[type=text] {
	width:100%;
}

.section .errorNote {
  color:darkred;
}

.albumHeight {
/*	height:200px; */
}

/********** View Individual Albums **********/
	#viewThumb {
		width:150px;
		height:125px;
		overflow:hidden;
		display:inline-block;
		margin:5px 10px;
		margin-bottom:25px;
	}
	
	#viewThumb img {
		border:1px solid #999;
	}

/********** Error pages **********/
.error, .notification, .notice {
  margin:15px;
  padding:35px;
  border:2px solid #8C755F;
  background:#A48E79;
  color:#C2D6D5;
  font-size:130%;
  font-weight:900;
  text-align:center;
}

.notice {
	padding:4px;
}

.error #reason, .notification #reason {
  font-weight:normal;
  font-style:italic;
}

/********** Smaller Notifications/Messages **********/
.message {
  margin:15px;
  padding:5px;
  border:2px solid #8C755F;
  background:#A48E79;
  color:#C2D6D5;
  font-size:110%;
  font-weight:900;
  text-align:center;
}

.message #reason {
  font-weight:normal;
  font-style:italic;
}

.message a {
  margin:20px auto;
  margin-bottom:0;
  padding:1px 7px;
  display:block;
  width:40%;
  border:2px solid #8C755F;
  background:none;
  text-decoration:none;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

.message a:hover {
  background:#7C6855;
}

/********** Drop-down menu CSS **********/
#dropmenudiv {
  position:absolute;
  margin-top:1px;
  padding:1px 8px 1px 1px;
  background:#A48E79;
  border:1px solid #9394C9;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
  -webkit-border-radius:0.4em;
  -moz-border-radius:0.4em;
}

#dropmenudiv a {
  margin:3px;
  width: 100%;
  display: block;
  text-indent: 3px;
  background:#9A816A;
  border: 1px solid #C2D6D5;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

#dropmenudiv a:hover {
  background:#7C6855;
}

/********** Footer CSS **********/
#footer {
  margin-top:3px;
  color:#A3A3A3;
  font-size:80%;
}

#footer a {
  color:#A3A3A3;
}

/********** Classes **********/
.link_dark a {
  color:#666666;
}

/* Hide the best viewed in firefox section */
#footer #firefox {
  display:none;
}