/*
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, dropdown menu, right sidebar, two columns, gravatars, valid XHTML, valid CSS
Version: 1.2
*/


/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ CONTENT SIDE
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL


/*	##################################
   	GENERALimg/bg-header.gif #fff
	################################# */

html {
	height:100%;
}

body {
	position: relative;
	width:auto;
	height:100%;
	margin:0;
	padding:0;
	background-color: #4f4442;
	font:12px/18px Verdana, Tahoma, sans-serif;
        
}

a {
	color:#662625;
	outline: none;
        text-decoration:none;
	
}




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
	################################## */

#container {
	position: relative;
	background-color: #4f4442;
	margin: 0 auto;
	height:100%;
	min-height:100%;
	height:auto;
	width: 940px;
	text-align: left;
	border: solid #999;
	border-width: 0;
}

#header {
	width:940px;
	height:320px;
	margin: 0 auto;
	background: url(http://e4phone.com/wp-content/uploads/2010/02/bnr_e4phone.jpg) no-repeat bottom right;
}

#menu {
	width:940px;
	height:31px;
	margin: 0 auto;
	background:#4f4442;
}

#content-full {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

#content {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	background: url('img/content.jpg');
	overflow: hidden;
}

#content-left {
	float:left;
	width:555px;
	height:100%;
	padding: 0 0 0 0;
	background: #fff;
}

#content-right {
	float:left;
	width:235px;
	height:100%;
	padding: 0 0 0 10px;
	background: #4f4442;
}

#content-side {
	float:right;
	width:130px;
	height:100%;
	padding: 0 0 0 0;
	background: #fff;
}

#footer {
	clear: both;
	padding: 0;
	background:#4f4442;
	background-image:url(http://e4phone.com/wp-content/uploads/2010/03/bnr_e4phone_foot2.jpg);
	width:940px;
	height:253px;
	
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
    display:none;        /* Remove Blog Title */
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0px;
	color: #fff;
	font:bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 30px;
	left: 5px;
	margin: 0px;
	color: #C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
        line-height:15px;
}

h2, h3, h4, h5 {
	margin:0 0 20px 0;
}

.box-left h2 {
	color:#662625;
	font:bold 16px/34px Georgia, "Verdana, Tahoma, sans-serif", Times, 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:#662625;
	font:bold 14px/14px Georgia, "Verdana, Tahoma, sans-serif", Times, serif;
}

.box-left h4 {
	color:#C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

.box-left h5 {
	width:32px;
	height:23px;
	font:bold 11px/11px Georgia, "Verdana, Tahoma, sans-serif", Times, serif;
	text-align:center;
	background:url(http://e4phone.com/wp-content/uploads/2010/03/P3-1_r1_c1.jpg);
}

.box-right h3 {
	color:#662625;
	font:bold 12px/12px Georgia, Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

/*	##################################
   	HEADER
	################################## */



/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin: 25px 25px 25px 25px;
	background: #ffffff;
}

#subnav {
width:190px;
        float: left;
	margin: 0 ;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
        text-decoration:none;
        font:bold 12px Helvetica, Arial, sans-serif;
}

#subnav ul
{
padding:0px;
margin:0px;
}
#subnav li
{
padding-left:4px;
color:black;
line-height: 19px;
text-decoration:none;
list-style-type: none;

}
#subnav li a {

	text-decoration:none;
	color:#363535;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: 900;
	font-variant: normal;
        letter-spacing:-1px;
text-transform: capitalize;
	  }

#subnav li a:hover {
     text-decoration:underline;
	 color:#a40301;
	 	 }
	 
	#subnav li a:active {
	 text-decoration:none;
	 color:#a40301;
	 
	 }



p.tags {
		clear: both;
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 20px;
	margin: 20 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 80px;
	padding: 0px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin: 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	/*background: url(img/bg-box-right.gif) repeat-y left top;*/
}

.box-right h3 {
	padding: 0;
	/*background: url(img/bg-box-right-top.gif) no-repeat left top;*/
}

.box-right-content {
	margin: 0;
}

.box-right-bottom {
	height: 0;
	/*background: url(img/bg-box-right-bottom.gif) no-repeat left top;*/
}

.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;
}

/*	##################################
   	FORMS
	################################## */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #662625;
	border: 0;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */

.comment2 {
	margin: 0 0 20px 0;
	padding: 20px;
	background: url() no-repeat;
	border: 1px solid #ccc;
}
	
.comment {
	margin: 0 200px 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {
	margin: 0 0 0 200px;
	padding: 0;
}

.comment img {
	float: none;
	vertical-align: middle;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

#commentform textarea {
	height: 150px;
	width: 370px;
	padding: 2px;
}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	width:940px;
	margin:0 0 0 0;
	padding:0;
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
}

#footer .inside, #footer .inside a {
	height:75px;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	color: #999; 
	font-weight: normal;
	text-align: center;
	background:#ccc;
}

#fsubnav {
	position:relative;
	width:110px;
	margin: 0 auto;
	padding: 0px;
	
}

#fsubnav ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
#fsubnav li
{
padding-left:4px;
line-height:9px;
}
#fsubnav li a {
	text-decoration:none;
	color:#6d6b6a;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	  }

#fsubnav li a:hover {
     text-decoration:underline;
	 color:#c95402;
	
	 }
.first {
	color: black;
	font-weight: 400;
	font-size:12px;
	display:box;
	line-height:28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

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

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #662625;
	color: #fff;
}


/*add widgets*/
/*widgets*/
div#widgets {
	width: 235px;
	float: right;
	padding: 0 0 0 0;
	}

div#widgets img.left {
	padding: 0 5px 0 0; /* changed bottom padding from 5 to 0 see below *//*float: left;*/ /* Removed float left as it was cause img to disappear in IE */
}

div#widgets .photos img { 
	border: 1px solid #aaa; 
	margin: 2px; 
	padding:2px; 
}

div#widgets .photos { 
	text-align:center; 
}

div#widgets .photos ul { 
	margin:0 0 0 20px; 
	padding:0; 
	text-align:left; 
}

div#widgets .content ul { 
	margin:0 0 0 20px; 
	padding:0; 
}

#widgets .content ul2 { 
	margin:0 0 0 10px; 
	padding:0; 
}

/* added 3/11/09 cp */
div.get_twitter div.info {font-size:0.9em;font-style:italic;margin:4px 4px 6px;}/* end */
div#widgets h1,div#widgets h2,div#widgets h3,div#widgets h4,div#widgets h5,div#widgets p,div#widgets ul {padding-right: 0;}
/*widgets*/
div#mid img.left {float:left;}

/* widgets styles------------------ */
div#widgets {width: 235px;padding:0;margin: 0 0 0 0;float: right;background-color: #fff}
div#widgets .module {margin: 0;padding: 0 12px;background-color: #a52a00;}
div#widgets .module .title {padding: 8px 0;color: #fff;}
div#widgets .module .title h4 {margin: 0;padding: 0;font-size: 1.5em;line-height: 1.2em;font-weight:normal;}
div#widgets .module .content {padding: 12px 0 20px 0;color:#fff;}
div#widgets .module .content p {margin: 0 0 10px 0}
div#widgets #call {width: 235px; padding:0; margin:0 0 0 0;}
div#widgets li {list-style-image: url('http://assets.en.oreilly.com/1/event/33/toc2010_widget_bullet.png')}
div#widgets li2 {}
div#en_content div#en_main div#mid div#widgets div div.content p.quote {display:none;}
div#right_col {width: 150px}
div#sponsors {padding: 19px 15px 15px 15px;overflow: hidden}
div.sponsor_list_heading {color:#333;}
div#sitemap a.title {cursor:default;color:#222}div#sitemap a.title:hover {text-decoration:none}
#wtooltip {background-color:#fff;border:1px solid #dd3900;color:#dd3900;display:none;margin-left:0;margin-top:15px;padding:2px 5px;position:absolute;}
/* Additional styles for live widgets */
#widgets .live_module_set {color: #444;background: #a52a00;margin:0;line-height: 1.3em;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}#widgets .live_module_set .header {color: #fff;padding: 5px 10px 5px 10px;background:#a52a00;}#widgets .live_module_set .header .title {margin: 0;padding: 0;color: #fff;font-size: 24px;font-weight: normal;}
#widgets .live_module_set .live_module {background:#e4edf2;}/*#e4edf2;*/
#widgets .live_module_set div.toggle_title a.selected{display: block;padding: 0 10px;color: #fff;line-height: 2.8em;text-transform: uppercase;text-decoration: none;background: #153ABC right center no-repeat;border-top: 1px solid #c61600;}
#widgets .live_module_set div.toggle_title a.selected:hover {background: #153ABC right center no-repeat;text-decoration: none;border-top: 1px solid #c61600;}
#widgets .live_module_set div.toggle_title a.deselected {background: #153ABC right center no-repeat;display: block;padding: 0 10px;color: #fff;line-height: 2.8em;text-transform: uppercase;text-decoration: none;border-top: 1px solid #a81200;}
#widgets .live_module_set div.toggle_title a.deselected:hover {background: #153ABC right center no-repeat;text-decoration: none;border-top: 1px solid #c61600;}
/* */
#widgets .live_module_set div.toggle a.selected {display: block;padding: 0 10px;color: #fff;line-height: 2.3em;text-transform: uppercase;text-decoration: none;background: #dd3900 url('http://assets.en.oreilly.com/1/event/33/toc2010_close_off2.gif') right center no-repeat;border-top: 1px solid #c61600;}
#widgets .live_module_set div.toggle a.selected:hover {background: #dd3900 url('http://assets.en.oreilly.com/1/event/33/toc2010_close_over2.gif') right center no-repeat;text-decoration: none;border-top: 1px solid #c61600;}
#widgets .live_module_set div.toggle22 {display: block;padding: 0 10px;color: #fff;line-height: 2.3em;text-transform: uppercase;text-decoration: none;background: #dd3900 url('http://assets.en.oreilly.com/1/event/33/toc2010_close_off2.gif') right center no-repeat;border-top: 1px solid #c61600;}

#widgets .live_module_set a.deselected {background: #bc3000 url('http://assets.en.oreilly.com/1/event/33/toc2010_open_off2.gif') right center no-repeat;display: block;padding: 0 10px;color: #fff;line-height: 2.3em;text-transform: uppercase;text-decoration: none;border-top: 1px solid #a81200;}
#widgets .live_module_set a.deselected:hover {background: #dd3900 url('http://assets.en.oreilly.com/1/event/33/toc2010_open_over2.gif') right center no-repeat;text-decoration: none;border-top: 1px solid #c61600;}
#widgets .live_module_set .content {display: none;padding: 12px 10px 15px; background: #fff;}
#widgets .live_module_set .content2 {display: none;padding: 12px 10px 15px; background: #fff;}
li.twitter-item {
	font: 13px Arial, Helvetica, sans-serif;
}
#widgets .live_module_set p {text-align:left;margin: 0;padding: 2px 0 6px 5px;font-size: 13px;line-height: 1.3em;}
#widgets .live_module_set .content p.photos img {padding: 5px;}
#widgets .live_module_set .content img.thumbnail {float:left;padding: 5px;}
#widgets .live_module_set .note {font-size: 11px;}
#widgets .live_module_set ul {margin:0 0 0 20px;padding: 0;font-size: 13px;line-height: 1.3em;}
#widgets .live_module_set li {margin-bottom: 10px;}
#widgets .live_module_set a {text-decoration: none;}
#widgets .live_module_set a:hover {text-decoration:none;}
#widgets .live_module_set a.more {padding: 0 10px 0 0;background: transparent url('http://assets.en.oreilly.com/1/event/33/toc2010_widget_more_arrow.png') right center no-repeat;}
#widgets div.header {background: #a52a00;}
div#widgets div.header {padding:2px 5px;}
#widgets div.header div.title {padding:2px 5px;border:none;}
#widgets div.header h4 {font-size:1.5em;font-weight:normal;padding:0;margin:0;line-height:110%;color:#fff;}
#widgets .live_module_set p.quote {color:#444;}
#widgets .live_module_set ul.more {margin:20px 0 0;clear:both;}
#widgets .live_module_set ul.more li {list-style-image:none;list-style-type:none;margin:0;}
#widgets .live_module_set ul li a.selected {text-decoration:none;}
div.flickr_group {float:left;margin:0 10px 5px 0;padding:2px;border:1px solid #AAAAAA;}
div.flickr_group a {color:#8D9402;text-decoration:none;}
div#widgets .photos div.flickr_group img {border:0;margin:0;padding:0;}
/*end widgets*/
.tabcontent{
	display:none;
	background: #ffffff;
}
