/* CSS Document */

/* containers */

.main_container {
	width:940px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

.main_container a {
	color: #0000aa;
	text-decoration:none;
	font-weight:bold;
	}

.main_container a:hover {
	color:#0000ee;
	text-decoration:underline;
	}
	
.text_container_600 {
	width:600px;
	text-align:left;
	padding-left:10px;
	}

.contact_box {
	height:140px; 
	width:250px; 
	border: 1px solid #000066; 
	background:#0a0abe;
	padding: 10px 10px 10px 10px;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.contact_box a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}

.contact_box a:hover {
	color:#0a0abe;
	background-color:#ffffff;
	text-decoration: none;
	}
	
/* animated collapse divs */

#anim_writing {
	border: 2px #0a0abe solid;
	border-top: none !important;
	height:115px;
	width:916px;
	color:#000;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
}

#anim_nonfic {
	border: 2px #0a0abe solid;
	border-top: none !important;
	height:190px;
	width:916px;
	color:#000;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
}

#anim_audio {
	border: 2px #0a0abe solid;
	border-top: none !important;
	height:280px;
	width:916px;
	color:#000;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
}

#anim_social {
	border: 2px #0a0abe solid;
	border-top: none !important;
	height:970px;
	width:916px;
	color:#000;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
}


	
/* padding */

.padding {
	padding: 10px 10px 10px 10px;
	}
	
.padding_narrow {
	padding: 5px 5px 5px 5px;
	}

.padding5 {
	padding-top: 5px;
	}
	
.padding10 {
	padding-top: 10px;
	}
	
.padding15 {
	padding-top:15px;
	}

.padding20 {
	padding-top: 20px;
	}

	
/* headers */

.header_plain {
	font-weight:bold;
	}
	
.header_plain_center {
	text-align:center;
	font-weight:bold;
	}

/* floaters */

.clear {
	clear:both;
	}
	
.f_l {
	float:left;
	}

.f_r {
	float:right;
	}

/* bars */
.gradient_40 {
	background-image:url(/files/images/gradient_40x40.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	height:40px;
	font-size:13px;
	padding:10px 0px 0px 10px;
}

.gradient_40 a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.gradient_40 a:hover {
	text-decoration: overline underline;
	color:#ffffff;
}

.gradient_30 {
	background-image:url(/files/images/gradient_30x30.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	height:30px;
	padding: 8px 0px 0px 0px;
}

.gradient_30 a {
	text-decoration:none;
	font-weight:bold;
}

.gradient_30 a:hover {
	text-decoration: underline;
}
