/*
Theme Name: OzBloo
Theme URI: http://ozifree.com/
Description: 3 columns Adverts.
Version: 1.0
Author: Ozifree
Author URI: http://ozifree.com/
*/

/* Basic Style */
body {
	font-size: 12px;
	font-family: arial,sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #999900;
	background-repeat: repeat-x;
	background-position: top;
  /*	line-height: 13px;   */
    line-height: 1.4em;
}

h1 {
	color: #000000;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

small {
	font-family: arial,sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}

small, #leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999999;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a:link, a:visited, a:active {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

select {
	width: 130px;
}

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #CCCCCC;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.clearing {
	clear: both;
}
/* End Basic Sty;e */

/* Layout Style */
#page {
	text-align: left;
	background: #ffffff;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding:4px;
}


.BOX_TL{background: url('img/upper_left.gif'); background-repeat: no-repeat;
width:14px;
}

.BOX_TC{background: url('img/top.gif');background-repeat: repeat-x;

}

.BOX_TR{background: url('img/upper_right.gif');background-repeat: no-repeat;
width:14px;
}

.BOX_L{background: url('img/left.gif');background-repeat: repeat-y;

}

.BOX_C{background: #FFFFFF;
}

.BOX_C_HEADER{/* background-color: #FFFFFF; background-position: left top; background: url('img/grad_blue.png');
background-repeat: repeat-x; height: 100px;border: thin #3300CC inset;*/
}

.BOX_R{background: url('img/right.gif');background-repeat: repeat-y;

}

.BOX_BL{background: url('img/lower_left.gif');background-repeat: no-repeat;
width:14px;
}

.BOX_BC{background: url('img/bot.gif'); background-repeat: repeat-x;

}

.BOX_BR{background: url('img/lower_right.gif');background-repeat: no-repeat;
width:14px;
}

#headerwrap{
     border:0px dotted #333333;
     height: 130px;
     width: 880px;
 	background: #FFFFFF url(img/z28.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {

  /*  background-color:#FF0000;
	height: 130px;
	margin: 0px;
	padding: 0px;
	width: 880px;                  */  
    background:transparent;
}

#headerimg {

	padding: 20px 20px;
	height: 50px;
	width: 550px;
    color:#FFFFFF;
}

#headerimg h1{
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    line-height: 1.2em;
}

#headerimg h3{
    color:#FFFFFF;
    font-size:18px;
     line-height: 1.0em;
}

#headerimg a:link,#headerimg a:visited,#headerimg a:active {
    color:#FFFFFF;
}

.content {
	float: left;
    margin-top: 9px;
	margin-right: 6px;
	width: 510px;
	overflow: hidden;
}

#leftsidebar {
  /*	padding: 0px 4px 10px 4px; */
	color: #888888;
	width: 190px;
	float: left;
  	margin-right: 6px;
  /*	background: #f5f5f5;
  	border: 1px solid #dedede;  */
}

#rightsidebar {
	margin: 0;
	padding: 0;
	float:left;
	font-family: arial,sans-serif;
	color: #000000;
	width: 190px;
}

#footer {
	padding: 0px;
	margin: 0px auto;
  /*	background: #ffffff url(images/footer.jpg);  */
	width: 880px;
	height: 50px;
	clear: both;
	color: #0000FF;
}
/* End Layout Style */

/* Header Style */
#header h1, a,a;visited {                                                 /*  */
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 18px;
    font-weight:bolder;
	margin: 0px;
}

/* Post Style */
.post {
	margin: 0px 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #dedede;
}

.firstpost {
	margin: 0px 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #dedede;
}

.post h2 {
	letter-spacing: 2px;
	font-family: arial,sans-serif;
	font-size: 15px;
	color: #3496a2;
	background: transparent;
}

p img {
	padding-right: 7px;
	padding-top: 4px;
	max-width: 100%;
}

html>body .entry ul {
	margin-left: 0px;
} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-type: square;
	padding: 0px;
}
.entry ol {
	margin: 0;
	padding: 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

.entrytext{
  color:#000000;
}

.read_more, read_more:visited{
	font-family: arial,sans-serif;
	font-size: 14px;
    font-weight:bold;
    color:#009900;
    text-decoration:none;
}

.read_more:hover{
	font-family: arial,sans-serif;
	font-size: 14px;
    font-weight:bold;
    color:#FF6600;
    text-decoration:underline;
}

.content .postmetadata {
	padding-top: 5px;
}
/* End Post Style */

/* Comment Style */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #f1f1f1;
	border: 1px solid #CCCCCC;
}
#commentform textarea {
	width: 99%;
	padding: 2px;
	background-color: #f1f1f1;
	border: 1px solid #CCCCCC;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comment Style */
/* top bar style */


#pagebar {
	width: 880px;
	height: 26px;
	border-bottom: 1px #DDDDDD solid;
	padding: 0;
	margin: 0;
    margin-top:6px;
}

#pagebar a {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 8px 15px 0px 15px;
	border-right: 1px #CECECE solid;
	text-align: center;
	height: 18px;
    background-color: #FF0000 /* #FF6600 */;
}

#pagebar a:hover {
	/*nothing pretty so we dont break paths to files */
	background-color: #FFCC66;
	text-decoration: none;
    color: #AAAAAA;
}

#pagebar li {
	list-style:none;
}

#pagebar li.page_item {
	display: inline;
}
/* end topbar style */
/* Sidebar Style */
.topsidebar {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	width: 386px;
	text-align: center;
}

.topsidebar h2{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	color: #27b727;	
}

#leftsidebar h2, #rightsidebar h2 {
	font-family: arial,sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;

    background-color:#FF0000;
    padding: 4px;
}

#leftsidebar form {
	margin: 0;
}
#leftsidebar a, #leftsidebar a:link, #leftsidebar a:visited, #leftsidebar a:active {
	color: #000000;
	text-decoration: underline;
}
#leftsidebar a:hover {
	color: #d98c07;
	text-decoration: underline;
}

#leftsidebar ul, #leftsidebar ul ol, #rightsidebar ul, #rightsidebar ul ol {
	margin: 0px;
	padding: 0px;
}
#leftsidebar ul li, #rightsidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#leftsidebar ul p, #leftsidebar ul select, #rightsidebar ul p, #rightsidebar ul select {
	margin: 5px 0 8px;
}
#leftsidebar ul ul, #leftsidebar ul ol, #rightsidebar ul ul, #rightsidebar ul ol {
	margin: 5px 0 0 10px;
}
#leftsidebar ul ul ul, #leftsidebar ul ol, #rightsidebar ul ul ul, #rightsidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #leftsidebar ul ol li, #rightsidebar ul ol li  {
	list-style: decimal outside;
}
#leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar ul ol li {
	margin: 3px 0px 0px;
	padding: 0px;
}

#searchform {
	margin: 10px auto;
	padding: 10px 3px; 
}
#leftsidebar #searchform #s, #rightsidebar #searchform #s {
	width: 110px;
	padding: 2px;
	background-color: #f1f1f1;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-right: 4px;
	margin-left: 5px;
}
#leftsidebar #searchsubmit, #rightsidebar #searchsubmit {
	padding: 1px;
	background-color: #dddddd;
	border: 1px solid #999999;
	font-size: 11px;
}

#rightsidebar a, #rightsidebar a:link, #rightsidebar a:visited, #rightsidebar a:active {
	color: #0000FF;
	text-decoration: underline;
}
#rightsidebar a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/* End Sidebar Sty;e */

/* Footer Style */
#footer p {
	margin: 0;
	padding: 18px;
	text-align: center;
    color: #990000;
}
#footer a {
	color: #990000;
}
/* End Footer Style */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Navigation Style */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Navigation Style */


/* Misc Style */
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #CC0000;
	text-decoration: none;
}

.pagetitle {
	color: #444444;
	font-size: 16px;
	padding-top: 10px;
}
/* End Misc Style */
