/*

Theme Name: deLight

Theme URI: http://webdemar.com/demo/?wptheme=deLight

Description: Nice and simple WordPress Theme by <a href="http://webdemar.com">webdemar</a>.

Author: webdemar

Author URI: http://webdemar.com

Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS

Version: 1.0.3

*/



/*

	- GENERAL

	- BASIC LAYOUT

	- HEADINGS

	- HEADER

	- CONTENT

		+ CONTENT LEFT

		+ CONTENT RIGHT

		+ WORDPRESS CSS

	- FORMS

	- COMMENTS

	- FOOTER

	- USEFUL



/*	##################################

   	GENERAL

	################################## */

	

body {

	position: relative; 900px;

	width:auto;

	height:auto;

	margin:0;

	padding:0;

	font: 14px Geneva, Arial, Helvetica, sans-serif;

	color:#606060;

}



p {

 font-size:12.5px;

}



a {

	color:#0066FF;

	text-decoration: none;

}



a:hover {

	color: #006699;



}



blockquote {

	margin:0 0 0 20px;

	padding: 0 0 0 20px;

	border-left: 5px solid #f3f4f0;

}



img {

	border: none;

}



ul, ol {

	margin: 0 0 20px 20px;

	padding: 0px;

}



/*	##################################

   	BASIC LAYOUT

	################################## */



#header {

	position:relative;

	width:610px;

	height:340px;

	margin-top:-365px;

	background:url(img/copilot_baner_600.jpg) no-repeat bottom right;


}

#cloud {

	
	width:200px;

	margin:0 0 0 600px;

	z-index: 1;
	
	height: 269px;
}

#menu {

	position:relative;

	width:940px;

	height: 30px;

	margin: 0 0 0 25px;

	padding: 10px 0 0 0;

	list-style:none;

}



#content {

	width:900px;

	height:auto;

	margin:0 0 0 25px;

	padding:0 0 40px 0;



}



#content-left {

	float:left;

	width:550px;

	height:auto;

        border: solid;

        padding: 10px;

        margin: 10px;



}



#content-right {

	float:right;

	width:300px;

	height:auto;

}



#footer {

	height:20px;

	padding: 20px 0;

	

}



/*	##################################

   	HEADINGS

	################################## */

	

#header h1 {

	position:absolute;

	bottom:40px;

	left:0px;

	margin: 0px;

	color: #333333;

	font: 15px Geneva, Arial, Helvetica, sans-serif;

}



#header h1 a {

	color: #333333;

	text-decoration: none;

}



#header h2 {

	position: absolute;

	bottom: 30px;

	left: 5px;

	margin: 0px;

	color: grey;

	font:0px Geneva, Arial, Helvetica, sans-serif;

}



h2, h3, h4 {

	margin:0 0 20px 0;

}



h3.archive-title {

	margin: 20px 0 0 0;

}



.box-left h2 {

	color:#0066FF;

	font:bold 24px/34px Geneva, Arial, Helvetica, sans-serif;

}



.box-left h2 a {

	text-decoration:none;

}



.box-left h2 a:hover {

	text-decoration:underline;

}



.box-left h3 {

	margin: 0 0 20px 0;

	color:lime;

	font:bold 14px Geneva, Arial, Helvetica, sans-serif;

}



.box-left h4 {

	color:#C4AFAC;

	font:11px/11px Geneva, Arial, Helvetica, sans-serif;


}



.box-right h3 {



	font:bold 22px Geneva, Arial, Helvetica, sans-serif;

}



/*	##################################

   	HEADER

	################################## */



#menu li {

	float:left;

}



#menu a {

	margin:0 40px 0 0;

	padding:0px;

	color:#fff;

	text-decoration:none;

	font:normal 12px/12px Geneva, Arial, Helvetica, sans-serif;

}



/************* #globalNav styles sophie added**************/



#globalNav{

	padding: 0px 0px 5px 10px;

	color: #cccccc;

	width: 1000px;

}



#globalNav img{

 display: block;



}



#globalNav a {

	font-size: 1.5em;

	color: maroon;

	padding: 0px 0px 13px 0px;

}



#globalNav a:hover {

	font-size: 18px;

	background-color:#333333;

	color:#0066FF

}	



#login {

	position; fixed;

	color: lime;

	width: 164px;

	background-color:#333333;

	padding: 0px 8px 17px 1px;

	z-index: 10;
	


}

#login a {

	font-size: 18px;

	color:lime;

	padding: 0px 0px 0px 0px;

}



#rss {

	font-size: 1em;

	display:inline;

	color: lime;

	background-color:#333333;

	padding: 7px 10px 7px 10px;



}



/*	##################################

   	CONTENT

	################################## */

	

/** CONTENT LEFT */



.box-left {

	margin:40px 0;

}



.box-left img {

        float:left;

        margin:0 10px 10px 0;

}




p.tags {

		clear: both;

        font:11px/11px Geneva, Arial, Helvetica, sans-serif;

}



/** CONTENT RIGHT */



#box-rss {

	height: 80px;

	margin: 0 0 20px 0;



}



#box-rss a {

	display: block;

	height: 30px;

	padding: 20px 0 0 40px;

        background: url(img/rss-icon_small.jpg) no-repeat 15px 15px;

	font:18px/18px Geneva, Arial, Helvetica, sans-serif;

	text-decoration: none;

}



.box-right {

	margin:10px 0;

	font:14px Geneva, Arial, Helvetica, sans-serif;

}



.box-right h3 {

	padding: 20px 20px 0 20px;

}



.box-right-content {

	margin: 0 20px;

}



.box-right-bottom {

	height: 20px;

}



.box-right ul {

	margin:0;

	padding:0;

	list-style:none;

}



.box-right li {

	line-height:24px;

}



.box-right ul li ul {

	margin:0;

	padding:0 0 0 20px;

	list-style:none;

}



.box-right ul li ul li ul {

	margin:0;

	padding:0 0 0 20px;

	list-style:none;

}



.box-right p {

	margin: 20px 0 0 0;

}



/** WORDPRESS CSS */



.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

   margin: 0 10px 10px 0;

}



.alignright {

   float: right;

   margin: 0 0 10px 10px;

}



.wp-caption {

   border: 1px solid #ccc;

   text-align: center;

   background-color: #f3f4f0;

   padding-top: 4px;

}



.wp-caption img {

   float: none;

   margin: 0;

   padding: 0;

   border: 0 none;

}



.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 0px;

   margin: 0px;

}



/*	##################################

   	FORMS

	################################## */



label {

    display:block;

    margin:0 0 5px 0;

}



.text {

    width:350px;

    margin: 0 0 10px 0;

    padding:5px;

    border:1px solid #ccc;

}



.verify {

    width:290px;

    margin: 0 0 10px 0;

    padding:5px;

    border:1px solid #ccc;

    float:left;

}



.fieldwrap img {

    float:left;

    margin:0 5px 10px 0;

}



textarea {

    width:450px;

    height:150px;

    margin:0;

    padding:5px;

    border:1px solid #ccc;

}



.submit {

    width:auto;

    padding:5px;

    color:lime;

    background:#333333;

	border:0;

}



/** SEARCH FORM */



#search {

	width: 150px;

	padding: 10px;

	border: 1px solid #ccc;

}



#search-submit {

    width:auto;

    padding:10px;

    color:lime;

    background:#333333;

	border:0;

}



/*	##################################

   	COMMENTS

	################################## */

	

.comment {

	margin: 0 0 20px 0;

	padding: 20px;

	background: #f7f7f7;

	border: 1px solid #ccc;

}



.comment p {

	margin: 0px;

}



.comment-details {



}





/************* #siteInfo styles ***************/



#siteInfo{

	clear: both;

	border: 1px solid #cccccc;

	font-size: 1.2em;

	color: #cccccc;

	padding: 10px 10px 10px 30px;

}



#siteInfo img{

	padding: 4px 4px 4px 10px;

	vertical-align: middle;

}





/*	##################################

   	FOOTER

	################################## */



#footer p {

	width:940px;

	margin:0 0 0 100px;

	padding:0;

	color:#fff;

	text-align:center;

}



#footer p a {

	color: #fff;

}



/*	##################################

   	USEFUL

	################################## */



.clear {

	clear:both;

}







/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100; display: inline;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */



.menu a, .menu a:visited {font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:none ; border-width:1px 0 1px 1px; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */



.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#333333; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#333333;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {

	font-size: 1.5em;

	background-color:#333333;

	color:#0066FF
}

.menu .current_page_item a {

	font-size: 1.5em;

	background-color:#333333;

	color:#0066FF
}

.menu ul .current_page_item ul a {

	font-size: 1.5em;

	background-color:#333333;

	color:#0066FF
}

.menu ul .current_page_item ul a:hover {

	font-size: 1.5em;

	background-color:#333333;

	color:#0066FF
}

.menu .current_page_item a:hover {

	font-size: 1.5em;

	background-color:#333333;

	color:#0066FF
	
}

