@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
/*	background-image:url(../img/bg.jpg);
	background-repeat:repeat;*/
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-repeat:no-repeat;
}

body#bgindex{
	background-image: url(../img/bg_home.jpg);
	background-position: center top;
}
body#bgabout{
	background-image: url(../img/bg_about.jpg);
	background-position: center top;
}
body#bgpress{
	background-image: url(../img/bg_press.jpg);
	background-position: center top;
}
body#bgvenue{
	background-image: url(../img/bg_venue.jpg);
	background-position: center top;
}
body#bgtranscripts{
	background-image:url(../img/bg_transcripts.jpg);
	background-position: center top;
}
body#bgprogram{
	background-image:url(../img/bg_program.jpg);
	background-position: center top;
}
body#bggallery{
	background-image:url(../img/bg_gallery.jpg);
	background-position: center top;
}
body#bgspeakers{
	background-image:url(../img/bg_speakers.jpg);
	background-position: center top;
}
body#bgcontact{
	background-image:url(../img/bg_contact.jpg);
	background-position: center top;
}


html, body{
height:100%;
}

img, div { behavior: url(iepngfix.htc) }

h1, h2, h3, h4, p{
	margin:0;
	padding:0;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	line-height:22px;
}
p a{
	color:#C63;
	text-decoration:underline;
}
p a:visited{
	color:#C63;
	text-decoration:underline;
}
p a:hover{
	color:#066;
	text-decoration:underline;
}
.article ul{
	color:#C60;
	list-style:square;
}
.article ul li{
	list-style:square;
	color:#C60;
	list-style-position:outside;
}
.article ul li p{
	color:#FFF;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#006666;
	font-size:24px;
	font-weight:normal;
	padding:0px 0px 10px 0px;
}
h2 a{
	color:#006666;
	text-decoration:none;
}
h2 a:visited{
	color:#006666;
	text-decoration:none;
}
h2 a:hover{
	color:#FFF;
	text-decoration:none;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#CC6633;
	line-height:22px;
	font-weight:normal;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CC6633;
	padding:10px 0px;
	font-weight:bold;
}


h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CC6633;
	font-weight:normal;	
}
h6 a{
	color:#CC6633;
	text-decoration:none;
}
h6 a:visited{
	color:#CC6633;
	text-decoration:none;
}
h6 a:hover{
	color:#FFF;
	text-decoration:none;
}


/*.bg{
	position:absolute;
	top:0px;
	left:50%;
	width:1000px;
	z-index:1;
	background-image: url(../img/bg_home.jpg);
	background-repeat: no-repeat;
	height: 940px;
	margin-left:-500px;
	overflow: hidden;
}
.bg#about{
	background-image: url(../img/bg_home.jpg);
	background-repeat: no-repeat;
}*/

.gcrg-mardin .container {
	width: 770px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-bottom: -175px;
	position: relative;
	background-repeat:no-repeat;
}

.gcrg-mardin #header {
	height:140px;
	padding: 50px 0px 0px 0px;
}
#header .logo{
	float:left;
}
#header .date{
	float:right;
	height:100px;
	width:110px;
}	
/************* NAVI ****************/
.navi{
	float:right;
	height:100px;
	width:240px;
}
.navi ul {
list-style: none;
padding: 0;
margin: 0;
}
.navi li {
	width:120px;
	float:left;
	padding:0px 0px 5px 0px;
}
.navi li a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#C60;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.navi li a:hover {
	text-decoration: none;
	color:#FFF;
}
.navi li#active a{
	color:#FFF;
}

/******** HEADER ************/	

.gcrg-mardin #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.gcrg-mardin #mainContent {
	float:left;
	width:770px;
	padding: 20px 0px 20px 0px;
	position: relative;
}

#mainContent .index_pad{
	height:600px;
	width:770px;
}
.navi#index_navi {
	float:left;
	width:210px;
	padding: 10px 0px 0px 0px;
	height: 240px;
}
.navi#index_navi li a {
	color:#099;
}

.navi#index_navi li a:hover {
		text-decoration: none;
		color:#C60;
}

/*********** LEFTCOL **********/

#left_col {
	float:left;
	width: 240px;
}

/**********SUB NAVI***********/

.sub_navi{
	width:240px;
	padding-bottom:10px;
	float: left;
}
.sub_navi ul {
list-style: none;
padding: 0;
margin: 0;
}
.sub_navi li {
	width:220px;
	float:left;
	padding:0px 0px 5px 0px;
}
.sub_navi li a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#C60;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	padding:5px 0px;
	border-bottom:1px dashed #006666;
}

.sub_navi li a:hover {
	text-decoration: none;
	color:#066;
	border-bottom:1px solid #006666;
}
.sub_navi li#active a{
	color:#FFF;
	border-bottom:1px solid #006666;		
}

/********* INDEX ************/
.index_title {
	float:left;
	width: 550px;
	padding: 0px 0px 20px 0px;
}
.index_date {
	float:right;
	width: 140px;
}
.index_intro{
	float:right;
	width: 400px;
	padding: 0px 10px;
}

/********* INTERNAL PAGES ************/

.page_title{
	float:left;
	width:770px;
	padding: 0px 0px 10px 0px;
}

.page_intro{
	width:230px;
	padding: 10px 0px 0px;
	float: left;
}

.article{
	float:right;
	width:520px;
}

.article_item{
	float:right;
	width:500px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #1C272D;
}
.article_item h2{
	padding:0px 0px;
}
.article_item:hover{
	background-color:#1A2326;
}

.img_left{
	float:left;
	margin: 0px 10px 5px 0px;
}
.img_right{
	float:right;
	margin: 0px 0px 5px 10px;
}

/*********** FOOTER ***********/

.gcrg-mardin #footer {
	position: relative;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	height:175px;
}
.gcrg-mardin #footer p {
	float:right;
	margin: 0;
	text-align: right;
	color: #399;
	font-size: 11px;
}
#footer p a{
	color: #399;
	text-decoration:none;
}
#footer p a:hover{
	color: #FFF;
	text-decoration:none;
}

#footer_box{
	width:770px;
	text-align:left;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}
.clearfooter {
	height: 175px;
	clear: both;
}

/* ========================= INPUT ========================== */

.input_generic { /* FIELD */
	background-color:#BB9F82;
	font-size: 11px;
	color: #000000;
	padding: 8px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus { /*FIELD FOCUS*/
	background-color:#D2BFAC;
}
textarea:focus { /*FIELD FOCUS*/
	background-color:#D2BFAC;
}

.input_select { /* FIELD */
	background-color:#BB9F82;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input_btn_submit { /*BUTTON*/
	background-color:#066;
	font-size: 11px;
	color: #FFFFFF;
	padding: 7px 30px 7px 30px;
	border: 1px solid #399;
	cursor: pointer;
}
.input_btn_submit:hover { /*BUTTON*/
	background-color:#C63;
}

.input_btn_clear { /*BUTTON*/
	background-color:#D2BFAC;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	border: 0px solid;
	cursor: pointer;
}

/****** INACTIVE ******/
.inactive {
	color:#999;
}
.inactive h2 a{
	color:#666;
	text-decoration:line-through;
}
.inactive p{
	color:#666;
}
