/*   
Theme Name: develoPHP
Theme URI: http://www.develophp.org
Description: develoPHP Blog Theme
Author: Franz Liedke
Author URI: http://www.develophp.org
Version: 2.0
Tags: simple, light
.
Additional comments here
.
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

#dphp-wrap {
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
}

#dphp-header {
	height: 100px;
	margin-bottom: 30px;
}

#header-brand a {
	background: url('images/logo.png') left center no-repeat;
	width: 200px;
	height: 111px;
	background-position: 2px -5px;
	float: left;
	text-indent: -9999px;
}

#header-nav {
	padding-top: 50px;
	float: right;
}

#header-nav ul.main {
	text-align: right;
}

#header-nav ul.main li {
	list-style: none;
	display: inline;
	padding-left: 25px;
}

#header-nav ul a {
	font-family: 'Segoe UI', Arial;
	font-size: 1.2em;
	text-decoration: none;
}

#header-nav ul.main a:link, #header-nav ul.main a:visited {
	color: #707070;
}

#header-nav ul.main a:hover, #header-nav ul.main a:focus, #header-nav ul.main a:active, #header-nav ul.main li.current_page_item a, #header-nav ul.main li.current_page_parent a {
	color: #257;/*#23AEBB;*/
	/*text-shadow: #707070 1px 1px 0;*/
	border-bottom: 3px solid #257;
}

#header-nav ul.sub a:link, #header-nav ul.sub a:visited {
	font-size: 0.9em;
}

#header-nav ul.sub a:hover, #header-nav ul.sub a:focus, #header-nav ul.sub a:active, #header-nav ul.sub li.current_page_item a {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #257;
}

#header-nav ul.sub {
	text-align: right;
	margin-top: 15px;
}

#header-nav ul.sub li {
	list-style: none;
	display: inline;
	padding-left: 15px;
}

#dphp-teaser {
	font-family: 'Segoe UI', Arial;
	font-size: 1.8em;
	color: #1A1A1A;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 30px;
}



a, a:link, a:visited {
	text-decoration: none;
	color: #257;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #257;
}


/*--------------------------------
   SIDEBAR
--------------------------------*/

#sidebar {
	float:right;
	width: 280px;
	font-family: 'Segoe UI', Arial;
}

#sidebar h2 {
	color: #257;
	font-size: 15px;
	font-weight: bold;
}

#sidebar li.widget {
	margin-bottom: 20px;
}

#sidebar #search {
	margin-bottom: 20px;
}

#sidebar #s {
	padding: 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar #searchbtn {
	padding: 0 0 5px 2px;
	vertical-align: bottom;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul ul ul {
	margin-bottom: 0;
	padding-left: 15px;
}

/* Social Widgets */
ul.tentblogger_tabs, div.tentblogger_logo {
	display: none;
}

li.tentblogger_tweet {
	background-color: #fff;
	border-right: 0 !important;
	border-left: 0 !important;
}


/*--------------------------------
   CONTENT
--------------------------------*/

#content {
	float: left;
	width: 600px;
	font-family: 'Trebuchet MS', 'Verdana', 'Helvetica', Arial, sans-serif;
	/*font-family: 'Calibri', 'DejaVu Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;*/
	/*font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode';*/
	line-height: 1.6em;
	color: #444;
}

#content h2 {
	margin-bottom: 10px;
	font-family: 'Segoe UI', Arial;
}

#content h3 {
	font-size: 16px;
	font-family: Tahoma, Arial;
	color: #595959;
	font-weight: bold;
}

#content h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: 'Segoe UI', Arial;
	font-size: 17px;
	color: #257;
	font-weight: bold;
}

#content .post {
	margin-bottom: 30px;
}

#content .post, #content .page {
	line-height: 1.5em;
}

#content p {
	margin-bottom: 8px;
}

#content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#content blockquote {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Georgia, Arial;
	font-size: 20px;
	font-style: italic;
	color: #595959;
	background: transparent url('images/quote-end.png') no-repeat scroll 0% 0%;
}

#content blockquote p {
	background: transparent url('images/quote-start.png') no-repeat scroll 100% 100%;
	padding: 15px 35px;
}

#content pre {
	margin: 15px;
}

#content code {
	font-family: Consolas, Courier;
	font-size: 0.9em;
	padding: 0 3px;
}

#content .post-meta {
	text-align: right;
	font-size: 0.9em;
	color: #595959;
}

#content .comments {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #D0D0D0;
}

#content .comments ol.commentlist {
	padding: 0 0 0 40px;
	margin: 15px 0;
	font-family: Georgia;
	color: #595959;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
}

#content .comments ol.commentlist li {
	padding-left: 30px;
	margin-bottom: 15px;
}

#content .comments .comment-body {
	background-color: #D0D0D0;
	color: #595959;
	font-family: 'DejaVu Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	margin-left: -10px;
	padding: 10px 10px 10px 45px;
	line-height: 20px;
}

#content .comments ol.commentlist li.pingback .comment-body {
	padding-left: 10px;
	background-color: #F0F0F0;
}

#content .comments ol.commentlist li.bypostauthor .comment-body {
	background-color: #579;
	color: #D0D0D0;
}

#content .comments .comment-body img.avatar {
	margin-left: -38px;
	margin-top: 10px;
	float: left;
}
