/* @override http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?072410-171200 */

/* @override 
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?070510-205210
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?051310-203648
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042610-181141
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042610-171405
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042410-214443
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042410-202245
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042410-195053
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042410-181718
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042310-43631
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042310-41344
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042310-34108
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042310-33409
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042210-223834
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042210-223042
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?040810-02311
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?040710-234623
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?040710-204030
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?040710-203502
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?010170-00000
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?120709-04800
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?120609-182802
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?120509-205918
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?120509-205515
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?112609-173814
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111309-32106
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111209-212143
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111209-214617
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111209-221910
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111209-225307
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111209-230814
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111209-231726
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?111209-233051
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?040710-230903
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?040810-01219
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042210-220056
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?042310-00531
	http://homefilmschoolstudent.com/wp-content/themes/thesis_16/custom/custom.css?072410-165924
*/

.custom a img {
	border-style: none;
}

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #commentform { border-top: 2px dotted #313131; }

		.custom .comments_intro span { color: #585858; line-height: 1em; }
		
	.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: capitalize; color: #ad9a5f;
	background-color: #111;
	padding: 5px;
-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2a2a2a;
	letter-spacing: 0;
	font-size: 16px;
}
	
.custom .teaser .teaser_link { font-size: 1.6em; line-height: 1.375em;
	background-color: #111;
	padding: 5px;
-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2c2c2c;
	color: #688a66;
}

.custom .teaser h2 {
	font-size: 28px;
	text-align: left;
}

		.menu .rss a {
	color: #cbcbcb;
}

.custom ul.sidebar_list { list-style: none;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}


.custom .full_width > .page {
	padding: 0;
	background: none repeat;
}

.custom #header_area .page {
	padding: 0;
}
	
.custom #header_area {
	background-image: none;
	background-color: #bdbdbd;
}

.custom #nav_area {
	background-color: #0c0c0c;
	border-top-style: solid;
	border-top-width: 2px;
	margin-bottom: 15px;
	border-width: 2px;
	border-color: #cacaca;
	border-bottom: 1px solid #2e2e2e;
}
	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}
		.custom ul#tabs li {border-color:#DBD4B7; background-color:#E6DEC0;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}
		
.custom #header { clear: both;-moz-border-radius: 5px;
	background: url(images/hfss-header-icon.png) repeat center -1px;
	height: 140px;
}

body { color: #7e7e7e;
	background: #191919 url(images/black-bg.jpg) repeat center 219px;
}

.custom #page {
	background: none repeat-x 0 -4px;
}

.custom .menu { position: relative; list-style: none; z-index: 50;
	background-color: #0c0c0c;
}

.custom .menu a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar h3 { font-variant: normal;
	font-weight: bold;
	letter-spacing: 0;
	background: none repeat;
	color: #ababab;
}

.custom .sidebar a {
	color: #5f8ead;
}

.custom h1, h2, h2 a { color: #5f8ead;
	font-weight: bold;
}

.cusotm a, h2 a:hover, #logo a:hover { color: #606060; }

.custom .headline_meta { font-style: italic;
	text-transform: uppercase;
}

.format_text .to_comments a { color: #666; text-decoration: none; -webkit-border-radius: 5px;
	background-color: #262626;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #2a2a2a;
}

	.custom .format_text .to_comments span { color: #636363; line-height: 1em; }

.custom dl#comment_list {
	background-color: #f2f2f2;
}

.custom dl#comment_list .bypostauthor {
	color: #bfbfbf;
	background-color: #2b2b2b;
}

.custom input.form_submit:hover { color: #8a0000; }

.custom #content_box {
	padding-bottom: 50px;
}

.custom #content { width: 51.3em; float: left;
}

.custom .format_text .to_comments span.bracket {display: none; }

.custom #multimedia_box {
	margin-bottom: 10px;
	background-image: none;
	background-color: #232323;
}

.custom #feature_box {  padding:0em; }

.custom #my-feature-box1 { padding-left:1em; }
.custom #my-feature-box,#my-feature-box1  {float:left;  font-family: Helvetica,Arial,sans-serif; color: #151515;
	background-image: none;
	background-color: #151515;
	padding: 15px;
	margin-top: 15px;
}
.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a,#my-feature-box a  { color: #82acce; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: #cbcbcb; }
.custom #my-feature-box p {color: #cbcbcb;  font-size: 18px; text-align: left;
	line-height: 22px;
}
.custom #my-feature-box .featurereadmore { padding: 22px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }

.custom .teaser {
   width: 100%;
   margin-top: 2em;
   text-align: justify;
	padding-bottom: 15px;
	border-bottom: 2px dotted #353535;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}
   
   .custom #feature_box {
padding-right: 0;
padding-left: 0;
}

		#sidebars {
	background-color: #232323;
	border: 1px solid #2c2c2c;
}