/* Setup defaults */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


a:link {
	color:#6A306A;	/* Deep purple */
}
a:visited {
	color:#B870FF;	/* Faded purple */
}


body {
/*	font-size: 100%; */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url('../img/crone_gradient.gif');
	background-repeat: repeat;
}
.clear { clear:both; }
/* Setup defaults - End */
.hidden {
	display:none;
}


#body {
	width:800px;
	min-width:900px;

	/* Wont work on a dragging resize */
	margin:auto;
}

#header {
	/* Black background */
	background:#000000;
	background-image: url('../img/cronelogopadded.gif');
	background-repeat:no-repeat;
	/* White text */
	color:#FFFFFF;
	height:136px;
}

#header h1 {
	font-size:170%;
	margin-left:150px;
    width: 300px;
    text-align: center;
	padding-top:15px;
	font-family: garamond;
}
#header h2 {
	font-size:90%;
	font-style: italic;
	margin-left:150px;
    width: 300px;
    text-align: center;
	font-family: "time new roman", "sans-serif";
}
#header h3 {
	font-size:240%;
	margin-left:150px;
    width: 300px;
    text-align: center;
	margin-top:20px;
	font-family: arial, sans-serif;
}

#header #social {
/*	margin-left:500px; */
	margin-top:50px;
}

#header #contact {
	margin-right:10px;
	margin-top:20px;
	float:right;
	font-family: garamond;
}

#contact a { color: #FFFFFF; 
}

#header #contact:first-line {
/*	font-size:150%;   */
	font-size:100%;
}

#nav {
	background-image: url('../img/button_gradient.gif');
	background-repeat:repeat-x;
	border:1px solid white;
	text-align:right;
	height:30px;
	z-index:100;
	position:relative;
}

#nav ul {
	list-style: none;
	display:block;
	height:30px;
	text-align:center;
	float:right;
}
#nav ul li {
	display: block;
	float:left;
	border-left:1px solid white;
	border-bottom:1px solid white;
	color:#FFFFFF;
	position:relative;
	width:110px;
	height:30px;
	line-height:32px;
    font-size:90%;
}
#nav ul li a {
	color:#FFFFFF;
}

#nav ul li ul {
	position:absolute;
	width:110px;
	top:31px;
	left:0px;
	display:none;
}
li ul li {
	background-image: url('../img/button_gradient.gif');
}

#tease {
	background: #FFFFFF;
	background-image: url('../img/lg_logo_padded.gif');
	background-repeat:no-repeat;
	height:200px;
}
#tease img { float:right; margin-right:75px; }

#contentContainer {
	background:#EBEBEB;
	color:#000000;
	padding:15px;
}

#footer {
	background:#FFFFFF;
	color:#6A306A;
	padding-bottom:15px;
	padding-top:20px;
}

#footer #copyright {
	text-align:center;
	font-style:italic;
	font-size:80%;
}


/* Non global styles */
#tease #bio_name {
	float:right;
	margin-right:20px;
	margin-top:60px;
	font-size:200%;
	font-family: garamond;
	font-weight:bold;
}

#contentContainer .column {
	float:left;
	width:30%;
	margin-left:10px;
}

#contentContainer .scroller {
	padding:3%;
	height:250px;
	overflow:auto;
	background:#CCCCCC;
/*	font-size:80%;  */
}

#contentContainer #scroll_col_1 {
	float:left;
	width:30%;
	margin-left:3%;
	margin-right:3%;
}

#contentContainer #column_list {
	padding:7px;
	font-size:100%;
	width:90%;
}

#contentContainer #scroll_col_2 {
	float:left;
	width:45%;
	margin-right:3%;
	margin-left:3%;
}

#tease #center_char2 {
	float:left;
	position:static;
	max-width:100%;
}

#tease #center_char {
	float:none;
	position:relative;
	top:-45px;
	left:320px;
}

#tease #charname {
	font-size:250%;
	position:relative;
	top:70px;
	left:100px;
	font-weight:bold;
}

#contentContainer .filedesc {
	font-size:80%;
}

#contentContainer .mediaitem img {
	float:left;
}

#contentContainer .two_column {
	float:left;
	width:45%;
	margin-left:10px;
}

#leftcolumn {
	width:25%;
	float:left;
}

#rightcolumn {
	width:70%;
	float:right;
}

#rightcolumn .column {
	width:40%;
}

#rightcolumn p {
    padding-top: 15px;
}

#header #hotimg {
	position:absolute;
}

.leftcharphoto img {
	margin-top: 20px;
	margin-right: 10px;
}

.leftcharphoto p {
	width: 400px;
}

.rightcharphoto img {
	margin-top: 20px;
	margin-left: 10px;
}

.rightcharphoto p {
	width: 400px;
}

@media (min-width: 768px) {
	.leftcharphoto img {
		float: left;
	}
	.leftcharphoto p {
		width: 80%;
		padding-top: 40px;
	}
	.rightcharphoto img {
		float: right;
		margin-right: 20%;
	}
	.rightcharphoto p {
		width: 80%;
		padding-top: 40px;
	}
}

.rightvideo {
	margin-left:3%;
	margin-right:3%;
}

.rightvideo p {
	width: 400px;
}

.rightvideo iframe {
	margin-left: 20px;
}

@media (min-width: 768px) {
	.rightvideo p {
		float:left;
		width:30%;
	}

}

.form-group {
  margin-bottom: 15px;
}

.formlabel {
	text-align: left; 
	font-weight: normal; 
}

.formfieldnormal {
	font-weight: normal;
}

.formfieldmed {
	font-weight: normal;
}

.formfieldbig {
	font-weight: normal;
}

.formfieldbutton {
	text-align:center;
}


@media (min-width: 768px) {
	.form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.formlabel {
		width: 20%;
	}

	.formfieldnormal {
		width: 35%;
	    text-align: right;
	}

	.formfieldmed {
		width: 45%;
	    text-align: right;
	}

	.formfieldbig {
		width: 65%;
	    text-align: right;
	}
}

.required {
	color: #ff0000;
}
