/*
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/
*/

body.custom { background: #fff; }

/* navigation */
.custom div.custom_head_nav ul {list-style-type: none; margin-left: 350px; padding-top: 32px;}
.custom div.custom_head_nav ul li {display: inline;}

/* header */
.custom #header_area { background-image: url(http://www.oregontrainingnetwork.com/images/header_bg.png); }
.custom #header_area .page { background-image: url(http://www.oregontrainingnetwork.com/images/header.png); }
.custom #header { height: 110px; width: 940px; border-bottom: 0; }

/* logo */
.custom #header #logo a { display: block; position: relative; top: -92px; right: -4px;height: 133px; width: 230px; background: url(http://www.oregontrainingnetwork.com/images/otn_site_logo.png) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #nav_area { background: #589b4d; }
.custom #nav_area .page { background: #7fc874; }
.custom .menu { background: #c4e9be; border: 0; }
.custom .menu li.tab a, li.tab { border: 0; }

/* content area */
.custom #content_area { background-image: url(http://www.oregontrainingnetwork.com/images/background.png); background-repeat: repeat-x; }
.custom #content_area .page { background: #fff; }
.custom #content_box { background: #fff; background-image: url(http://www.oregontrainingnetwork.com/images/round_corners.png); background-repeat: no-repeat; }

/* content */
.custom .page_content { margin-left: 8px;font-family: arial; line-height: 1.7em; }
.custom .page_content h1 {padding-top: 0px;}
.custom .page_content h2 {font-size: 16pt; margin-bottom: 0px;}
.custom .page_content a {color: #4CC079; text-decoration: none}
.custom .page_content p a:hover {color: #4CC079; text-decoration: underline;}
.custom .page_content li a:hover {color: #4CC079; text-decoration: underline;}
.custom .page_content ul {list-style: circle;}
.custom .page_content hr {margin-bottom: 7px; margin-top: 5px; color: #4CC079;}
.custom .page_content a:hover {color: #4CC079; text-decoration: none;}


/* left column */
.custom .left_column {float: left; width: 435px;}
.custom .left_column h2 {margin-top: 5px; padding-top: 0px;}


/* right column */
.custom .right_column {float: right; margin-top: -51px; width: 225px;}
.custom .right_column h3 {color:#4CC079; margin-top: -20px; margin-bottom: 0px;}
.custom .right_column p {padding-bottom: 15px; font-size: .9em; line-height: 1.3em;}
.custom .right_column ul {padding-bottom: 15px; font-size: .9em; line-height: 1.5em;}
.custom .event_date {color: #818181; margin-bottom: 7px; font-style: italic; font-size: .9em; font-weight:bold;}
.custom .right_column h3 a:hover {color: #4CC079; text-decoration: underline;}

/* featured */
.custom #featured h2 {font-size: 16pt; margin-top: 0px; padding-bottom: 5px}
.custom #featured table {margin-top: -20px; margin-bottom: 10px}
.custom #featured table td {vertical-align: top; }

/* faqs */
.custom .faq_answers { text-indent:5px; background: #EBF6FC; padding: 7px; position: relative; top: -13px}

/* contact */
.custom .name {font-size: 1.3em; font-weight: bold;}
.custom .contact_info {line-height: 1.3em;}

/* trainers */
.custom .trainers img {margin-right: 15px; margin-top: 10px;}
.custom .trainers hr {color: #4CC079;}

/* partners */
.custom .partners img {float: left; margin-right: 15px;}
.custom .partners hr {color: #4CC079;}

/* courses*/
.custom .courses h3 {color:#4CC079; margin-top: 0px; margin-bottom: 1px;  padding-top: 0px}
.custom .courses {line-height: 1.5em}
.custom .courses h2 {margin-top: 0px; margin-bottom: 3px;  padding-top: 0px}
.custom .courses p {margin-bottom: 0px; padding-bottom: 0px;}

/* anchor*/
.custom .anchor {line-height: 0px; position: fixed; top: -100px;}

/* button */
.custom .btn {width: 95px; text-indent: 5px; background: url(http://www.oregontrainingnetwork.com/images/register_button.png);}
.custom .btn a {color: white;}

/* sidebar */
.custom .sidebar { background: #fff; background-image: url(http://www.oregontrainingnetwork.com/images/round_sidebar.png); background-repeat: no-repeat; }

/* subscribe */
.custom #subscribe {margin-right: 15px; background-image: url(http://www.oregontrainingnetwork.com/images/subscribe_box.png); background-repeat: no-repeat; }
.custom #subscribe img {margin-top: 12px; margin-left:12px;}

/* sponsors */
.custom #sponsors {margin-top: 100px; float: leftt; background: url(http://www.oregontrainingnetwork.com/images/sponsors.png); background-repeat: no-repeat; margin-left: 15px; padding-bottom: 40px;}
.custom #sponsors p {font-size: 16pt; color: #02617D; position: relative; top: 40px; font-family: sans-serif; font-weight: bold; padding-left: 7px;}
.custom #sponsor_logos  {float: right; padding-right: 8px;}
.custom #sponsor_logos img {vertical-align: top; margin-left: 8px;}
.custom #sponsor_logos ul {list-style: none;}
.custom #sponsor_logos ul li {display: inline}

/* footer */
.custom #footer_area { background-image: url(http://www.oregontrainingnetwork.com/images/footer_bg.png); }
.custom #footer_area .page { background-image: url(http://www.oregontrainingnetwork.com/images/footer.png); height: 244px }
.custom #footer { border: 0; height: 160px; }
.custom #footer_1 {margin-top: 20px; font-family: sans-serif; color: white; text-align: left;}
.custom #footer_1 h3 {font-size: 13pt; font-weight: bold }
.custom #footer_1 p {font-weight: bold; text-decoration: none; }
.custom #footer_links {float: left;  }
.custom #footer_links a {color:#91CAA1; font-size:10pt; }
.custom #footer_connect { float: left; width: 650px; height: 100px; margin-left: 60px; width: 150px; height: 100px;}
.custom #footer_connect ul {list-style: none;}
.custom #footer_connect ul li {display: inline;}
.custom #footer_contact {float: left; margin-left: 75px;}
.custom #footer_email {font-weight: normal; color:#91CAA1; font-size: 11pt;}
.custom #footer a {border-bottom:none;} 
.custom #footer a:hover {color: #fff; text-decoration: underline;}


/* page/post titles */
.custom .headline_area {position:absolute; top: -1500px; left; -1500px;}
.custom .hfeed .headline_area {left: 0; position: relative; top: 0; }

/* blog posts 
.custom .hfeed { padding-left: 8px;}
*/
