/*
Theme Name: Elucidox
Theme URI: http://www.elucidox.com/
Version: 1.0
Description: Site specific.
Author: Derek Pollard
Author URI: http://www.derekpollard.com/
*/

/* --------------------------------------------------------------- */
/* Standard elements */
/* --------------------------------------------------------------- */

html
{
	min-height			: 100%;
}

body
{
	color				: #000;
	background-color	: #CCC;
	background			: #4091DC url(images/website_gradient.gif) repeat-x;
	font-size			: 0.63em;
	font-family			: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin				: 0;
	padding				: 0;
}

a img
{
	border				: none;
}

h1
{
	font-size			: 160%;
}

h2
{
	font-size			: 145%;
}

h3
{
	font-size			: 125%;
}

h1, h2, h3
{
	font-family			: 'trebuchet ms', verdana, sans-serif;
	color				: #049A04;
	font-weight			: bold;
}

blockquote
{
	display				: block;
	font-weight			: bold;
	font-size			: 0.9em;
	padding-left		: 26px
}

li
{
	margin-top			: 0;
	margin-left			: 0;
	margin-bottom		: 5px;
	padding-left		: 0;
	padding-bottom		: 0;
}

ul
{
	margin-top			: 0;
	margin-bottom		: 0;
	padding-top			: 0;
	padding-bottom		: 0;
}

p, h1, h2, h3
{
	margin				: 0.63em 0 1em 0;
	padding				: 0;
}

strong
{
	color				: #111;
}

/* --------------------------------------------------------------- */
/* Misc */
/* --------------------------------------------------------------- */

.clearer
{
	clear				: both;
	margin				: 0;
	padding				: 0;
}
.left
{
	float				: left;
}
.right
{
	float				: right;
}

.center
{
	margin				: 0px auto -1px auto;
}

.centered
{
	text-align			: center;
}

/* --------------------------------------------------------------- */
/* Structure */
/* --------------------------------------------------------------- */

.container
{
	background			: #FFF;
	font-size			: 1.2em;
	margin				: 0 auto;
	padding				: 0 10px 10px;
	width				: 780px;
	border-left			: 1px solid #4091DC;
	border-right		: 1px solid #4091DC;
}

/* --------------------------------------------------------------- */
/* Header */
/* --------------------------------------------------------------- */

.header
{
	background			: #FFF;
	height				: 84px;
	margin				: 0 auto;
	padding				: 5px 10px 10px 10px;
	width				: 780px;
	border-left			: 1px solid #4091DC;
	border-right		: 1px solid #4091DC;
}

/* --------------------------------------------------------------- */
/* Navigation */
/* --------------------------------------------------------------- */

.navigation
{
	border				: 1px solid #CCC;
	background-color	: #FFF;
	height				: 22px;
}

.navigation ul
{
	padding				: 0;
	margin				: 0;
}

.navigation li
{
	margin-bottom		: 0;
	display				: block;
	float				: left;
}

.navigation a
{
	display				: block;
	float				: left;
	text-decoration		: none;
	font-weight			: bold;
	font-size			: 1em;
	line-height			: 22px;
	padding-left		: 15px;
	padding-right		: 15px;
	border-right		: 1px solid #CCC;
	color				: #888;
	background-color	: #E9E9FF;
}

.navigation .current_page_item a,
.navigation .current_page_parent a
{
	background			: #FFF;
	color				: #555;
}

.navigation a:visited
{
	color				: #888;
}

.navigation a:hover
{
	color				: #666;
	background-color	: #BFDEFB;
	text-decoration		: none;
}


/* --------------------------------------------------------------- */
/* Main */
/* --------------------------------------------------------------- */

.main
{
	margin-top			: 5px;
}

/* --------------------------------------------------------------- */
/* Content */
/* --------------------------------------------------------------- */

.contentholder
{
	float				: left;
	width				: 615px;
}

.contentholder-wide
{
	width				: 780px;
}

.contentheader
{
	width				: 100%;
	color				: #FFF;
	background-color	: #9AC3EA;
	margin				: 0px;
}

.contentheader h1
{
	font-weight			: bold;
	text-align			: left;
	padding				: 4px 0 4px 10px;
	margin				: 0;
}

.content
{
	padding				: 1px;
	margin-right		: 5px;
	padding-right		: 5px;
	border-right		: 1px solid #CCC;
}

.content-wide
{
	padding				: 1px;
	width				: 70%;
	margin				: 0px auto -1px auto;
}

.content .descr
{
	color				: #664;
	font-size			: 0.9em;
	margin-bottom		: 6px;
}

.content img
{
	margin				: 5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* --------------------------------------------------------------- */
/* Side bar */
/* --------------------------------------------------------------- */

.sidebar
{
	float				: right;
	width				: 160px;
}

.sidebox
{
	margin-bottom		: 5px;
	border-top			: 1px solid #CCC;
	border-left			: 1px solid #CCC;
	border-right		: 1px solid #CCC;
}

.boxout
{
	background-color	: #E9E9FF;
	margin-bottom		: 5px;
	padding				: 5px;
}

.sidebox h3
{
	font-weight			: bold;
	text-align			: left;
	padding				: 4px 0 4px 10px;
	margin				: 0;
}

.productnav ul
{
	padding				: 0;
	margin				: 0;
}

.productnav li
{
	margin-bottom		: 0;
	display				: block;
}

.productnav a
{
	width				: 133px;
	display				: block;
	text-decoration		: none;
	font-weight			: bold;
	font-size			: 1em;
	line-height			: 22px;
	padding				: 0 15px 0 10px;
	color				: #888;
	background-color	: #E9E9FF;
	border-bottom		: 1px solid #CCC;
}

.productnav a:hover
{
	color				: #666;
	background-color	: #BFDEFB;
	text-decoration		: none;
}

.iconbox
{
	width				: 120px;
	margin				: 0px auto -1px auto;
	padding				: 6px;
	text-align			: left;
}

.iconbox2
{
	margin-left			: 15px;
	margin-bottom		: 10px;
	padding				: 6px;
}


.iconentry span
{
	color				: #000;
}

.iconentry img
{
	margin				: 1px;
}

/* --------------------------------------------------------------- */
/* Side navigation */
/* --------------------------------------------------------------- */

#searchform
{
	margin				: 0;
	padding				: 10px;
	border-bottom		: 1px solid #CCC;
}

/* --------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------- */

.footer
{
	font-size			: 1em;
	padding-top			: 10px;
	text-align			: center;
}

.footer .copyright
{
	font-size			: 0.8em;
}

/* --------------------------------------------------------------- */
/* Home */
/* --------------------------------------------------------------- */

.headline
{
	margin-bottom		: 5px;
	border				: 1px solid #049A04;
}

.homepage .headline
{
	height				: 260px;
}

.headline .copytext
{
	margin-top			: 5px;
	margin-left			: 20px;
	width				: 530px;
	float				: left;
	display				: inline;
}

.headline p
{
	font-size			: 110%;
	margin-bottom		: 15px;
}

.headline a:link, .headline a:visited
{
	font-weight			: bold;
}

.headline a:hover
{
	text-decoration		: underline;
	font-weight			: bold;
}

.headline .requestquotation
{
	margin-left			: 150px;
	display				: block;
	float				: left;
	display				: inline;
}

.headline ul
{
	margin-left			: 0px;
	padding-left		: 15px;
	border-left			: 0px;
}

.headline .shinyimage
{
	margin-top			: 30px;
	margin-right		: 0px;
	border				: 0px;
	padding				: 0px;
	float				: right;
    text-decoration		: none;
}

/* Niches */

.homepage .nicheitem
{
	border				: 1px solid #049A04;
	padding				: 0px 10px 10px 10px;
	display				: block;
	float				: left;
    text-decoration		: none;
	width				: 168px;
	margin-right		: 6px;
}

.homepage .nicheitem h2 a

{

color: #049a04;

}

.homepage .nicheitem h2
{
	text-align			: center;
	height				: 65px;
	margin				: 5px 0 5px 0;
}

.homepage .nicheitem a:hover h2
{
	color				: #046A04;
}

.homepage .nicheitem img
{
	margin-left			: -2px;
	padding				: 0;
	border				: 2px solid #E9E9FF;
}

.homepage .nicheitem a:hover img
{
	border				: 2px solid #CCC;
}

.homepage .nicheitem p
{
	width				: 150px;
	color				: #000;
}

.homepage .nicheitem ul
{
	margin-left			: 0px;
	padding-left		: 15px;
	border-left			: 0px;
	color				: #000;
}


.homepage .nichebutton
{
	padding-top			: 10px;
	display				: block;
}

.homepage .nicheitem a
{
    text-decoration		: none;
}

.homepage .nicheitem a:hover
{
	color				: #333;
    text-decoration		: none;
}

.homepage .lastitem
{
	margin-left			: 2px;
	margin-right		: 0px;
}

.homepage .homesidebar
{
	float				: right;
	width				: 160px;
	margin-right		: 15px;
	display				: inline;
}


/* --------------------------------------------------------------- */
/* Buttons */
/* --------------------------------------------------------------- */

.centered-button
{
	padding: 20px 0 20px 0;
	margin-left: auto;
	margin-right: auto; 
	width: 250px; 
	text-align: left;
}

span.button a
{ 
    text-decoration		: none;
    float				: left;
    display				: block;
    overflow			: hidden;
    padding				: 0;
}

span.button a span {
	display				: block;
    white-space			: nowrap;
    padding				: 5px 12px 5px 0;
    cursor				: pointer;
    color				: #FFF;
}

span.button24 a
{ 
    height				: 24px;
    font				: bold 130% Helvetica, Arial, sans-serif;
}

span.button24 a span {
    padding				: 4px 12px 4px 0;
    line-height			: 17px;
}

span.button32 a
{ 
    height				: 32px;
    font				: bold 18px/32px Helvetica, Arial, sans-serif;
}

span.button32 a span {
    padding				: 5px 12px 5px 0;
    line-height			: 23px;
}

span.button a
{
	padding				: 0 0 0 12px;
}

span.button a:hover
{
	padding				: 0 0 0 12px;
	text-decoration		: none;
}


/* Orange */

span.button24 a.orange
{
	color				: #FFFFFF;
	background			: #FFB55D url(images/orange_button_left24.png) left top no-repeat;
}

span.button24 a.orange:hover
{
	background			: #FF9E2B url(images/orange_button_left24.png) 0 -24px no-repeat;
}

span.button24 a.orange span
{
	background			: #FFB55D url(images/orange_button_right24.png) right top no-repeat;
}

span.button24 a.orange:hover span
{
	background			: #FF9E2B url(images/orange_button_right24.png) right -24px no-repeat;
}


/* Blue */

span.button24 a.blue
{
	color				: #FFFFFF;
	background			: #55C4F5 url(images/blue_button_left24.png) left top no-repeat;
}

span.button24 a.blue:hover
{
	background			: #37ADEF url(images/blue_button_left24.png) 0 -24px no-repeat;
}

span.button24 a.blue span
{
	background			: #55C4F5 url(images/blue_button_right24.png) right top no-repeat;
}

span.button24 a.blue:hover span
{
	background			: #37ADEF url(images/blue_button_right24.png) right -24px no-repeat;
}


span.button32 a.blue
{
	color				: #FFFFFF;
	background			: #55C4F5 url(images/blue_button_left32.png) left top no-repeat;
}

span.button32 a.blue:hover
{
	background			: #37ADEF url(images/blue_button_left32.png) 0 -32px no-repeat;
}

span.button32 a.blue span
{
	background			: #55C4F5 url(images/blue_button_right32.png) right top no-repeat;
}

span.button32 a.blue:hover span
{
	background			: #37ADEF url(images/blue_button_right32.png) right -32px no-repeat;
}


/* --------------------------------------------------------------- */
/* Posts */
/* --------------------------------------------------------------- */

.posts
{
}

.post
{
	margin-bottom		: 6px;
	margin-right		: 6px;
}
.post .info
{
	padding				: 5px 10px;
	border				: 1px solid #E3E4E4;
	background			: #F5F5F5;
	color				: #555;
	margin				: 2px 0 4px;
}

.post h1 a, .post h1 a:hover, .post h1 a:visited
{
	color				: #049A04;
}

.post h1 a:hover
{
	color				: #047A04;
}


/* --------------------------------------------------------------- */
/* Features */
/* --------------------------------------------------------------- */

.feature
{
	margin-bottom		: 2em;
}

.feature h2
{
	margin-top			: 0.5em;
	margin-bottom		: 0.5em;
}

.feature img
{
	float				: left;
}

.featuretext
{
	margin-left			: 48px;
}

.featuretext p
{
	margin-left			: 25px;
}

