/*   
Theme Name: rgctechnical.co.uk
Theme URI: http://www.rgctechnical.co.uk/theme/
Description: A simple theme designed to use wordpress as a CMS
Author: Bill Glover
Author URI: http://www.billglover.co.uk/
Version: 0.1
.
This theme should not be copied without permission.
.
*/



/*	---	Styles for the page layout */
body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #000;
	background: #fff;
}

#page {
	margin: 0px;
	padding: 0px;
	color: inherit;
	background: inherit;
}

#header {
	clear: both;
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px;
	height: 80px;
	color: #fff;
	background: #003;
}

#horizontalMenu {
	clear: both;
	display: block;
	position: relative;
	color: #fff;
	background: #002a59;
	text-align: right;
	font-size: 0.8em;
}

#content {
	margin: 0px 0px 0px 180px;
	padding: 20px;
}

#pageImage {
	width: 255px;
	height: 255px;
	float: right;
}

#sidebar {
	float: left;
	margin: 0px;
	padding: 10px;
	color: inherit;
	background: #ccc;
	width: 160px;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	margin: 0px;
	padding: 2px;
	color: #fff;
	background: #003;
	font-size: 0.6em;
	text-align: right;
}




/*	---	Styles for the page header */
#header .siteName a{
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#header .siteName{
	margin: 32px 0px 0px 80px;
	padding: 0px;
	font-size: 40px;
}

#header .siteDescription{
	margin: -5px 0px 0px 80px;
	padding: 0px;
	color: #003c80;
	background: #003;
	font-size: 0.7em;
}


/*	---	Styles for the horizontal menu */
.horizontalLinks {
	padding: 5px;
	display: block;
}


#horizontalMenu a, #horizontalMenu a:visited{
	margin: 0px;
	padding: 5px;
	border-left: 1px dashed #fff;
	text-decoration: none;
	color: #fff;
	background: inherit;
}

#horizontalMenu a:hover{
	color: inherit;
	background: #003c80;
}




/*	---	Styles for the sidebar */
.menuBlock {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom: 1px dashed #003;
	font-size: 0.8em;
	color: #003;
	background: inherit;
}

.menuBlock a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #003;
	background: inherit;
}

.menuBlock a:hover{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #fff;
	background: #003c80;
}

.menuBlock ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menuBlock ul ul{
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 0.8em;
}

.menuBlock ul ul li {
	list-style: none outside;
	color: inherit;
	background: inherit;
	padding-left: 10px;
}

.menuBlock li{
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}


.menuBlock img {
	border: none;
	margin: 0px;
	text-decoration: none;
}

.menuBlock  a:hover.imageLink {
	border: none;
	margin: 0px;
}




/*	---	Styles for the content section */
#content h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #002a59;
	background: inherit;
}

#content h2 {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
	color: #002a59;
	background: inherit;
}

#content h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #002a59;
	background: inherit;
}

#content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

#content a{
	color: #003c80;
	background: inherit;
	text-decoration: none;
}

#content a:hover{
	color: #805900;
	background: inherit;
	border-bottom: 1px dotted #003c80;
}

#content li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	display: block;
	position: relative;
}

#content th {
	margin: 0px;
	padding: 5px;
	color: #fff;
	background: #002a59;
	text-align: left;
	font-weight: normal;
}

#content td {
	margin: 0px;
	padding: 5px;
	color: inherit;
	background: #ccc;
	text-align: left;
	font-weight: normal;
}

#userPhoto {
	padding: 10px;
	margin: 0px 0px 20px 20px;
	float: right;
	color: inherit;
	background: #ccc;
	border: 1px dashed black;
}




/*	---	Styles for the page footer */
#footer a{
	color: #ccc;
	background: inherit;
	text-decoration: none;
}




/*	---	Styles for admin content */
#editLink {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: 1px dashed #000;
	color: #ccc;
	background: #cfc;
	font-size: 0.8em;
	width: 50%;
}

#editLink a, #editLink a:hover{
	text-decoration: none;
	color: #003c80;
	background: inherit;
	border: none;
	display: block;
	padding: 5px;
}

#header {
	background: #003 url('/wp-content/themes/rgctechnical.co.uk/images/logo_1.png') no-repeat 20px 50%;
}
#content {
	background: url('/wp-content/themes/rgctechnical.co.uk/images/image1.jpg') no-repeat right top;
}