/*
Theme Name: Kabarty v2
Theme URI: http://www.kabarty.com/
Description: The original Kabarty theme, based on the Template Mad theme.
Version: 1.0
Author: Steve and Rose Brown, Kabarty Pty Ltd
Author URI: http://www.kabarty.com.au
Tags: two colums, template mad, blue css

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: rgb(62,79,79);
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

.entry ul {
  list-style-type: disc;
}

.entry {
    font-size: 1.1em;
    padding: 5px 10px;
}

#header {
	height: 180px;
	background-image: url('images/header-bg.gif');
}

#sidebar-left {
	padding-top: 20px;
	width: 302px;	/* 2 extra px for the image border below */
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
}

#sidebar-left ul {
	margin: 0px;
	padding: 0px;
}

#phone-num {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	width: 100%;
	text-align: center;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}

#logo-bar {
	background-image: url('images/logo.png');
	width: 980px;
	margin: 0 auto;
	height: 139px;
}

.content-background {
	width: 100%;
	background-color: rgb(204,219,227);
}

#logo-menu-bar {
	width: 100%;
	clear: both;
	}
		
#logo {
	background-image: url('images/logo.png');
	float: left;
	}
	
#menu {
	text-align: right;
	position: relative;
	width: 980px;
	height: 139px;
}
	
#menu-abs {
	position: absolute;
	bottom: 0px;
	right: 4px; /* 2 times the padding for menu a */
}
	
#menu a {
	color: #000;
	background-color: #fff;
	padding: 2px;
}

#septop {
	width: 980px;
	background-color: rgb(157,214,245);
	height: 13px;
	margin: 0 auto;
}

#sepbottom {
	width: 1000px;
	margin: 0 auto;
	height: 20px;
	background-image: url('images/sep-bottom.png');
}

#main-shade {
	background-image: url('images/main-shade.png');
	width: 1000px;
	margin: 0 auto;
}

#main-content {
	width: 960px;
	margin: 0px 20px 0px 20px;
	overflow: auto;
	font-size: 1.3em;
	padding-bottom: 2em;
}

h2 {
	font-size: 1.4em;
}

#content {
	width: 630px;
	float: right;
	overflow: hidden;
	display: inline;
}

#footer-top {
	width: 100%;
	background-color: rgb(130,146,150);
	height: 1px;
}

#footer-strip {
	background-image: url('images/footer-top.png');
	width: 1000px;
	height: 1px;
	margin: 0 auto;
}

#footer {
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 50px;
	color: #fff;
	width: 100%;
	text-align: center;
}

#footer-widget-container {
	clear: both;
	width: 318px;
	margin: 20px 320px 0px 320px;
	list-style-type: none;
	float: left;
}

#bottom-left-widget {
	float: left;
	width: 320px;
	margin-left: -320px;
	position: relative;
}

#bottom-middle-widget {
	margin-right: -320px;
	width: 300px;
	float: left;
	padding: 0px 10px;
}

#bottom-right-widget {
	float: right;
	width: 320px;
	margin-right: -320px;
	position: relative;
}

a, a:visited {
	color: #0099cc;
	text-decoration: none;
	}
	
a:hover {
	color: #0099cc;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 5px;
}

/************************************************
* Image Slideshow
************************************************/
#imageContainer { height:172px; padding: 0px;}

#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:172px;  	
			width:300px; 	
			opacity: -0.01; border: 1px solid #ccc;} 

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 5px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.quote {
	background: #f9faf4 url(images/ico-quote.gif) no-repeat top left;
	height:29px;
	margin:9px 0 0;
	width:37px;
	
}

.fl {
	float:left;
}

.widget blockquote {
	color: #006699;
	font-weight: bold;
	font-size: 1.1em;
}

.blockquote2 {
	color:#333;
	background:#f9faf4;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;
}
	
td.hosting {
	border-style: solid; 
	border-width: 1px; 
	padding-left: 10px;
	}
	
td.hosting2 {
	border-style: solid; 
	background: #ffcc66;
	border-width: 1px; 
	padding-left: 10px;
	}
	
/* Strip view images on why webdesign */
/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff; float: left;}
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/
.stripViewer {  
position: relative;
overflow: hidden;  
border: 1px solid #495D5C;
margin: 0 0 1px 0; 
padding: 0px;
} 
.stripViewer ul { /* this is your UL of images */
margin: 0; 
padding: 0;
position: relative;
left: 0; 
top: 0;  
width: 1%;
list-style-type: none;
padding: 0px;
} 
.stripViewer ul li {
float:left; 
list-style-type: none;
padding: 0px;
margin: 0px; 
} 
.stripTransmitter {
overflow: auto;    
width: 1%; 
} 
.stripTransmitter ul {
margin: 0; 
padding: 0;
position: relative;
list-style-type: none;
} 
.stripTransmitter ul li{
width: 20px; 
float:left;  
margin: 0 1px 1px 0;
list-style-type: none;
} 
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center; 
line-height: 22px;  
background: #495D5C;
color: #fff; 
text-decoration: none;
display: block; 
} 
.stripTransmitter a:hover, a.current{
background: #99cccc; 
color: #495D5C; 
} 
.stripTransmitter a:visited, a.current{
background: #99cccc; 
color: #495D5C; 
}
