/*
Theme Name: DC10blog.
Theme URI: 
Description: Blog theme based on Nameless website css.
Version: 1.0
Author: Kevin O'Malley
Author URI: 
*/

/** BASIC */

html, body {
	height: 100%;
}

/** MENU */

#menu {
	width: 747px;
	height: 65px;
	margin: 0px auto 1px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

/** HEADER */

#header {
	width: 749px;
	height: 42px;
	margin: 0px auto;
	padding: 123px 0px 0px 0px;
	background: url('images/homepage03.jpg') no-repeat left top;
}

#header-subpage {
	width: 749px;
	height: 42px;
	margin: 0px auto;
	padding: 68px 0px 0px 0px;
	background: url('images/subpage1_01.jpg') no-repeat left top;
}

#logo {
	float: left;
	height: 30px;
	padding: 12px 0px 0px 10px;
}

#search {
	float: right;
	width: 210px;
	padding-top: 11px;
}

/** PAGE */

#page {
	width: 719px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
	width: 504px!important;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 184px;
}

/** FOOTER */

#footer {
	width: 100%;
	height: 50px;
	margin: 0px auto;
}

h1.tagline{
	width: 719px;
	margin: 0 auto;
	padding: 10px 0;}
/** BASIC */

body {
	margin: 20px 0px;
	padding: 0px;
	background: #FFFFFF url('images/homepage01.gif') repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

label, input, textarea, select{
	display: block;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	color: #7d8682;
}
	
input, textarea, select{
	margin-bottom: 10px;
	padding:  3px 5px 2px 5px;
}

textarea{
	border: solid 1px #CCC;
}

input:focus, textarea:focus, input:active, textarea:active{
	background: #f5f0fe;
	margin-bottom: 10px;
	padding:  3px 5px 2px 5px;
	border: solid 1px #CCC;
} 
	
input.short{
	width: 235px;
	border: solid 1px #CCC;
}

select.short{
	width: 247px;
	border: solid 1px #CCC;
	padding-left: 0;
}

select:active, select:focus{
    background: #f5f0fe; 
}

input.wide{
	width: 460px;
	border: solid 1px #CCC;
}

input.file{
	display: block;
	width: 460px;
}

input.submit{
	color: #000;
	font-size: 1em;
}   

textarea.wide{
	width: 460px;
}

label.sys_overlabel-apply, label.sys_hide{
	padding: 3px 4px;
	margin: 1px;
	position: absolute;
}

label.sys_hide{
	left: -10000em;
}

fieldset{
	position: relative;}
	
form h2{
	margin-top: 20px;}
	
form .formerror{
	border: solid 1px #F00;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #505050;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h1, h2 {
	margin-bottom: 15px;
}

h1 span, h2 span {
	color: #522f91;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #7D8682;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em; 
	line-height: 18px;
}

dt{
	font-weight: bold;
	color: #522f91;
}

dd{
	margin: 0 0 1em 0;
}

.list1, .submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li{
	padding: 20px 0px 10px 0px;
	background: url('images/homepage09.gif') repeat-x;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
	padding-left: 10px;
	background: url('images/homepage08.gif') no-repeat left center;
}

.submenu li {
	font-size: 1.1em;
	padding: 10px 0;
	border-bottom: solid 1px #f2f2f2;
}


.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url('images/homepage07.gif') no-repeat left center;
}

/** LINKS */

a {
	color: #522f91;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;	
}

/** MENU */

#menu {
	background: #E4E4E4 url('images/homepage02.gif') repeat-x left top;
	border: 1px solid #E9E9E9;
}

#menu a {
	float: left;
	height: 43px;
	padding: 22px 36px 0px 36px;
	border-left: 1px solid #E3E3E3;
	text-decoration: none;
	font-size: 15px;
	color: #505050;
}

#menu a:hover, #menu a.active {
	color: #522f91;
}

#menu .first a {
	border: none;
}

/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #BCBCBC;
}


/** SEARCH */

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search legend {
	display: none;
}

#search-text {
	width: 130px;
}

#search-submit {
}

/** PAGE */

#page {
	padding: 30px 15px;
	background: url('images/homepage05.gif') repeat-x left top;
}

/** FOOTER */

#footer {
	background: url('images/homepage10.gif') repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}
