﻿/* CLEARS AND STUFF */

.clearall {
	clear: both;
}

/* 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;/* OVERALL */

.custom .entry-content h2 {
	font-size: 1.5em;
}
.custom h1, .custom h2, .custom h3, .custom h4 {
	color:#434343
}
}


/* BODY */

body.custom {
	background: #20739f url(images/body-bg.jpg) center top no-repeat;
	color: #494c51;
}
.custom #content_box {
	background: #FFF;
	border: none;
	padding-bottom: 1.5em;
}


.custom #header { 
	border-bottom:none;
	height:131px;
	padding-top:0;
	padding-bottom:0;
	background:url(images/penandpaper.jpg)
	center left no-repeat; 
}


.custom #header_area .page {
	background: #FFFFFF;
	padding-top: 0px;
}
.custom #header_area {
	background: #FFFFFF;
	height: 187px;;
}


/* LINKS / COLOURS */

.custom a, custom a:active {
	color: #20739f;
	text-decoration: none;}

.custom a:hover {
	color: #52a2cc;
	text-decoration: underline;
}



/* HEADER */

.custom #header #logo {
	padding-top: 30px;
}
.custom #header #logo a {
	text-decoration: none;
	line-height: 1em;
}
.custom #header #logo a, .custom #header #logo a:visited {
	font-weight: normal;
	color: #000000;
}
/*
.custom #header #logo a:hover {
	color: #52a2cc;
	text-decoration: none;
}
.custom #header #logo a {
	font-size: 1.2em;
}
*/

/* TOP NAV */

.custom #tabs {
	background: #f6f6f6;
	border: none;
	height: 40px;
}
.custom #tabs li {
	border: none;
	background: none;
	height: 100%;
}
.custom #tabs li.current_page_item {
	background: #fff;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.custom #tabs li.current_page_item a{
	color: #262626;
}
.custom #tabs a, .custom #tabs a:hover {
	letter-spacing: normal;
	color: #606060;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* MAIN CONTENT*/

.custom #tt_breadcrumb {
	margin-top: 2.2em;
	margin-left: 2.2em;
	padding-bottom: 0em;
}
.custom #tt_breadcrumb p {
	font-size: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	background: url(images/tags.gif) left no-repeat;
	padding-left: 25px;
}
.custom .headline_area .headline_meta, .custom .headline_area .headline_meta *, .custom .published {
	letter-spacing: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: 0;
}
.custom .headline_area .headline_meta {
	text-transform: capitalize;
}
.custom .entry-title a, .custom .entry-title a:visited {
	color: #006699;
}
.custom .entry-title a:hover {
	color: #52a2cc;
	text-decoration:underline;
}
.custom #comment_list .children dt.comment, .custom #comment_list .children dd.comment {
	background: none;
	border: 0px;
}

/* POSTS */

.custom .to_comments {
	background: #dddddd;
	padding: 10px;
	border-bottom: #f0f0f0 5px solid;
}
.custom .to_comments a.tt_comments {
	background: url(images/comments_icon.gif) left no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 15px;
}
.custom .to_comments a.tt_continue {
	background: url(images/continue_reading.gif) left no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.custom .to_comments a, .custom .to_comments a:visited, .custom .to_comments a:hover, .custom .to_comments a span  {
	color: #564c4c;
}
.custom .tt_teaser_after a, custom .tt_teaser_after a:visited {
	color: #564c4c;
	text-decoration: none;
}
.custom .tt_teaser_after a:hover{
	text-decoration: underline;
}
.custom .to_comments a span {
	color: #564c4c;
}
.custom .bracket {
	display: none;
}
.custom .to_comments span.tt_categories {
	background: url(images/tags.gif) left no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 15px;
	font-size: 1em;
}

/* TEASERS */

.custom .post_box, .custom .teasers_box {
	border-top: 0px;;
}
.custom .tt_teaser_after {
	margin-top: 10px;
	background: #dddddd;
	padding: 10px;
	border-bottom: #f0f0f0 5px solid;
	color: #564C4C;
}
.custom .tt_teaser_link {
	background: url(images/continue_reading.gif) left no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.custom .tt_teaser_comments {
	background: url(images/comments_icon.gif) left no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 10px;
}

/* SIDEBARS */
custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}
.custom .sidebar .widget {
	background-color: #f4f4f4;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 1px solid #d6d6d6;
	padding: 5%;
	width: 90%;
	color: #3e4146;
}
.custom .widget h3 {
	font-variant: normal;
	letter-spacing: normal;
	color: #2f333a;
	padding-bottom: 1.2em;
}
.custom .sidebar_list {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
.custom #multimedia_box #custom_box {
	margin-right: 1.5em;
	margin-left: 1.5em;
}




/* FOOTER */

.custom #footer {
	font-size: 1.3em;
	padding-top: .8em;
	padding-bottom: 1.2em;
	font-weight: bold;	
}	


.custom #image_box {
	background: none;
	padding-top: 2.4em;
	padding-bottom: 4.5em;
	margin-bottom: 4em;
}

.custom #content_area {
	background: #FFF;
}
.custom #archive_info {
	border-bottom: 1px solid #e1e1e1;
}
.custom #header, .custom #sidebars .sidebar, .custom .prev_next, .custom #footer {
	border: none;
}

/*
.custom #content_box {
	background: none;
}
*/
.custom .widget h3 {
	letter-spacing: normal;
	font-variant: normal;
	color: #434343;
}
.custom .format_teaser {
	line-height: 1.6em;
}
.custom .teaser_link {
	background: url(images/article_icon.gif) left no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	letter-spacing: 1px;
}
.custom .teaser_link, .custom .teaser_link:visited, .custom .teaser_link:hover {
		color: #547BAB;
}

/* COMMENTS */

.custom #comments {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.custom .bracket {
	display: none;
}
.custom #comment_list dt.comment, .custom #comment_list dd.comment {
	background: #f6f6f6;
}
.custom #comment_list dd.comment {
	margin-bottom: 1em;
	border: 1px solid #e0e0e0;
	border-top: 0px;
}
.custom #comment_list dt.comment {
	border: 1px solid #e0e0e0;
	border-bottom: 0px;
}
.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {
		background: #ecc3bc;
		border-color: #d07a6b;
}

/* COMMENT FORMS */

.custom #commentform input, .custom #commentform textarea {
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
}
.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {
	border: 1px solid #b6c4ce;
}
.custom #commentform #submit {
	padding: 5px 15px;
	color: #2f333a;
}

/* PREVIOUS NEXT */

.custom .prev_next {
	letter-spacing: normal;
	text-transform: none;
	border-top: 1px solid #e1e1e1;
}
.custom #archive_info p {
	text-transform: none;
	letter-spacing: normal;
}

/* TT MEDIA BOX */

.custom #custom_box {
	text-align: left;
	background: none;
	padding-top: 2.4em;
	padding-bottom: 0em;
	margin-bottom: 4em;
	border-bottom: 0px;
}

.tt_welcome {
	padding-bottom: 25px;
	font-size: 1.1em;
}

.tt_me {
	padding: 20px;
	border: 1px solid #e1e1e1;
}


.tt_rss, .tt_twitter, .tt_linkedin {
	font-size: 1.2em;
}

.tt_rss a {
	background: url(images/rss_icon.png) no-repeat left;
	padding: 15px 0px 15px 50px;
	line-height: 43px;
	margin-bottom: 4em;
}

.tt_twitter a {
	background: url(images/twitter_icon.png) no-repeat left;
	padding: 15px 0px 15px 50px;
	line-height: 43px;
}

.tt_linkedin  a {
	background: url(images/linkedin_icon.png) no-repeat left;
	padding: 15px 0px 15px 125px;
	line-height: 43px;
}

#s {
	padding: 5px 5px;
	border: 1px solid #e1e1e1;
	font-size: 1.2em;
	width: 90%;
	color: #5b5b5b;
}

/* TT SPONSERS */
/*
.custom #tt_sponsors li {
	list-style-type: none;
	display: inline;
}
.custom #tt_sponsors img {
	padding: 5px;
}
.custom #tt_sponsors img:hover {
	background: #e6e6e6;
}
.custom #tt_sponsors {
	margin-top: 25px;
	background: #ffffff;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #e6e6e6;
}*/