/* ----------------------------------------------
	Template Name : Rebound
    Version : 1.0   
    Author : Jason Mosley       
    Last Date Modified : November, 17 2008
	
    Originally Unbound by: Erwin Aligam
    Ported to Frog CMS by: David Reimer
    Last Date Modified : 17 November 2008

 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

#header-bg {
	position: absolute;
	top: 0px;
	height: 229px;
	background-color: #1b1b1b;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}
body {
	font: 11px/100% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #151515;
	text-align: center;
}

/* Links */
.a_ten {
	padding-left: 5px;
	text-decoration: none;
	color: #a56f38; 	
}
a {
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 4px;
	display: inline-block;
	text-decoration: none;
	color: #9b6834; 	
}
a:hover {
	border-bottom-color: #434343;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	color: #434343;
	display: inline-block;
	background: #f6f6f6;
}

#links a {
	text-decoration: none;
	color: #9b6834; 	
}
#links a:hover {
	border-bottom-color: #323232;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: black;
	background: #e8e8e8;
}

             
/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}
h3 {
	font-size: 170%;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 20px;
	padding-top: 0;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
/*	background: #fafafa; */
/* border: 1px solid #dcdcdc; */
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
code {
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
pre {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(img_unbound/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fbfbfb; 	
}
label {
	color: #a56f38;
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 325px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 229px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation from original unbound fails in firefox. do not use  */
#nav {
	visibility: show;
	display: inline-block;
	height: 10px;
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 25px;	top: 200px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;
	margin: 0; padding: 0;	
	display: inline-block;
}
#nav ul li {
	max-width: 20px;
	display: inline-block;
	margin: 0; padding: 0;
}
#nav ul li:hover {
	padding: 0px;
	background-color: #323232;
	display: inline-block;
	margin: 0;
}
#nav ul li a {
	float: left;
	line-height: 10px;
	display: inline-block;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-top: 2px;
	color: white;
	margin: 0;
	font: 14px/25px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
}
#nav ul li a:active {
	display: inline-block;
	color: white;
	border: none;
}
#nav ul li a#current {	
	display: inline-block;	
	font-weight: bold;	
	background-color: white;	
	color: #272727;
}
#nav ul li a:hover{
    display: inline-block;
    color: white;
	background: none;
	border: none;
} 


/*  Navigation actively used in theme  */

ul.nav {
	display: block;
	height: 9px;
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 20px;	top: 200px;	
}
ul.nav li {
	display: block;
	margin: 0; padding: 0;
}
ul.nav li a {
	float: left;
	line-height: 9px;
	display: block;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-top: 2px;
	color: white;
	margin: 0;
	font: 13px/25px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
}
ul.nav li a#current {	
	border-bottom-width: 0px;	
	display: block;	
	font-weight: bold;	
	background-color: white;	
	color: #272727;
}
ul.nav li a:hover{
    background-color: #282828;
    display: block;
    color: white;
	background:;
	border: none;
} 



#header-wrap h1#logo-text a {
	border-bottom-width: 0px;
	color: white;
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 73px; left: 35px;	
}
#header-wrap h1#logo-text a:hover {
	border-bottom-width: 0px;
	border-style: none;
	background: none;
}
#header-wrap p#intro {
	font-style: italic;
	color: white;
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	line-height: 1.6em;
	text-transform: none;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 140px; left: 37px;		
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 900px;
	margin: 0 auto;	
	text-align: left;
	letter-spacing: 1px;
	line-height: 18px;

}
#content {
             font-size: 13px;
	float: left;
	width: 100%;		
}

.col-one {
	
	margin-right: 480px;
	padding-left: 20px;
}
.col-two {
	float: left;
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}
.col-two a {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 4px;
	display: inline-block;
	text-decoration: none;
	color: #9b6834; 	
}
.col-two a:hover {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	color: white;
	display: inline-block;
	background: #3e3e3e;
}

.col-three {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 12px;
}
.col-three a {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 4px;
	display: inline-block;
	text-decoration: none;
	color: #9b6834; 	
}
.col-three a:hover {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	color: white;
	display: inline-block;
	background: #3e3e3e;
}

.left-col-one {
	margin-right: 635px;
	padding-left: 25px;
	padding-bottom: 20px;
}

.left-col-one a {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 4px;
	display: inline-block;
	text-decoration: none;
	color: #9b6834; 	
}
.left-col-one a:hover {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	color: white;
	display: inline-block;
	background: #3e3e3e;
}

.left-col-two {
	float: left;
	width: 600px;
	margin-left: -625px;
	padding-bottom: 30px;
}
.right-col-one {
	margin-right: 235px;
	padding-left: 25px;
	padding-bottom: 20px;
}
.right-col-two {
	float: left;
	margin-left: -235px;
	width: 210px;
}
.right-col-two a {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 4px;
	display: inline-block;
	text-decoration: none;
	color: #9b6834; 	
}
.right-col-two a:hover {
	width: 100%;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	color: white;
	display: inline-block;
	background: #3e3e3e;
}

.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #232323;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
.left-col-two h2 {
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #232323;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 0px;
}
#content .right-col-one h2 {
	border-bottom-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #232323;
	letter-spacing: -2px;	
	text-transform: none;	
	margin-left: 10px;
	padding-left: 0px;
}

#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
.left-col-two h2 a {
	padding: 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .right-col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}

#content .col-one ul li {
	list-style-image: url(img_unbound/bullet.gif);
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #232323;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(img_unbound/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(img_unbound/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 890px;
	margin: 0 auto;
	text-align: left;
	font: normal 12px 'Trebuchet MS', Tahoma, Sans-serif;			
	letter-spacing: 1px;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 12px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {

	border-top: 2px solid #ffffff;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {

	border-bottom: 1px dotted #ffffff;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	border-bottom-width: 0px;
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer_links {
	display: inline;
	margin-left: 0px;
	border-bottom-width: 0px;
	text-decoration: none;
	color: white;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #ffffee;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom a {
	padding-left: 0px;
	display: inline;
}
#footer-bottom .bottom-left {
	margin-right: 0px;
	margin-left: 14px;
	float: left;
	color: #ffffff;	
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	border-bottom-width: 0px;
	margin-right: 20px;
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
.thumbs {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: inline;
}
p.thumbs{ display: inline; padding-left: 0px; padding-bottom: 0; padding-right: 0; padding-top: 12px; }

.thumbs img { 
	padding: 4px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 10px; 
	margin-top: 10px; 
	display: inline; 
	text-align: left;
	background: #fafafa;
	border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	padding: 4px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	display: inline;
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a { 
	padding-left: 0px; 
	display: inline; 
	background-color: transparent; 
	border: none 
}                      
.thumbs a:hover { 
	padding-left: 0px;
	display: inline;
	background-color: transparent;
	border: none
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
