/*
Theme Name: ProductiveDreams
Theme URI: http://productivedreams.com/
Description: This theme was created for the 4th redesign of ProductiveDreams.com
Author: Gopal Raju
Version: 4
Tags: two-column, orange, brown
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:none;
  outline:none;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none;outline:none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
input[type=button], input[type=submit], button { cursor: pointer; border:none;}

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly 
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family: Lucida-G, Arial, Helvetica, sans-serif; }


 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.7em; list-style:none; }
ol { list-style-type: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; border: none; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; resize:none;} /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
input[type=button], input[type=submit], button { cursor: pointer; border:none; outline:none;}
input[type="text"]:focus {outline: none;}

label{
cursor:text;
}
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #9c3b00; color:#fff; text-shadow: none; }
::selection { background:#9c3b00; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << j.mp/phayesclearfix */
.clearfix:after  { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

 /* Primary Styles
    Author: 
 */










/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */

/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}











h3#reply-title, .logged-in-as, .comment-notes, form#commentform p span, .single p.form-allowed-tags, .single .navigation, span.says, .single .downloadinfo img, .single .downloadinfo br, ol.forms li.screenReader {
	display:none !important;
}
body {
	background:url(images/body_bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input {
	outline:none;
	border:none;
}
a {
	color:#666;
}
a:hover {
	color:#333;
}

/* -------Header------------*/
#header-wrapper, #footer-wrapper, .header-tree {
	width:100%;
	position:relative;
}
#header-wrapper {
	height:137px;
	background:url(images/bg_header_bg.jpg) repeat-x;
}

.header-tree{
height:137px;
background:url(images/header-tree.png) no-repeat center top;
}

header {
	width:960px;
	height:137px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
h1.logo{
	width:230px;
	height:33px;
	overflow:hidden;
	float:left;
	margin:24px 20px;
	margin-bottom:0;
	
}
.twitter-updates {
	width:240px;
	height:50px;
	float:left;
	padding:0 32px 0 13px;
	margin-top:24px;
	text-align: right;
}

.screensize960 .twitter-updates ul#twitter_update_list{
height: 45px;
overflow: hidden;
}

.twitter-updates ul li a{
	color:#999;
}
.twitter-updates ul li span{
	color:#999;
}

.twitter-updates ul li a:hover{
	color:#fff;
}

a.twitter-bird {
	width:50px;
	height:33px;
	display:block;
	background:url(images/bg_png.png) -556px -104px no-repeat;
	position:relative;
	margin-top:25px;
	margin-left:4px;
	z-index:9999999;
	float:left;
}
a.twitter-bird span {
	font-size:10px;
	height:70px;
	left:50px;
	letter-spacing:-1px;
	padding-left:10px;
	position:absolute;
	text-align:center;
	top:-48px;
	width:92px;	
	background:url(images/bg_png.png) -621px -104px no-repeat;
	display:none;
}
a.twitter-bird span strong{
	display:block;
	font-size:18px;
	letter-spacing:0;
	line-height:13px;
	padding-top:29px;
	color:#fff;
}
a.twitter-bird:hover span {
	display:block;
	color:#999;
}

/*  TOP NAVIGATION   */
.top-nav-div {
	width:958px;
	height:58px;
	background:url(images/top-nav-div-bg.png) 0 0 repeat-x;
	border:1px solid #f99e48;
	clear:both;
	position:relative;
	z-index:1;
	bottom:-3px;
}
ul.top-nav {
	height:41px;
	padding-top:16px;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
}
ul.top-nav  li{
	height:25px;
	float:left;
	margin-right:5px;
}
ul.top-nav  li a{
	padding:0 14px;
	font: normal 17px/24px del-roman, Arial, Helvetica, sans-serif;
	color:#fff !important;
	display:block;
	text-shadow:1px 1px 0 #581b02;
	text-transform: lowercase;
	float:left;
	height:24px;
}
ul.top-nav  li a:hover, ul.top-nav li a:active, ul.top-nav li a:focus, ul.top-nav  li.current_page_item a, .top-nav li.current-menu-item a {
	background:url(images/top-nav-div-bg.png) repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-width:1px;
	border-style:solid;
	padding:0 13px;
	height:25px;
	line-height:22px;
}

 ul.top-nav li a:hover{
	background-position:0 -60px;
	border-color:#f28e3e #c84500 #8e3a0f #c84500;
	
}
ul.top-nav  li a:active, ul.top-nav li a:focus, .top-nav li.current_page_item a, ul.top-nav  li.current-menu-item a {
	background-position:0 -88px;
	border-color:#581d00 #ce4800 #ec7a2f #ce4800;
}
/*  TOP 3 BUTTONS   */
ul.top-3-buttons {
	width:118px;
	height:30px;
	padding-top:14px;
	position:absolute;
	z-index:3;
	top:0;
	left:620px;
}
ul.top-3-buttons li {
	float:left;
	margin-right:8px;
	width:30px;
}
ul.top-3-buttons li a{
	display:block;
	background:url(images/bg_png.png) 0 0 no-repeat;
	height:30px;
	text-indent:-9999px;
}
ul.top-3-buttons li.twitter-btn a{
	background-position: 0 0;
}
ul.top-3-buttons li.dribbble-btn a{
	background-position: -39px 0;
}
ul.top-3-buttons li.rss-btn a{
	background-position: -79px 0;
}
ul.top-3-buttons li.twitter-btn a:hover{
	background-position: 0 -31px;
}
ul.top-3-buttons li.dribbble-btn a:hover{
	background-position: -39px -30px;
}
ul.top-3-buttons li.rss-btn a:hover{
	background-position: -79px -30px;
}
ul.top-3-buttons li.twitter-btn a:active, ul.top-3-buttons li.twitter-btn a:focus {
	background-position: 0 -62px;
}
ul.top-3-buttons li.dribbble-btn a:active, ul.top-3-buttons li.dribbble-btn a:focus {
	background-position: -39px -62px;
}
ul.top-3-buttons li.rss-btn a:active, ul.top-3-buttons li.rss-btn a:focus{
	background-position: -79px -62px;
}
/*  SEARCH  */
.search-div {
	position:absolute;
	z-index:4;
	top:0;
	right:36px;
}
#searchform {
	width:auto;
	height:26px;
	padding-top:15px;
	position:relative;
	z-index:1;
	float:left;
}
#searchform input#s, input#author, input#email, input#url, #comment, input#contactName, #commentsText   {
	width:125px;
	height:16px;
	padding:5px 30px 5px 5px;
	display:block;
	color: #FFF;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	border-top:1px solid #CB6636;
	border-bottom:1px solid #FE9338;
	border-left:1px solid #CB6636;
	border-right:1px solid #CB6636;
	-moz-box-shadow:1px 1px 2px #000000 inset;
	background:url(images/text-area-bg.png) repeat;	
}

.screen-reader-text {
	position:absolute;
	z-index:1px;
	top:22px;
	left:14px;
	color:#fff;
}
#searchform input#searchsubmit {
	position:absolute;
	z-index:1;
	background:url(images/bg_png.png) -113px 0 no-repeat;
	right:10px;
	top:22px;
	width:15px;
	height:15px;
	text-indent:-999px !important;
	line-height:9999px;
	overflow:hidden;
	zoom:1;
	cursor:pointer;
}
#searchform input#searchsubmit:hover {
	background-position: -113px -21px;
}

.search-no-results .entry-content{
padding: 13px;
}
/* TREE on TOP  */
.top-tree {
	width:500px;
	height:137px;
	position:absolute;
	z-index:1;
	background:url(images/bg_png.png) 73px -363px no-repeat;
	top:-78px;
	right:-2px;
}

.entry-content img{
	max-width: 100%;
	}




/* -------Content------------*/

#content-wrapper {
	width:960px;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin: 0 auto;
	background:#FFF url(images/bg_aside.jpg) right top repeat-y;
}
.content-main {
	width:654px;
	height:auto;
	overflow:hidden;
	zoom:1;
	float:left;
	background-color:#fff;
}
/*  LATEST POST   */
.latest_post {
	height:290px;
	padding:0 22px;
	position:relative;
	z-index:1;
	background:url(images/latest-post-bg.jpg) repeat;
}
.screensize1280 .latest_post {
	height:382px;
}

.screensize1280 ul.top-nav li{
margin-right:25px;
}

.latest_post h1 {
	font:normal 26px/26px Lucida-G, Arial, Helvetica, sans-serif ;
	color:#fff;
	letter-spacing:-0.5px;
	display:table-cell;
	vertical-align:middle;
	height:82px;
	width:555px;
	
}
.latest_post img {
	overflow:hidden;
	zoom:1;
	border:1px solid #c4bca7;
	opacity:.8;
}
.home .latest_post img {
	margin-bottom:10px;
}

.latest_post:hover img{
opacity:1;
}

.latest_post p {
	display:block;
	width:400px;
	height:66px;
	overflow:hidden;
	float:left;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#a99da2;
	margin-bottom:3px;
}

.screensize960 .latest_post p{
width:612px;
}


ul.post-details {
	width:auto;
	height:66px;
	float:left;
	margin:0;
}
.screensize1280 ul.post-details, .screensize1280 .home ul.post-details {
	width:188px;
	height:66px;
	position:absolute;
	right:22px;
	top:82px;
	margin: 0;
}
.home .screensize1280 ul.post-details {
	top: 82px;
}
.home ul.post-details {
	top:276px;
}
.single ul.post-details {
	height:auto;
}
.single .latest_post h1 {
	height:74px;
}
.single .screensize1280 .latest_post h1 {
	height:84px;
}
ul.post-details li{
	height:auto;
	overflow:hidden;
	zoom:1;
	padding:5px 0;
	padding-left:20px;
	text-align:left;
	float:left;
}
.single .screensize1280 ul.post-details li {
	margin-right:0;
}
.single ul.post-details li {
	margin-right:20px;
}

.screensize1280 ul.post-details li, .home .screensize1280 ul.post-details li{
	padding:5px 0;
	padding-right:28px;
	border-bottom:1px solid #4f3741;
	text-align: right;
	float:none;
}
.screensize1280 ul.post-details li:last-child, .home ul.post-details li:last-child {
	border:0;
}
ul.post-details li.post-cats {
	background:url(images/bg_png.png) 1px -136px no-repeat;
}
ul.post-details li.post-tags {
	background:url(images/bg_png.png) 1px -180px no-repeat;
}
ul.post-details li.total-comments {
	background:url(images/bg_png.png) 1px -94px no-repeat;
}

ul.post-details li a {
	font-style:italic;
	padding:0 3px;
	color:#c77b10;
}
ul.post-details li a:hover {
	color:#fff;
}

ul.post-details li.total-comments a{
	float:right;
	color: #ccc;
}
ul.post-details li.total-comments a:hover {
	color: #fff;
}
a.more-link {
	display:block;
	width:74px;
	height:24px;
	clear:both;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:330px;
	background:url(images/bg_png.png) -517px -295px no-repeat;
}
a.more-link:hover {
	background-position: -517px -322px;
}
.post_date {
    width:56px;
    height:32px;
    background:url(images/new.png) 0 0 no-repeat;
    position:absolute;
    z-index:999;
    top:15px;
    right:18px;
	padding: 8px 9px;
}
strong.day {
	color: #FFFFFF;
    display: block;
    float: left;
    font: 24px/16px Arial,Helvetica,sans-serif;
    letter-spacing: -1px;
    padding-right: 7px;
    padding-top: 5px;
    text-align: center;
}
strong.month {
    color: #FFFFFF;
    display: block;
    float: left;
    font: 10px/12px Arial,Helvetica,sans-serif;
    height: 12px;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
}
strong.year {
	color: #FF8F41;
    float: left;
    font-size: 10px;
    font-weight: normal;
}

/*  LISTED RECENT POSTS  */

a.post_thumb{
display: block;
height: 118px;
width:188px;
background: #f2f2f2;
}

.listed_posts {
	height:auto;
	overflow:hidden;
	padding:6px 0 0 22px;
	clear: both;
}

article.type-post {
    border-bottom: 1px dotted #E2E2E2;
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
    min-height: 310px;
    padding-top: 20px;
    position: relative;
    width: 295px;
    z-index: 1;
}



article.type-post h2{
margin-top: 10px;
padding-bottom: 10px;
}

article.type-post .post_date {
    right:16px;
    top: 20px;
}
article.type-post img {
	border:1px solid #c4bca7;
}

article.type-post span img{
border: none;
}


article.type-post .entry-content ul{
list-style: circle;
margin: 15px;
line-height: 19px;
font-size: 14px;
}


article.type-post h2 a{
	font:normal 18px/18px 'Lucida-G', Arial, Helvetica, sans-serif;
	color:#442a35;
	padding:16px 0;
	letter-spacing:-1px;
}
article.type-post h2 a:hover{
	color:#e37837;
}
article.type-post p {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:10px;
}

.single article.type-post p{
font:normal 14px/20px Arial, Helvetica, sans-serif;
}

.screensize1280 article.type-post .entry-content p, .screensize1280 article.type-post .entry-content{
font:normal 14px/20px Arial, Helvetica, sans-serif;
}

article.type-post a.more-link {
	margin:0;
	float:right;
}


/*  RIGHT SIDE BAR  */

aside {
	width:306px;
	height:auto;
	float:right;
	overflow:hidden;
	zoom:1;
	padding:14px 0;
}
aside h3, .recognitions h2{
	color:#75645B;
	font:18px 'Lucida-G',Arial,Helvetica,sans-serif;
	padding-bottom:15px;
	padding-top:5px;
}

.recognitions ul{
margin-left: 0;
}

.recognitions ul li{
padding: 5px 0;
}

.sidebar-network, .popular-posts, .tag-cloud-div, .about-me-div, .button-ads, .flike-box, div.supporters, div.awards {
	width:272px;
	margin:0 auto;
	padding-bottom: 15px;
	border-bottom:1px dotted #c0b9b2;
}


.supporters a.empty{
color: #000;
font-weight: bold;
margin-bottom: 20px;
display: block;
}

.supporters li{
padding: 5px 0;
}

div.awards ul, div.supporters ul{
margin-left: 0;
}

.button-ads ul li{
border:1px dotted #c0b9b2 !important;
float: left !important;
background: #FFF !important;
}

.button-ads {
	border-bottom:0;
}

.button-ads .oio-banner-zone{
width:275px !important;
}

.about-me-div span img{
display: block;
height: 71px;
width:65px;
}



/*  Network  */
.sidebar-network {
	height:47px;
	padding:0 0 13px;
	overflow:hidden;
	zoom:1; 
}
.sidebar-network a {
	color:#666;
	display:block;
	font-style:italic;
	text-shadow:0 1px 0 #FFFFFF;
}
.sidebar-network a:hover span{
	color:#333;
}
.sidebar-network a{
	width:54px;
	height:30px;
	float:left;
	background:url(images/bg_png.png);
	display:block;
	text-align:center;
	line-height:80px;
}
.sidebar-network a.facebook {
	background-position: -138px 0px;
}
.sidebar-network a.stumble {
	background-position: -198px 0px;
}
.sidebar-network a.linkedin {
	background-position: -258px 0px;
}
.sidebar-network a.delicious {
	background-position: -318px 0px;
}
.sidebar-network a.digg {
	background-position: -378px 0px;
}
.sidebar-network a.facebook:hover {
	background-position: -441px 0px;
}
.sidebar-network a.stumble:hover {
	background-position: -501px 0px;
}
.sidebar-network a.linkedin:hover {
	background-position: -561px 0px;
}
.sidebar-network a.delicious:hover {
	background-position: -621px 0px;
}
.sidebar-network a.digg:hover {
	background-position: -681px 0px;
}
.no-margin {
	margin:0 !important;
}

/*  Popular post  */
.popular-posts{
	margin:4px auto 0;
	overflow:hidden;
	border:0;
	padding-bottom:0;
}
.popular-posts ul{
	margin:0;
	overflow:hidden;
	zoom:1;
	height:168px;
}
.popular-posts li {
	width:123px;
	height:40px;
	float:left;
	margin-bottom:16px;
	margin-right:13px;
}

.popular-posts li:nth-child(even){
margin-right: 0;
}

.popular-posts li a{
	display:block;
	color:#666;
	height: 32px;
	overflow: hidden;
	line-height:17px;
}
.popular-posts li a:hover{
	color:#333;
}

.popular-posts li a span{
	display:none;
	float:left;
	height:30px;
	width:30px;
	margin-right:10px;
	border:1px solid #aba199;
	background: #e2e0d4;
}

.popular-posts li a span img{
width:30px;
height: 30px;
display: block;
overflow: hidden;
opacity:.6;
}


/*  Newsletter  */
.newsletter-div {
	height:91px;
	background:url(images/top-nav-div-bg.png) 0 -116px repeat-x;
	border-top:1px solid #F99E48;
	border-bottom:1px solid #7A2C12;
}
#newsletter-form {
	width:auto;
	padding:10px 15px;
	position:relative;
	z-index:1;
	float:left;
}


#newsletter-form input#n {
	width:217px;
	height:16px;
	padding:5px 50px 5px 5px;
	display:block;
	color: #FFF;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	border-top:1px solid #CB6636;
	border-bottom:1px solid #FE9338;
	border-left:1px solid #CB6636;
	border-right:1px solid #CB6636;
	-moz-box-shadow:1px 1px 2px #000000 inset;
	background:url(images/text-area-bg.png) repeat;	
}
#newsletter-form input#newsletter-submit {
	position:absolute;
	z-index:1;
	background:url(images/bg_png.png) -571px -434px no-repeat;
	right:19px;
	top:51px;
	width:36px;
	height:24px;
	text-indent:-999999px !important;
	line-height:999px;
	overflow:hidden;
	zoom:1;
	cursor:pointer;
}

#newsletter-form input#newsletter-submit:hover {
	background-position: -571px -463px;
}
#newsletter-form .screen-reader-text {
	left:33px;
	top:54px;
}
.newsletter-div h3 {
	color:#fff;
	text-shadow:1px 1px 1px #381c0c;
	padding-bottom:10px;
	height: 23px;
}

.newsletter-div a {
	display:block;
	position:absolute;
	z-index:999;
	top:19px;
	right:26px;
	font:13px normal Lucida-G, Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:1px 1px 1px #381c0c;
	letter-spacing:-1px;
}
.newsletter-div a:hover {
	text-shadow:1px 1px 3px #260c02;
	color:#FFFFCC;
}
/*    about me    */
.about-me-div {
	width:276px;
	height:auto;
	overflow:hidden;
	zoom:1;
	margin-top:18px;
	border-bottom: 1px dotted #C0B9B2;
}
.about-me-div span{
	float:left;
	margin-right:15px;
	width:66px;
}
.about-me-div span a{
	display:block;
}
.about-me-div h3 a{
	font: bold 16px Lucida-G, Arial, Helvetica, sans-serif;
	color:#c7511a;
	padding-left:8px;
}
.about-me-div p a {
	color:#c7511a;
	font-style:italic;
}
.about-me-div a.more-link {
	margin:10px 0;
}

.about-me-div h3 a:hover, .about-me-div p a:hover {
	color:#8c370e;
}
/*    Tag cloud    */
.tag-cloud-div {
	margin-top:10px;
	height:auto;
	overflow:hidden;
	zoom:1;
}
.tag-cloud-div h3 {
	padding-bottom:6px;
}
.button-ads {
	margin-top:18px;
	overflow:hidden;
	zoom:1;
}
.button-ads a.ads{
	width:125px;
	height:125px;
	float:left;
	margin-right:18px;
	background-color:#ccc;
	border:1px solid #999;
	text-align:center;
	line-height:125px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	zoom:1;
}

/* -------Footer------------*/

footer {
	height:375px;
	background:url(images/bg_footer.png) repeat-x;
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:999999;
}
.footer-div {
	width:916px;
	height:339px;
	padding: 36px 22px 0;
	margin:0 auto;
}
.footer-list {
	height:250px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-bottom:20px;
}
.footer-list h2, .convax-network h2 {
	font-size:18px;
	color:#fff;
	padding-bottom:10px;
}
ul.categories, ul.friends, ul.sponsors, ul.random-posts {
	width:90px;
	margin:0;
}
.footer-list ul li {
	margin-bottom:6px;
	float: left;
	width:170px;
	overflow: hidden;
	margin-right: 10px;
	display: inline;
}
.footer-list ul li a{
	line-height:12px;
	white-space: nowrap;
}
ul.random-posts {
	float:left;
	width:120px;
	margin-right:22px;
}

/*----------network---------*/
.convax-network {
	width:265px;
	float:right;
	height:270px;
}
.network-tree {
	height:240px;
	background:url(images/bg_png.png) -219px -92px no-repeat;
	position:relative;
	z-index:999;
	top:-26px;
	left:0;
}
a.convax-bird, a.twibies-bird, a.pd, a.indofolio {
	display:block;
	height:30px;
	width:60px;
	position:absolute;
	z-index:999;
	background:url(images/bg_png.png) no-repeat;	
	background-position: -65px -305px;
	text-indent:-9999px;
}
a.convax-bird:hover, a.twibies-bird:hover, a.pd:hover, a.indofolio:hover {
	background-position: -138px -307px;
}
a.convax-bird span.logo-div, a.twibies-bird span.logo-div, a.pd span.logo-div, a.indofolio span.logo-div {
	display:block;
	position:absolute;
	z-index:9999999;
	width:26px;
	height:40px;
	background:url(images/bg_png.png) no-repeat;
}
span.tool-tip {
	display:none;
	text-indent:0;
	border:1px solid #333;
	padding:6px 12px;
	background-color:#000;
	text-align:center;
	color:#fff;
	position:absolute;
	z-index:9999999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
}
a.convax-bird:hover span.tool-tip, a.twibies-bird:hover span.tool-tip, a.pd:hover span.tool-tip, a.indofolio:hover span.tool-tip {
	display:block;
	opacity:0.8;
}
a.convax-bird {
	top:7px;
	left:154px;
}
a.convax-bird span.logo-div {
	background-position: -32px -252px;
	top:-13px;
	left:18px;
}
a.convax-bird:hover span.logo-div {
	background-position: -32px -258px;
}
a.convax-bird span.tool-tip {
	top:12px;
	left:-112px;
}

a.twibies-bird {
	top:78px;
	left:110px;
}
a.twibies-bird span.logo-div {
	background-position: -72px -252px;
	top:-13px;
	left:18px;
}
a.twibies-bird:hover span.logo-div {
	background-position: -72px -258px;
}
a.twibies-bird span.tool-tip {
	top:-12px;
	left:-112px;
}
a.pd {
	top:68px;
	left:196px;
}
a.pd span.logo-div {
	background-position: -154px -249px;
	top:-13px;
	left:18px;
}
a.pd:hover span.logo-div {
	background-position: -154px -255px;
}
a.pd span.tool-tip {
	top:3px;
	left:50px;
}


a.indofolio {
	top:33px;
	left:214px;
}
a.indofolio span.logo-div {
	background-position: -109px -249px;
	top:-13px;
	left:18px;
}
a.indofolio:hover span.logo-div {
	background-position: -109px -255px;
}
a.indofolio span.tool-tip {
	top:-11px;
	left:51px;
}







/*----footer bottom----------*/
.footer-bottom {
	clear:both;
	overflow:hidden;
	zoom:1;
	padding-top:20px;
}
.copyright {
	float:left;
	padding-top: 10px;
	position: relative;
	width: 800px;	
	display: block;
}
a.powered-by {
	float:right;
	display:block;
	width:102px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/bg_png.png) -501px -355px no-repeat;
}
a.powered-by:hover {
	background-position: -501px -390px; 
}

footer ul{
margin: 0;
}

footer .sponsors-list{
width:115%;
}

footer .sponsors-list ul li{
float: left;
width:185px;
}

/*----single page----------*/

.single .entry-content .size-full, .single .entry-content .size-medium{
display:block;
margin:15px auto;
border: 3px solid #75645B;
height: auto;
}


/* Screensize */

.screensize1280 ul.post-details li.post-cats, .home .screensize1280 ul.post-details li.post-cats {
	background:url(images/bg_png.png) 173px -136px no-repeat;
}
.screensize1280 ul.post-details li.post-tags, .home .screensize1280 ul.post-details li.post-tags {
	background:url(images/bg_png.png) 173px -180px no-repeat;
}
.screensize1280 ul.post-details li.total-comments, .home .screensize1280 ul.post-details li.total-comments {
	background:url(images/bg_png.png) 173px -94px no-repeat;
}


.screensize1280 article.type-post {
	min-height:310px;
}

.screensize1280 #newsletter-form input#newsletter-submit {
	right:29px;
}

.screensize1280 .newsletter-div a {
	letter-spacing:0;
}

.screensize1280 #newsletter-form input#n {
	width:243px;
}

.screensize1280 .popular-posts li a span{
display: block;
}

.screensize1280 #content-wrapper, .screensize1280 header{
width: 1200px;
}
.screensize1280 #content-wrapper {
	background-image:url(images/bg_aside2.jpg);
}

.screensize1280 .top-nav-div{
width:1198px;
}

.screensize1280 .content-main{
width:850px;
}
.navigation {
	clear:both;
}
.navigation .pagination {
	float:right;
	height:24px;
	margin-bottom:24px;
	margin-right:22px;
}
.navigation .pagination a, .navigation .pagination span {
	display:block;
	margin-right:5px;
	padding:6px 9px;
	background-color:#75645B;
	-moz-border-radius:15px 15px 15px 0;
	-webkit-border-radius:15px 15px 15px 0;
	border-radius:15px 15px 15px 0;
	float:left;
	color:#fff;
	min-width:7px;
	text-align: center;
}
.navigation .pagination a:hover, .navigation .pagination span:hover {
	background-color:#de6c2c;
}
.navigation .pagination span.current {
	background-color:#371304;
}
	

.screensize1280 aside{
width:350px;
}

.screensize1280 .footer-div {
width:1150px;
}
.footer-div a:hover{
	color:#fff;
}

.screensize1280 .footer-list{
margin-right: 60px;
width:88px;
}

.screensize1280 .footer-list.awards{
width:186px;
}

.footer-list.no-margin{
width:540px;
}

.screensize1280 .footer-list.no-margin{
width:270px;
}

.footer-list.friendslist{
display: none;
}


.screensize960 .footer-list.awards ul.sponsors{
width:150px;
}

.screensize960 ul.top-3-buttons{
left:640px;
}

.screensize960 #searchform input#s{
width:108px;
}

.screensize960 .footer-list.friendslist ul.friends{
width:74px;
}

.screensize960 .footer-list ul.categories{
width:86px;
}

.screensize1280 .popular-posts, .screensize1280 .button-ads {
width:auto;
padding: 0 0 0 25px;
}

.screensize1280 .button-ads{
padding: 0 0 0 35px;
}


.screensize1280 .popular-posts li{
margin-right:15px;
width:147px;
}


.screensize1280 .sidebar-network, 
.screensize1280 .tag-cloud-div, 
.screensize1280 .about-me-div{
width:300px;
}

.screensize1280 .sidebar-network a{
width:60px;
}

.screensize1280 .button-ads a.ads{
margin-right: 35px;
margin-bottom:25px;
}

.screensize1280 article.type-post {
margin-right:31px;
width:245px;
}

article.type-post p a{
position: absolute;
bottom: 0;
right: 0;
display: block;
}

.screensize1280 .twitter-updates {
width:480px;
color: #999999;
}
.screensize1280 .latest_post p{
width:auto;
padding:10px 0;
font-size: 14px;
}

.screensize1280 ul.top-3-buttons{
left:855px;
width:120px;
}

.screensize1280 ul.top-3-buttons li{
margin-right:10px;
}

.screensize1280 .top-nav ul li{
margin-right:20px;
}

.screensize1280 #newsletter-form {
padding:10px 25px;
}

.screensize1280 article.type-post .post_date{
right:0;
}

.screensize1280 .header-tree{
background-image: url(images/header-tree-res.png);
}

.screensize1280 footer .sponsors-list ul li{
margin-right: 20px;
}

.screensize1280 footer .sponsors-list{
width:320px;
}

.screensize1280 ul.categories, .screensize1280 ul.friends, .screensize1280 ul.sponsors, .screensize1280 ul.random-posts{
width:auto;
}

.paged article.latest_post{
display:none;
}

/* Sitemap */

.sitemap-posts li{
float: left;
width:179px;
margin-right: 22px;
margin-bottom: 22px;
}

.sitemap-posts li a{
display:block;
height:32px;
overflow:hidden;
}

.sitemap-posts li img{
float:left;
margin-right: 10px;
}

.sitemap-nav, .sitemap-posts, .sitemap-cats{
clear: both;
display: block;
padding: 10px 0;
overflow: hidden;
margin: 10px 0;
}

.sitemap-nav li{
float: left;
width: 100px;
}

.sitemap-nav li a{
display: block;
font-size: 15px;
}

.sitemap-cats li{
float: left;
width:118px;
margin-right: 20px;
padding: 2px 0;
}

.sitemap-cats li a{
font-size: 13px;
}

.xmlsitemap{
margin: 20px 0;
display: block;
overflow: hidden;
}
span.comments-link a{
	display:block;
	position:absolute;
	z-index:999;
	left:0;
	bottom:0;
}



span.comments-link a:hover, article.type-post p a:hover{
	color:#E37837;
}

/*
----------------------------------------------------------------------------------------------------------
											INNER PAGES
----------------------------------------------------------------------------------------------------------
*/

.single article.type-post{
width:100%;
margin-right: 0;
margin-bottom: 0;
}

.single .screensize1280 .latest_post{
	height:290px;
}
.home .latest_post{
	height:382px;
	overflow: hidden;
}
.single .listed_posts{
	padding:30px 40px 0;
}

.single .listed_posts h1{

font-size:20px;
font-weight:bold;
letter-spacing:-1px;

}

.single #comments {
	position:relative;
	z-index:1;
	overflow:hidden;
	zoom:1;
}
.single h3#comments-title {
	position:absolute;
	z-index:99999;
	top:26px;
	right:20px;
	width:95px;
	height:32px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	overflow: hidden;
}
.single .screensize1280 h3#comments-title {
	right:54px;
}
.single h3#comments-title strong{
	text-align:center;
	display:block;
}
.single .comments h3#reply-title{
	font-size:18px;
	line-height:50px;
	padding-left: 22px;
	color:#51433b;
}
.single .screensize1280 #respond {
	width:806px;
	height:106px;
	padding:22px;
	border-top:1px solid #ffa358;
	border-bottom:1px solid #ffa358;
	background:url(images/top-nav-div-bg.jpg)0 -220px repeat-x;
}
.single #respond {
	width:610px;
	height:106px;
	padding:22px;
	border-top:1px solid #ffa358;
	border-bottom:1px solid #ffa358;
	background:url(images/top-nav-div-bg.jpg)0 -220px repeat-x;
}
.single #comment {
	height:96px;
	left:0;
	position:absolute;
	top:0px;
	width:224px;
	z-index:999;
}
.single .screensize1280 #comment {
	height:96px;
	left:0;
	position:absolute;
	top:0px;
	width:400px;
	z-index:999;
}

input#author, input#email, input#url {
	width:200px;
	height:16px;
}
.single .screensize1280 p.form-submit {
	width:134px;
}
.single p.form-submit {
	position:absolute !important;
	right:0px;
	text-align:center;
	top:76px;
	width:100px;
	z-index:999;
}
.single input#submit, ol.forms li.buttons button, .oioplugin #oiopub-container td input.oiopaymentbutton {
	padding:4px 10px;
	background:url(images/top-nav-div-bg.jpg) 0 -370px repeat-x;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border-top:1px solid #fe9338;
	border-bottom:1px solid #260c01;
	border-left:1px solid #db682b;
	border-right:1px solid #db682b;
	color:#FFF;
	text-shadow:0 1px 0 #444;
}
.single input#submit:hover, ol.forms li.buttons button:hover {
	background-position: 0 -396px;
}
.single input#submit:focus, .single input#submit:active, ol.forms li.buttons button:focus, ol.forms li.buttons button:active {
	background-position: 0 -422px;
}

.single #respond label, ol.forms li label {
	left:10px;
	position:absolute;
	top:10px;
	z-index:99999;
	color:#ccc;
}
.single .screensize1280 form#commentform {
	position:relative;
	z-index:1;
	height:106px;
	width:806px;
}
.single form#commentform {
	position:relative;
	z-index:1;
	height:106px;
	width:610px;
}

.single form#commentform p {
	display:block;
	padding:4px 0;
	position:relative;
}
.single .screensize1280 form#commentform .comment-form-comment, .single form#commentform .comment-form-comment {
	position:absolute;
	z-index:999;
	left:240px;
	top:0;
	width:200px;
}
.single .screensize1280 .commentlist li #comment {
	width:360px;
}
.single .screensize1280 ol.commentlist form#commentform {
	width:auto;
}
.single #content article {
	padding-bottom:24px;
	padding-top:0;
}
.single ol.commentlist {
	margin: 0 !important;
}
.single ol.commentlist li{
	display:block;
	height:auto;
	overflow:hidden;
	zoom:1;
	padding:20px;
	width:auto;
	position: relative;
	border-bottom:1px solid #E2E2E2;
}
.single ol.commentlist li.odd{
	background-color:#f4f4f4;
}

.single ol.commentlist li.even{
background-color:#FFF;
}
.single ol.commentlist li *{
	overflow:hidden;
}

.single ol.commentlist li #respond, .single ol.commentlist li #respond *{
overflow:visible;
}

.single ol.commentlist .reply{
	text-align:right;
	position: absolute;
	left: 170px;
	top: 80px;
}
.single ol.commentlist .reply a{
	display:block;
	font-size:11px;
	padding:0 10px 0 0;
}

.single .comment-body{
	font-size: 12px;
	line-height: 15px;
	width:400px;
	float:right;
	overflow:hidden;
	zoom:1;
}


.single .comment-body p{
padding-bottom: 10px;
}

.single ol.commentlist li li .comment-body{
	width:336px;
}
.single .screensize1280 .comment-body{
	width:600px;
}
.single .screensize1280 ol.commentlist li li .comment-body{
	width:538px;
}

.single ol.commentlist .vcard {
	width:176px;
	height:66px;
	margin-right:10px;
	padding:12px;
	float:left;
	background:url(images/bg_png.png) -562px -194px no-repeat;
}
.single ol.commentlist .vcard a{
	display:block;
	float:right;
	font-size:11px;
	letter-spacing:-0.5px;
	width:122px;
}
.single .fn a.url {
	font-size:12px !important;
	color:#000;
	display:block;
}
.single ol.commentlist .vcard img{
	float:left;
	margin-right:10px;
	border:1px solid #999;
}
.single ol.commentlist li ul{
	clear:both;
	float:left;
	margin-top:20px;

}
.single ol.commentlist #respond{
	clear:both;
	width:auto;
	border:none;
	background:url(images/bg_png.png) -8px -512px no-repeat;
	margin-top:10px;
}

ul.sitemap-posts li a img {
	border:1px solid #999;
}
.single .downloadinfo a.downloadlink, .single .downloadinfo a.demo {
	display:inline-block;
	width:166px;
	height:42px;
	margin-right:20px;
	text-indent:-9999px;
	background:url(images/bg_png.png) no-repeat;
}
.single .downloadinfo a.downloadlink {
	background-position: -621px -394px;
}
.single .downloadinfo a.downloadlink:hover {
	background-position: -621px -443px;
}
.single .downloadinfo a.demo {
	background-position: -621px -295px;
}
.single .downloadinfo a.demo:hover {
	background-position: -621px -344px;
}
.single .downloadinfo {
	overflow:hidden;
	zoom:1;
	padding:24px 0;
	text-align: center;
}
.single .tag-cloud-div a {
	margin-right:0 5px;
}
h1.entry-title a{
	color:#ccc;
	display:block;
	_margin-top:22px;
	*margin-top:22px;
}
h1.entry-title a:hover{
	color:#fff;
}
/*-------------------------------------
			Related post
---------------------------------------
*/

.single .related-post {
	width:556px;
	height:144px;
	background:url(images/related-post-bg.png) 0 0 no-repeat;
	margin:22px;
	padding:20px 28px;
	position:relative;
	z-index:1;
	clear: both;
}


.single article.type-post p a{
position: static;
top: auto;
right:auto;
display: inline;
float:none;
padding:0;
}

.single article.type-post .post_date{
right: 15px;
top: 20px;
}

.single .screensize1280 .related-post {
	width:750px;
	background:url(images/related-post-bg_1280.png) 0 0 no-repeat;
}

.single .related-post ul {
	width:408px;
	height:80px;
	padding-top:43px;
	float:left;
	margin:0;
}
.single .screensize1280 .related-post ul {
	width:600px;
}

.single .related-post li{
	float:left;
	width:184px;
	float:left;
	margin-right:20px;
	height:28px;
	overflow:hidden;
	zoom:1;
	margin-bottom:8px;
}
.single .screensize1280 .related-post li {
	width:275px;
}

.single .related-post li a{
	display:block;
	font: normal 12px/13px Lucida-G, Arial, Helvetica, sans-serif;
	_line-height:8px;
}
.single .related-post li a img{
	display:block;
	float:left;
	margin-right:10px;
	border:1px solid #a09c90;
}
.single h3.related-title {
	width:171px;
	height:35px;
	padding:3px 0 0 35px;
	background:url(images/bg_png.png) -621px -59px no-repeat;
	position:absolute;
	z-index:9999;
	font: normal 18px/24px Lucida-G, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	top:16px;
	left:-8px;
}
.single h3.share-this-post {
	font: normal 18px/24px Lucida-G, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	float:right;
	width:128px;
	position: absolute;
	right:25px;
	top:20px;
}
.single .related-post .tweet, .single .related-post .digg {
	width:60px;
	height:65px;
	position:absolute;
	z-index:999;
	top:70px;
	right:40px;
}
.single .related-post .tweet {
	right:100px;
}
body.category h1.page-title, body.search h1.page-title, body.page h1.page-title, body.tags h1.page-title, body.error404 h1.page-title, body.archive h1.page-title {
	font:26px/26px Lucida-G,Arial,Helvetica,sans-serif;
	display:block;
	color:#75645B;
	letter-spacing:-1px;
	padding-bottom:24px;
}
.home article.latest_post p a {
	color:#ccc;
}
.home article.latest_post p a:hover {
	color:#fff;
}
.navigation .pagination a:last-child {
}

form#contactForm {
	width:274px;
	height:218px;
	float:left;
	background:url(images/contact-form-paper-bg.jpg) no-repeat;
	display:block;
	padding:25px;
}


form#contactForm .forms span.error{
-moz-border-radius:14px;
-webkit-border-radius:14px;
border-radius:14px;
background:#e94d17;
color:#FFFFFF;
padding:6px;
position:absolute;
top:0;
left: 285px;
white-space: nowrap;
z-index:99999;
}


ol.forms {
	margin:0;
}
ol.forms li {
	display:block;
	position:relative;
	z-index:1;
}
ol.forms li input#contactName, 	ol.forms li input#email, ol.forms li #commentsText {
height:16px;
margin-bottom:10px;
padding:5px 9px;
width:255px;
}
ol.forms li #commentsText {
	height:100px;
}
ol.forms li.inline {
	float:left;
	width:150px;
	display:block;
}
ol.forms li.inline label {
	top:3px;
	left:22px;
}
ol.forms li.inline input {
	margin-right:10px;
}
ol.forms li.buttons {
	float:right;
	display:block;	
}
ol.forms li label {
	top:6px;
}

.sponad{
border: 1px solid #f2f2f2;
padding: 5px;
margin: 5px 20px;
}

.edit-link a{
display: block;
padding: 5px 10px;
position: fixed;
left: 0;
top:0;
font-weight: bold;
background: yellow;
border: 2px solid #000;
color: #000;
}

body.error404 #content h1.entry-title {
	width:492px;
	height:120px;
	margin:0 56px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/page_not_found.jpg) no-repeat;
}
body.error404 .screensize1280 #content h1.entry-title {
	margin:0 152px;
}
body.error404 #content form#searchform {
	margin-bottom:40px;
	margin-left:274px;
	display:inline
}
body.error404 #content form#searchform input#s{
	width:242px;
}

body.error404 .screensize1280 #content form#searchform {
	margin-left:370px;
	display:inline
}


.lside-networks {
	width:87px;
	height:192px;
	padding:12px 12px 12px 6px;
	background-color:#f4f2ef;
	border:1px solid #cec6b5;
	position:fixed;
	bottom:19%;
	left:-60px;
	z-index:9999;
}
.lside-networks:hover {
	left:0;
}
.lside-networks ul{
	margin:0;
}
.lside-networks ul li{
	height:30px;
	margin-bottom:8px;
}
.lside-networks ul li a{
	display:block;
	font:normal 12px/30px LucidaG Arial, Helvetica, sans-serif;
	font-style:italic;
	padding-right:36px;
	color:#99908a;
	text-shadow:0 1px 0 #fff;
	text-align:right;
}
.lside-networks ul li a:hover {
	color:#766e68;
}
.lside-networks ul li.facebook1 a, .lside-networks ul li.stumble1 a,.lside-networks ul li.twitter1 a, .lside-networks ul li.delicious1 a, .lside-networks ul li.digg1 a {
	background:url(images/lside-networks-bg.jpg) no-repeat;
}
.lside-networks ul li.facebook1 a{
	background-position: 57px 0;
}
.lside-networks ul li.stumble1 a{
	background-position: 57px -38px;
}
.lside-networks ul li.twitter1 a{
	background-position: 57px -77px;
}
.lside-networks ul li.delicious1 a{
	background-position: 57px -116px;
}
.lside-networks ul li.digg1 a{
	background-position: 57px -155px;
}

.lside-networks ul li.facebook1 a:hover{
	background-position: 57px -195px;
}
.lside-networks ul li.stumble1 a:hover{
	background-position: 57px -233px;
}
.lside-networks ul li.twitter1 a:hover{
	background-position: 57px -272px;
}
.lside-networks ul li.delicious1 a:hover{
	background-position: 57px -311px;
}
.lside-networks ul li.digg1 a:hover{
	background-position: 57px -350px;
}

a.empty{
color: #FFF;
}



article.type-post a.post_thumb {
    float: left;
}

article.type-post .entry-summary{
	clear:both;
}
article.type-post p a {
	color:#c7511a;
}
article.type-post h2 {
    float: left;
    padding: 16px 0 20px;
}
article.type-post .tags {
    border-bottom: 1px dotted #f2f2f2;
    float: right;
    margin: 44px 0 6px;
    padding: 6px 0;
    width: 90px;
}
article.type-post .tags a {
	font-size: 11px;
}
span.comments-link a {
    display: block;
    float: right;
    position: static;
    width: 90px;
}
article.type-post {
    min-height: 330px;
    _height: 340px;
}

article.type-post p a {
    bottom: 0;
    display: block;
    float: right;
    padding: 10px;
    position: static !important;
    right: 0;
}

article.type-post .post_date {
    right: 16px;
    top: 20px;
}
article.type-post h2 {
    clear: both !important;
}


/* OIO theme styles */

.oioplugin #header-wrapper, .oioplugin #header-wrapper header{
height: 70px !important;
}

.oioplugin #header-wrapper img{
float: left;
margin-top: 15px;
}

.oioplugin #header-wrapper h1{
color: #FFFFFF;
    float: right;
    font-size: 20px;
    margin-top: 19px;
}

.oioplugin #oiopub-container{
padding: 35px 50px !important;
overflow: hidden;
}

.oioplugin #oiopub-container td input{
border: 1px solid #333 !important;
padding: 5px;
}

.oioplugin #oiopub-container form{
padding: 20px 0;
float: left;
}

.oioplugin #oiopub-container form#type{
float: right;
width: 220px;
}

.oioplugin #oiopub-container  table{
width:auto !important;
}

.oioplugin #oiopub-container  td{
padding: 5px 0;
}

.oioplugin #oiopub-container select{
padding: 3px 5px;
}

.oioplugin #oiopub-container form#type td{
width:105px;
white-space: nowrap;
}

.oioplugin #oiopub-container form#type td select{
width:80px !important; 
}

.wpfoot{
display: none;
}

/**   Facebook - like box  **/
.tag-cloud-div {
	border-bottom: none;
}
.flike-box {
	width:306px !important;
}
.flike-box iframe {
	width:306px !important;
	height: 264px !important;
}
.fan_box .connections_grid .grid_item {
	padding: 0 18px 18px 0 !important;
}
span.total.total_plus {
	display: block !important;
    padding-bottom: 10px !important;
    text-align: center !important;
    width: 90% !important;
}
.fan_box .full_widget {
	background:none !important;
	border:none !important;
}
.fan_box .full_widget .connect_top{
	background: url("http://www.productivedreams.com/wp-content/themes/productivedreams/images/top-nav-div-bg.png") repeat-x scroll 0 -116px transparent !important;
}
.fan_box .connections {
	padding:14px 0 4px 20px;
}
.fan_box .connect_action .name {
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px #333333 !important;
	font: 18px 'Lucida-G',Arial,Helvetica,sans-serif !important;
}
.app_content_161605318524 a:hover, 
.fan_box .connections_grid .grid_item .name:hover {
	color:#333 !important;
}

.updated{
background: #EDE896;
padding: 3px !important;
}

.fixit{
position: fixed;
left: 4px;
top: 250px;
}

.footerfixit, .copyright iframe{
float: right;
}

#tweet{
color: #A99DA2;
}

#authorbox{
padding: 20px;
width:560px;
border: 1px solid #F2F2F2;
margin: 0 auto;
}

#authorbox img{
float: left;
margin-right: 20px;
}

#authorbox h4{
 font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

#authorbox p{
 color: #888888;
    font-size: 13px;
    line-height: 18px;
}

.yellowbox{
background: #FFFFDD;
border:3px solid #FFFFCC;
padding: 15px;
margin-bottom: 10px;
}
.doc{ background:url(images/document_btn.png) 0 0 no-repeat!important; width:188px!important; margin-right:0 !important}
.doc:hover{ background-position: 0 -49px!important}

.relatedthumb{
 display: block;
    width: 400px;
}

.relatedthumb a{
display: block;
overflow: hidden;
clear: both;
padding-bottom: 10px;
}

.relatedthumb img{
float:left;
margin-right: 10px;
	
}

.outdated{
position: absolute;
top:0;
left: 0;
width:100%;
height: 1490px;
z-index: 9999;
background: rgba(0,0,0,0.7);
}

.outdated a:first-child{
float: left;
}

.outdated a:last-child{
float: right;
}

.outdated .download_buttons{
width:590px;
margin: 0 auto;
}