/*
Theme Name: Linux
Theme URI: 
Description: Linux-Support.com.au custom theme
Version: 1.0
Author: hadibanoe
Author URI:
Tags: fixed width, three columns, valid XHTML, widgets
*/

body {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#dfdfdf;
}

h1 { margin:10px auto; font-size:26px; color:#CC0000; text-align:center; }
h2 { margin:10px auto; font-size:22px; }
h3 { margin:10px auto; font-size:18px; }
h4 { margin:10px auto;}

p { text-align:justify; }

.outter {
	margin:100px auto;
	width:900px;
	border:2px solid #afafaf;
	background:#ffffff;
	-moz-border-radius: 5px;
}

.header {
	height:135px;
	background:url(img/linux-support.jpg) no-repeat;
}

.nav {
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	background:#efefef;
}

.nav ul {
list-style-type:none;
margin:0 20px;
padding:0;
}

.nav li a {
	float:left;
	display:block;
	text-decoration:none;
	color:#2C2C68;
	padding-right:20px;
}

.nav li a:hover {
	color:#0000FF;
}

.inner {
	position:relative;
}

.left {
	width:58%;
	float:left;
	padding:20px;
}

.yellow {
	background:#FFFF00;
}

.center {
	border:2px solid;
	width:80%;
	margin:0 auto;
	padding:10px;
}

.right {
	width:37%;
	float:right;
	padding-top:10px;
}

.boxtop {
	background:url(img/menu_top_curve.jpg) no-repeat;
	line-height:42px;
	width:329px;
	text-align:center;
	font-size:18px;
}

.boxmid {
	background:url(img/menu_midd_bg.jpg) repeat-y;
	width:329px;
	height:auto;
	line-height:20px;
	padding:10px 0;
}

.boxmid ul {
	margin:0;
}

.isi {padding:10px 0 0 20px;}

.boxbot {
	background:url(img/menu_bott.jpg) no-repeat;
	height:2px;
	width:329px;
	margin-bottom:10px;
}

.separ {
	background:url(img/hor_seperator.jpg) no-repeat;
	height:1px;
	margin:10px auto 0;
	width:304px;
}

.clr { clear:both; }
