/*
Theme Name: Christel
Theme URI: http://
Description: standard
Author: standard
Author URI: http://ambot
Tags: standard
	standard v1.0
*/

.clear{clear:both;}
*{	border:none; padding:0; margin:0;  }

a img{border:none; padding:0; outline:none;}

p {
line-height: 1.4
}

/*	###############################################################################
	HTML	*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #1a1b2e url(images/background.gif) top left repeat;
	color: #CCCCCC;
	text-align: center; 
	}
a:link, a:visited { text-decoration:none; color:#2b2c4b; }
a:hover {text-decoration: underline;color: #006699; }

h1, h2, h3, h4 { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	font-weight: bold;	}
h1 { font-size: 4em; text-align: center; }
h2 { font-size: 1.6em; margin-top:15px; height:40px;}
h3 { font-size: 1.3em; }

input{border:1px solid #CCCCCC;}


/*	###############################################################################
	@MAINDIVS	*/
#page-wrap{
	background: transparent;	
	text-align: left;
	width:933px;
	border:0px solid #CCFF00;
	margin:0 auto;
	}


#header-wrap {
	background: #73a0c5 url('images/header.jpg') no-repeat bottom center;
	width:933px;
	height:313px;
	margin:0;
}

#header{
	padding:0 0 0 0;
	height:313px;
	width:933px;
}	
#middle{
	height:100%;
	background: #73a0c5 url('images/main_bg.jpg') repeat-y center top;
	width:933px;
	}
.content-wrap {
	width:630px;
	float:left;
}
.content{
	padding:10px 30px 15px 15px;
	margin:15px 15px 15px 30px;
	background:#fef8e8;
	color:#666666;
	font-size:12px;
	text-align:left;
}	
.sidebar-wrap{
	width:283px;
	float:left;
}
.sidebar{padding:0 10px 0 4px;}

#footer {
	background:url(images/footer.jpg) top left no-repeat;
	width:933px;
	height:233px;
	}

/*Time, Header, Content*/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	/*font-size: 0.9em;
	line-height: 1.5em;*/
	font-size:17px;
	font-weight:bold;
	color:#040a3f;
	}
	
.time {
	background:url(images/date_bg.png) top left no-repeat;
	width:57px;
	height:46px;
	float:left;
	margin-right:10px;
	margin-top:15px;
	padding:8px 5px 5px 5px;
	text-align:center;
	}

/*	###############################################################################
	@HEADER-AREA	*/
#header h1{ text-align:left;}
#header p{}	

.menu_case {
	height:49px;
	width:933px;
	vertical-align:bottom;
	
	
	}

.menu ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
	margin-top: 45px;
}
.menu ul li {
	float: left;
	margin-left: 0;
	border-left:#4a5195 1px solid;
	height:47px;
	
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	font: 14px/100% Arial, Helvetica, sans-seri;
	display:block;
	padding-top:15px;
	width:149px;
	height:31px;
	outline:none;
	vertical-align:middle;
	
	
}
.menu ul li a:hover {
	color: #000633;
	text-decoration:none;
	background:url(images/hover.png) bottom left no-repeat;
	outline:none;
	width:149px;
	height:31px;
	
}
.menu ul .current_page_item a,.menu ul .current_page_item a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background:url(images/hover.png) bottom left no-repeat;
	outline:none;
	width:149px;
	height:31px;
	vertical-align:middle;
}


/*	###############################################################################
	@SIDEBAR-area	*/
	
/*sidebar list level1 */

.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
.sidebar ul {margin: 0;	padding: 0;}
.sidebar ul li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	border:1px solid #CCCCCC;
}	

/*sidebar list level2 */
.sidebar ul li ul {	padding: 0;	margin: 0; }
.sidebar ul li ul li{
	padding: 4px 0px 0px 16px;
	border:none;	
	background: url(images/mini-blogroll.gif) no-repeat; 
	
}

/*sidebar list level3 */
.sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*to target li level2 exL: blogroll*/

ul li.linkcat ul li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
 


/* End sidebar Lists */


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}






/* 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;
	}



/* Begin Form Elements */
#searchform {
	/*margin: 15px auto;*/
	padding: 8px 10px 0px 0px;
	text-align: center;
	background:url(images/search-bg.jpg) top left no-repeat;
	width:277px;
	height:46px;
	}

.sidebar #searchform #s {
	width: 160px;
	padding:3px 2px 2px 2px;
	}

.search_btn {
	background:url(images/search-btn.jpg) top left no-repeat;
	width:70px;
	height:22px;
	line-height:13px;
	outline:none;
	border:none;
	padding:0px 3px 5px 3px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 155px;
	}

#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 Sig-up Form*/
.signup_bg {
	background:url(images/signup_bg.jpg) top left no-repeat;
	width:253px;
	height:82px;
	padding:95px 15px 15px 15px;
	}
.signup_text1, .signup_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#040a3f;
	font-size:11px;
	padding-bottom:5px;
	margin-left:45px;
	}
.signup_text2 {
	font-size:11px;
	font-weight:normal;
	padding-bottom:8px;
	}
.sigup_button {
	margin-left:45px;
	}

/*End Sig-up Form*/

/*Begin AddMe*/
.addme_bg {
	width:283px;
	height:131px;
	}


/* 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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.hpace {
	
	display:block;
	height:10px;
	border:none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



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

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

input.btn-submit{
	width:78px;
	height:22px;
	background:url(images/submit.jpg);
	border:0;
	padding:0;
}

.footer_Button {
	width:933px;
	}

.footer-text {	padding:0px 0px 20px 230px;
				color:#040a3f;
				text-align:center;
				font-size:12px;}

.footer-text2 {
	margin-top:25px;
	text-align:center;
	color:#040a3f;
	font-size:11px;
	}			
#textNav {
  float:left;
  margin:0px 15px 0px 0px;
  padding:0px 0px 0px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#040a3f;
  width:700px;
  outline:none;
  text-align:center;
}

#textNav li {
  	float:left;
  	text-decoration:none;
	padding-left:18px;
	padding-right:18px;
	margin-top:9px;
	border-left:#040a3f 1px solid;
	list-style: none;
	}
	
#textNav li a {
  	display:block;
	text-decoration:none;
	color:#040a3f;
	outline: none;
	}

#textNav li a:hover {
  display:block;
  text-decoration:none;
  color:#0033CC;
}

#textNav li a.current {color:#0033CC;}

/*textfield sign-up*/
#textform {
	width:183px;
	height:18px;
	padding:3px 2px 2px 2px;
	}
	
/*Video*/
.video_case {
	background:url(images/headervideo.png) top right no-repeat;
	width:274px;
	height:223px;
	padding:0px 0px 0px 0px;
	text-align:center;
	float: left;
	margin: 0 0 0 42px;
	}