/*
Theme Name: Thinkbrick Masterclass
Theme URI: http://tangocomms.co.nz
Description: Custom theme for Thinkbrick Builders Masterclass.
Author: Peepshow
Author URI: http://peepshow.co.nz
version: 1.0
Tags: two-column, widget-ready
*/



body {
	background: url(images/page_bg.png) ;
	color: #333;
	font: 67% 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding: 20px 0 40px;
}

a, a:link, a:visited, a:active {
	color: #424242;
	text-decoration: none;
	border:none;
	outline:none;
}

a:hover {
	color:#999;
	border:none;
	outline:none;
}

img 
{
	border:none;
}

h1 {
	background:url(images/masterclass_logo.png) no-repeat;
	margin:7px 0 0 20px;	
}

.logo
{
	display:block;
	width:437px;
	height:65px;
	text-indent:-9999px;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 28px;
	font-weight:normal;
}

h2 {
	font-size: 26px;
	font-weight:normal;
}

h3 {
	font-size: 18px;
	font-weight:normal;
}

h4 {
	font-size: 15px;
	font-weight:normal;
}

h5 {
	font-size: 15px;
	font-weight:normal;
	color: #E80B8C;
}

h6 {
	font-size: 13px;
	font-weight:normal;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 16px;
}
p {
	line-height:1.3em;
}

.pink
{
	color: #E80B8C;
}

.main {
	background:url(images/left_top.jpg) no-repeat top right;
}

.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}
.timetable td
{
	padding:6px;
}
.odd {
   background: #ccc;
}
#header
{
	height:92px;
}

#menu
{
	background:url(images/menu_bg.png) repeat-x;
	height:27px;
	margin:0 0 20px;
	font-size:1.1em;
	float:left;
	padding:1px 0 0;
	z-index:3;
}
	#menu a:link, #menu a:active, #menu a:visited
	{
		color:#FFF;
	}
	#menu a:hover
	{
		color:#ccc;
	}
	

	ul.main-menu
	{
		list-style:none;
		margin-top:4px;
	}
		ul.main-menu li
		{
			display:block;
			list-style:none;
			padding:4px 10px 0;
			margin:0;
			float:left;
		}
		
		
		
#main-content
{
	background: url(images/lefttop_bg.jpg) repeat-x #fff;
	clear:left;
	z-index:1;
}
	

/* ==============================================================================
	POSTS
--------------------------------------------------------------------------------*/

.post
	{
		margin:25px 25px 45px;
	}
	
		.post-head
		{
			margin:0 0 10px 0;
			padding:0 0 4px 0;
			border-bottom:1px solid #666;
		}
		.post-feat
		{
			margin:0 0 20px 0;
		}
		.post h2
		{
			font-family:"helvetica", arial, sans-serif;
			font-size:2.2em;
			font-weight:normal;
			text-align:left;
			color:#424242;
			padding:0;
			margin:0;
			line-height:1.2em;
			display:block;
		}
		.post .date
		{
			color:#E80B8C;
			padding:0;
			margin:0;
		}
		.post-foot
		{
			padding:2px 0 4px 6px;
			margin:0;
			border-top:1px solid #666;
			border-bottom:1px solid #666;
			background:url(images/post_foot.jpg) repeat-x;
			clear:both;
		}
			.post-foot a:link, .post-foot a:visited, .post-foot a:active
			{
				text-decoration:none;
				color:#424242;
			}
			.post-foot a:hover
			{
				text-decoration:none;
				color:#E80B8C;
			}

		.cat-feat
		{
			margin:0 10px 20px 0;
			float:left;
		}
		
		.gallery-item {
			float:left;
			margin:0;
			text-align:center;
			width:33%;
		}
		
			.gallery-item img {
				border:4px solid #fff;
			}
			.gallery-item img:hover {
				border:4px solid #424242;
			}
			
		a.more-link
		{
			display:block;
			background-color:#ef319d;
			color:#FFF;
			padding:3px 6px;
			width:60px;
			margin:15px 0 10px;
			text-align:center;
		}
			
		a.more-link:hover
		{
			background-color:#fc9bd2;
			color:#fff;
		}
			
		.post ul
		{
			list-style:square;
			list-style-position:outside;
			padding:0 20px 0 30px;
		}
		.post ul li
		{
			margin:0 0 10px;
		}
		.post ol
		{
			list-style:decimal;
			list-style-position:outside;
			padding:0 20px 0 30px;
		}
		.post ol li
		{
			margin:0 0 10px;
		}
/* ==============================================================================
	PROFILE		ARCHIVE
--------------------------------------------------------------------------------*/
	.profile_list
	{
		width:426px;
		overflow:visible;
		margin-bottom:20px;
	}

	.profile_panel
	{
		float:left;
		height:170px;
		margin:20px 15px 0 0;
	}
	.profile_list img
	{
		width:124px;
		height:124px;
		border:1px solid #666;
	}
		.profile_list h3
	{
		font-size:1.2em;
		margin:3px 0 0;
		padding:0 0 10px 26px;
		background:url(images/info_icon.png) no-repeat left top;
		width:98px;
	}

	

/* ==============================================================================
	PROFILE		PAGE
--------------------------------------------------------------------------------*/
	.profile-right
	{
		float:right;
		margin:0 0 20px 20px;
		width:160px;
	}

		.profile-portrait
		{
			margin:0 0 20px
		}

		.profile-galthumbs
		{
			margin:0 0 20px;
		}
		.profile-stream
		{
			margin-top:20px;
			border-top:1px solid #CCC;
			clear:both;
		}
		
		h2.lifestream_date
		{
			font-size:14px;
		}
		h3.thumbs
		{
			padding:0px;
			line-height:18px;
			margin:10px 0 0px;
		}
		.wpcf7
		{
			/* display:none; */
		}
		a.contact_link
		{
			font-size:14px;
			background:url(images/contact_icon.png) no-repeat 0 2px;
			display:block;
			height:20px;
			padding:0 0 0 26px;
			color:#E80B8C;
		}
		a.contact_link:hover
		{
			color:#666;
			background:url(images/contact_icon.png) no-repeat 0 -18px;
		}
		
/* ==============================================================================
	PAGE 	SEARCH
--------------------------------------------------------------------------------*/
	.search_result
	{
		margin:0 20px 40px;
	}
		
	.post #searchform
	{
		margin:20px 0 30px 20px;
	}

	.post #searchform input
	{
		background:url(images/search_bg.png) no-repeat;
		width:220px;
		height:26px;
		padding:8px 6px 0 34px;
		margin:0 2px 0 0;
		border:none;
	}
	.post #searchform #searchsubmit
	{
		background:transparent url(images/search_go.png) no-repeat scroll 0 6px;
		border:medium none;
		cursor:pointer;
		height:28px;
		margin:0 2px 0 0;
		padding:8px;
		text-indent:-999px;
		width:24px;
	}
	.post #searchform label
	{
		font-size:1.4em;
	}



/* ==============================================================================
	SIDEBAR
--------------------------------------------------------------------------------*/

#sidebar
{
	margin-top:175px;
}

	.side-full
	{
		margin-bottom:16px;
	}
		h2.slidehead
		{
			background:url(images/slidebanner_top.jpg) repeat-x;
			text-align:center;
			display:block;
			height:44px;
			color:#FFF;
			font-weight:normal;
			padding:4px 0 0 0;
			font-size:1.8em;
		}
	
	#left-collum
	{
		background: url(images/lefttop_bg.jpg) repeat-x #fff;
		padding:12px;
	}
		#left-collum h2
		{
			font-size:1.6em;
			font-weight:normal;
			margin:0 0 6px 0;
			padding:0;
		}
		
	#right-collum
	{
		background: url(images/lefttop_bg.jpg) repeat-x #fff;
		padding:12px;
		margin-bottom:20px;
	}
		#right-collum h2
		{
			font-size:1.6em;
			font-weight:normal;
			margin:0 0 6px 0;
			padding:0;
		}
		
	.widget_space ul {
		list-style: none;
		margin:0;
		padding:0;
	}
	
	.widget_space ul li {
		margin: 0 0 0 0;
		padding:0;
		display:block;
	} 
	.widget_space ul li a {
		margin: 0 0 0 3px;
		padding:4px 0 4px 3px;
		display:block;
		background:#fff;
	}
	.widget_space ul li a:hover {
		margin: 0 0 0 3px;
		padding:4px 0 4px 3px;
		display:block;
		background:#F2F2F2;
	}


	.sponsor_tmb
	{
		margin-bottom:16px;
	}
	.fable_banner
	{
		margin-bottom:20px;
	}
	#sidebar #searchform input
	{
		background:url(images/search_bg.png) no-repeat;
		width:124px;
		height:26px;
		padding:8px 6px 0 34px;
		margin:0 2px 0 0;
		border:none;
	}
	#sidebar #searchform #searchsubmit
	{
		background:transparent url(images/search_go.png) no-repeat scroll 0 6px;
		border:medium none;
		cursor:pointer;
		height:28px;
		margin:0 2px 0 0;
		padding:8px;
		text-indent:-999px;
		width:24px;
	}
	#sidebar #searchform label
	{
		display:none;
	}

	ul.socical_links
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.socical_links li
	{
		margin:0 8px 20px 0;
		padding:0;
		list-style:none;
		display:inline;
		width:39px;
		height:39px;
		overflow:hidden;
		float:left;
	}
		ul.socical_links li a
		{
			width:38px;
			height:38px;
			background:url(images/follow_icons.png) no-repeat;
			display:block;
			text-indent:-999px;
		}

		ul.socical_links li a.facebook
		{
			background-position:0 0;
		}
	
		ul.socical_links li a.youtube
		{
			background-position:-39px 0;
		}
	
		ul.socical_links li a.twitter
		{
			background-position:-79px 0;
		}
	
		ul.socical_links li a.bebo
		{
			background-position:-118px 0;
		}
		ul.socical_links li a.facebook:hover
		{
			background-position:0 -39px;
		}
	
		ul.socical_links li a.youtube:hover
		{
			background-position:-39px -39px;
		}
	
		ul.socical_links li a.twitter:hover
		{
			background-position:-79px -39px;
		}
	
		ul.socical_links li a.bebo:hover
		{
			background-position:-118px -39px;
		}
	
	.widget_space
	{
		margin:0 0 10px;
	}
	
	
	
/* ==============================================================================
	FOOTER
--------------------------------------------------------------------------------*/
#footer 
{
	text-align:center;
	color:#FFF;
	padding:20px 0 20px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	border:none;
	outline:none;
}

#footer a:hover {
	color:#999;
	border:none;
	outline:none;
}

/* COMMENTS
-----------------------------------------------------------------------------*/


ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #DDD9D9; height:1%; margin:0 0 6px; padding:8px 7px 8px 57px; position:relative; border-left:none; border-right:none;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ddd; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.0 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#999; border:none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#E91490; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#FDEEF7; }
ol.commentlist li.odd { background:#F2F2F2; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comments-template #respond {
		margin:20px 0 0 0;
}
.comments-template {
		padding:0 25px 25px;
}

.comments-template #respond #comment {
		border:1px solid #DDD9D9;
		width:100%;
}

.comments-template #respond input {
		border:1px solid #DDD9D9;
		width:250px;
}
.comments-template #respond input#submit {
		border:1px solid #DDD9D9;
		width:140px;
		height:22px;
		background-color:#E80B8C;
		color:#fff;
}

.comments-template .comments-head {
		font-size:1.8em;
		text-transform:none;
		margin-bottom:20px;
}


.wpcf7-form input {
		border:1px solid #DDD9D9;
		width:100px;
		height:22px;
		background-color:#E80B8C;
		color:#fff;
}
.wpcf7-form .wpcf7-form-control-wrap input {
		border:1px solid #DDD9D9;
		background:#fff;
		height:16px;
		padding:2px;
		color:#333;
		width:250px;
}
.wpcf7-form textarea {
		border:1px solid #DDD9D9;
		padding:2px;
}
