/*
	Theme Name: QkDesign
	Theme URI: http://www.qkdesign.com
	Version: Landscape
	Author: QkDesign
	Author URI: http://www.QkDesign.com
*/

/* basic stuff */ 
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
}
input,select{
  margin:0;
  padding:0;
}


/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #75AC59 url(images/background.jpg) repeat scroll 0 0;
background-attachment: scroll;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #444; 
	text-align: center;
	margin: 0 0 50px 0;
line-height: 1.4em;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: Arial Black, Arial, Sans-serif;
	color: #336699;
}
h1 {
	font-size: 280%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #617F1F;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
margin-left:10px !important;
}

h4 {
	font-size: 150%;	
	font-weight: normal;
margin-left:0px;
margin-bottom:0px;
margin-top:-10px;
color:#336699; 
}


h1, h2, h3 {
	padding:15px 15px 20px 0;	
	margin: 0;
}
ul, ol {
	
}
ul {
	list-style: none;
}

ul.outside {
list-style-position:outside;
margin-bottom:30px;
margin-left:50px;
list-style-type: disc;
margin-right:20px;
}

ul.outside li {
margin-top:.8em;
}


/* images */
img {
	background: #fafafa;
   border: 1px solid #000;
	padding: 0px;
}

img.logo {
	position:absolute; 
border:none !important; 
background:none !important;
margin-top:8px;
margin-left: 12px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
table {
	margin-top:-40px;
width:680px;
padding:15px;
}

td {
border-bottom:1px dotted #999;
padding:10px 0;
margin-right:-1px;
	}


/* form elements */
form {
	background-color:transparent;
clear:left;
padding:10px;
}

form p {
	padding-left:0px !important;
}

textarea {
	width:210px;
height:100px;
	}

input {
	
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 800px;	
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff;
	clear: both;
	float: left;	
	width: 800px;	
	padding: 0; 			
	margin-left: 0px;	
	display: inline;
	}
#header {
	position: relative;
	background: transparent url(images/header.jpg) repeat scroll 0 0 ;
	width: 800px;	
	height: 140px;	
	padding: 0;	
	margin: 0px auto;
	border-bottom:1px solid #3B3B3B;
}






/* Navigation */

#menu{
width:800px;
background:#e6e6e6;
float:left;
}
#menu ul{
list-style:none;
margin-bottom:0px;
}

#menu li{
display:inline;
border-bottom:0px solid #fff;
float:left;
padding:7px 0;
}

#menu li a{
display:inline;
background:#e6e6e6;
color:#555;
text-transform:uppercase;
font-size:10px;
text-decoration:none;
padding:8px 13px;
}

#menu li a:hover{
background:#bababa;

text-decoration:none;
color:#fff;
}

ul.horiznav {
padding:0px;	

}

/* About Us */
.aboutusleft {
float:left;
margin-left:15px;
margin-top:10px;
width:250px;
}

.aboutusleft img {
	margin-bottom:25px !important;
}


.aboutusright {
float:left;
width:520px;
}

.contact {
	margin-left:0px !important;
}


/* Main Column */
#main {
	display:inline;
float:left;
margin:0 0 0px 0px;
padding:0 0 20px 5px;
width:795px;	
}

#main h2 {
	padding: 10px 0 0 20px;
	font: normal 2.3em Arial Black, Arial, Tahoma, Sans-serif;
	color: #336699; 
	letter-spacing: -1px;	
	text-transform: none;
margin-bottom:-10px;
margin-left 5px;
}
#main h2 a {
	color: #336699; 
	text-decoration: none;	
}

h2.title {
	margin-bottom:10px !important;
}



#main img {
margin: 5px 25px 0px 5px;
border: 0px !important;
padding: 3px; 
background: transparent !important;
}

#main ul {
	
list-style-position:outside;
margin: 0px 20px 5px 340px;
font-size: 14px; 
list-style-type: disc;
line-height:1.5em;

}

#main p {
	margin:15px 20px 0 20px;
}

/* Sidebar */	

#sidebar {
float:left;
margin-left:1px;
padding:0 0 0;
width:200px;
}
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #895F30; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

#sidebar p {
margin-top:0px;
margin-bottom:0px;
padding:0px;
line-height:16px;
}

.address {
margin-left:15px;
margin-top:20px;
}

.editbutton {

font-weight:bold;
margin:5px 10px 15px 15px;
}

/* footer */
/* bottom */
#footer-bottom {
	background-color:#505050;
clear:both;
color:#666666;
margin:0 auto;
padding:0 0 0;
text-align:center;
width:800px;	
}
#footer-bottom  a {
	color: #25e368;
}

#footer-bottom  p.qklink {
	text-align:right;
padding-top:10px;
padding-bottom:10px;
color:#999;
margin-right:10px;
}

/* postmeta */
.postmeta {	
background:#FAFAE7 none repeat scroll 0 0;
border:1px solid #EAE7DB;
color:#99997D;
font-size:95%;
font-weight:bold;
margin:5px 10px 15px;
padding:2px;
text-align:center;
width:70px;
}


.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.themeinfo {font-size: 1px}

/* extras */
.homepageservices {
border-top:1px solid #555555;
margin-top:25px;
}

.videohome {
	float:right !important; 
background: transparent !important; 
border: 0px !important; 
margin: -5px 15px 0px 0px !important;
}

#shadow {
background:transparent url(images/shadow.png) repeat-y scroll 0 0;
margin:10px auto 0 auto;
position:static;
width:810px;
}


/* expandable box */

	div.expandable_note_box {
		width: 236px;
		
		background-image: url("images/top.png");
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 14px;
		
	}
	
	div.expandable_note_box div.middle {
		width: 236px;
		background-image: url("images/middle.png");
		background-position: center;
		background-repeat: repeat-y;
	}
	
		div.expandable_note_box div.bottom {
		width: 236px;
		background-image: url("images/bottom.png");
		background-position: center;
		background-repeat: no-repeat;
		line-height:8px;
	}
	
/* templates */	

#templates {
margin-left:25px;
padding: 15px 25px 15px;
margin-top:15px;
width:690px;
background:#e6e6e6;
	}

#templates ul {
	margin-left: 0px;
list-style-position:outside;
margin-bottom:0px;
list-style-type: none;
margin-right:20px;
}
#templates li {
	}

#templates p {
font-size:12px;
margin-left:0;
	}
#templates img {
float:left;
margin-right:5px;
	}



.hackadelic-sliderPanel { 
border: 3px solid #ccc; 
padding: 5px; 
-moz-border-radius: 1em; -webkit-border-radius: 1em; 
background: #fff;
margin:10px 0;
width:100%;
} 
     
a.hackadelic-sliderButton { 
color: #336699; 
padding: 0 3px; 
-moz-border-radius: 1em; -webkit-border-radius: 1em; 
} 

a.hackadelic-sliderButton:hover { 
} 

.entry .hackadelic-sliderPanel { 
background-color: #fff; 
} 

.textwidget .hackadelic-sliderButton { 
display: block; 
text-align: center; 
margin: .5em; 
} 

.textwidget .hackadelic-sliderPanel { 
          background-color: #F0F0E0; 
      }  

#templatepanel li ul {
font-size:12px;
list-style-type: disc;
}

label {
	float:left;
font-weight:bold;
width:130px;
}

h5 {
	font-size:15px;
color:#336699;
margin-top:35px;
padding-top:10px;
border-top:1px solid #999;
}

.top {
	margin-top:-5px;
border-top:0;
}

.overview {
	margin-top:25px;
}


#right p {display:none;}