/*  
Theme Name: The Bulb
Theme URI: http://www.dedicatedwpthemes.com
Description: A unique theme
Version: 1.0
Author: Dedicated Wordpress Themes
Author URI: http://www.dedicatedwpthemes.com
*/

/* Links */
a:link { text-decoration: none; color: #045fd3; }
a:visited { text-decoration: none; color: #045fd3; }
a:hover, a:active { color: #2799f9; }
/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }
h1 { font-size: 32px; margin: 0 10px;}
h1 em {
	color: #444;
}
h2 { font-size: 28px; }
h3 { font-size: 24px; margin-top: 5px;}
h4, h5, h6 { font-size: 20px; }
/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}
pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}
pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}
pre { padding-top: 10px; padding-bottom: 10px; }
code { color: #779900; font-family: Consolas, Verdana, "Courier New", sans-serif; }
ul, ol { line-height: 2.0em; text-align: left;margin-left: 3em;}
ul { list-style-image: url(images/bullet.gif); }
abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }
del { text-decoration: line-through; color: #999999; }
ins { text-decoration: none; color: #009977; }
/* Structure */
body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #3D3D3D;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}
#wrapper2 {
width: 768px;
margin-left: auto;
margin-right: auto;
position: relative;
}
#header
{
/*
	position: absolute;
	top: 0;
	right: 0;
*/
	height: 50px;
	margin-bottom: -50px;
	width: 668px;
	text-align: right;
	position: relative;
	z-index: 5;
	float: right;
}
#navigation
{
	clear: both;
	float: left;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 168px;
	padding: 0;
	position: relative;
	margin-top: -10px;
}
#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
}
#content-wrapper
{
	float: left;
}
#content
{
	width: 708px;
	float: left;
	text-align: center;
	padding: 30px;
}
#sidebar-wrapper
{
	width: 35%;
	float: right;
	background-color: orange;
}
#sidebar
{
	float: right;
	padding: 20px 15px 10px 10px;
	width: 210px;
	background-color: #FFF9F0;
	border: 1px solid #FFEACC;
	margin-right: 15px;
	margin-top: 20px;
}
#footer
{
	clear: both;
	float: left;
	width: 766px;
	background-color: #333;
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #f4f4f4;
	border: 1px solid #f4f4f4;
}
#footer a {
	color: #045fd3;
	font-size: 11px;
	}
#footer a: visited {
	color: #045fd3;
	}
#footer a:hover {
	color: #045fd3;
	border-bottom: 1px dashed #E18A77;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
/* Header */
#header h1 { padding-right: 10px; }
/* Navigation */
#navigation {
border-bottom: 1px solid #dedede;
}
#navigation ul {
list-style-type: none;
list-style-image: none;
float: right;
padding: 118px 17px 0 0;
}
#navigation li { float: left; }
#navigation li a:link,
#navigation li em,
#navigation li a:visited
{
	float: left;
	color: #565656;
	display: block;
	padding: 5px 10px;
	margin-right: 1px;
	border: none;
	height: 20px;
	font-size: 14px;
	margin-top: 4px;
	_margin-top: 14px;
}
#navigation li em {
	color:#045fd3;
}
#navigation li a:hover,
#navigation li a:active
{
	color: #7E7E7E;
}
#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}
#navigation ul.pages {
	position: absolute;
	top: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 750px;
	z-index: 20;
}
#navigation ul.pages li {
	list-style-type: none;
	float: right;
}
#navigation ul.pages a:link,
#navigation ul.pages a:visited {
	font-weight: bold;
	background-color: none;
	color: #fff;
	text-shadow: #333 1px 1px 5px;
}

#navigation ul.pages a:hover,
#navigation ul.pages a:active {
	color:#2799f9;
	text-decoration: underline;
	text-shadow: #fff 1px 1px 5px;
}
/* Wrapper */
#wrapper a:link { font-weight: bold; }
#wrapper a:visited { font-weight: bold; }
#wrapper a:hover, #wrapper a:active { }
/* Content */
#content .post {
  text-align: left;
  line-height: 1.75;
}
#content .post-title a { border-bottom-width: 0; }
#content .post p.img { float: left; margin: 0 15px 0 0; }
#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }
#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #FFF9F0;
	border: 1px solid #FFEACC;
}
/* Sidebar */
.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
}
.sideblock ul { }
.sideblock h3 { margin-top: 5px; font-size: 14px; color: #045fd3; font-weight: bold; }
#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }
#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }
#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}
#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }
#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}
/* Extras */
#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }
#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}
#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}
#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}
#friends ul { padding-left: 20px; }
#links dl, #links dt, #links dd { margin: 0; padding: 0; }
#links dt { font-weight: bold; padding-top: 5px; }
#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }
	/* Comments Styling */
ol.commentlist {
padding:0;
margin:0 auto;
width:480px;
}
ol.commentlist li {
text-align: left;
border: 1px solid #dedede;
padding: 10px;
margin: 5px 0;
list-style-position: inside;
width: 100%;
}
ol.commentlist li.odd {
background-color:#ddd;
}
ol.commentlist li.even {
background-color:#f4f4f4;
}
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}
#commentform {
margin: 1em auto;
background: #FFFFFF;
width: 280px;
}
#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url, #emailupdates {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover, #emailupdates:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus, #emailupdates:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
.date {
	text-align: center;
	color:#dedede;
	font-style: italic;
}
#left {
	width: 60px;
	float: left;
}
.slogan {
font-size: 13px;
color: #6F6F6F;
text-transform: lowercase;
margin-left: 30px;
margin-bottom: 2px;
}
.post-wrapper img,
.shadowpic { 
border : none;
padding: 0px 23px;
background: url(images/shadow.jpg) no-repeat top left;
display: block;
margin: 1em auto;
}
	.post-wrapper .ngg-gallery-thumbnail img,
	.post-wrapper .ngg-album img{
		background-image: none;
	}
.post-wrapper p {
text-align: left;
}
#searchform {
}
.feedcountdiv {
height: 130px;
margin-bottom: -130px;
z-index: 3;
position: relative;
}
.feedcountdiv  a:link,
.feedcountdiv  a:visited {
height: 32px;
padding-top:80px;
width: 80px;
padding-right: 40px;
display: block;
color: #fff;
text-align: right;
font-weight: bold;
}
.feedcountdiv  a:hover,
.feedcountdiv  a:active {
color: #000;
}
.feedcountdiv .subscribers {
font-size: 20px;
}
.feedcountdiv .subscribers,
.feedcountdiv .after {
display: block;
width: 80px;
cursor: pointer;
}
#emailform {
padding: 10px 0;
text-align: center;
clear:both;
}
#social {
clear: both;
padding-top: 10px;
}
#tags {
width: 300px;
float: right;
border: 1px solid #ccc;
padding: 10px;
}
.ngg-galleryoverview {
width: 600px !important;
margin: auto !important;
}
.welcome_links {
  font-size: 1.5em;
}
.welcome_page h3 {
  background-image:url(images/welcome.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 213px;
  line-height: 213px;
}