/**
Theme Name: Derekj
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Derekj Theme Premium WP
*/

@import url('css/reset.css');
@import url('css/menu.css');
@import url('css/default.css');
@import url('css/lavalamp.css');
@import url('css/jquery.tabs.css');
@import url('css/widgets.css');
@import url('css/comments.css');

body {
	background:#FFFFFF;
	/*url('./images/background.gif') repeat-x 0 100%;*/
	font:normal 12px Arial, Verdana, Tahoma;
	color:#505050;
	background-image: url(/_logo/logo1.png);
	background-position: top center;
	background-repeat: no-repeat;
}

a {
	text-decoration:none;
	color:#316CBC;
}

a:hover { color:#3A8EFF; }

#body-in {
	/*background:transparent url('./images/body-in-bg.gif') repeat-x 0 0;*/
}

#wrapper {
	width:980px;
	margin:0 auto;
}

.icon {
	background:transparent url('./images/all-icons.gif') no-repeat;
	padding-left:20px;
	display:block;
	float:left;
	height:15px;
	line-height:15px;
	margin-right:5px;
}

/* header */
#header { margin-bottom:10px;}

#header-content
{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 250px;
}

#header-content img
{
	display: none;
}

#page-menu { height:38px; }

#right-now, #subcribe-form, .input-text {
	text-transform:uppercase;
	font-size:11px;
	color:#4E4E4E;
}

/* branding */
#branding {
	overflow:hidden;
	height:105px;
}

#blog-title {
	margin-top:27px;
	font:normal 30px Georgia,'Times New Roman','Bitstream Charter',Times,serif;
	font-style:italic;
	display:block;
}

#blog-title a { color:#000000; }

#blog-title a:hover { color:#3e90ff; }

#blog-description {
	background:transparent url('./images/tagline-bg.gif') no-repeat 0 0;
	font:normal 12px 'Lucida Grande',Verdana,Arial,'Bitstream Vera Sans',sans-serif;
	color:#9CA405;
}

#right-now {
	background-position:0 9px;
	height:36px;
	padding-left:23px;
	line-height:36px;
}

#header-tools {
	float:right;
	width:370px;
	height:36px;
}

#rss-icon {
	background-position:0 -21px;
	height:36px;
	padding:0;
	width:22px;
	margin-right:5px;
}

#subcribe-form {
	display: block;
	margin:0px auto;
	padding:0;
	background:transparent url('./images/subscribe-email-form-bg.gif') no-repeat 0 0;
	/*float:left*/;
	width:230px;
	height:23px;
	position:relative;
	top: 70px;
	/*top:7px;
	left:110px;*/
}

#subcribe-form .input-text, #subcribe-form .input-submit, #subcribe-form label {
	border:medium none;
	background:transparent;
	position:absolute;
}

#subcribe-form label {
	left:-107px;
	top:5px;
}

.input-text {
	left:6px;
	top:4px;
	width:192px;
	font-size:11px;
}

.input-submit {
	width:21px;
	height:22px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}

#cat-menu {
	height:37px;
	overflow:hidden;
	font-size:10px;
}

#cat-menu li {
	display:inline;
	margin-right:17px;
}

#cat-menu li a {
	color:#68A8FF;
	display:block;
	float:left;
	height:37px;
	line-height:35px;
	padding:0 16px;
	text-transform:uppercase;
}

#cat-menu li a:hover, #cat-menu li.current-cat a { color: #FFFFFF;
	background:#C9D20E url('./images/cat-menu-hover-bg.gif') repeat-x 0 0;
}


/* container */
#container { margin-bottom:10px; }

/* content */
#content {
	float:left;
	width:628px;
	margin: auto;
}

#featured { margin-bottom:10px; }

/* post */
.pagetitle {
	font:normal 25px 'Trebuchet MS', Tahoma, Verdana;
	color:#CDD612;
}

.post-header {
	text-align:right;
	margin: 5px 0px;
}

.post {
	background:#FFFFFF url('./images/post-bg.gif') no-repeat ;
	margin: 30px auto;
	padding: 5px 0px 5px 0px;
}

.single { background:none !important; margin: 0px auto 10px auto;}

.title {
	font:normal 18px 'Trebuchet MS', Tahoma, Verdana;
	color:#1f4271;
	font-weight: bold;
	float:left;
	width:460px;
	text-align:left;
	margin: 0px;
}

/*.title a { color:#1f4271; }

.title a:hover { color:#C2CB08; } */

.title a
{
	color: #336699;
	text-shadow: 1px 1px 1px #f7f7f7;
}

.title a:hover
{
	color: #2D7BC8;
	text-shadow: 1px 1px 1px #e1e1e1;
}

div.entry
{
	margin: 5px 0px 5px 5px;
}

.meta {
	clear: both;
	font:normal 11px Tahoma, Verdana;
	color:#A0A0A0;
}

.meta p
{
	display: block;
	margin: 0px;
	padding: 2px 0px 4px 0px;
	clear: both;
}

.meta p span
{
	margin: 0px 5px;
}

.thumb {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	width: 200px;
	height: 142px;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

.meta a { color:#A0A0A0; }

.meta a:hover { /*color:#C2CB08;*/ color: #2D7BC8;}

.post-date {
	font:normal 11px Tahoma, Verdana;
	/*color:#316CBC;*/
	color: #336699;
	line-height:25px;
}

.post-author { background-position:0 -60px; }

.post-categories { background-position:0 -85px; }

.post-comment { background-position:0 -109px; }


.entry p
{
	line-height: 150%;
	font-size: 12px;
}

.excerpt_more
{
	display: none;
}

.excerpt_more p
{
	margin: 0px 30px;
	text-align: right;
	font-size: 14px;
	font-family: 'Trebuchet MS', Tahoma, Verdana;
	font-weight: bold;
}

.excerpt_more p a
{
	padding: 2px 5px;
	text-shadow: 1px 1px 1px #f7f7f7;
}

.excerpt_more p a:hover
{
	text-shadow: 1px 1px 1px #e1e1e1;	
}


.widget {
	background:#FFFFFF url('./images/widget-bg.gif') no-repeat 50% 24px;
	margin-bottom:10px;
}

.widget ul li {
	font:normal 11px Tahoma, Verdana;
	line-height:27px;
	border-bottom:1px solid #E2E2E2;
	color:#8D8D8D;
}

.widget ul li a { color:#8D8D8D; }

.widget ul li a:hover { color:#5FA9DF; }

/* sidebar */
#sidebar {
	float:left;
	width:332px;
	padding-left: 20px;
	margin: auto;
}

.widget { margin-bottom:10px;
color:#000000;
font-weight: bolder; }

.widget ul li {
	font:normal 12px Arial, Tahoma, Verdana;
	line-height:27px;
	border-bottom:1px dotted #E2E2E2;
	/*color:#8D8D8D;*/
	color: #666666;
	padding: 0px 5px;
	margin: 0px 0px 0px 5px;
}

.widget ul li a
{
	/*color:#393939;*/
	color: #336699;
}

.widget ul li a:hover
{
	color: #2D7BC8;
	/*color:#C2CB08;*/
}

.widget ul li a.url
{
	color: #333333;
	text-decoration: underline;
}

.widget ul li a.url:hover
{
	color: #000000;
	text-decoration: none;
}



.widget ul li li { border:none; }


.widget p
{
	color: #333333;
	text-align: center;
}


/* footer */
#footer
{
	/*height:39px;
	font:normal 12px Tahoma, Verdana;
	line-height:39px;
	overflow:hidden;
	text-transform:uppercase;
	color:#FFFFFF;*/
	background-color: #323232;
	display: block;
	width: 100%;
	text-align: center;
	background-image: url(/_images/foot.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 20px 0px 15px 0px;
}

#footer_content
{
	display: block;
	width: 980px;
	margin: 20px auto;
	padding: 0px;
	display: table;
	color: #FFFFFF;
}

#footer_row
{
	display: table-row;
}

h2#copy
{
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-family: 'Trebuchet MS', Tahoma, Verdana;
}

p#skin
{
	display: table-cell;
	font-size: 12px;
	vertical-align: middle;
	text-align: right;
	color: #CCCCCC;	
}

p#skin a
{
	color: #FFFFFF;
}
p#skin a:hover
{
	text-decoration: underline;
}

#blog-name, #blog-name span {
	background:#FFFFFF url('./images/blog-name-bg.gif') no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	height:24px;
	padding-left:8px;
}

#blog-name { margin:8px 9px 0 9px; }

#blog-name span {
	background-position:100% 0;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	padding:0 8px 0 0;
	color:#000000;
	text-transform:capitalize;
}

/*** Dopisane  ***/

#text-606208341 {font-weight: bold;
margin: auto;
padding-top: 15px;
padding-bottom: 0px;} 

.textwidget {margin: auto;
padding-top: 8px;
font-weight: bolder;
color: #FF0033;}

.widget_archive {font-weight: bold;
margin: auto;
padding-top: 15px;}

#youtube {margin: auto;
font-weight: bold;
padding-top: 15px;
line-height: 40px;
}

#recent-comments {margin: auto;
font-weight: bold;
padding-top: 15px;}

#recentcomments {font-weight: normal;
padding-top: 10px;}


#recent-posts {margin: auto;
font-weight: bold;
padding-top: 15px;}

#recent-posts ul {font-weight: normal;
padding-top: 10px;}

#calendar {margin: auto;
font-weight: bold;
padding-top: 15px;}

#calendar_wrap {font-weight: normal;
padding-top: 10px;
width: 310px;}

#partners {margin: auto;
padding-top: 15px;}

.partners {margin: auto;
padding-bottom: 10px;
font-weight: bolder;
color: #000000;}

.thumb img {width: 200px;
height: 142px;}

.lavaLampWithImage li a {color: #68A8FF;}


#content iframe.fbLikeContainer
{
	margin: 20px 0px 0px 0px;
	padding: 8px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
