/* 
MASTER STYLESHEET FOR CPCSEARCH.COM
*/

/* HTML STYLES */
/* the body text*/

body {
	margin: 0;
	padding: 0 8%;
	font-family: "century gothic";
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #555;
	background: #fff url(i/bg_tile.jpg) fixed;
}
/* links */
a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #40608C;
}
a:hover {
	color: #2D405B;
	text-decoration: underline;
}
a.more {
	padding-right: 15px;
	background: url(../img/0306/icon-more.gif) no-repeat 100% 5px;
}
a.rss {
	padding-left: 15px;
	background: url(../img/0306/icon-rss.gif) no-repeat 0 50%;
}
/* basic phrase element styles */

blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(../img/0306/icon-quotes.gif) no-repeat 0 3px;
}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eaeaea;
}
code {
	color: #679B34;
	font-family: Monaco, monospace;
	font-size: 120%;
	text-align: left;
}
code strong {
	color: #537531;
}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
a abbr {
	border: none;
}
em {
	font-style: italic;
	font-size: 104%;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
	color: #777;
}
ins {
	text-decoration: none;
	font-style: italic;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}
p em, cite { /* to compensate for Lucida Grande's fake italics */
	font-family: century gothic, bold;
}
/* header
---------------------------------------------------------- */


/* page structure
---------------------------------------------------------- */

#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
	/* the top bar color :) :)
---------------------------------------------------------- */
	border-top: 3px solid #fff;
	background: #fff;
}
#main-body {
	padding: 30px 30px 20px 30px;
	background: #fff;
}
#content {
	float: left;
	width: 70%;
	background: #fff;
}
#content-inner {
	margin: 0 50px 30px 0;
	background: #fff;
}
#content-inner p.stretch {
	line-height: 1.8em;
}
#sidebar {
	float: right;
	width: 30%;
	font-size: 90%;
	line-height: 1.4em;
	color: #667;
	background: inherit;
}
.sidebar {
	float: right;
	width: 30%;
	font-size: 90%;
	line-height: 1.4em;
	color: #667;
	background: inherit;
}
#extra {
	clear: both;
	margin: 20px 0 0 0;
	padding: 30px 30px 20px 30px;
	color: #596347;
	background: #CCDDB8;
}
#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #eee url(i/logotile.gif);
	border: 6px #fff solid;
	text-align: center;
	color: #557;
	height: 28px;
	font-size: 90%;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 6px;
}
#header {
	background: #fff;
	border: 6px #fff solid;
	height: 145px;
}
#logo {
	/* This is the Header background :) :) :)
---------------------------------------------------------- */
	background: #fff;
	height: 145px;
	text-align: center;
}
/* navigation, 280=the distance from logo
---------------------------------------------------------- */

#nav {
	font-family:"century gothic", bold;
	padding: 6px 30px 6px 10px;
	background: #fff;
	height: 8px;
	/* the distance from 2 sides
	padding - high , the top nav bg color,
---------------------------------------------------------- */
	border-left: 6px #fff solid;
	border-right: 6px #fff solid;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
	color: #b94d11;
	letter-spacing: 1px;
	border: 3px #fff;
}
#nav li a:hover {
	color: #000000;
	background: #fff;
	letter-spacing: 1px;
	border: 3px #fff;
}
#nav li a.active {
	color: #000;
	background: #fff;
	letter-spacing: 1px;
	border: 3px #fff;
}
/* sidebar styles
---------------------------------------------------------- */
#sidebar h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 2px 0;
	font-family: "century gothic", sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2D405B;
	border-bottom: 1px solid #D9E7BD;
}
/* h3 - this is the title on top of logos
---------------------------------------------------------- */
#sidebar h3.first {
	padding-left: 50px;
	margin-top: 0;
	padding-top: 0;
}
#sidebar p {
	margin: 6px 0 6px 0;
	padding: 0;
}
#sidebar code {
	color: #777;
}
#sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0 0 .5em 8px;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	background: url(../img/0306/li-arrow.gif) no-repeat 0 5px;
}
#sidebar ul.articles li {
	padding-left: 16px;
	background-image: url(../img/0306/icon-perm.gif);
	background-position: 0 2px;
}
/* content styles
---------------------------------------------------------- */

#content h1 {
	margin: 12px 0 12px 0;
	padding: 0;
	font-size: 150%;
	line-height: 1em;
	font-weight: normal;
	color: #2D405B;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #6a6a7a;
	border-bottom: 1px solid #D9E7BD;
}
#content h3 {
	margin: 10px 0 14px 0;
	padding: 0 0 2px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #BA3B3E;
}
#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#content ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	line-height: 1.7em;
}
#content ul ul {
	list-style-image: none;
	list-style: circle;
}
/* MISC STYLES */

.notebox {
	text-align: left;
	background: #f8f8f8;
	padding: 8px 20px 8px 20px;
	border-top: 1px #c0c0c0 solid;
	border-bottom: 1px #D9E7BD solid;
	font-size: 90%;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #559;
}
.clients {
	padding-left: 5px;
	margin-bottom: 8px;
}
.mini {
	margin-bottom: 0px;
}
/* This is the green line inbetween the logos
---------------------------------------------------------- */
.b-rule {
	border-bottom: 1px #D9E7BD solid;
	padding-bottom: 4px !important;
}
/* SIGNATURE */
.sig {
	text-align: center;
	color: #ccc;
	font-size: 75%;
	padding: 5px;
	letter-spacing: 1px;
}
.sig a {
	font-weight: normal;
}
.sig a:link, .sig a:visited {
	color: #ddd;
	padding: 5px;
}
.sig a:hover {
	color: #fff;
	padding: 4px;
	background: #000;
	border: 1px #fff dotted;
}
/* MISC STYLES */
.fr {
	float: right;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.fl {
	float: left;
	margin-right: 20px;
}
.border {
	border: 4px #ddd solid;
}
#more {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 18px;
}
#more a:link, #more a:visited {
	background: #efefff;
	padding: 4px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	text-decoration: none;
}
#more a:hover {
	background: #f8f8f8;
	padding: 4px;
	border-top: 1px navy solid;
	border-bottom: 1px navy solid;
	text-decoration: none;
	color: #000;
}
/* INPUT STYLES */
label {
	display: block;
	margin-right: 12px;
	margin-top: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #668;
}
input {
	display: block;
}
input.submit {
	margin-top: 12px;
	margin-bottom: 12px;
}
#formwrap {
	padding: 10px;
	background: #f3f3f3;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
	background-color: #d4e9f6;
	border: 4px #8ebbde solid;
}
