/* ----------------------------------------------
	Template Author : Erwin Aligam
	Author URI : http://www.styleshout.com/ 
	Designer: Paul Salter
	Designer URI: http://www.pswebdesigns.co.uk/      
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 10px 0; 
	background: #203241 url(/public/themes/UnboundFrog/img_unbound/bg-2.png) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #2492df; 	
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Verdana, Tahoma, Arial, Sans-serif;
	color: #2c2c2c;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #2c2c2c;	
}
h3 {
	font-size: 170%;	
	font-weight: normal;	
}
h4 {
	font-size: 120%;
	text-decoration: underline;
}



p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}



/* Images */
#logo img {
	background: none;
	border: none;
	text-decoration: none;
}

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;
}

img.form {
	margin: 0 5px 0 0;
	display: inline;
	float: left;
}

a.photo {
	margin-left: 10px;
}

/* 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: #fdfdfd; 	
}
label {
	display: inline;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #2492df;
	padding-right: 10px;
}
input, select {
	padding-right: 20px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	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;
}

input.radio {
	display: inline;
}



/* 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;
	background: url(/public/themes/UnboundFrog/img_unbound/wrap-bg3.png) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 290px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 55px; left: 24px;	
	padding: 0;		
	height:235px; 
	width: 890px;
	clear: both;
}
#header-photo img {
	border: none;
	background: none;
	margin: 0; padding: 0;
} 


/*  Navigation */

#nav {
	position: relative;
	margin bottom: 24px;		
	width: 880px;	
	left: 25px;	top: 300px;	
}

#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; white-space:nowrap; }
#pmenu ul { width: 140px; }

#pmenu li {float:left;position:relative;}
#pmenu a, #pmenu a:visited {
	display:block; 
	min-width: 124px; 
	font-size:14px; 
	color:#2c2c2c; 
	height:30px; 
	line-height:30px; 
	text-dec oration:none; 
	text-align:center; 
	background: url(/public/themes/UnboundFrog/img_unbound/button.png) repeat-x; 
	border-right: solid 1px #fff;
}


	

#pmenu li:hover > a{background:#2492df; color:#c6d7e3;}
#pmenu li ul {display:none;}
#pmenu li:hover > ul {display:block; width: 140px; position:absolute; top:0; left:101px;}
#pmenu > li:hover > ul {left:0; top:30px;}



#pmenu a.current {
	color:#2c2c2c;	
	background: url(/public/themes/UnboundFrog/img_unbound/buttonActive.png) repeat-x;	
}
#pmenu ul:current {
	color:#2c2c2c;	
	background: url(/public/themes/UnboundFrog/img_unbound/buttonActive.png) repeat-x;	
}

/* end of navigation */


/* More positioning */

#header-wrap h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	background: none;
	border: none;
	text-decoration: none;
	top: 75px; left: 48px;	
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(/public/themes/UnboundFrog/img_unbound/content-bg.jpg) no-repeat;		
}

.col-one {
	margin-top: 60px;
	margin-right: 270px;
	padding-left: 25px;
}
.col-two {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 60px;
}
/*.col-three {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 60px;
}*/
.col-one, .col-two, .col-three {
	padding-bottom: 75px;
}

#content .col-one h2 {
	padding-bottom: 5px;
	font: normal 2.75em Verdana, Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(/public/themes/UnboundFrog/img_unbound/bullet.gif);
}
#contact ul li {list-style: none;}

#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em Verdana, 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(/public/themes/UnboundFrog/img_unbound/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(/public/themes/UnboundFrog/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-case {
	clear: both;
	background-color: #203241; 
}*/

#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}


#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 2px;
}
#footer-bottom {
	clear: both;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	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 */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
	border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { 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: "."; 
}


