/* DIF Design Blog, created January 2010 */

/* Layout */

#top { 
	background: url(http://www.difdesign.com/img/bg.png) top left repeat-x #fff;
	display: block;
	text-align: left;
	border: 0 none;
	height: 130px;
	}
.content { 
	width: 960px; 
	margin: 0 auto; 
	padding: 0;
	}
#header {
	width: 990px;
	height: 90px;
	margin: 0 auto 40px auto;
	padding: 0;
}
#logo {
	width: 290px;
	float: left;
	border: 0 none;
}
#featured { 
	width: 960px;
	margin: 0 auto;
	background: none; 
	border: 0 none;  
	}
#featured #page-title h1{
	border-bottom:1px solid #ccc;
	margin: auto 0;
	width: 960px;
	padding: 0 0 10px 0;
}
#main-content {	
	background: none; 
	padding: 30px 0 0 0; 
	}
.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}
#main {	
	width: 620px; 
	}
#main.full { 
	width: 960px; 
	}

/* Navigation */

#header ul {
	float: right;
	display: inline;
	margin-top: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#header li {
	display: block;
	padding-left: 10px;
	float: left;
}
#header li.first {
	display: block;
	padding-left: 0;
	float: left;
}
#header #current {
	color: #eee;
	text-shadow: 0 1px #333;
	border: 0 none;
}
#header #current a {
	color: #777;
	text-shadow: 0 1px #fff;
	background: url(http://www.difdesign.com/img/bg_navHover.png) no-repeat top left scroll;
	border: 0 none;
}
#header #current a span {
	background: url(http://www.difdesign.com/img/bg_navSpanHover.png) no-repeat top right scroll;
	border: 0 none;
}
#header li a {
	height: 40px;
	line-height: 40px;
	float: left;
	width: auto;
	display: block;
	color: #eee;
	text-shadow: 0 1px #333;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(http://www.difdesign.com/img/bg_nav.png) no-repeat top left scroll;
	border: 0 none;
}
#header li a span {
	height: 40px;
	line-height: 40px;
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 0;
	background: url(http://www.difdesign.com/img/bg_navSpan.png) no-repeat top right scroll;
	border: 0 none;
}
#header li a:hover {
	color: #777;
	text-shadow: 0 1px #fff;
	background: url(http://www.difdesign.com/img/bg_navHover.png) no-repeat top left scroll;
	border: 0 none;
}
#header li a:hover span {
	background: url(http://www.difdesign.com/img/bg_navSpanHover.png) no-repeat top right scroll;
	border: 0 none;
}

/* Text */

h1 {
	font: 22px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #333;
	margin-bottom: 15px;
	float: left;
}
h2, #main h2 {
	font: 22px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #999;
	margin-bottom: 15px;
	font-style: italic;
}
#sidebar h2 {
	font: 22px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #999;
	margin-bottom: 15px;
	font-style: italic;
	border-bottom: 1px dashed #ccc;
}
h3 {
	font: 18px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #333;
	text-shadow: 0 1px #fff;
	margin-bottom: 15px;
}
#main h3 {
	margin-bottom: 0px;
}
#sidebar h3 {
	font: 18px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #333;
	text-shadow: 0 1px #fff;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
h4 {
	font: 14px Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font: 22px Georgia,"Times New Roman",Times,serif;
	line-height: 24px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}
#main h2 a, #main h3 a { 
	color: #999; 
	text-decoration: none; 
	}
#main h2 a:hover, #main h3 a:hover { 
	color: #2882C1; 
	text-decoration: none; 
	}
#sidebar ul li a{ 
	color:#2882C1; 
	border-bottom:1px dashed #2882C1;
	}
#sidebar a:hover,#sidebar .current-cat a,#sidebar li.active a{
	color:#999; 
	border-bottom: 0 none;
	}
	#main p, #main ul, #main ol { font-size:12px; }

/* Footer */

#footer {
	background: url(http://www.difdesign.com/img/bg_footer.png) top left repeat-x #e1e1e1;
	color: #666;
	text-shadow: 0 1px #fff;
	text-align: left;
	margin: 0;
	padding: 0;
}
#footerWrap {
	width: 960px;
	margin: 0 auto 40px auto;
	padding-top: 40px;
	background: url(http://www.difdesign.com/img/bg_twitterTop.png) top right no-repeat;
}
#footerTxt {
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 20px 0;
	color: #aaa;
	border-top: 1px #bbb dashed;
}
#footer ul {
	list-style: none;
	display: inline;
	float: left;
}
#footer ul li {
	display: inline;
	float: left;
	width: 220px;
	padding-right: 20px;
}
#footer ul li ul li.end {
	border: none;
}
#footer ul li ul li {
	display: block;
	width: 200px;
	padding: 0;
	background: none;
	line-height: 20px;
	border-bottom: 1px #bbb dashed;
}
#footer ul li ul li a, #footer ul li ul li a:visited, #footer ul li ul li a:active {
	color: #666;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	border: 0 none;
}
#footer ul li ul li a:hover {
	color: #999;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	border: 0 none;
}

/* Twitter */

#twitter_div {
	color: #666;
	text-shadow: 0 1px #fff;
}
.twitterBg {
	background: url(http://www.difdesign.com/img/bg_twitterBtm.png) top right no-repeat;
}

/* Forms */

form span {
	background: url(http://www.difdesign.com/img/bg_formTop.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 460px;
}
#comments #respond .input {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(http://www.difdesign.com/img/bg_formBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 19px 10px 16px 27px;
	width: 423px;
	height: 15px;
}
#comments #submit {
	background: transparent url(http://www.difdesign.com/img/bg_btn.png) no-repeat scroll 0 0;
	border: medium none;
	color: #555;
	text-shadow: 0 1px #fff;
	cursor: default;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: none;
	width: 150px;
	margin-left: 10px;
}
#comments textarea {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(http://www.difdesign.com/img/bg_formBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 19px 10px 16px 27px;
	width: 423px;
	height: 150px;
	overflow: hidden;
}
#comments #respond label {
	margin-top: 17px;
	vertical-align: top;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}
#comments #respond p {
	padding: 17px 0 0 0;
}
#comments ol.commentlist li.thread-even { 
	background: none;
	}
#comments ol.commentlist .comment-entry { 
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	font-style: italic;
}

/* Widgets and Plugins*/

#sidebar .block{ 
	background: url(http://www.difdesign.com/img/bg_widget.png) left top repeat-x #fff;
	border: 1px solid #e1e1e1;
	padding: 15px;
	}
.avatar { 
	float: left; 
	padding: 0; 
	margin-right: 10px; 
	border: 0 none; 
}
.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { 
	padding: 3px 0 6px 0 !important; 
	margin-left: 4px; 
	border: 0 none; 
	line-height:20px;
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	background: url(http://www.difdesign.com/img/bg_sliderControls.png) top left no-repeat;
	color: #555;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	font: 10px Arial; 
}
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {
	background: url(http://www.difdesign.com/img/bg_sliderControlsHover.png) top left no-repeat;
	color: #fff;
	text-shadow: 0 1px #555;
}
#sidebar ul.wp-polls-ul li a {
	border: 0 none;
}
