/*
Theme Name: WordPress-Invizion Designs
Theme URI: http://wordpress.org/
Description: The Invizion-Designs WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: David H Blake
Author URI: http://binarybonsai.com/
Tags: orange, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by David Blake based by the author Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
    background:#FFF url('images/background.gif') repeat-x;
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
    
}a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#shadow1{
	box-shadow: 5px 5px #818181;
	-webkit-box-shadow: 5px 5px #FFFFFF;
	-moz-box-shadow: 5px 5px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=5, offY=5, positive=true);
	}
.topshade{
	width:950px; 
	background:#FFF;
	border: 1px solid #000000;
	overflow:hidden;
	margin:auto
	}

/*Top Navigation about us - contact us link */
#top-Link{
   width:950px;
   margin: 0 auto;
   padding-bottom:15px;
   padding-right:10px;
   text-align:right
}
a.top:link {             /* unvisited link */
      color: #000;
	  font-weight:bold;
	  font-size:11px;
	  text-decoration: none
	  }     
a.top:visited {         /* visited link */
      color: #000;
	  font-weight:bold;
	  font-size:11px;
	  text-decoration: none
	  }  
a.top:hover {			/* mouse over link */
      color: #FFF;
	  font-weight:bold;
	  font-size:11px;
	  text-decoration: none
	  }   
a.top:active {		   /* selected link */
      color: #000;
	  font-weight:bold;
	  font-size:11px;
	  text-decoration: none
	  }
#header {
	background: url(images/top-blog-banner.jpg) no-repeat;
	height: 171px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 5px 0px 0px 10px;
	height: 130px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #CC6600;
	font-size: 14px;
}



h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #CC6600;
	margin: 10px 0px 5px 5px;
}
#billboard{
          background: url('images/blogg-banner.jpg') no-repeat;
	  width:950px;
          height:158px;
	  }
/*Top Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.navMenu{
font: bold 12px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background: url('images/bevelbg.gif'); background-repeat: repeat-x;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.navMenu li{
list-style: none;
display: inline;
}

.navMenu li a{
padding: 1px 20px;
text-decoration: none;
color: #FFFFFF;
border-right:1px groove #FFF;
background-color: #4674B7;

}

.navMenu li a:hover{
color: #FFFFFF;
padding: 1px 20px;
background-color: #E7AE4A;
border:2px groove #E7AE4A;
}

html>body .navMenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#container{
	width:950px;
	
	}


#main-contents{
	width:950px;
	background:url(images/content-bg.jpg) repeat-y;
	overflow: hidden;
}
#contents {
	
	float: left;
	width: 690px;
	overflow: hidden;
}

.post {
	clear:both;
	margin-left:15px;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 616px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	margin-right:8px;
	float: right;
	font-size: 95%;
	color: #999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 10px;
}
.navigation a, .navigation a:visited {
	color: #CC6600;
}
.previous-entries {
	float: left;
	padding-left: 15px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 15px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #666;
	margin-right:8px;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 8px 0 0;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #FFF;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #FFFFCC;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 9px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 175px;
	background:#FFFFCC;
	border: 1px solid #CCC;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 500px;
	height: 115px;
	background:#FFFFCC;
	border: 1px solid #CCC;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #FFF;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 250px;
	background:#E8B152;
}
p {
	padding: 0px 8px 15px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 180px;
	height: 130px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #003399;
}
h1 a{
	color: #003399;
	text-decoration: none;
}
h1 a:visited{
	color: #003399;
	text-decoration: none;
}
h1 a:hover{
	color: #E8B152;
	text-decoration: none;
}
h2 {
	color: #CC6600;
	margin: 0px 8px 2px 0;
	border-bottom: 1px dotted #666;
	letter-spacing: -1px;
	font: normal 175%/80% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #003399;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
form {
	margin:0px;
	padding:0px;
}

#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #CC6600;
	
}


#searchform {
	background: #E8B152 url(images/searchform-bg.gif) repeat-x;
	margin-left:20px;
	padding-top:10px;
	width: 250px;
	
	
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #993300;
	background: #ffcc99;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #993300;
}



.ul-cat {
	list-style: none;
	margin:0px 0px 10px 10px;
	padding:0px;
	border-bottom: 1px solid #CC6600;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #CC6600;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #666;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 10px 10px;
	padding:0px;
	border-bottom: 1px solid #CC6600;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #cc6600;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #666;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #E8B152;
	color: #cc6600;
	font-size: 95%;
	line-height: 130%;
	overflow:hidden;
}
#footer a, #footer a:visited{
	color: #fff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 250px;
	float: right;
	padding: 0;
	background: #E8B152;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding-left:20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding-left:20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.navigation {
	clear: both;
	list-style:none;
	padding: 10px 8px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
#credits{
	width:935px; 
	margin: 0 auto;
	padding-top:5px;
	font-size:10px;
}
#credits a, #credit a:visited{
	color: #FF9933;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}

img.img_border, a img.img_border {
	border: 1px solid #FF9933;
	padding: 3px;
	background: #fff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #FF9933;
	padding: 3px;
	background: #fff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}