/*  
Theme Name: TechBlue Adsense-Ready Theme
Version: 1.1
Theme URI: http://blogtipsetc.com/wordpress/techblue-adsense-ready-theme
Description:  Techblue is an Adsense-ready created especially for tech and related blogs.  However, it can be used on any other blog.
Author: Jam Macabanding
Author URI: http://iamjammed.com
Tags: 3 columns, widget ready, advertisement, adsense-ready, fixed width, blue, technology


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a   { color: #339; text-decoration: none }

a:hover{
	text-decoration: underline;
}

body    { font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 14pt; background-image: url("http://www.ipetscene.com/images/ipetgb.gif") }

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre  { margin: 0 0 0.5em }

/************************/
/*     Layout Design    */
/************************/

#page   { background-color: #fff; margin: 0 auto; width: 935px }

#header      { background-color: #fff; background-image: url("http://www.ipetscene.com/images/ipetscene-banner3lg.jpg"); height: 145px }

#wrapper    { background: url("images/wrapper.png") repeat-y; padding: 5px 19px 0 7px; clear: both }

#content  { margin-top: 20px; width: 541px; float: left }

#sidebar {
	float: right;
    width: 360px;
}

#footer  { background: url("images/footer.png"); height: 40px; clear: both }

/************************/
/*     Header Design    */
/************************/
#headerimg   { font-family: Arial, sans-serif; height: 116px }

#headerimg h1 {
	padding-top: 30px;
	padding-left: 30px;
	font-size: 35px;
	line-height: 25px;
}
#headerimg a {
	color: #FFF;
	text-decoration: none
}

.description   { color: #fff; font-size: 18px; padding-left: 50px }

#top-ad {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
}

/* Navigational bar */
ul#navi-bar  { font-size: 12px; font-family: Verdana, sans-serif; font-weight: bold; padding: 4px 10px }

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
	float: left;
	padding: 3px;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #FFF;
}

/************************/
/*    Sidebar Design    */
/************************/
#sidebar #left {
	float: left;
	width: 174px;
}

#sidebar #right {
	float: right;
	width: 174px;
}

#sidebar ul  { font-size: 12px }

#sidebar ul h2 {
    font-size: 11px;
	padding: 9px 0;
	text-align: center;
	color: #FFF;
	margin: 0 0 4px 0;
	font-weight: bold;
}

#sidebar ul#left h2 {
	background:url(images/left-heading.png);
}

#sidebar ul#right h2 {
	background:url(images/right-heading.png);
}

#sidebar ul li {
    margin-bottom: 5px;
}

#sidebar ul ul {
}

#sidebar ul ul li {
	padding: 5px 0;
    line-height: 14px;
	text-align: left;
	
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a  { color: #93c }

#sidebar a:hover {

}

#sidebar a:visited {

}

#calendar div, #tag_cloud div, .searchwidget div {
    padding: 5px;
    border: 1px solid #ebebeb;
}

#calendar div div, .searchwidget div div  { background: transparent; border: 1px }


/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6  { color: #606 }

h1  { font-size: 30px }

h2 {
    font-size: 20px;
}

h3   { font-size: 16px; font-weight: bold; line-height: 20px; padding-top: 10px; padding-bottom: 10px }

h4 {
    font-size: 12px;
}
.archivetxt  { color: #639; font-size: 12px; line-height: 18px; margin-left: 20px }
h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post    { font-size: 13px; line-height: 16px; margin-bottom: 20px; overflow: hidden }

.post h2      { font-size: 17px; font-weight: bold; line-height: normal; background: url("images/heading.png"); padding: 12px 10px; border-top: 2pt solid #ccc; border-bottom: 2pt solid #ccc }

.post h2 a:hover, h2 a:visited, h2 a   { color: #009 }

.post-entry  { color: #000000; background: url("images/post.png") no-repeat 50% top; padding: 20px; overflow: hidden; border: solid 1px #ebebeb }
.post .posted   { font-size: 12px; line-height: normal }

.post p  { }

.post a  { }

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry  { }

.postmetadata  { font-size: 12px; line-height: normal; margin: 5px 0 }

.postmetadata a {

}

.entrytext {

}

p.alt  { font-size: 12px }

.entry-tags {
    display: block;
}

.navigation  { font-size: 12px; margin: 5px 0; height: 1em }

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.page-title  { color: #009 }

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    border: 1px solid #000000;
    padding: 20px;
}

ol.commentlist li.alt {

}

ol.commentlist a {
	color: #707487;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 11px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 3px solid #000000;
    background-color: #ffffff;
	color: #4b5b68;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
	font-weight: bold;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #8bd736;
    margin: 15px 0 4px 0;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
	width: 116px;
    text-align: center;
    border: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {

}

#searchform #searchsubmit {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 11px;
	text-align: right;
	padding-right: 19px;
	padding-top: 3px;
	color: #999;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

.post-ad {
	text-align: center;
	margin: 10px 0;
}

.side-ad {
	text-align: center;
	margin-bottom: 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd  { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px }

