/*  
Theme Name: inBloom
Theme URI: http://www.freewpthemes.net
Description: A two-column fixed width template.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net
Released: 20070617
*/

body {
	margin: 0;
	padding: 0;
	background: #191919;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  color:#6B6B6B;
  font: 500 1em/1.5em 'courier new', monospace;
  /* white-space: pre; */
  background: #D4D4D4;
  border: 1px solid #B4B4B4;  
  border-left: 4px solid #3889EC; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #5B5B5B;
}
blockquote {
	margin: 15px;
 	padding: 10px 10px 0px 20px;  	
  	background: #E0E0E0;
	border: 1px solid #E0E0E0; 
	border-left: 4px solid #3889EC;   

	font: bold; 
}
#logo h1#logoh {

	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
}
/*#logo h2#slogan {

	color: #666666;
	text-indent: 0px;
	font: bold 12px 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}*/

.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1.5em;
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.7em;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	list-style: none;
	list-style-position: outside;
}

ul li {
	padding-left: 25px;
	background: url(images/img09.gif) no-repeat left center;
}

blockquote {
	font-style: italic;
}

a:link, a:visited {
	border-bottom: 1px dotted #333333;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border: none;
	color: #50B1F2;
	text-decoration: underline;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 10px 0;
}

img.right {
	float: right;
	margin: 3px 10px 0 20px;
}

/* Wrapper */

#wrapper {
	background: #3B3B3B url(images/img01.gif) repeat-x;
}

/* Header */

#header {
	width: 760px;
	height: 170px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Search Form */

#searchform {
	float: right;
	margin: 0;
	padding: 25px 0 0 0;
}

input, textarea {
	float: left;
	width: 100px;
	height: 25px;
	background: #307CEA url(images/img03.gif) no-repeat;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#s, textarea {
	width: 150px;
	height: 20px;
	margin: 0 10px 0 0;
	background: #F6F6F6 url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font-weight: normal;
	color: #000000;
}
div.bookmarkz {text-align: center; margin: 10px 0;}
div.bookmarkz a{text-decoration:none;border:0px;}
#searchform br {
	display: none;
}

/* Logo */

#logo {
}

* HTML #logo #slogan {
 	margin-top:-27px;
	
}
#logo #slogan {
	padding-left:500px;
	position:absolute;
	margin-top:-25px;
	
}
form input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #DBDBDB; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}


#logo a {
	text-decoration: none;
	color: #FFFFFF;
	border:0px;
}

/* Pages (Top Menu) */

#pages {
	clear: both;
	width: 760px;
	height: 36px;
	padding-top:38px;
}

#pages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pages li {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	background: none;
}

#pages a {
	float: left;
	display: block;
	height: 29px;
	padding: 7px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#pages a:hover, #pages .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding-top: 15px;
}

/* Post Box */

.post {
background: #EDEDED;
}

.post .title {
	margin: 0;
	padding-top: 15px;
	background: url(images/img08top.gif) no-repeat left top;
	border-bottom: 1px solid #797979;
	color: #7F7F7F;
}
 .title, .pagetitle {

	padding-left: 15px;
	padding-bottom: 5px;
	
}

.pagetitle {
	margin-bottom: 20px;
}

.post .title a {
	border: none;
	text-decoration: underline;
	color: #D8AC26;
}
.post .title a:hover {
	text-decoration: none;
	color:#E93838;
}


.post .byline {
	margin: 0;
	font-size: 12px;
	color: #999999;
}
 .byline {
	text-align:right;
	padding-top: 5px;
	padding-right: 9px;

}

.post .entry {
	padding: 0px 20px 0 20px;
	font-size:13px;
	text-align: justify;
	color:#636363;font-family: Arial;
}

.post .entry a {
	border: none;
	text-decoration: underline;
	color: #4E9ED7;
}
.post .entry a:hover {
	text-decoration: none;
	color:#E17100;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	background: #353535 url(images/img08.gif) no-repeat left bottom;
	border-top: 1px solid #2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

.post .meta a {
}

/* Comments */

#comments {
}

#comments h3 {
}

#comments ol {
	background: #2A2A2A;
	line-height: normal;
	
}

#comments li {
	margin: 0 0 1px 3em;
	padding: 1em;
	background: #353535;
}

#comments li.alt {
}

#comments cite {
}

#comments .commentmetadata {
}

#comments p {
	margin: 0;
	line-height: normal;
}

/* Respond */

#respond {
}

#respond h3 {
}

#respond p {
	margin: 0;
}

#respond form {
}

#respond #comment {
	width: 470px;
	height: 100px;
	margin-bottom: 10px;
}

#respond #submit {
	width: 140px;
	background: url(images/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 20px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0;
	background: none;
}

#sidebar li ul {
	padding: 20px;
	background: url(images/img12.gif) no-repeat;
}

#sidebar li li {
	padding-left: 25px;
	background: url(images/img09.gif) no-repeat left center;
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar h2 {
	width: 220px;
	height: 29px;
	margin: 0;
	padding:6px 0 0 20px;
	background: url(images/img11.gif) no-repeat;
	font-size: 122%;
	font-weight: bold;
}

/* Calendar */

#calendar_wrap {
	padding: 20px;
	background: url(images/img12.gif) no-repeat;
}

#wp-calendar {
	width: 100%;
	border-collapse: collapse;
}

#wp-calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #FFFFFF;
}

#wp-calendar tr {
}

#wp-calendar th {
	background: #353535;
	border-bottom: 1px solid #2A2A2A;
}

#wp-calendar td {
	padding: 0 2px;
}

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

#wp-calendar tbody td a {
}

#wp-calendar tfoot td {
	padding: 2px 0;
	border-top: 1px solid #2A2A2A;
	font-weight: bold;
}

#today a {
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 20px 0;
	background: #191919 url(images/img13.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #395C5B;
}
#matc {
padding-top:30px;
	}
#matc a {
	color: #465656;
	
}

.r1, .r2, .r3, .r4, .r5 {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}

.r5 { margin: 0 5px; }
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

#rounded-box-3 .inner-box, #rounded-box-3  b {
    background-color: #EDEDED;
}

.inner-box {
    padding:1em;
}


