@charset "utf-8";
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 10px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;
}

.oneColFixCtrHdr #header #menu {
	background-color:#54A890;
	padding-bottom:0.3em;
	padding-top:0.7em;
	padding-left:50px;
}

.oneColFixCtrHdr #header #menu a, 
.oneColFixCtrHdr #header #menu a:link,
.oneColFixCtrHdr #header #menu a:visited {
	color:white;
	font-weight:bold;
	padding-right:1.7em;
	text-decoration: none;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header #menu a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 400px 0 50px; 
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h1{
	font-size: 14pt;	
}

.oneColFixCtrHdr #mainContent h2{
	color:#993300;
	font-size:12pt;
	font-weight:bold;
	margin-bottom: 5px;
}

.oneColFixCtrHdr #mainContent h3{
	color:#333333;
	font-size:10pt;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-weight: bold;
	color: #666;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}

img {
	border: 0;
}

a, a:link {
	color: #488f7b;
}

a:active, a:visited, a:hover {
	color: #397161;
}


/* home page*/
.oneColFixCtrHdr #mainContent.home {
	padding: 30px 0 0 50px; 
}

#recentStories {

}

#recentStories p.title {
	font-weight: bold;
	margin-left: 10px;
	color: #444444;
}

#recentStories .story {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: left;
}

#recentStories p.more {
	text-align: right;
	padding-right: 30px;
}

#tblHome {
	margin-top: 0px;
}

#tblHome tr td {
	padding: 0 40px 0 0px;
	vertical-align: top;
}

#tblHome #secondCell img {
	margin-left: 40px;
}

#tblHome #fourthCell {
	padding-right: 0px;
}

#tblHome #fourthCell h1 {
	padding-left: 30px;
}

#tblMusik {
	margin-top: 20px;
}

table#tblMusik tr td {
	vertical-align: top;
	padding-right: 20px;
}

table#tblMusik tr td.imageCell {
	padding-right: 40px;
}

h1.home {
	color:#888;
	font-size:18pt;
	margin-bottom:0;
	padding-bottom:0;
	padding-left: 50px;
}

#mainContent h1.home a {
	color: #54A890;
	text-decoration: none;
}

/* stories page*/
.oneColFixCtrHdr #mainContent.listen {
	padding: 30px 0 0 50px; 
}
#mainContent .special {
	background-color:#E9F5E7;
	margin-left:15px;
	margin-right:35px;
	padding-bottom:20px;
	padding-left:20px;
	padding-top:10px;
		margin-bottom: 10px;
}

#mainContent .special.message {

	background-color:#FDFED8;
}

.photo {
}

.clearBoth {
	clear: both;
}

ul li.story {
	display: block;
	float: left;
	width:150px;
	list-style: none;	
}

ul li.story div.wrap {
	padding: 10px 10px;
	text-align:center;
	vertical-align:top;
}

.special .title {
	margin: 5px 0 5px 0;
	font-weight: bold;
}

#sound_ehsan, #sound_behrang {
	float: left;
	margin-right: 10px;
}
#tblStories {
	margin-top: 0px;
}

#tblStories tr td {
	padding: 5px 10px;
	text-align:center;
	vertical-align:top;
	width:150px;	
}

/* the team page*/

#tblTeam tr td {
	vertical-align: top;
	text-align: left;
}

#tblTeam p.name, #tblTeam p.name a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#tblTeam p.name a:hover {
	color:#54A890;
}

/* the project page*/


img#projectimage {
	float: right;
	margin-right: 0px;
	margin-top: 50px;
}
