/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: New theme for ALFMP.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1B1B1B;
	background-color: #C8D9DB;
	background-image: url("http://www.ccesonline.com/images/bgpattern.jpg");
	background-repeat: repeat;
}
p {
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
a {
	color: #030549;
	text-decoration: underline;
	font-weight: bold;
}
a:hover { color: #920C0C; }
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #B1A79B;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../../../images/captionbg4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1em;
	line-height: 17px;
	font-weight: bold;
	padding: 8px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#topbar {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	height: 60px;
	background-color: #030549;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom: none;
	border-left-style: solid;
	border-top-color: #e9e6bc;
	border-right-color: #DFDBB3;
	border-left-color: #DFDBB3;
}

#nav {
	width: 650px;
	height: 60px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	
}

.logo {
	width: 200px;
	height: 60px;
	float: left;
}

/* Layout */
@import "/generic/css/reset.css";
@import "/profile/CSS/dropdown/transitional/dropdown.css";

/* Theme */
@import "/profile/CSS/dropdown/transitional/themes/default/default.css";

#nav li {
	width: 100px;
}
.mainnav {
	line-height: 60px;
	padding: 0 0 0 10px;
	margin: 0;
}

ul.dropdown { list-style: none; }
ul.drop { margin: 0; padding: 0; list-style: none; }
ul.drop li { margin: 0; }
<!--[if lte IE 7]>
<script type="text/javascript" src="/generic/js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.helper.js"></script>
<![endif]-->

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: right;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li a {
	text-decoration: none;
	height: 35px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */



ul.dropdown {
 font-weight: normal;
 font-family: Georgia, "Times New Roman", Times, serif;
}

	ul.dropdown li {
	 border-style: solid;
	 border-width: 0 0 0 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #030549;
	 color: #f6f6f6;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #E6D502;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #f6f6f6; }
	ul.dropdown a:hover		{ color: #E6D502; }
	ul.dropdown a:active	{ color: #E6D502; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 0;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;

 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;

 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {

}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {

}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;

 background-position: 0 50%;
}
.drop li {
	padding: 7px 10px;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#branding {
	width: 950px;
	height: 220px;
	margin: 0;
	padding: 0;
	border: 5px solid #DFDBB3;
	border-bottom: none;
}
#content {
	width: 950px;
	margin: 0;
	background-color: #fff;
	padding: 20px 0 10px 0;
	background-image: url("http://www.ccesonline.com/images/bgimg.jpg");
	background-repeat: repeat-y;
	border: solid 5px #DFDBB3;
}
#main {
	width: 610px;
	margin: 0 20px 0 0;
	float: left;
	padding: 0;
}

.contentblock {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	text-align: left;
	clear: both;
}
#footer {
	clear: both;
	width: 950px;
	padding: 0;
	margin: 20px 10px; 
} 
.footerleft { float: left; width: 400px; padding: 20px 0; }
.footerright { float: right; width: 535px; padding: 20px 15px 20px 0; text-align: right; }
#sidebar {
	width: 270px;
	margin: 0 20px;
	padding: 0;
	float: right;
}
#search { font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 20px 0; font-weight: bold; color: #920C0C; }
.side-content { width: 100%; margin: 10px 0; padding: 0; clear: both; }
.prodone { padding: 10px; margin: 0 0 15px 0; }
.prodtwo {
	padding: 10px;
	background-color: #E8E5C4;
	margin: 0 0 15px 0;
	border: 1px solid #DFDBB3;
}
.prodtitle { width: 100%; font-weight: bold; color: #920C0C; font-family: Georgia, "Times New Roman", Times, serif; }
.proddesc { float: right; width: 165px; font-size: .85em; margin: 5px 0; }
.proddetails { float: left; width: 75px; margin: 10px 0 0 0; font-size: .9em; }
.spacer { clear: both; height: 0; }
.checkedlist { list-style: none; margin: 0; padding: 0; } 
.checkedlist li { line-height: 20px; }
.checkedlist li a { font-weight: normal; font-size: .85em; }
.check { margin: 0 5px -5px 0; }
.borderedbox { background-color: #E8E5C4; border: solid 5px #e9e6bc; width: 160px; }
.bottom-margin { margin: 0 0 5px 0; }
.big-bottom-margin { bottom-margin: 15px; }
.top-margin { margin: 5px 0 0 0; }
.top-pad { padding: 10px 0; }
#searchbutton {
	margin: 0 0 -5px 0;
}
#searchbox { margin: 0 0 5px 0; }
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.35em;
	font-weight: bold;
	text-transform: none;
	width: 100%;
	color: #920C0C;
	padding: 0;
	margin: 0 0 10px 0;	
}
h2 a, h2 a:visited { color: #920C0C; text-decoration: none; }
h2 a:hover { color: #920C0C; }
h3, h3 a, h3 a:visited { color: #920C0C; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.25em; font-weight: bold; margin: 15px 0; text-decoration: none; }
.postmetadata { margin-bottom: 30px; }
.more { margin-bottom: 30px; }
#subscribe {
	padding: 10px;
	background-color: #E8E5C4;
	margin: 0 0 15px 0;
	border: 1px solid #DFDBB3;
}
.imgborder { border: solid 5px #DFDBB3; }
.float-left { float: left; margin: 0 20px 0 0; }
.formalign { text-align: left; align: left; }
.wpcf7 { 
	text-align: left; 
}
.wpcf7 p { 
	float: left; 
	text-align: left; 
	clear: both; 
	margin-top: 0; 
}
.wpcf7-response-output {
	display: block;
	clear: both;
}
#bottomBanner {
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 999;
	text-align: center;
	background: transparent;
}
#bottomBanner img {
	margin: 0 auto;
	border: none;
}
.strikethrough {
	text-decoration: line-through;
}
#ie6 #bottomBanner {
	display: none;
}
#bottomSpacer {
	width: 100%;
	height: 50px;
	clear: both;
}
.fieldwrap {
	text-align: left;
}
.fieldwrap label { display: block; float: left; width: 150px; text-align: right; margin-right: 5px; clear: both; }
.formpar { float: left; text-align: left; display: block; width: 100%; margin-bottom: 0; }
.formsubhead { float: left; text-align: left; display: block; width: 100%; font-weight: bold; text-transform: uppercase; }
.credits { display: none; }
.fmtextwide { width: 500px; overflow: hidden; }
.fmcheck label { display: none; }