/*  
Theme Name: buildit
Theme URI: http://builditpro.co.uk
Description: Wordpress theme compatible with Wordpress 1.5 and above.
Version: 0.1
Author: James Cooper
Author URI: http://jpc-design.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* general stuff */

body {
margin: 0;
padding: 0;
text-align: left;
font: 62.5% Verdana, Arial,Sans-serif;
color: #000;
background: #fff url(images/back01.jpg) no-repeat top left;
}

#container {
margin:0 0 0 165px;
padding: 0;
background: #fff url(images/maintop.png) repeat-x top right;
border: 0;
}

#info a:link {
color: #009;
text-decoration: none;
}

#info a:visited {
color:#009;
text-decoration: none;
}

#info a:hover {
text-decoration: underline;
}
 
img {
border: 0;	
}


/* header */

#head {
margin: 0;
padding: 65px 0 0 0;
text-align:left;
height: 135px;
border: 0;
}

#head h1, #head h1 em {
margin: 0;
padding: 0;
width:390px; 
height:130px;
}

#head h1 {
position:relative;
overflow:hidden;
left:0; 
top:0;
font-size: 1em;
}

#head h1 em {
display:block;
position:absolute; 
left:0; 
top:0; 
z-index:1;
background:url(images/logo.png) top left no-repeat;
}

/* main layout */

#main {
margin: 0 35px 35px 0;
padding: 0;
text-align: left;
border: 0;
}

#info {
margin: 0;
padding: 0;
font-size: 1.5em;
line-height: 1.5em;
border: 0;
}

#sidebar { 
position: absolute;
top: 40px;
right: 10px;
width: 200px;
font-size: 100%;
line-height: 1.5em;
margin: 0;
padding: 0;
color:#000;
border: 0;
}

#footer {
clear:both;
margin: 0 30px;
padding: 15px 0;
border-top: 1px dotted #999;
}

/* main typog */

#info h2 { 
margin: 0 0 10px 0;
padding: 0;
font-size: 2.2em;
font-weight: bold;
text-transform: uppercase;
color: #DC002C;
}

#info h3 { 
margin: 0;
font-size: 120%;
border: 0;
padding: 20px 0 5px 0;
color: #009;
}

#info h3 a {
color: #009;
text-decoration: none;
}

#info h3 a:hover {
color: #009;
text-decoration: underline;
}

#info h4 { 
margin: 0;
font-size: 100%;
border: 0;
padding: 20px 0 5px 0;
color: #009;
}

#info h4 a {
color: #009;
text-decoration: none;
}

#info h4 a:hover {
color: #009;
text-decoration: underline;
}

blockquote { 
padding: 5px 20px;
}

p {
line-height: 1.4em;
margin: 0 0 15px 0;
}

#info ul {
margin: 15px 0 15px 15px;
padding: 0;
list-style: circle;
}

#info ol {
margin: 15px 0 15px 20px;
padding: 0;
}

#info li { 
margin: 0 0 2px 0;
padding: 0;
}

#info li p { 
font-size: 100%;
margin: 10px 0 0 0;
}

.small {
font-size: 70%;
color: #999;
}


/* Forms */

#content #searchform {
margin: 7px 0 15px 0;
padding: 0; 
border: 0;
text-align: left;
}

#content #searchform #s {
width: 150px;
border: 1px solid #009;
padding: 2px;
font-size: 1em;
background: #fff;
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}

#content #searchsubmit {
padding: 1px;
margin-left: 5px;
font-size: 1em;
border: 1px solid #009;
background: #fff;
color: #000;
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */

}


/* Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

.center {
text-align: center;
}

.alignright {
float: right;
}
	
.alignleft {
float: left;
}


.hide {
display: none;
}



/* main nav */

#nav {
position: absolute;
top: 7px; 
left: 170px;
text-align: left;
margin: 0;
padding: 0;
font-size: 1.7em; 
font-weight: bold;
text-transform: uppercase;
color: #fff;
border: 0;
}

ul#nav {
margin: 0;
padding: 0;
display: inline;
} 

ul#nav li {
margin: 0;
padding: 0 15px 0 10px;
border-right: 2px solid #fff;
list-style: none;
display: inline;
}
	
ul#nav li a {
color: #fff;
text-decoration: none;
}
		
ul#nav li a:hover {
text-decoration: none;
color: #009;
}


/* contacts */

ul#contacts {
position: absolute;
top: 90px; 
right: 35px;
text-align: right;
margin: 0;
padding: 0;
font-size: 1.7em; 
font-weight: normal;
color: #009;
border: 0;
list-style: none;
}

ul#contacts li {
padding: 0;
margin: 0;
line-height: 1.2em;
}

ul#contacts li.email {

}

ul#contacts li a {
color: #009;
text-decoration: none;
}

ul#contacts li a:hover {
text-decoration: underline;
}


/* google map */

#map {
width: 500px;
height: 300px;
margin: 20px 0;
padding: 0;
border: 1px solid #009;
}




/* contact forms */

#usermessage {
margin: 15px 0;
}

label.secq { 
width:200px!important; 
}

input.secinput { 
width:40px!important; 
}

/* text paragraph & message box right above the form  */
p.cfinfo {

}

p.textonly {
clear:left;

padding:5px; 
margin:0; 
}


/*  div box enclosing the form                        */
.cform { 
margin: 15px auto 45px 0; 
}


/* change formatting of response msgs here            */
.success {
color:green;
}

.success2 {
color:green;
padding: 0 0 0 22px;
background:url(images/accept.png) no-repeat 0 45%;
}

.failure {
color: #dc002c;
padding: 0 0 0 22px;
background:url(images/exclamation.png) no-repeat 0 45%;
}


/* upload box styling                                 */
.cform input.cf_upload {
background: #fff; 
border:1px solid #009;
}


/* global definitions for field labels                */
span.cformchkboxlabel, span.cformradiolabel, .cform label { 
width:120px; 
margin:5px 0 0 0; 
display:block; 
float:left;
padding-right: 10px;
clear:left;
text-align:left;
}

/* just in case the label comes AFTER the field */
label.cformlabelafter {
clear:none;
width:250px!important; 
text-align:left; 
padding:0 0 0 6px; 
}


/* formating for text:  "(required)"  & other         */
span.chckboxtxt, span.cformradiotext, span.reqtxt, span.emailreqtxt {
float:left;	
margin:5px 0; 
padding-left:3px; 
font-size: 85%;
}

span.cformradiotext { 
margin:5px 0 0 0!important;
}

* html span.cformradiotext {
margin:4px 0 0 0!important;
 } /* hack:diff margins for IE */


/*              FORM FIELDSETS (global defs)          */
.cformfieldsets	{
margin:0 0 30px 0!important; 
padding:10px 0 10px 0; 
border: 0;
}

/*may want to remove the below line if this causes layout issues with your WP Theme*/
* html .cformfieldsets	{ 
position: relative; 
margin-top:20px; padding-top:15px; 
} /*ie6 hack*/


/*etc..*/
.cformfieldset6, .cformfieldset5, .cformfieldset4, .cformfieldset3, .cformfieldset2, .cformfieldset1 {

} /* use to access fieldsets no. 3 for ALL forms */



/*   FORM FIELDSETS for a specific form               */
/*                                                    */
/* #cforms2form .cformfieldset1	{ background:#DFE9FF; } /* specifically address fieldsets #1 on form #2 */


/*                                                    */
/*   FIELDSET legends (global defs)                   */
.cform fieldset legend {
margin:0; 
padding: 0;
font-size: 1.1em;
font-weight: bold;
color: #009;
}

/*may want to remove the below line if this causes layout issues with your WP Theme*/
* html .cform legend { 
position:absolute; 
top: 0; 
left: 0; 
margin-left:0; 
padding: 0;
} /*ie hack*/


/*                                                    */
/*   FIELDSET legends (specific defs)                 */
/*                                                    */
/*#cforms2form legend   { font:normal 20px Arial; color:gray; } */


/*   FORM FIELDS general formatting                   */
.cform input, .cform textarea, .cform select { 
font-family: Tahoma,Verdana,Arial,Sans-serif;
font-size: 1em;
padding: 2px;
border: 1px solid #009; 
margin:5px 0; 
float: left; 
background: #fff;
}

.cform input:hover, .cform textarea:hover, .cform select:hover{
background: #EEF2FF;
}

.cform input:focus, .cform textarea:focus, .cform select:focus {
background: #ffd; 
}

.cform input { width:200px; }
.cform select { width:208px; }  /* attempt to have equal length */
.cform textarea	{ width:200px; }

.cform select.cformselectmulti	{ height:84px; }

/* text after radio buttons */
.cfradioblock { float:left; }
.cfradioblock label { clear:none; text-align:left; padding-left:5px;}  /*radio button labels are special!*/
input.cformradio { margin:6px 0 0 0; width:16px; border:none; clear:left; }
* html input.cformradio	{ margin:3px 0 0 0; background:none; } /* hack:diff margins for IE */

/* Form submit button */
.cform input.sendbutton {
width: 90px;
padding: 2px;
margin: 0;
font-size: 1em;
border: 1px solid #009;
background: #fff;
color: #009;
font-family: Tahoma,Verdana,Arial,Sans-serif;
}

/* optional input fields formatting for ('required' & 'email') */
.fldemail { }
.fldrequired { }

/* checkboxes:override general default layout for input fields */
input.cformchkbox { margin:7px 0 6px 0; width:16px; border:none; }
* html input.cformchkbox { margin:3px 0 4px 0; background:none; } /* hack:diff margins for IE */

/* for incorrect input fields */
.cform .error {  color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt {  color:red!important; }


/*                    PROPER BREAKS                   */
.cformfieldsets { display:inline-block; }
.cformfieldsets:after { content:".";	display:block;	height:0; clear:left;	visibility:hidden; }
/* Hides from IE-mac \*/
* html .cformfieldsets	{ height:1%; }
.cformfieldsets	{ display:block; }
/* End hide from IE-mac */

.cform { display:inline-block; }
.cform:after { content:".";	display:block;	height:0;	clear:left;	visibility:hidden; }
/* Hides from IE-mac \*/
* html .cform { height:1%; }
.cform { display:block; }
/* End hide from IE-mac */


/* photo gals */

.fim {
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 99%;
	min-width: none;
}
h3.fim-nav {
	padding:0px;
	margin:0px;
		border-bottom: 1px dashed #CCC;
}
.fim-album {
	clear: both;
	margin-top:20px;
}
.fim-title {
	color: #009;
	border: 0;
	margin: 0;
	padding: 0;
}
.fim-meta {
	margin: 0px 0px 5px 0px;
}
.fim-album-description {
	font-size: 80%;
	margin: 0;
}
.fim-tn-border-album {
	float: left;
	margin: 0 5px 10px 5px;
	width:120px;
	height:120px;
	font-size: 80%;
}
.fim-tn-border-sidebar{
	float: left;
	margin: 0 5px 10px 5px;
}
.fim-thumbnail {
	float: left;
	background: url(images/shadow.gif) no-repeat bottom right;
	float: left;
	margin: 5px 0 0 6px;
 	padding: 0;
}

.fim-thumbnail img {
    background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}
.fim-thumbnail img:hover {
	background-color: #E8E8FF;
}

/*********************************************/
/* Image */
/*********************************************/

.fim-photo-block {
	float: left;
	margin: 10px 5px 10px 5px;
}
.fim-photo {
	background: url(images/shadow.gif) no-repeat bottom right;
	float: left;
}
.fim-photo img {
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}
.fim-photo-date{
	margin:0px;
	padding:0px;
}
/*********************************************/
/* Navigation */
/*********************************************/
.fim-photo-nav{
	width:99%;
	padding-top:15px;
	padding-bottom:15px;
}
.fim-nav-buttons{
	height:20px;
	float:left;
	text-align:center;
	border:1px solid #ccc;
	background:#F4F4F4;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*********************************************/
/* Comments */
/*********************************************/

.fim-comment{
	margin-bottom:1.6em;
	overflow:hidden;
}
#fim-commentblock h2{
	font-size:130%;
	margin-bottom:1em;
}
.fim-commentname{
	float:right;
	width:375px;
	color:#009;
	padding-top:10px;
	padding-right:10px;
	
}
.fim-commentname a{
	color:#000;
	font-weight:bold;
	
}

#fim-commentblock p{
	padding-bottom:.7em;
}
.fim-commenttext{
	float:right;
	width:375px;
	min-height:40px;
	padding-right:10px;
	clear:both;
}
.fim-dec{
	height:10px;
	clear:both;
}
* html .fim-commenttext{
	height: 40px;
	overflow: visible;
}

.fim-gravatar{
	float:left;
	width:50px;
	height:50px;
	padding:6px;
}

#fim-commentsform{
	padding:10px;
	margin-bottom:2em;
	
}
/*********************************************/
/* Misc */
/*********************************************/

.fim_clear{
	clear:both;
	margin-top: 10px;
}


