/**
* CSS
* 
* @version 1.0
* @author Vaska 
* modified by [marwan]
*/
* {
	margin: 0;
	padding: 0;
	
}

/**********TYPOGRAPHY**********/

body {
	max-width: 1200px;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
	font-family: helvetica, arial ;
	text-decoration: none;
	color: #000000;
	/*background: url(/pinkdot.png) fixed;*/
	}

h1 { font-size: 32px; }
h2 { background-color: white; 
	font-weight: normal; 
	font-size: 23px; 
	text-decoration: none;
	font-style: normal; 
	font-family: Georgia, Times, "Times New Roman", serif;
	display: inline;
	line-height: 33px;
	color: black; 
	}


h3 { word-break: normal; line-height: 17px; 
	color: black; 
	background-color: white; 
	display: inline;
	font-family: Helvetica, Arial;
	font-size: 13px; 
	}

h4 { display: inline; 
	width: 500px; 
	margin-bottom: 0px; 
	line-height: 18px; 
	color: black; 
	font-style:normal; 
	font-weight:normal; 
	font-size: 12px;
	line-height: 12px;
	background-color: yellow; 
	font-color: white; 
	font-family: Helvetica, arial;
	}	
	
h5 { margin-bottom: 10px; 
	color: #666666;
	text-align: left;
	visibility: visible;
	display: inline-block;
	line-height: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: helvetica,arial;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/**********LINKS**********/

a:link {
	color: #ff0080;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	background:none;
	color: #000000;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	background-color: #66ccff;
	text-decoration: none;
	color: #FFFFFF;
}

a img { border: none; }

#menu a:link {
	color: #0080ff;
	}
	
#menu a:hover {
	color: white;
	background-color: #ff6fcf;
	text-decoration: none;
	}
	
#menu a:visited {
	text-decoration: none;
	}
	
#menu li.active a {
	line-height: normal;
	color: #333333;
	background-color: yellow;
	text-decoration: none;
	}


/**********MENU**********/

#menu {
	line-height: 1.3em;
	font-size: 10px;
	font-family: helvetica, Arial;
	float:left;
	width: 170px;
	overflow: fixed;
	top: 28px;
	height:auto;
	left: 20px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	background-color:#FFFFFF;
	text-align: left;
}

#menu .container {
	padding:10px 10px 10px 10px;

}

#menu .container p {
	margin:0px;

}


#menu ul {
	list-style: none;
	margin: 0 0 13px 0;
	/*
	list-style: none;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	line-height:13px;
	font-family: Monaco,Verdana;
	color: #666666;
	font-weight: normal;
	*/
}

#menu ul li.section-title { 
	margin-left: 0; 
	margin-bottom: 3px; 
	margin-right: 0; 
	margin-top: 0; 
	color: black; 
	background-color: lime; 
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #7f7f7f;
	display: inline;
	/*
	text-transform: uppercase;
	font-weight: normal;
	font-size:10px;
	line-height:13px;
	color: #00CCFF;
	background: black;
	
	*/
}

#content {
    max-width: none;
    margin-left: 212px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}

.container {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 28px;
}
	
#content p { 
	margin-top: 0px; 
	width: 500px; 
	margin-bottom: 10px; 
	background-color: white; 
	}
	
.column {
	width:170px;
	float:left;
	padding-top:80px;
	}
	
#content .column p { 
	width: 170px;
	}
	
#img { border:0; }

#img-container	{ 
	margin-left: 0; 
	margin-bottom: 0; 
	margin-right: 0; 
	margin-top: 10px; 
	padding: 0; 
}
#img-container p	
	{ 
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-right: 0; 
	padding-top: 10px; 
	width: 500px; 
	margin: 0;
	}
	
textarea#media_title { width: 500px; height: 100px; }
textarea#media_caption { width: 500px; height: 100px; }


#once { clear: left; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

