/*
Theme Name: DevPulse - Session 1
Theme URI: http://wordpress.org/
Description: DevPulse free blog themes - Session 1, designed by: <a href="http://devpulse.net">Devpulse</a>.
Version: 0.9
Author: DevPulse
Author URI: http://devpulse.net/

	DevPulse - Session 1 
	http://devpulse.net/blog/


*/
html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #333333;
}


body {

	font: normal 62.5% Tahoma, sans-serif;
	background-image: url(img/bg.jpg);
	background-position: 0px;

}
p,code,ul {padding-bottom: 10px;
}

li {
	list-style: none;
}



h2 {
	font: normal 1.6em Arial, sans-serif;
}

h3 {
	font: bold 1.1em Arial, sans-serif;
}
.archive {
	padding: 20px 0px 0px 28px;
}


big {
	font-size: 1.1em;
}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */

.clearer {clear: both;}

.left {
	float: left;
}
.left a {
	color: #FFFFFF;
	text-decoration: none;
}
.right {
	float: left;
}

/* LOGO, if you wanna change opacity do it here */
.logo {
	float: left;
	width:305px;
	background-color:black;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	margin:80px 0px 0px 7px;
	display: inline;
	padding:0px 0px 4px 12px;
}
.logo a {
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}
/* structure */

.container {
	font-size: 1.2em;
	width: 964px;
	margin:0 auto 0 auto;
	background:#FFF url('img/content-bg-2.jpg') repeat-y;
}

/* header */
.header {
	font-size: 1.2em;
	height: 192px;
	width: 964px;
	margin:0 auto 0 auto;
	background:#FFF url(img/header-3.png) no-repeat;
}

.header .left {
	text-align: center;
	font-family: "Trebuchet MS",tahoma, sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	padding: 0px 0px 0px 8px;
}

.header .right {
	overflow: auto;
	color: #333333;
	display: inline;
	float: left;
	width: 300px;
}

.header .right p, .header .right h2 {
	padding: 0px 16px 0px 8px;
}

.header .right h2 {
	font-family: "Trebuchet MS",tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: auto;
}

/* navigation */

#menu-top {
	float:right;
	font-size:93%;
	line-height:normal;
	margin-top: 128px;
	margin-right:37px;
	padding: 0px;
	display: inline;
}
#menu-top ul {
	list-style:none;
	width: auto;
	padding: 10px 10px 0px 50px;
	margin: 0;
}
#menu-top li {
	display:inline;
	margin:0;
	padding:0;
}
#menu-top a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(img/meni-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 0 0 10px;
	font:bold 14px "Trebuchet MS",tahoma,sans-serif;
	color: #FFFFFF;
}
#menu-top a span {
	float:left;
	display:block;
	color:#FFFFFF;
	background-image: url(img/meni-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 6px;
}
    /* */
#menu-top a span {
	float:none;
	text-transform: uppercase;
}
    /*  */
#menu-top a:hover {
	color: #000000;
 }

#menu-top a:hover span {
	color: #000000;

      }
#menu-top li.active a  {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(img/meni-left-active.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
      }
#menu-top li.active a span{
	float:left;
	display:block;
	color:#FDFDFD;
	background-image: url(img/meni-right-active.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 6px;
	cursor:pointer;
}
#menu-top li.active a:hover span {
	color: #000000;
}


#menu-top li.current_page_item a  {

	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(img/meni-left-active-light.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
  }

  
  #menu-top li.current_page_item a span{
	float:left;
	display:block;
	color:#FDFDFD;
	background-image: url(img/meni-right-active-light.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 6px;
	cursor:pointer;
}
 
#menu-top li.current_page_item a:hover span {
	color: #000000;
}

/* main */

.main {

}

/* sub navigation */

.sidenav {
	float: left;
	width: 223px;
	padding-left: 0px;
	background:#f3f3f3 url('img/sidebar-bg3.jpg') no-repeat -2px 0px;
	padding-top: 30px;
	display: inline;
    direction: rtl;

	margin:0px 0px 20px 8px;
}
.sidenav h2 {
	color: #333333;
	line-height: 30px;
	padding-right: 12px;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(img/line.jpg);
	background-position: 12px 30px;
	background-repeat: no-repeat;
}
.h2-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 150px;
	margin-left: 20px;
}

.sidenav ul {
	padding: 0px;
}

.sidenav ul.children{
	padding:0px 15px 0px 0px;
}

.sidenav li {

}

.sidenav li a {
	font-size: 1.1em;
	color: #727272;
    display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 24px;
	padding-bottom: 3px;
	padding-left: 0;
	background-image: url(img/li-img.jpg);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	height: 18px;
    direction: rtl;
}

.sidenav li a:hover {
	background-color: #E8E8E8;
	background-image: url(img/li-img-hover.jpg);
}



/* content */
.entry {
	padding: 0px 10px 0px 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #828080;
}

.content {
	float: right;
	width: 705px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 10px;
    direction: rtl;
}

.content .descr {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-bottom: 6px;
    margin-right: -10px;
	background-color: #5ccefc;
	padding-top: 4px;
	padding-right: 28px;
	padding-bottom: 4px;
	padding-left: 5px;
	width:200px;
	background-image: url(img/desc-bg.jpg);
	background-repeat: repeat-y;
    background-position: 212px 0px;
    text-align: right;
}
.content .descr-archive {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-bottom: 6px;
	background-color: #5ccefc;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 28px;
	width:680px;
	background-image: url(img/desc-bg.jpg);
	background-repeat: repeat-y;
	background-position: 7px 0px;
}





/* footer area */
#footer {
	color: #ACD7EE;
	height: 300px;
	margin-left: auto;
	width: 964px;
	margin-right: auto;
	background-image: url(img/footer-full.jpg);
	background-repeat: no-repeat;
    direction: rtl;
}
#down-footer {
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	float: left;
	width: 944px;
	color: #FFFFFF;
}
#down-footer a {
	color: #A8A8A8;
	text-decoration: none;
}
.style2 {color: #208FFF}
.style1 {color: #FFFFFF}

#footer h3 {
	color: #FFFFFF;
	margin: 10px 0px 5px;
	font-family: Arial, "Trebuchet MS", Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
.footer-recent-comments {
	width: 300px;
	float: right;
	padding-right: 30px;
	height: 250px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.footer-recent-comments  ul li a {
	color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	display: block;
	padding-top: 3px;
	padding-right: 28px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	background-image: url(img/icon-foot.gif);
	background-repeat: no-repeat;
	background-position: 95% 30%;
	height: 28px;
	margin: 0px;
	font-weight: normal;
}
.footer-recent-comments ul li a:hover{
	background-color:#151515;
}
.footer-recent-comments small{
	color: #5ccefc;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-weight: bold;
}
.footer-recent-posts {
	width: 300px;
	float: right;
	padding-right: 35px;
	height: 250px;
}
.footer-recent-posts strong {
	font-size: 1em;
	font-weight: bold;
	color: #5ccefc;
	font-family: Tahoma, "Trebuchet MS";
}
.footer-recent-posts ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer-recent-posts ul li {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.footer-recent-posts ul li a {
	color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	display: block;
	padding: 3px 30px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	background-image: url(img/icon-foot.gif);
	background-repeat: no-repeat;
	background-position: 95% 30%;
	height: 28px;
	margin: 0px;
}
.footer-recent-posts ul li a span {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5ccefc;
}
.footer-recent-posts ul li a:hover{
	background-color:#151515;
}
.footer-recent-posts small{
	color: #5ccefc;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-weight: bold;
}
.footer-about {
	width: 220px;
	float: left;
	padding-right: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 250px;
	font-size: 11px;
}
.footer span a {
	font-size:0.8em;
	font-family: Tahoma, "Trebuchet MS";
	color: #0099CC;
}
/* posts */
.post h1 {
	text-decoration:none;
	padding-right: 27px;
	color: #000000;
}
.post h1 a {
	text-decoration:none;
	color: #000000;
    font-family: Arial;
}

.post h1 a:hover {
}
.post {
	background-image: url(img/post-bg.jpg);
	background-position: 10px 15px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 25px;
	background-repeat: no-repeat;
    width: 715px;
    direction: rtl;
}
.post .info{
	color: #707070;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.post img {

}
.post a img {

}
.post a:hover img {

}
.info a {
	text-decoration: underline;
	color: #54abb2;
}
.info a:hover {
text-decoration: underline;
}

/* comments */
h2#comments {
	text-decoration:none;
	margin-right: 17px;
	color: #1B1B1B;
	font-size: 16px;
	font-weight: bold;
    background-color: #5CCEFC;
    padding: 5px;
}

.content ol li {
list-style: none; background: none;
}
.commentlist {
	padding-right: 22px;
}
#respond {
	padding-left: 28px;
}
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentlist li p {
	line-height: 1.7em;
}
#commentform {
	background: #FFFFFF;
	width: 480px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-right: 0px;
}

.commentmetadata {
padding: 2px 0 4px;
}

.commentmetadata a {
	color: #51A8FF;
}

textarea.styled {
width: 200px;
width:300px;
height:100px;
background:#ffffff;
border:1px solid #ececec;
padding: 5px 0px 5px 5px ;
}
.styled {
    background:#FFFFFF;
	font-size: 1.1em;
	border: 1px solid #ececec;
	width:300px;
	padding: 5px 0px 5px 5px ;
}

.styled:hover {
	background: #FFF;
	border: 1px solid #5ccefc;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}

#commentform input {
    margin-bottom: 3px;
}
a img {
    border:none;
}

/* calendar */
#wp-calendar {
    color:#A0A0A0;
}
.sidenav table caption {
    border-bottom-color:#000;
}
.sidenav table thead tr {
    border-bottom-color:#000;
    color:#A53512;
}
.sidenav table th {
    border-bottom-color:#000;
}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}
.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {
  border-top-color:#000;
}

.sidenav table tfoot a {background:none;}

/* calendar

--------------------------------------------------*/

#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;

}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}

.sidenav table tfoot a {
  border: none;
  font-weight: bold;

}

.sidenav table tfoot #prev a {text-align:left;}

.sidenav table tfoot #next a {text-align:center;}

#searchform {
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-top: 30px;
	margin-right: 4px;
	margin-left: 0px;
}
#search-field {
	width: 148px;
	padding: 5px 10px 0px 0px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:#ffffff;
    color:#999999;
}
#search-submit {
	margin-left: 12px;
	padding: 0px;
	background:transparent;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 14px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	border:0pt none;
	text-indent:-9999px;
	height: 22px;
	width: 25px;
}
.sidenav h3{
	color: #333333;
	line-height: 30px;
	padding-left: 12px;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image:url(img/line.jpg);
	background-position: 12px 45px;
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/* --- POST STYLING ---*/

h1, h2, h3 {padding: 6px 0px 0px 0px;}

div.post h1 {
	font: normal 1.8em Arial, Tahoma,sans-serif;
	margin-bottom: 4px;
}


div.entry h1{

	font:bold 18px Arial, Tahoma,arial,sans-serif;
	padding:0px;
	margin:0px 0px 1em 0px;
	color:#616161;

}

div.entry h2{

	font:bold 16px Arial, Tahoma,arial,sans-serif;
	padding:0px;
	margin:0px 0px 1em 0px;

}

div.entry h3{

	font:bold 14px Arial, Tahoma,arial,sans-serif;
	padding:0px;
	margin:0px 0px 1em 0px;

}

div.entry h4{

	font:bold 12px Tahoma,arial,sans-serif;
	padding:0px;
	margin:0px 0px 1em 0px;

}

div.entry h5{

	font:bold 11px Tahoma,arial,sans-serif;
	padding:0px;
	margin:0px 0px 1em 0px;

}

div.entry h6{

	font:bold 10px Tahoma,arial,sans-serif;
	padding:0px;
	margin:0px 0px 1em 0px;

}
/* -- P --*/
div.entry p {
	font:normal 1em Tahoma, "Lucida Sans Unicode",sans-serif;
	margin:0px 0px 1em 0px;
	line-height: 1.7em;
}

/* -- BLOCKQUOTE --*/
div.entry blockquote{
	border:solid 1px #cacaca;
	padding:16px;
	background:#f5f5f5;
	font-weight:normal;
	margin:0px 0px 1em 0px;

}
div.entry blockquote p{
margin:0px;
padding:0px;

}

/* -- UL --*/
div.entry ul{
	padding:0px;
	margin:0px 0px 1em 0px;

}
/* -- OL --*/
div.entry ol{
	padding:0px;
	margin:0px 0px 1em 0px;
	list-style-type:decimal;

}

div.entry ol li {
	background:none; 
	padding: 1px 0 1px 2px;
	list-style-type:decimal;
	list-style-position:inside;

}

/* -- LI --*/
div.entry ul li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 0 1px 16px;

}

/* -- LI a:hover --*/
div.entry li  a:hover{
	color:#cacaca;
}
/* -- CODE --*/
div.entry code {
	background:#FFF;
	border: 1px solid #EEE;
	border-left: 4px solid #cacaff;
	color: #666;
	display: block;
	font: normal 1em "Lucida console",Tahoma,sans-serif;
	line-height:0.8em;
	margin:0px 0px 1em 0px;
	padding:8px 10px;
	white-space:pre;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gray {
    background: #CCC;
}

#add-comment {
  margin-top: 20px;
  margin-right: 25px;
}

