/* CLEARS AND STUFF */

.clearall {
	clear: both;
}
.clearleft {
	clear: left;
}

.custom .float_left {
        float: left;
}

.custom .float_right {
        float: right;
}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text,
.custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment,
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
       background: none;
}

/* WORDPRESS DEFAULT STUFF */

.custom .format_text p.note {
	background: #444;
	color: #bbb;
	border: 1px solid #000;
}

.custom .format_text p.alert {
	color: #bbb;
	background: #BF7004;
	border: 1px solid #D26900;
}

.custom pre {
	background: #333;
	color: #bbb;
	border: 1px solid #000;
}

.custom hr {
color: #f6a836;
margin: 3em 10px 2em 0;
}

/* UL */
.custom ul.guidelines {
list-style-type: circle;
}

.custom ul.lecture_data {
list-style-type: none;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:transparent url(images/trans-light.png) repeat scroll 0 0;
letter-spacing:0.04em;
line-height:2em;
padding:15px;
margin-right:300px;
}

.custom ul.post_ul {
list-style-type: none;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:transparent url(images/trans-light.png) repeat scroll 0 0;
letter-spacing:0.02em;
padding:15px;
}

.custom ul.post_ul li {
margin-bottom: 1em;
font-size: .95em;
	}

/* LINKS / COLOURS */

.custom a, .custom a:visited, .custom dl#trackback_list dt a, .custom dl#trackback_list dt a:visited, .custom #commentform p a {
	color: #e6af5e;
	text-decoration: none;}
.custom a:hover, .custom dl#trackback_list dt a:hover, .custom #commentform p a:hover {
	color: #f6a836;
        text-decoration: underline;}
.custom .entry-title a, .custom .entry-title a:active {
	color: #F6A836;
	font-weight: normal;}
.custom .entry-title a:hover {
	color: #e6af5e;}
.custom #header #logo a, .custom #header #logo a:active {
	color: #bbb;}
.custom #header #logo a:hover {
	color: #bbb;}
.custom #footer a, .custom #footer a:visited {
	color: #e6af5e;
	text-decoration: none;
	border-bottom: none;}
.custom #footer a:hover {
        color: #f6a836;
	text-decoration: underline;}

/* HEADER */


.custom #logo {
	float: left;
	width: 40%;
}
.custom #header, .custom #footer {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header #logo a { 
	display: block; 
	height: 55px; 
	width: 260px; 
	background: url(images/logo.png) no-repeat; 
	outline: none; 
}
.custom #header #logo, .custom #header #tagline { 
text-indent: -9999px; 
}
.custom #header_area .page {
	padding-left: 0px;
	padding-right: 0px;
}
.custom #header_area {
	margin-bottom: 0;
}

/* NAV */


.custom #navbar {
	width: 60%;
        float: right;
}
.custom .menu {
	border: none;
	width: auto;
        float: right;
        margin-bottom: 20px;
}
.custom .menu li {
	border: none;
	background: none;
}
.custom .menu li.current, .custom .menu li.current-cat {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
	background: url(images/nav_bg.gif);
	padding-bottom:0;
	padding-left:5px;
	padding-right:5px;
}
.custom .menu li.current a, .custom .menu li.current-cat a {
	background: url(images/rightarrow.png) no-repeat left center;
	color:#bbb;
	padding-left:20px;
}
.custom .menu li.current .submenu a {
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 0.6em;
}
.custom .menu li .submenu li.current {
	background: #000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 0px;
	padding-right: 0px;
}
.custom .menu li .submenu li.current a {
	background: #000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0.6em;
	background: url(images/rightarrow.png) left no-repeat;
	padding-left: 20px;
}
.custom .menu li .submenu li.current .submenu a {
	background: none;
	padding-left: 0.6em;
}
.custom .menu a, .custom .menu a:visited {
	letter-spacing: normal;
	margin-left: 0.6em;
	margin-right: 0.6em;
	text-transform: none;
	font-weight: bold;
	line-height: normal;
        font-size: 1.2em;
	padding: 5px;
	background: none;
	border: none;
}
.custom .menu a:hover, .custom .menu li.current a:hover {
	color: #f6a836;
	text-decoration: none;
}
.custom .menu li ul li {
	background: #000;
}


/* BODY */

.custom h1, .custom h2, .custom h3, .custom h4 {
	color: #F6A836;
}
.custom span {
	color: #bbb;
}
body.custom {
	background: #333333 url(images/bg_header.png) center top no-repeat;
	color: #bbb;
}
.custom #content_box {
	padding-bottom: 1.5em;
}
#archive_info p {
	letter-spacing: normal;
	text-transform: none;
}
.custom #content_area {
	background: #171717 url(images/bg_main.png) top no-repeat;
	padding-top: 35px;
	border-top: 1px solid #2c2c2c;
	padding-bottom: 3.5em;
}	
.custom #feature_box {
        background: none;
}

/* SIDEBAR */

.custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}
.custom .sidebar .widget {
        background: url(images/trans-light.png) repeat scroll 0 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 1em;
        width: 300px;
        margin-top: -23px;
        margin-left: -27px;
}
.custom .sidebar .widget h3 {
	font-variant: normal;
	letter-spacing: normal;
	color: #F6A836;
        font-size: 20px;
        margin-left: 25px;
}
.custom .widget h3 {
	font-variant: normal;
	letter-spacing: normal;
	color: #F6A836;
}
.custom .sidebar_list {
	margin-right: 1.5em;
	margin-left: 1.5em;
}

/*
MULTIMEDIA BOX
*/

.custom .mmb {
}
.custom h3.mmb {
        font-style: italic;
	font-variant: normal;
	color: #bbb;
}
.custom #multimedia_box {
        background: url(images/trans-light.png) repeat scroll 0 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
        margin-bottom: 37px;
}
.custom #multimedia_box #custom_box a {
        text-decoration: none;
}
.custom #multimedia_box #custom_box a:hover {
        text-decoration: underline;
        color:#F6A836;
}
.custom #video_box {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
.custom .image_box {
	background: none;
}
.custom #image_box img {
        border-width:0;
        padding:0;
}

/* TT SPECIAL RSS / TWITTER / CONTACT */

.custom #tt_contact_widget {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:transparent url(images/trans-light.png) repeat scroll 0 0;
display:none;
float:left;
font-size:1.3em;
margin-bottom:2.769em;
padding:1em;
width:100%;
}
.custom #tt_contact_widget li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.custom #tt_contact_widget a {
display:block;
height:60px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-indent:-9999px;
width:60px;
}
.custom #tt_contact_widget .tt_cw_twitter a {
background:transparent url(images/top_twitter.png) no-repeat scroll 0 0;
}
.custom #tt_contact_widget .tt_cw_rss a {
background:transparent url(images/top_rss.png) no-repeat scroll 0 0;
margin-left:6px;
}
.custom #tt_contact_widget .tt_cw_mail a {
background:transparent url(images/top_mail.png) no-repeat scroll 0 0;
margin-left:4px;
}
.custom .post_box {
padding-top:0;
}

/* POST */

.custom .headline_meta * {
text-transform:none;
}
.custom .headline_meta {
color:#F4F4F4;
font-style:normal;
font-weight:bold;
text-transform:capitalize;
}
.custom .tt_post .headline_meta {
padding-left:42px;
}
.custom .tt_post .headline_area .entry-title {
padding-left:40px;
}
.custom .headline_area {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:transparent url(images/trans.png) repeat scroll 0 0;
margin-bottom:30px;
margin-right:5px;
margin-left:-15px;
padding:15px;
}
.custom .headline_meta a {
border-bottom:medium none;
}
#members {
font-size:1.3em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:transparent url(images/trans-light.png) repeat scroll 0 0;
padding:15px 15px .1px 15px;
margin-right:125px;
margin-left:-15px;
}
#members a {
text-decoration:underline;
font-weight:bold;
}
#members a:hover {
text-decoration:none;
font-weight:bold;
}
.custom .blog_list {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:transparent url(images/trans-light.png) repeat scroll 0 0;
color:#BBBBBB;
font-size:1.1em;
font-style:italic;
margin-bottom:30px;
margin-left:-15px;
margin-right:5px;
padding:15px 15px 1px;
}
.custom .blog_list a {
text-decoration:underline;
font-style:normal;
}
.custom .blog_list a:hover {
text-decoration:none;
font-style:normal;
}
.custom #archive_info {
display:none;
}
.custom .footnote_area {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:transparent url(images/trans-light.png) repeat scroll 0 0;
color:#BBBBBB;
font-size:1em;
letter-spacing:0.04em;
line-height:2em;
margin-bottom:30px;
margin-left:-15px;
margin-right:5px;
padding:15px 15px 1px;
}

/* COMMENTS */

.comments_closed p {
	display: none;
}

.custom .bracket {
display:none;
}

.custom #comment_list dt.comment, .custom #comment_list dd.comment {
background:transparent url(images/trans-light.png) repeat scroll 0 0;
border-left:1px solid #000000;
border-right:1px solid #000000;
margin-left:1em;
padding:10px;
}
.custom #comment_list dt.comment {
margin-top:15px;
}
.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {
background:transparent url(images/trans-light.png) repeat scroll 0 0;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}
.custom #comment_list dt.comment-author-admin a {
color:#BBBBBB;
}
.custom .reply a {
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background:#000000 none repeat scroll 0 0;
padding:10px;
}

/* COMMENT FORMS */

.custom #commentform input, .custom #commentform textarea, .custom .clean-contact input[type="text"], .custom .clean-contact textarea {
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background:#0F0F0F none repeat scroll 0 0;
border:medium none;
color:#BBBBBB;
padding:5px;
}
.custom #commentform p .required {
color:#E6AF5E;
}
.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus {
border:medium none;
}
.custom #commentform #submit {
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background:#0F0F0F none repeat scroll 0 0;
border:medium none;
color:#BBBBBB;
padding:5px 15px;
}
.custom #clean_contact_send {
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background:#0F0F0F none repeat scroll 0 0;
border:medium none;
color:#BBBBBB;
padding:5px 15px !important;
}
.custom #clean_contact .clean-contact label {
clear:none;
display:block !important;
margin-bottom:1em;
text-align:left;
}
.custom #respond_intro p {
color:#FFFFFF;
font-weight:bold;
}

/* TEASERS */

.custom .teasers_box .entry-title {
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background:#0F0F0F none repeat scroll 0 0;
margin-bottom:1em;
padding:10px;
}
.custom .prev_next p {
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
background:#0F0F0F none repeat scroll 0 0;
font-size:1.3em;
letter-spacing:normal;
padding:0 20px;
text-transform:none;
}
.custom .prev_next a {
font-size:1em;
}

/* FOOTER */

.custom #footer {
color:#bbb;
font-size:1.3em;
font-weight:bold;
padding-bottom:3em;
padding-top:1.5em;
}
.custom #footer_area {
background:#171717 none repeat scroll 0 0;
margin-bottom: 22px;
}

/* TT COMMENTS */

.custom .tt_comment_box {
background:transparent url(images/comments.png) no-repeat scroll 0 0;
float:right;
font-size:1.4em;
font-weight:bold;
height:34px;
margin-left:10px;
margin-top:5px;
padding-top:5px;
text-align:center;
width:42px;
}
.custom .tt_comment_box a {
color:#000000;
}

/* TT SPECIAL HEADER */

.custom #secondary_area {
background:#F6A836 url(images/bg_special.jpg) no-repeat scroll center bottom;
border-bottom:1px solid #836436;
border-top:1px solid #836436;
height:200px;
margin-right:-2px;
padding:25px 0 0;
}
.custom #secondary_area .tt_icon {
background:transparent url(images/special_icon.png) no-repeat scroll 0 0;
float:left;
height:166px;
margin-left:55px;
margin-right:45px;
width:166px;
}
.custom #secondary_area h3 {
color:#333333;
float:left;
font-size:5em;
font-weight:normal;
margin-top:0;
text-align:left;
width:25%;
}
.custom #secondary_area p {
color:#333333;
float:left;
font-size:1.7em;
font-weight:normal;
line-height:1.3em;
width:40%;
}
.custom #secondary_area .tt_special_readmore {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background:#634519 none repeat scroll 0 0;
display:none;
float:left;
margin-left:10em;
margin-top:1em;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:5px 10px 5px 7.5px;
}
.custom #secondary_area .tt_special_readmore a {
background:transparent url(images/more.png) no-repeat scroll left center;
color:#FFFFFF;
font-size:1.1em;
font-weight:bold;
padding-bottom:3px;
padding-left:20px;
padding-top:2.5px;
}
.custom #secondary_area .tt_special_readmore:hover {
background:#A0783B none repeat scroll 0 0;
}

/* WIDGET FOOTER */

.custom #main_footer_area {
background:transparent url(images/general_bg.gif) repeat scroll 0 0;
border-bottom:1px solid #2D2D2D;
border-top:1px solid #2D2D2D;
color:#F6A836;
float:left;
font-variant:normal;
letter-spacing:normal;
padding-bottom:3em;
padding-top:3em;
}
.custom #main_footer_area a {
color:#E6AF5E;
text-decoration:none;
}
.custom #main_footer_area a:hover {
color:#F6A836;
text-decoration:underline;
}
.custom #main_footer_area .footer_space {
float:left;
height:1px;
width:1.98%;
}
.custom #main_footer_area div.col {
float:left;
width:32%;
}
.custom #main_footer_area h3 {
border-bottom:1px solid #6A6A6A;
font-weight:bold;
margin-bottom:15px;
padding-bottom:15px;
}
.custom #main_footer_area .widget {
padding-top:0;
}
.custom #main_footer_area .widget li {
list-style-image:none;
margin-bottom:15px;
margin-left:0;
}

/*
VideoGallery 
*/

.custom .videogallcontainer {
clear: left;
}
.custom .videogalldiv {
    float: left;
    width: 124px;
    margin: 0 26px 30px 0;
}

.custom .videogallcaption { font-size: 13px; color: #F6A836; }
.custom .videogalldate { color: #bbb; font-style: italic; }
.custom .videogalldescription { color: #bbb; font-size: 11px; }

.custom #youtube-with-fancy-zoom img {
   margin-left: 25px;
}

/*
WP GREET BOX PLUGIN
*/

.custom .greet_block {
background:none;
border:none;
margin:10px 0;
width:100%;
}

.custom .greet_block_close {
background:none;
border:none;
float:right;
height:15px;
margin:0 0 0 10px;
width:15px;
}

.custom .greet_text {
color:#bbb;
font-size:16px;
line-height:20px;
margin:10px;
}

/*
SOCIABLE PLUGIN
*/
.custom div.sociable {
clear: both;
margin:16px 0 16px -14px;
background: transparent url(images/trans-light.png) repeat scroll 0 0;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
padding: 1em
}

/*
SMOOTH SLIDER
*/
.smooth_slider_thumbnail {
margin:10px 5px 10px 0;
}
#smooth_sldr_items {
padding:0 18px 0 26px;
}
.custom .sldrlink a {
display: none;
}

/*
MISC
*/

.custom .right_logo {
margin-right: 10px;
float: right;
}

.custom .format_text img.frame, .custom .format_text .wp-caption {
border-width:0.071em;
border-color: #bbb;
padding:1px;
background-color: #000;
}

.custom #ustream {
border:7px solid #38383b;
width:480px;
height:693px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

.custom #social_stream {
        padding: .6em .6em .2em .6em;
        background: transparent url(images/trans-light.png) repeat scroll 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.custom #oleggo-signature {
        display: none;
}

.custom div.findmeon-bookmarks ul.networks li {
margin-left: 17px !important;
}

.custom .page { /* 1.6 fix */
background:transparent none repeat scroll 0 0;
}