﻿/*
Theme Name: Karoopark
Date: 2009-09-30
Author: Wes Store
Email: wes.store@gmail.com
Description: v1.0
*/

/* top elements */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/*png behaviour in IE */

img, div {
	behavior: url(Images/iepngfix.htc)
}

body {
	color: #616161;
	text-align: center;
	margin: 0px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-image: url(Images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* links */

a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #616161;
}

a:hover {
	text-decoration: underline;
	background: inherit;
	color: #616161;
}

/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

h1 {
	font-size: 250%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 135%;
	font-weight: normal;
}
h4 {
	font-size: 135%;
	font-weight: normal;
	color:#5F4B42;
	display:inline;
}

h1, h2, h3, p {
	padding-bottom: 15px;
}

/* images */

#work img{
	border: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	float: left;
	clear:right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dropshaddow{
	border: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	float: left;
	clear:right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* blog elements */


ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

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 #CCCCCC;
	background-color: #EDEDED;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	padding: 20px 10px 10px 50px;
	font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;
	color: #333333;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.post-footer {
	padding: 5px;
	margin: 20px 25px 0 25px;
	border: 1px solid #CCCCCC;
	font-size: 95%;
	background-color: #EDEDED;
}

.post-footer .date {
	padding-left: 0px;
	margin: 0 5px;
}

.post-footer .comments {
	padding-left: 0px;
	margin: 0 5px;
}

.post-footer .readmore {
	padding-left: 0px;
	margin: 0 5px;
}

.post-by {
	font-size: .95em;
	margin-top: 0;
}

/* table */

table {
	border-collapse: collapse;
	width: 60%;
}

th {
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-bottom-width: 2px;
	background-color: #446495;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #446495;
	border-right-color: #446495;
	border-bottom-color: #446495;
	border-left-color: #446495;
	padding-top: 8px;
	padding-bottom: 0px;
}

tr {
	height: 32px;
	background: #fff;
}

td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #CCCCCC;
}

table .new {
	border-color:white;
}

th .new {
border-color:white;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
}

tr .new {
	padding:10px;
border-color:white;
	border-style:none;
	height: 32px;
	background: #fff;
	vertical-align:top;
		text-align:justify;
}

td .new {
	padding:10px;
	border-style:none;	
	padding-left: 12px;
	padding-right: 12px;
	vertical-align:top;
	text-align:justify;
}


hr {
	margin-bottom: 10px;
}

/* form elements */

form {
	padding: 10px 10px 10px 10px;
}


fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea {
	padding: 8px;
	background-color: #F3F3F3;
	border: 1px solid #999999;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}


input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	border: 1px solid #446495;
	background-color: #446495;
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

input:focus, textarea:focus {
	background-color: #FFFFFF;
}
input.error, textarea.error {
	border: 1px dotted #426394;
}

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #426394;
	font-style: italic;
	float: left;
}

/********************************************
   LAYOUT
********************************************/


#topshaddow {
	height: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 4;
}

#wrap {
	width: 950px;
	text-align: left;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top {
	height: 210px;
	color: #66170F;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
	border-bottom-color: #000;
	border-bottom: 4px;
	text-decoration:none;
	
}

#top a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #616161;
}

#top #toptext {
	padding: 25px 25px 0 0;
	color: #fff;
	float: left;
	font-size: 14px;
	}

#header {
	height: 400px;
	color: #fff;
	background-color: #000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
}

#header img {
	border: none;
	padding: 0;
	margin: auto;
}

/* navigation */

#navigation {
	border-top-color:#000;
	border-top: 2px;
	clear: both;
	height: 31px;
	width: 900px;
	background-color: #5f4b42;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 12px;
	line-height: 30px;
}

#content-wrap {
	background: #FFF;
	clear: both;
	width: 860px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0;
	height: auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 195px;
	color: #777;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
}

#sidebar p {
	margin-left: 5px;
}

/* Main Column */

#main {
	float: right;
	width: 625px;
	display: inline;
	margin-top: 25px;
}

#mainonecolumn {
	float: left;
	min-width: 800px;
	max-width: 800px;
	display: inline;
	margin-top: 25px;
	margin-left:30px;
	height: auto;
	padding-bottom: 50px;
	overflow:visible;
}

	

#work ul{
  	float:left;
	width: 800px;
	margin-top:30px;
	}

#work li {
  list-style:none;
  float:left;
  margin-right: 20px;
  margin-bottom: 40px;
  
}

#tooltip{
	position:absolute;
	padding:2px 5px;
	color:#FFFFFF;
	display:none;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	z-index: 500;
	background-color: #426394;
	}	


#project ul{
	min-height: 430px;
	height: auto;
	width: 420px;
	float: left;
}

#project li {
  list-style:none;
  float:left;
  
}
	
#projectdesc {
	float: right;
	width: 300px;
	height: 430px;
	margin-top: 10px;
}	

/* Footer */

#footer {
	color: #fff;
	background: #66170f;
	clear: both;
	width: 860px;
	height: 20px;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#contactform {
	width: 500px;
}

#bottomshaddow {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 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;
}

div#search {
	height: 1px;
	text-align: right;
	background-color:#fff;
}

div#search input.text {
	width: 150px;
	height: 22px;
	background: #ffffff url('images/bg_search.png') no-repeat;
	border: none;
	font: 12px trebuchet ms;
	color: #666666;
	padding: 2px 0px 0px 5px;
	position: relative;
	top: 0px;
}

div#search input.submit {
	display: none;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
