/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Karl Long
	Author Site	: Customersonfire.com
	Scheme Name	: customersonfire
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #000000!important;
	background-image: url(http://customersonfire.com/wp-content/themes/k3_col/images/cof2black.jpg)!important;
	background-position: top left!important;
	background-repeat: no-repeat!important;
	}

#header h1
{
	margin: 0 0 0 160px!important;
	width: 450px;

}
#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 160px!important;
	display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	}

.linkpage {
	/* The entire design is contained within the 'page' id */
	width: 900px;
/*
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
	_width: 740px;
	border: 1px solid #ddd;
	border-top: none;
*/
	}
	
#syndicate {
float: right;
position: absolute;
top: 0px;
right: 0px;
text-align: right; 
}

#syndicateimg {
float: right;
position: absolute;
top: 130px;
right: 2px;
text-align: right; 
}

.right {
float:right;
margin-left:15px;
}

	
table.figure {
vertical-align: top; 
text-align: left;

}
table.figure td{
border-bottom: 1px #999999 solid;
border-right: 1px #999999 dashed; 
padding-right:4px;
}

table.figure th{
background-color: #fab640; 
font-size: 1.2em;
}
	
#header {
	/* Contains the H1 and menu */
	background-color: #000;

	}
	
#header h1{
	padding-top: 40px!important;

}
.description {
	margin-left:0px!important;


}
	
.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

.itemtext ul li 
{
list-style-image: url(http://experiencecurve.com/images/bullet_orange_sq.jpg)!important;
margin-top: 0px; 
margin-bottom:4px;
margin-left: 0px; 
padding-left: 0px;

}

div.thumb
{
    margin-bottom: 0.5em;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    width: auto;
}

div.tright {
    clear: right;
    float: right;
    border-top-width: 0em;
    border-right-width: 0pt;
    border-bottom-width: 0.8em;
    border-left-width: 1.4em;
}


input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#F18A34; 
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   }

input.formField{
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   margin-right:2px;
}


/* Things for the links page */




#linkpage {}

#linkpage ul {
				margin: 0px;
				padding: 0px;
				}
#linkpage ul li {
				list-style-type: none;
				margin: 5px;
				padding: 0px;
				display: block;
				width: 160px;
				float: left;
				background: #EEE;
				}
#linkpage ul li ul {
				margin: 0px;
				padding: 0px 0px 0px 10px;
				}
#linkpage ul li ul li {
				margin: 0px;
				width: 30px;
				float: left;
				}
#linkpage h2 {
				font-size: 1.3em;
				border-bottom: 1px solid white;
				margin: 4px;
				text-transform: uppercase;
				}
#linkpage img {
				background: #FFF;
				width: 16px;
				height: 16px;
				}
				
#syndicate {
float:right;
position: absolute;
top: 0em;
right: 0em;
text-align: right; 
}

.quote {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #ccc;
	background-image: url(../images/icn_quoteleft_lrg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.callout {
font-family: Georgia, "Times New Roman", Times, Palatino;
font-weight:bold;
background: #fff;
border: 1px solid #ccc;
padding:10px;
}

.right {
float:right;
margin-left:15px;
}


div.thumb
{
    margin-bottom: 0.5em;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    width: auto;
}

div.tright {
    clear: right;
    float: right;
    border-top-width: 0em;
    border-right-width: 0pt;
    border-bottom-width: 0.8em;
    border-left-width: 1.4em;
}

