/*
	Theme Name:     Erik Web Design
	Description:    Child theme for the Starkers theme
	Author:         Erik Berkun-Drevnig
	Author URI:     http://www.erikwebdesign.com/
	Template:       starkers
	Version:        0.1.0
*/

@import "styles/reset.css";
@import "styles/corners.css";
@import "styles/editor.css";

/* Elememnt modficiations */
body {
	background:#F0EAD4 top center url('images/background.jpg') no-repeat;
	padding-bottom:50px;
	padding-top:50px;
	font-family: 'Tahoma', 'Geneva', sans-serif;
}

input {
	padding:2px 5px;
}

a {
	color:#908C7F;
}

p, #main ul {
	padding-bottom:24px;
}

#mai ul li {
	list-style-type: square;
	margin-left: 40px;
}

a:hover, #footer a:hover {
	color:#99CCEE;
}

h1 {
	border-bottom:2px groove #fd7;
	font-family:Allerta Stencil, serif;
	font-size:24px;
	margin-bottom:10px;
	padding-bottom:5px;
}

h2 {
	font-family:Trebuchet MS;
	font-size:20px;
	padding-bottom:5px;
}

h2 a {
	text-decoration:none;
}
#wrapper {
	margin:auto;
	width:900px;
}
.clear {
	clear:both;
}


/* Featured */
.holder div.third {
	float:left;
	margin-left:22px;
	width:275px;
}
.holder img {
	margin: 0;
}
.holder .third:first-child {
	margin:0;
}

#intro {
	padding:40px 150px 55px;
	text-align:center;
}
.featured-image img {
	background:#FFF;
	border:1px solid #DDD;
	padding:3px;
}

.featured {
	float:left;
	margin-right:5px;
}


/* Header */
#header {
	background:transparent url('images/black-bg.png');
	border:1px solid #000;
	height:100px;
	width:100%;
}
#header img {
	float:left;
	margin-left:30px;
	margin-top:15px;
}
#menu {
	color:#CCC;
	float:right;
	font-size:14px;
	margin-right:15px;
	margin-top:30px;
}
#menu a:focus {
	outline:none;
}
#menu li {
	float:left;
	line-height:20px;
	list-style-type:none;
	padding-left:20px;
}
#menu li a {
	display:block;
	padding:10px;
}
#menu li a:hover, #menu li a.active {
	background-color:#C1D9F8;
	border:1px solid #FFF;
	color:#FFF;
	padding:9px;
	text-decoration:none;
}
#header a {
	color:#CCC;
}


/* Content Area */
#main {
	color:#444;
	font-size:14px;
	line-height:24px;
	margin:30px 0;
}
#main img {
	padding:2px;
	border:1px solid #CCC;
	background:#fff;
	margin:0 15px 0 0;
}


/* Portfolio */
li.thumbnail {
	float:left;
	text-align:center;
	padding:0 0 24px 0;
}
span.title {
	display:block;
}
div.preview {
	float:left;
	padding-bottom:24px;
}
#project-meta {
	padding:0 0 24px 0;
}


/* Footer */
#footer {
	background:url('images/black-bg.png');
	border:1px solid #000;
}
#footer div {
	color:#CCC;
	font-size:14px;
	padding:15px;
}
#footer a {
	color:#CCC;
	text-decoration:none;
}


/* Button and input styling */
label {
	font-weight:700;
}
.buttons button {
	font-size:14px;
	margin:0;
}
input[type="text"], textarea {
	background-color:#eee;
	background-position:8px 8px;
	background-repeat:no-repeat;
	border:1px solid #FFF;
	display:block;
	font-family: sans-serif;
	font-size:14px;
	margin:0 0 12px;
	max-width:828px;
	padding:8px 8px 8px 32px;
	width:300px;
}
label.error {
	color:#C20;
	font-weight:700;
}


/* Contact form */
#contactForm textarea {
	height:250px;
	max-width:854px;
	padding:8px;
	width:550px;
}
input[name="phone"] {
	background-image:url('images/icons/phone.png');
}
input[name="email"] {
	background-image:url('images/icons/email.png');
}
input[name="person"] {
	background-image:url('images/icons/name.png');
}
input[name="url"] {
	background-image:url('images/icons/site.png');
}
#contact_form .loader img {
	float:left;
	padding-right:10px;
	background:none;
	border:0;
}
.entry-date {
	font-size:small;
	display: inline;
}
.entry-title {
	font-size:18px;
}


/* SyntaxHighlighter Evolved */
div.syntaxhighlighter {
	margin:0 15px 24px 0 !important;
	width:auto !important;
}


/* Comments */
#commentform p {
	padding: 0;
}
li.comment {
	list-style: none;
	margin: 20px 0;
}
.comment-meta {
	float: left;
	width: 86px;
	overflow: hidden;
}
.avatar {
	border: 1px solid #AAA;
	background: white;
	padding: 2px;
}
.comment-date {
	float: left;
}
.fn {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: block;
}
.comment-links {
	display: block;
	text-align: right;
	font-size: 11px;
}
.comment-info {
	background: #ededed;
	border: 1px solid #ccc;
	margin-left: 110px;
}
.children {
	margin-left: 30px;
	border-left: 1px solid #CCC;
	padding-left: 30px;
	margin-top: 10px;
}