﻿/*  
Theme Name: Creatos
Theme URI: http://www.creatos.de
Description: Wordpress theme for www.creatos.de
Version: 1.0
Author: Axel Segebrecht
Author URI: http://www.axelsegebrecht.com 
*/

html, body {
	width: 100%;
	height: 100%;
	max-height: 100%;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #777;
	background-color: #fff;
}

/* Resets
*/

h1,h2,h3,h4,h5,p,form,div,ul {
	margin: 0;
	background-color: transparent;
	font-size: 1em;
}

/*	Links
*/

a:link, a:visited, a:hover, a:active {
	color: #c00;
	text-decoration: none;
}
a:link, a:visited {
	color: #c00;
}
a:hover, a:active {
	color: #f00;
}

.extlink {
	background: transparent url(images/externallink.png) no-repeat right;
	padding-right: 14px;
}

/* HR Replacement
*/

.divider {
	width: 874px;
	height: 3px;
	margin: 0 0 10px 0;
	background: #000 url(images/divider.png) no-repeat top;
}		
body#content-15 .divider { /* darker version for the front page */
	width: 874px;
	height: 3px;
	margin: 0 0 10px 0;
	background: #000 url(images/home-divider.png) no-repeat top;
}
.divider hr {
	display: none;
}

/*	Wrapper
*/

#wrapper {
	position: relative;
	top: 0px;
	left: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background: transparent url(images/bg-page.png) repeat-x 0 118px;
}

/*	Top
*/

#top {
display: inline;
height: 1px;
}

/* Navigation
*/

#header {
	width: 1024px; /* 1024px - padding */
	height: 100px;
	margin: 0 auto;
	padding: 0 64px 0 64px;
	background: transparent;
}

#logo {
	float: left;
	padding-top: 20px;
}
		
#nav_primary {
	float: left;
	padding-top: 30px;
	padding-left: 32px;
}/*
}/*
}/*
}/*
#nav_primary h2 {
	margin: 0 1em;
	padding: 0;
	display: inline;
}
#nav_primary ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 150%;
}
#nav_primary ul li {
	text-align: left;
	display: inline;
}
#nav_primary li a {
	color: #777;
}
#nav_primary li a:hover {
	color: #c00;
}*/

/* JQuery Drop-down Menu 
*/
#dropmenu, #dropmenu ul {
font-weight:bold;
line-height:1.7em;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:relative;
width:100%;
z-index:300;
}
#dropmenu a {
background:none repeat scroll 0 0 #fff !important;
border-right:0px solid #fff !important;
color:#777 !important;
display:block;
padding:0.25em 1em;
text-decoration:none;
text-align: left !important;
}
#dropmenu a:hover {
background:none repeat scroll 0 0 #fff !important;
color:#c00 !important;
}
#dropmenu li {
float:left;
position:relative;
}
#dropmenu ul {
display:none;
left:-1px;
margin:16px 0 0 0;
position:absolute;
top:1.2em !important;
width:12em;
}
#dropmenu ul a {
border-left:1px solid #777 !important;
border-right:1px solid #777 !important;
}
#dropmenu li ul {
border-top:1px solid #777 !important;
width:14.1em;
}
#dropmenu li ul a {
border-bottom:1px solid #777 !important;
float:left;
height:auto;
width:12em;
}
#dropmenu ul ul {
top:auto;
}
#dropmenu li ul ul {
left:10em;
margin:0 0 0 0;
top:-0.09em;
}


/*	Page
*/

#page {
	clear: both;
	width: 1152px; /* 1152px */
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px;
	background: #fff;
}

/*body#content-3 #page {
	background: transparent;
}*/

#intro {
	height: 169px;
	max-height: 169px;
	padding: 0px 64px;
	background: transparent url(images/header-strip.png) repeat-y top left;
	font-size: 1em;
	color: #fff;
	text-align: left;
}
#intro h2, #intro h1 {
	margin: 0;
	padding: 21px 0 10px 32px;
	font-weight: bold;
}
#intro h1 {
	font-size: 1.5em !important;
}
#intro h2 {
	font-size: 1.2em !important;
}
#intro a:link, #intro a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#intro a:hover, #intro a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#intro h1 a { 
	border: 0 !important;
}
#intro p {
	margin: 0;
	padding: 4px 32px;
	font-size: 0.75em;
	line-height: 150%;
}
#intro .col1 {
	width: 50%;
	float: left;
	text-align: left;
}
#intro .col2 {
	width: 50%;
	float: right;
	text-align: left;
}

#intro .navigation {
	width: auto;
	padding: 10px 32px;
}
#intro .navigation .alignleft {
	float: left;
}
#intro .navigation .alignright {
	float: right;
}
#intro .navigation h3 {
	
}

a.fprint {
	min-height: 16px;
	height: 16px;
	background: transparent url(images/printer.png) no-repeat bottom left;
	padding: 2px 0 2px 21px !important;
	margin: 0 0 0 16px;
	font-size: 0.8em;
}
#editlink a {
	min-height: 16px;
	height: 16px;
	background: transparent url(images/page_white_edit.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}

/* Related Box */

.current_page_item {
	font-weight: bold;
	background-color: #000;
}

/* Content */

#content {
	clear: both;
	min-height: 200px;
	/*width: 832px;*/
	text-align: left;
	line-height: 150%;
	color: #777;
	padding: 0 96px;
}
body#content-3 #page #content {
	width: 1024px;
	padding: 0 0 0 64px;
}
#content h1, #content h2, #content h3, #content h4 {
	font-family: Arial,sans-serif;
	text-align: left;
}
#content h1 {
	font-size: 1.6em;
	margin: 1em 0;
	color: #fff;
}
#content h2 {
	font-size: 1.2em;
	margin: 1em 0;
}
#content .post-header {
	margin: 1em 0 0 0;
	padding-top: 0.5em;
	border-top: 1px dotted #333;
}
#content h3 {
	font-size: 1em;
}
#content h4 {
	font-size: 0.8em;
}
#content p {
	margin: 1em 0;
	text-align: justify;
	font-size: 1em;
}
#content ul, #content ol {
	margin: 1em 0;
	padding: 0;
	text-align: left;
}
#content ul li, #content ol li {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1em;
}
#content ul li ul li {
	font-style: italic;
	list-style: none;
}
#content a:link, #content a:visited {
	color: #;
}
#content a:hover, #content a:active {
	color: #;
}		



/* Home Blocks
*/
h2.homeblock a {
	float: left;
	display: block;
	height: 246px;
	max-height: 246px;
	width: 341px;
	margin: 0 !important;
	padding: 0 !important;
}
h2.homeblock a span {
	visibility: hidden;
}
a#hbtkservices {
	background: white url(images/hb-tkservices.png) no-repeat top left;
}
a#hbmobileservices {
	background: white url(images/hb-mobileservices.png) no-repeat top left;
}
a#hbwebdesign {
	background: white url(images/hb-webdesign.png) no-repeat top left;
}
h2.homeblock a:hover {
	background-position: bottom !important;
}

/* Callback
*/
#callbackform {
	clear: both !important;
	margin: 0em auto;
	padding: 0 0 0 0;
	width: 1024px;
	height: 120px;
	background: transparent url(images/bg-callbackform.png) repeat-x top left;
	color: #333;
}
#callbackform table {
	margin: 0 auto;
}
#callbackform td {
	text-align: left;
	vertical-align: top;
	height: 52px;
	padding: 5px 0;
}
#callbackform p {
	line-height: 150%;
	text-align: left !important;
	font-size: 0.85em;
}
.cbrow1 {
	clear: both;
	width: 750px;
	height: 40px;
	margin: 0 auto;
}
.cbrow2 {
	clear: both;
	width: 750px;
	margin: 0 auto;
}
.cbrow1 h2 {
	float: left;
	padding: 0.35em 0 0 0;
	color: #;
}
.cbrow1 p {
	float: left;
	padding: 0.7em 0 0 2em;	
}	
.cbrow2 div {
	float: left;
	width: 250px;
}

/* categories page */ 
body#content-553 #content ul{
	list-style-type: circle;
	margin: 1em 0em;
}
body#content-553 #content ul li {
	margin: 0em 0 0 1em;
}
body#content-553 #content ul li ul {
	list-style-type: circle;
	margin: 0 0 0.5em 0em;
}
body#content-553 #content ul li ul li {
	margin: 0 0 0 1em;
}

/* 404 */
#content.error h1 {
	color: #c00;
}

/* forms */
#search h2 {
	display: none;
}
form {
	margin: 0;
	background-color: transparent;
}
form p {
	margin: 0;
	line-height: 100%;
}
.sidebox form p {
	margin-left: 16px;
}

label {
	font-weight: bold;
	font-size: 0.85em;
	color: #666;
}

#s, .inputtext {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0.25em 0.5em;
	width: 9.5em;
	color: #999;
}
#searchsubmit {
	margin-left: 0.5em;
	font-weight: normal;
	display: inline;
}
input.field {
	width: 205px;
	border: 1px solid #ccc;
}
textarea {
	width: 415px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #999;
	padding: 0.25em 0.5em;
}


#callbackform h2,
#callbackform p {
	margin: 0 !important;
}
#callbackform label {
	font-weight: bold;
	font-size: 0.85em;
	padding-bottom: 5px;
}
#callbackform  {}

/*	Footer
*/

#footer {
	clear: both;
	width: 1024px;
	margin: 1em auto;
	text-align: center;
	padding: 0px 64px;
}

#footer a:link, #footer a:visited {
color: #777;
}
#footer a:hover, #footer a:active {
color: #c00;
}

#footer ul, #footer p {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	/*margin: 12px 64px !important;*/
	text-align: center;
	color: #777;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 1em 0 0;
	padding: 0;
	display: inline;
}


/* Posts
*/

.post {
/*	margin-top:3em !important */
}
/*
.post a img {
	filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
}
.post a:hover img {
	filter:alpha(opacity=100);
		-moz-opacity:1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;
}*/


.announcement_post {
	background: transparent url(images/announcement.png) no-repeat 0 0;
	padding: 0 0 0 60px;
}

/* Comments
*/

.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
.commentlist li {
	padding: 0.15em 1em !important;
	margin: 1em 0 !important;
	background-color: #fff;
	border: 1px solid #070707;
	font-size: 1em !important;
}

.commentlist li.alt {
	background-color: #fff;
	border: 1px solid #111;
}

cite {
}


/* Images
*/

img {
	border: none;
}

img.alignright {
	float: right;
	margin: 0 !important;
	padding: 0 !important;
}
img.imgalignleft {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}

/* Misc
*/

.gadsleft {
	float: none;
	text-align: left;
	margin-left: 0px !important;
	margin-bottom: 1.5em !important;
	border-left: 4px solid #121212;
	padding: 0em 0.5em !important;
}
.gadsright {
	float: right;
	margin: 0.25em 0 0 0 !important;
	padding-top: 0;
	padding-right: 0;
	padding-left: 1.8em;
	padding-bottom: 0.5em;
}
.gadscenter {
	float: none;
	text-align: center;
	margin: 1.5em auto !important;
	padding: 0 !important;
}


.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}


/* Images */

p img {
padding: 0;
max-width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #E5F3FF;
padding: 2px;
}


img.aligncenter {
text-align: center;
}

p.centerimage {
text-align: center;
}
