/*  
Theme Name: Charlemagne Web Designs Blue
Theme URI: http://www.charlemagnewebdesigns.com/
Description: CWD Blue is a 2 column, fixed width theme
Version: 0.1
Author: Christopher Szaz
Author URI: http://www.charlemagnewebdesigns.com/
*/

/* This theme is copyright by solidthemes.com (TA) */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-image:url('images/banner_sprite.png');
	background-repeat:repeat-x;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #D6D6D6;
	border-top-color: #A3A3A3;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #414141;
}

.spacer10 {
	padding-top: 10px;
}

.spacer20 {
	padding-top: 20px;
}

p {
	padding-top: 10px;
  }



blockquote {
	margin: 0 20px;
	padding: 0 10px 0 25px;
	border-left: 4px solid #313472;
}

a {
	color: #000f9c;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	border:0;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
}

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

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

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

    img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    text-align: center;
    }


    .alignright {
    float: right;
    }

    .alignleft {
    display: block;
    float: left;
    }

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

hr {
	display: none;
}

h5 {
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: url(images/bg.png) repeat;
}

#subwrapper {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: url(images/bg.png) repeat;
}


/* ====================Logo========================== */

#logo {
	background: #080b38 url('images/logo.png');
	width: 960px;
	height: 150px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-left:60px;
	padding-top: 50px;
}

#logo h2 {
	padding-left:60px;
	padding-top: 96px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #ffffff;
}

#logo a {
	text-decoration: none;
}

/******************/
/*** Navigation ***/
/*****************/
#nav {
	width : 960px;
	height : 30px;
	margin: 0;
	padding: 0;
	background : url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

/**************************/
/*** Navigation Buttons ***/
/*************************/
#navbutton {
	width : 110px;
	height : 30px;
	margin: 0;
	padding: 0;
	float: left;
}

/* ============Menu================ */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #06072d url(images/nav.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/sep.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration:underline;
}

/* ==========================Search========================== */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* ================Sidebar================== */

#sidebar {
	float: left;
	width: 270px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#sidebar h2 {
	width: 100%;
	height:30px;
	background-image:url(images/sidebar_sprite.gif);
	background-repeat:repeat-x;
}

#sidebar .text {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 16px;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	font-weight: 300;
	color: #FFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: normal;
	list-style-type: none;
}

#sidebar li {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin: 5px;
	list-style-type: none;
}

#sidebar li a {
	color: #272727;
	text-decoration : none;
}

#sidebar li a:link {
	color: #272727;
	text-decoration : none;
}

#sidebar li a:active {
	color: #272727;
	text-decoration : none;
}

#sidebar li a:visited {
	color: #272727;
	text-decoration : none;
}

#sidebar li a:hover {
	color: #3a3838;
	text-decoration : underline;
}

#sidebar img {
	margin-left: auto;
	margin-right: auto;
}

#sidebar p, ul, ol {
	line-height: 190%;
}


/*========================== Page===================== */

#page {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;

}

/* =======================Home Page Content=================== */

#homecontent {
	float: right;
	width: 650px;
	margin-left: 20px;
	margin-top: 3px;
	background: #c7d4f9;
	float: left;
}

#homecontent .block_element_mission {
	float: left;
	width: 650px;
	height: 25px;
	background : url(images/block_element_blue_blank_25.gif);
}

#homecontent .block_element_style {
	float: left;
	width: 650px;
	height: 25px;
	background : url(images/block_element_style_blue.jpg);
}

#homecontent .block_element_left_intro {
	float: left;
	width: 170px;
	min-height: 170px;
/*	background: #dfe7ff;*/
}

#homecontent .block_element_left {
	float: left;
	width: 170px;
/*	min-height: 128px;*/
/*	background: #dfe7ff;*/
}

#homecontent .block_element_darkbluekeyboard {
	width: 170px;
	min-height: 170px;
	background: #000;
	background : url(images/chess_men.png) center;
	background-repeat: no-repeat;
}


#homecontent .post {
	width: 480px;
	min-height: 128px;
	height: auto;
	/*background: #dfe7ff;*/
	background: #c7d4f9;
	float: left;
}

#homecontent .post p {
	font-family: Sans Serif, Verdana, Arial;
	font-size: 12px;
	/*color: #2B2B2B;*/
	/*color: #c3c5d9;*/
	color: #2B2B2B;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 25px;
	text-align: justify;
	line-height: 120%;
}



#homecontent .block_element_webdesign_label {
	float: left;
	width: 650px;
	height: 25px;
	background : url(images/block_element_blue_webdesign.gif);
}

#homecontent .block_element_setup_label {
	float: left;
	width: 650px;
	height: 25px;
	background : url(images/block_element_blue_setup.gif);
}

#homecontent .block_cyan_splash {
	float: left;
	width: 170px;
	height: 128px;
	margin-top: 10px;
	margin-left: 0px;
	background : url(images/cyan_splash.png) center;
	background-repeat: no-repeat;
}

#homecontent .block_element_recent_projects {
	float: left;
	width: 650px;
	height: 30px;
	background : url(images/block_element_recent_works_blue.jpg);
	background-repeat: no-repeat;
}


#homecontent .block_element_mouse {
	float: left;
	width: 170px;
	height: 128px;
	background : url(images/paints.png) center;
	background-repeat: no-repeat;
}

#homecontent .block_element_at_sign {
	float: left;
	width: 170px;
	height: 128px;
	margin-top: 10px;
	margin-left: 10px;
	background : url(images/at_sign_bare_130.png) center;
	background-repeat: no-repeat;
}


#homecontent .blockpost {
	width: 480px;
	height: 128px;
	margin-right: 40px;
	background: #dfe7ff;
	float: left;
}

#homecontent .blockpost p {
	font-family: Microsoft Sans Serif, Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #2B2B2B;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	line-height: 120%;
}

/* =======================Content=================== */

#content {
	float: left;
	width: 650px;
	margin: 0; 
	padding: 0;
/*	height: 740px;*/
	margin-top: 3px;
	margin-left: 25px;
	background: #dfe7ff;
}

#content img {
	vertical-align: middle;
	border: 0; 
	margin-top: 10px;
}

.post {
	font-family: Microsoft Sans Serif, Arial, Verdana;
	font-size: 14px;
	color: #2B2B2B;
}

.post img {
	margin-top; 5px;
	border: 0; 
}

.post small {
	display: block;
	/*background: #f6f6f6;*/
	font-size: 12px;
	color: #010101;
	padding: 0px 8px 0px 8px;
	height: 23px;
	line-height: 23px;
}

.post .title {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	color: #FFF;
}

.post .entry {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 15px;
	padding-bottom: 30px;
	color: #2B2B2B;
	background: #dfe7ff;
	text-align: justify;
	line-height: 120%;
}

.post strong {
	font-family: Tahoma, Arial, Verdana;
	font-size: 15px;
	line-height: 130%;
}

.post .meta {
	height: 32px;
	margin: 20px 0 30px 0;
	padding: 7px 0 0 20px;
	background: url(images/postmeta.gif) no-repeat;
	line-height: normal;
}

.postmetadata {
	line-height: normal;
}

.navigation {
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* =========================Comments========================= */

#comments, #respond {
	padding-top: 30px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.commentlist li {
	padding: 0 20px;
	border-bottom: 1px solid #E5E5E5;
}

#comment {
	width: 500px;
}


/* ============Footer================== */

#footer {
	clear: both;
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 5px 13px;
	background: url(images/footer.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #D6D6D6;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
	padding-left:5px;
}

#footer .credit {
	float: right;
	padding-right:13px;
}

#footer_listing {
	width: 960px;
	height: 50px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	float: left;
}





#footerwrapper {
       width: 960px;
	 height: 30px;
	 font-family: Verdana;
	 font-size: 10px;
	 color: #FFF;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 10px;
	 background : url(http://www.charlemagnewebdesigns.com/images/footer_block.png);
	 background-repeat: repeat-x;
}

.footerleft {
       width: 600px;
	 height: 30px;
	 margin-left: 5px;
	 text-align: left;
	 margin-top: 7px;
	 float: left;
}

.footerright {
       width: 240px;
	 height: 15px;
	 margin-top: 7px;
	 font-family: Verdana;
	 font-size: 10px;
	 color: #FFF;
	 float: right;
}

	
#footerwrapper a:link {
	color: #FFF;
	text-decoration : none;
}

#footerwrapper a:active {
	color: #FFF;
	text-decoration : none;
}

#footerwrapper a:visited {
	color: #FFF;
	text-decoration : none;
}

#footerwrapper a:hover {
	color: #FFF;
	text-decoration : underline;
}

.universalCatSize *  {
	width: 650px;
	height: 25px;
}

.pageNameServices { background: url(http://www.charlemagnewebdesigns.com/portal/wp-content/themes/1st-class-blue/images/services.gif) left no-repeat; }	
.pageNameContact { background: url(images/contact.gif) center no-repeat; }			
.pageNameTestimonials { background: url(images/testimonials.gif) center no-repeat; }	
.pageNameFAQ { background: url(images/faq.gif) center no-repeat; }	
.pageNamePortfolio { background: url(images/portfolio.gif) center no-repeat; }	


#portfolio_wrapper {
	width : 550px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#portfolio_item_left {
	width : 260px;
	height : 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	float: left;
}

#portfolio_item_right {
	width : 260px;
	height : 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	float: right;
}

#portfolio_item_right .span {
	margin-top: 15px;
}

#portfolio_text {
	height: 140px;
	font-family: Microsoft Sans Serif, Arial, Verdana;
	font-size: 11px;
	color: #2B2B2B;
	margin: 0;
	padding: 0;
	text-align: justify;
}


.testimonial_title {
font-family: verdana;
font-size: 14px;
font-weight: 700;
/*padding-top: 18px;*/
/*margin-left: 10px;*/
/*margin-right: 10px;*/
line-height: 110%;
font-style: italic;
color: #000;
}


.testimonial {
	margin-left: 450px;
	margin-bottom: 40px;
	color: #000;
	font-style: italic;
}

.postfooter {
	padding: 0px 0px 10px 0px;
}
.postfooter .postfooter-tags {
	float: left;
}
.postfooter .postfooter-tags a {
	color: #9eb215;
}
.postfooter .postfooter-tags a:hover {
	color: #000;
}
.postfooter .postfooter-comment {
	display: block;
	float: right;
	background: url('images/comment.gif') no-repeat;
	padding: 0px 0px 0px 20px;
}

.category {
	height: 20px;
	background: #0d1a95;
}

.category .text {
	margin-top: 2px;
	margin-left: 5px;
	color: #fff;
	font-size: 13px;
}

.category .text a {
	color: #999;
	text-decoration:none;
}

.category .text a:hover {
	text-decoration: underline;
}


