/***** BASICS AND TYPOGRAPHY *****/


h1, h2, h3, h4, h5, h6 {
	color: white;/*#46889F;/*#1C3A46;*/
}
blockquote {
	background: url(quote.gif) no-repeat 10px 0.36em;
	color: #656565;
}
code {
	color: #323232;
}

#sidebar h2 {
	color: #B7D6E6;
}

/* Links */

a {
	color: #46889F;
}
a:visited, a:active {
	color: #375F6D;
}
a:hover {
	color: #1C3A46;
}

#content a {
	border-bottom: 1px dotted #9AC2D4;	
}
#content a:hover {
	border-bottom: 1px dotted #1C3A46;
}

#sidebar a, #footer a {
	color:#FFFFFF;/*#ADD56A;*/
	border-bottom: 1px dotted #FFFFFF;/*#6B9CAC;	*/
}
#sidebar li.alt a {
	border-bottom: 1px dotted #FFFFFF;/*#507886;*/
}
#sidebar a:visited, #sidebar a:active,
#footer a:visited, #footer a:active {
	color: #FFFFFF;/*#75B0BF;*/
}
#sidebar li.alt a:visited,#sidebar li.alt a:active {
	color: #FFFFFF;/*#5A8C9A;*/
}
#sidebar a:hover,#sidebar li.alt a:hover,#footer a:hover {
	color: #FEA205;/*#B7D6E6;*/
	border-bottom: 1px dotted #FEA205;/*#B7D6E6;*/
}

/* Forms */

input, textarea, select {
	border: 1px solid #989898;
	background: #FFF;
}
.submit {
	border: 1px solid #FEA205;
	background: #FEA205 url(submitbg_orange.gif) repeat-x;
	color: #000000;
}

/***** THE LAYOUT *****/

/* HEADER */

#header {
	background: url(header.gif) no-repeat 100% 0;
}
#header h1 a {
	color: #ADD46B;
}

#menu li {
	background: url(tableft.jpg) no-repeat;
}
#menu li a {
	background: url(tabright.jpg) no-repeat 100% 0;
	color: #F1F5FF;
}
#menu li:hover, #menu li:hover a, #menu li a:hover, #menu li.current_page_item a {
	color: #243423;
}

/* CONTENT */



/* SIDEBAR */

#sidebar {
	color: #FFF;
}
#sidebar li {
	background: #212629;/*#4F8090;*/
}
#sidebar li.alt {
	background: #212629;/*#375F6D;*/
}
#sidebar li li a {
	background: url(arrow.gif) no-repeat 0 0.56em;
}

/* Search */

#search li#sb-search input {
	border: 1px solid #FEC605;
	background:url(http://www.designsdeveloper.co.uk/common/images/bilder/bg_red_hover.gif) repeat-x center;
	color: #FFFFFF;
}
#search li#sb-search input#searchsubmit {
	background:url(http://www.designsdeveloper.co.uk/common/images/bilder/bg_orange_hover.gif) repeat-x center;
	/*background: #FEA205 url(searchbg_orange.gif) repeat-x;*/
	color:#000000;
}

/* FOOTER */




/***** BLOG *****/

.post {
	border-bottom: 1px dotted #989898;

}
h2.posttitle{
	color:orange;
}
h2.posttitle a {
	font: 80% "Trebuchet MS",Arial sans-serif;
	color:#000000;
	background:url(http://www.designsdeveloper.co.uk/common/images/bilder/bg_orange_hover.gif) repeat-x center;
	margin-top: 5px;	
	padding-left:15px;
	display:block;
}
h2.posttitle a:hover {
	color:#FFFFFF;
	background:url(http://www.designsdeveloper.co.uk/common/images/bilder/bg_red_hover.gif) repeat-x center;
}
.postdate {
	color: #656565;
}
.postdate span {
	background: #E8FFBD;
}
.postmeta {	
	color: #656565;
}



/***** COMMENTS *****/

.commentsmeta {
	color: #656565;	
}
.commentlist {
	border-bottom: 1px dotted #989898;
}
.commentlist li {
	border-top: 1px dotted #989898;
}
.commentlist li.alt {
	/*background: #DFDFDF;*/
}
.commentmeta {
	color: #656565;
}



/***** ETC *****/

/* Image borders */

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	border: 5px solid #BFBFBF;
}

/* Calendar */

#wp-calendar {
	border: 1px solid #375F6D;
	background: #375F6D;
}
#wp-calendar caption {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #375F6D;
	background: #4F8090;
	color: #BDDBDD;
}
#wp-calendar tbody td {
	background: #4F8090;
}

.alt #wp-calendar {
	border: 1px solid #4F8090;
	background: #4F8090;
}
.alt #wp-calendar caption {
	border-color: #4F8090;
	background: #375F6D;
}
.alt #wp-calendar tbody td {
	background: #375F6D;
}


