/*  
Theme Name: The Collective
Theme URI: http://www.fresh01.co.za/free-themes/
Description: Custom WordPress Theme for The Collective
Version: 1.0
Author: Cobus Bester
Author URI: http://www.fresh01.co.za/
*/

/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	color: #666;
	text-align: center;
}

h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
}

h1  {font-size: 36px}
h2  {font-size: 18px}
h3  {font-size: 24px}
h4  {font-size: 18px}
h5  {font-size: 14px}
h6  {font-size: 12px}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

p  {
	margin: 18px 0;
}

ul, ol  {
	margin: 10px 0;
	padding: 0 0 0 30px;
}

img  {
	border: none;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #f2600f;
	text-decoration: none;
}

#nav  {
	height: 35px;
	background: url(/wp-content/themes/collective/img/design/navtopbg.jpg) no-repeat center top;
}

*html #nav  {
	margin-left: 209px;
}

#nav ul  {
	margin: 0;
	padding: 0;
}

#nav ul li  {
	float: left;
	width: 188px;
	overflow: hidden;
	list-style: none;
	text-align: center;
}

#nav ul li.home  { background: url(/wp-content/themes/collective/img/design/homelink.jpg) no-repeat center center; }
#nav ul li.work  { background: url(/wp-content/themes/collective/img/design/worklink.jpg) no-repeat center center; width: 185px!important; }
#nav ul li.transfer  { background: url(/wp-content/themes/collective/img/design/blog.jpg) no-repeat center center; width: 185px!important; margin-left: 1px; }
/*#nav ul li.liblog  { background: url(/wp-content/themes/collective/img/design/blog.jpg) no-repeat center center; width: 185px!important; margin-left: 1px; }*/
#nav ul li.contact  { background: url(/wp-content/themes/collective/img/design/contactlink.jpg) no-repeat center center; width: 190px!important; margin-left: 1px;}

#nav ul li.contact a:link, #nav ul li.contact a:link  {
	width: 190px!important;
}	

#nav ul li a:link, #nav ul li a:visited  {
	display: block;
	padding: 35px 0 0 0;
	overflow: hidden;
	width: 187px;
	height: 0;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
}

#nav ul li.active a:link, #nav ul li.active a:visited, #nav ul li a:hover  {
	border: none;
	background-color: #fff;
	background: url(/wp-content/themes/collective/img/design/navhoverbg.jpg) no-repeat center bottom;
}

*:first-child+html #nav ul li.active a:link,
*:first-child+html #nav ul li.active a:visited,
*:first-child+html #nav ul li a:hover  {
	background-position: center 60%;
}

/*>>>>> Layout <<<<<*/

.fullspan  {
	width: 960px;
}

.fullcolumn  {
	width: 750px;
	margin: 0 auto;
}

.fullcontent  {
	width: 637px;
	margin-left: 30px;
}

#container  {
	width: 960px;
	margin: 0 auto;
	background: url(/wp-content/themes/collective/img/design/bg.jpg) no-repeat left top;
	text-align: center;
}

*html #container  {
	background-position: 39% top;
	text-align: center;
}

#header  {
	position: relative;
	height: 140px;
}

#header h1, #header h2  {
	display: none;
}

#header img  {
	position: absolute;
	top: 55px;
	right: 2px;
}

#main_container  {
	margin-top: 20px;
	background: #fff url(/wp-content/themes/collective/img/design/mainbg.jpg) repeat-y center top;
	position: relative;
}

#main  {
	float: left;
	height: 400px;
	padding: 0 30px;
	margin: 0 105px;
	width: 690px;
	text-align: left;
}

#main .leftcol  {
	float: left;
	padding: 115px 0 0 20px;
	margin: 0 40px 0 0;
	width: 190px;
	text-align: center;
}

a.idealogy img  {
}

#main .introcol  {
	float: left;
	height: 1%;
	padding: 125px 0 0 0;
	width: 360px;
}

#main .introcol p.intro  {
	font-size: 16px;
	color: #9a9a9a;
}

#main .contactcol  {
	float: left;
	height: 1%;
	padding: 80px 0 0 0;
	width: 360px;
}

#main .contactcol a:link, #main .contactcol a:visited  {
	color: #666;
	text-decoration: none;
}

.orange  {
	color: #f2600f;
	font-weight: bold;
}

*:first-child+html #main .introcol  {
	padding-top: 115px;
}

#main #fullcontent  {
	margin: 40px 0 0 0;
	text-align: center;
}

#main #fullcontent h2  {
	font-weight: normal;
}

h2.workpagetitle  {
	font-size: 16px;
}

#workcats  {
	margin: 20px 0 0 0;
	padding: 0;
}

#workcats li  {
	float: left;
	margin: 0 55px;
	list-style: none;
}

#workcats li span  {
	display: none;
}

#workcats li img  {

}

#worksingle  {
	margin-top: -20px;
}

#cat_intro #textblock  {
	width: 400px;
	margin: 120px auto 0 auto;
	color: #666;
}

p.readmore  {
	/*font-size: 10px;*/
}

p.golink  {
	margin-left: 390px;
}

p.golink a:link, p.golink a:visited  {
	text-decoration: none;
}

p.trail  {
	margin-top: 25px;
	font-size: 10px;
	color: #9a9a9a;
}

p.trail a:link, p.trail a:visited  {
	color: #f59764;
	text-decoration: none;
}

#worksingle .product  {
	text-align: center;
	height: 290px;
}

#worksingle .product img  {
	margin: 0px auto 0 auto;
}

#worksingle table  {
	margin: -10px 0 0 0;
	color: #000;
	padding: 0;
	font-size: 10px;
}

*html #worksingle table  {
	margin-top: -65px;
}

#worksingle .projecttitle  {
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
}

#worksingle span.label  {
	display: inline-block;
	width: 60px;
	font-weight: bold;
	color: #f2600f;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}

#worksingle ul li span.descript  {
}

#worksingle p.navigation  {
	position: absolute;
	bottom: -20px;
	right: 150px;
}

#worksingle p.navigation a  {
	color: #000;
	text-decoration: none;
}

ul#identities  {
	margin: 50px 0 50px 0;
	padding: 0 0 0 20px;
}

ul#identities li  {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}

ul#identities li img  {
	width: 70px;
	height: 70px;
}

#footer  {
	float: left;
	padding: 15px 0 0 0;
	height: 1%;
	font-weight: bold;
	margin: 0 95px;
	width: 770px;
	font-size: 11px;
	background: #fff url(/wp-content/themes/collective/img/design/footerbg.jpg) no-repeat center top;
}

*html #footer  {
	margin: 0 100px;
	padding-top: 30px;
}

*:first-child+html #footer  {
	padding-top: 30px;
}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

.product {overflow:hidden;}

.wrapper {width:100%;height:0;overflow:hidden;clear:both;}

/* blog pages */
.blogpages #main.fullcolumn {padding:0;width:750px;}
.blogpages .fullcontent {width:100%;}
.blogpages #main {height:auto;}
#page {width:455px;float:left;text-align:left;color:#666;padding: 0 25px 0 0;overflow:hidden;}
#sidebar {width:210px;text-align:left;font-size:11px;overflow:hidden;float:left;}

/*entry*/
body .entry h2 {font-weight:bold;color:#333;margin:0;}
.entry {background: url(/wp-content/themes/collective/img/shadow.jpg) 0 bottom no-repeat;padding: 0 0 40px 0;margin: 0 0 30px 0;}
.singlepost {padding-bottom: 30px;}
.entry a:hover {text-decoration:underline;}
.entry img {border:2px solid #ccc;margin: 10px 0;}
.entry h2 {font-size:18px;}
.entry h2 a {color:#666;font-weight:bold;}
.entry h2 a:hover {color:#000;text-decoration:none;}
.entry p {margin:0;}
.meta, .postmetastuff {padding: 20px 0 0 0;color:#666;font-size:11px;}
.meta p {font-size:16px;}


/* sidebar */
.searchform {background: url(/wp-content/themes/collective/img/searchback.gif) 0 0 no-repeat;padding: 15px 0 0 15px;margin: 0 0 20px 0;height:25px;}
.searchform .input {width:135px;height:20px;float:left;border:0;background: url(/wp-content/themes/collective/img/input.gif) 0 0 no-repeat;color:#666;padding: 5px 0 0 5px;}
.searchform .submit {width:53px;height:25px;float:left;border:0;background: url(/wp-content/themes/collective/img/button.gif) 0 0 no-repeat;}
.widget {padding: 15px 0 0 15px;background: url(/wp-content/themes/collective/img/widget.gif) 0 0 no-repeat;margin: 0 0 20px 0;}
body #sidebar h3 {color:#333;font-size:16px;}

.widget ul {margin:0;padding:0;}
.widget li {list-style:none;margin:0;display:block;}
* html .widget li {height:25px;}
.widget li a {display:block;border-bottom: 1px solid #eee;padding: 6px;height:18px;}

.widget li a:hover {background:#666;color:#fff;}

/*comments*/
/*form*/
#commentstemplate {margin: -20px 0 0 0;width:455px;overflow:hidden;}
#respond h3 {font-size:18px;}
#commentform {background:#EDEDED;border-top: 2px dotted #9B9B9B;border-bottom: 2px dotted #9B9B9B;padding: 5px 0;}
#commentform p {padding: 5px;margin:0;border-bottom: 1px solid #fff;}
#commentform small {font-weight:bold;font-size:11px;}
#commentform label {display:block;float:left;width:130px;}
#comment {width:430px;height:80px;padding: 5px;}
#author, #email, #url {width:305px;padding: 2px;}
#author, #email, #url, #comment {border:1px solid #ccc;font-size:11px;font-family: Arial,Verdana;color:#666;}
#submit {border:0;width:440px;height:25px;background: url(/wp-content/themes/collective/img/submit.gif) 0 0 no-repeat;}
/*comment list*/
.commentlist {padding:15px 0;margin:0;}
.commentlist li {padding: 0 0 15px 0;}
.commenttop img {float:right;border:5px solid #eee;}
.commenttop p {float:right;text-align:right;margin: 15px 20px 0 0;padding:0;font-size:11px;}
.commenttop p strong {font-size:16px;font-weight:normal;}
.commenttop {height:90px;background:url(/wp-content/themes/collective/img/commenttop.gif) 0 bottom no-repeat;}
.commenttext {font-size:11px;background:#eee url(/wp-content/themes/collective/img/commentbottom.gif) 0 bottom no-repeat;padding: 0 25px 15px 25px;}
.commenttext p {margin:0;}
.authorcomment .commenttop img {border-color:#ff6600;}
.authorcomment .commenttop {background: url(/wp-content/themes/collective/img/commenttop1.gif) 0 bottom no-repeat;}
.authorcomment .commenttext {background: #f60 url(/wp-content/themes/collective/img/commentbottom1.gif) 0 bottom no-repeat;color:#fff;}

/*archive*/
.archiveentry {margin: 15px 0 40px 0;border-bottom: 1px solid #ededed;padding: 0 0 15px 0;}
.archiveentry h5 {margin:0;padding:0;font-size:14px;}
.archiveentry h5 a {color:#333;}
.archiveentry span {font-size:11px;}
.archiveentry p {margin:0;}

/*gallery*/
.gallery-icon {width:100px;height:80px;display:block;overflow:hidden;border:2px solid #ccc;}
.gallery-icon a img {border:0;margin:0;}

#flash, #flash2 {
	background:#fff;
}
#flash {
	height:120px;
	width:130px;
	left: 55px;
	position: relative;
	top: 0;
}


