/* ----------------------------------------------
	Template Name : TechJunkie
	Template Code : S-0024
	Version : 1.0
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/
	Last Date Modified : May 31, 2008
 ------------------------------------------------ */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

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

body {
	background: #f3ebe0 url(../../images/bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666;
	text-align: center;
}

a.headerLink
{
	background: none !important;
	text-decoration: none !important;
	border: none !important;
}

a:visited img{
	background: none !important;
	text-decoration: none !important;
	border: none !important;
}

a, a:visited {
	color: #306495;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold;
	padding: 10px;
	color: #444;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 16px 10px 4px 10px;
}

p { padding: 12px 10px;	}

ul, ol {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
	padding: 0 5px;
}
ul { list-style: none; }

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

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

img.folder{
	vertical-align: middle !important;
	border: none !important;
	padding-right: 10px !important;
	background: none;
}

img.imgHeader{
margin-top:23px;
margin-left: 2%;
background: none !important;
border: none !important;
}

img {
	background: #fafafa;
  border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

div#flags
{
	width: 220px;	
	float: right;	
}

	div#flags form{
		margin-left: 60px;
		padding-top: 6px;
	}

	img.flags
	{
		background: none !important;
		border: none !important;
		float: right;
	}
	
	img.rmflags
	{
		background: none !important;
		border: none !important;
		float: right;
		padding-right:77px;
	}

img.validators{
	background: none !important;	
	border:none;
	width:88px;
	height:31px
}

img.search{
	vertical-align: middle !important;
	border: none !important;
	padding-right: 10px !important;
	background: none;
	margin-top: -22px;
	margin-left: -10px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	border: 1px solid #deedae;
	background: #F0FFD2;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #80614D;
	border: 1px solid #CCCCCC;
	background: #E2E2E2 no-repeat 7px 10px;
}

table {
	border-collapse: collapse;
	margin: 15px 10px;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;
}

table.img {
	border-collapse: collapse;
	margin: 15px 10px;
}
th.img {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	background: none !important;
	border: none !important;	
}
tr.img {
	height: 34px;
	background: none !important;
}
td.img {
	padding-left: 11px;
	padding-right: 11px;
	border: none !important;
}

formstyle {
	margin: 15px 10px;
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8E99E;
	background: #deedae;
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input#qsearch {
	padding: 4px;
	color: #C5DE8F;
	background: #2088CC;

  	border-width: 2px;
  	border-style: solid;
  	border-color: #2088CC;

	font: normal 11px Verdana, sans-serif;
}

input#textbox, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}

textarea {
	width: 400px;
	height: 100px;
	display: block;
}
input.button {
	font: bold 12px Arial, Sans-serif !important;
	height: 30px !important;
	margin: 0 !important;
	margin-left: 5px !important;
	padding: 2px 3px !important;
	color: #fff !important;
	background: #A6CD56 !important;

	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


#wrap {
	position: relative;
	width: 920px;
	background: #edf8c7 url(../../images/wrap.gif) repeat-y center top;
	margin: 0px auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 920px;
	padding: 0px 0px 1px;
	background: #edf8c7 url(../../images/content.gif) repeat-y;
}
#header {
	position: relative;
	width: 920px;
	height: 205px;
	background: #317cb1 url(../../images/header.gif) no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;

	top: 58px; left: 55px;
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;

	top: 122px; left: 135px;
}

div.quick-search
{
	z-index:  99999999;
	position: absolute;
	left: 71px;
  margin-top: -8px;
	width: 500px;
}
div.btn{
	margin-left:200px;
	margin-top: 15px;
	position: absolute;
	z-index: 11111111;
}

div.qsearch{
	position: absolute;
	margin-top: 15px;
}

div.qsearch-options
{
	position: absolute;
	margin-top: 2px;
	margin-left: 240px;
	width: 430px;
}

#header form#quick-search {
	position: absolute;
	top: 12px;
	right: 285px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(../../images/header-search.gif) no-repeat;
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;
}

#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin-top: -7px;
	width: 170px;
	display: inline;
}
#search form#quick-search .btn{
	width: 25px;
	height: 25px;
	
}

div.btn input.btn
{
	background: none;
	border: none;
}

#header form#quick-search label {
	display: none;
}

#nav {
	clear: both;
	padding: 0;	margin: 0;
	width: 920px;
	height: 50px;
	background: #0e609e url(../../images/nav.gif) no-repeat;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
	height: 50px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 7px;
	color: #fff;
	font: bold 14px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	letter-spacing: -0.5px;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #edf8c7;
}
#nav ul li#current a {
	!background: #0c4e80 url(../../images/pointer.gif) no-repeat center bottom;
	background: #FF0000;
	color: #93DAFF;
}


ul li#current a {
	background: #9da6ea;
	color: #606060;
}
*/


/*broadcrumb*/
/*
#breadcrumb{
	clear:both;
	float:left;	
	position:relative;
	width:100%;
}
*/

/*
#crumbs ul, #crumbs ol {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
	padding: 0 5px;
}
#crumbs ul { list-style: none; }

	#crumbs ul, li {
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
	}
	
	#crumbs {
	border:1px solid #dedede;
	height:2.3em;
	background: #FFFFFF;
	margin-right: 20px;
	
	}
	
	#crumbs li.breadcrumbs {
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	color:#777;
	}
	
	#crumbs li.breadcrumbs  a.breadcrumbs {
	display:block;
	padding:0 15px 0 0;
	background:url(../../images/crumbs.gif) no-repeat right center;
	}

  #crumbs li.breadcrumbs  a.breadcrumbs:link, #crumbs li a.breadcrumbs:visited {
	text-decoration:none;
	color:#777;
	}
	
	#crumbs li.breadcrumbs  a.breadcrumbs:hover, #crumbs li a.breadcrumbs:focus {
	color:#dd2c0d;
	}
	
	div.path{
		width: 90%;
		margin-left: 0px;
	}
*/
#button ul, #button li {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(../../images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}	
	
/*
#main {
	float: left;
	width: 675px;
	padding: 0;
	margin: 0 0 0 0px;
	display: inline;
}
#main h2 {
	font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #115280;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -1px;
	border-bottom: 1px solid #CCCCCC;
}
#main h2 a {
	color: #115280;
	text-decoration: none;
}
#main ul li {
	list-style-image: url(../../images/bullet.gif);
}

#sidebar {
	float: right;
	width: 158px;
	padding: 0;
	margin: 0 45px 0 0;
	display: inline;
}

#sidebar-left {
	float: left;
	width: 162px;
	padding: 0;
	margin-left: 30px;
	display: inline;
}

#sidebar-left h3, #sidebar h3 {
	color: #115280;
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 0px 0 2px 0;
	margin: 10px 0 0 10px;
}

#sidebar .sidemenu, #sidebar-left .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0 !important;
	text-decoration: none !important;
	border-top: 2px solid #CCCCCC !important;
}
#sidebar .sidemenu li,  #sidebar-left .sidemenu li{
	list-style: none !important;
	margin: 0 !important;
	padding: 7px 10px !important;
	border-bottom: 1px solid #E0E0E0 !important;
}
* html body #sidebar .sidemenu li, * html body #sidebar-left .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a, #sidebar-left .sidemenu li a {
	text-decoration: none !important;
	color: #684F3E !important;
}
#sidebar .sidemenu li a span, #sidebar-left .sidemenu li a span {
	color: #A98D76 !important;
	font-size: .9em !important;

	font-family: Georgia, 'Times New Roman', Times, serif !important;
	font-style: italic !important; 
	font-weight: normal !important;
}
#sidebar .sidemenu li a:hover, #sidebar-left .sidemenu li a:hover {
	color: #000 !important;
	background: none !important;
}
#sidebar .sidemenu ul, #sidebar-left .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li, #sidebar-left .sidemenu ul li { border: none; }

#sidebar .searchform, #sidebar-left .searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 10px;
	width: 260px;
}
#sidebar .searchform p, #sidebar-left .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox, #sidebar-left .searchform input.textbox {
	width: 129px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
#sidebar .searchform input.button, #sidebar-left .searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 35px;
}

#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;
	margin: 0;
	background: url(../../images/footer-bottom.gif) no-repeat left bottom;
}
#footer-content {
	width: 920px;
	background: url(../../images/footer-top-sep.gif) no-repeat;
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
}
#footer-wrap a:hover {
	color: #000;
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#footer-columns ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#footer-columns li {
	border-bottom: 1px solid #E0E0E0;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center {
	margin: 0 15px;
}

#footer-bottom {
	clear: both;
	color: #555;
	margin: 0 auto;
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

.post-footer {
	padding: 8px 5px;
	margin: 5px 10px 10px 10px;
	color: #A2745D;
	border: 1px solid #CCCCCC;
	background: #E2E2E2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

strong.qsearch
{
	position: absolute;
	margin-left: 30px;
}

span.attribute{
    padding-left: 25px !important;
}

font.product_url{
	color: #72B3F5;
	font-weight: bold;
	font-size: 25px;	
}

div.subcategories{
	padding-top: 20px;
}
*/

/* booking calendar */
.calendarHeader { 
    font-weight: bolder !important; 
    color: #115280 !important; 
    background-color: #FFFFFF !important; 
	padding: 0 !important;
}

.calendarToday { 
    background-color: #000000 !important;
	color: #FFFFFF !important;
}

.calendar { 
    background-color: #FFFFFF !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}