/*
Theme Name: Cloud-Rep
Theme URI: http://www.wplabs.com
Version: 1.0
Description: A simple two column WP theme
Author: Sebastin Sanjay
Author URI: http://www.sebastinsanjay.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #932c51; text-decoration: none;}
a:hover {color: #932c51; text-decoration: underline;}
a img {border: none;}

body {
	background: #E7E7E7;
	color: #444;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
      	background: url('img/bg.jpg') no-repeat;
	font-size: 11px;
	margin: 0 auto;
	width: 780px;
}

/* headere & title */
.header {
	background: #222 url('img/header.jpg') no-repeat;
	height: 160px;
	text-align: center;
}

/* path */
.path {
      	background: url('img/bg.jpg') repeat;
	height: 25px;
	color: #FFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
      	text-align: center;
	padding: 8px 12px;
}

.path li,.path ul {display: inline;
}

.path a {
	color: #932c51;
	text-decoration: none;
	margin-right: 10px;
}

.path a:hover {
	color: #932c51;
	text-decoration: underline;
}

/* main */
.main {
	background: url('img/bg.jpg') repeat-y;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 710px;
	margin-left: 28px;
}

/* footer */
.footer {
	background: url('img/footer.jpg') no-repeat;
        height: 60px;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	padding: 0px 12px;
}
