/*
Theme Name: Createmake
Author: Ragnar Freyr
*/



/* Body, Nav, Header */

body {
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	width:820px;
	margin: auto;
}

#header {
	margin-top: 35px;
	height: 80px;
	width: 580px;
	margin-right: 20px;
	margin-bottom: 50px;
	float: left;
	border-bottom: 1px solid #000;
}

#nav {
	margin-top: 35px;
	float: right;
	height: 80px;
	width: 220px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}

#nav1 {
	float:left;
	width: 100px;
	margin-right: 20px;

}

#nav2 {
	float:left;
	width: 100px;
}



/* Content */

#content {
	width:580px;
	float:left;
	padding:0 0 30px 0;
}

.post {
	padding-bottom: 40px;
}

.post h1, .post h1 a{
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #000;
}

.post p {
	margin: 20px 0 20px 0;
}

.post a {
	color: #f00;
}

.post em{
	font-style:italic;
}

.post .indent {
	padding-left:10px;
}

.post .indent p {
	padding-left:10px;
}

.post small {
	font-size:10px;
}

.post .alignright {
	float:right;
	margin-left:10px;
}

.post .alignleft {
	float:left;
	margin-right:10px;
}

.post .aligncenter {
	margin:0 auto;
	display:block;
}

.post blockquote {
	color:#777;
	border-left:5px solid #ccc;
	margin:15px 30px 0 10px;
	padding-left:20px;
}

#postinfo ul {
	list-style:none;

}

#postinfo li {
	font-size: 11px;
	float: left;
	margin-right: 20px;
	color: #7e7e7e;
	width: 100px;
	padding-bottom: 8px;
	padding-top: 4px;
}

#postinfo li a {
	text-decoration: none;
	color: #7e7e7e;
}

#postinfo li a:hover {
	text-decoration: none;
	color: #0000000;
}


.cate {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.cate a{
	color: #adacae;
}

.wp-caption {
text-align: center;
background-color: #f3f3f3;
padding-bottom: 2px;
font-size: 10px;
color: gray;
	}

/* Comments */


#comments h3 {
	font-size: 12px;
	margin:5px 0 5px;
	font-weight: bold;
}


#comments cite{
	font-size:12px;
	font-weight: bold;
}

#comments em {
	font-style:italic;
}

#comments p {
	margin:10px 0 0 10px;
}

#comments ol.commentlist li {
	margin-top:10px;
	border:1px dotted #ccc;
	padding:10px 5px 10px 10px;
	min-height: 80px;
}


#comments ul.formlist {
	width:580px;
}

#comments ul.formlist li {
	display:block;
	margin:10px 0 0;
}

#comments ul.formlist p{
	margin:10px 0 0;
}

#comments input {
	width:578px;
	font-size:14px;
	font-weight:normal;
}

#comments textarea {
	width:578px;
	font-size:14px;
	font-weight:normal;
}

#comments li.submitbutton input {
	background:#fff;
	border:1px solid #aaa;
	font-size:18px;
	width:100px;
}


/* Sidebar */

#sidebar {
width:220px;
float:right;
margin-bottom: 40px;
}

#sidebar h3 {
padding: 25px 0 0px 0;
font-weight: bold;
}

.rss {
	color: #ff9229;
}


/* Footer */

#footer {
clear: both;
width: 820px;
border-top:1px dotted #ccc;
padding-top: 20px;
padding-bottom: 20px;
}


/* Forms */

#comments ul.formlist {
width:580px;
}

#comments ul.formlist li {
display:block;
margin:10px 0 0;
}

#comments ul.formlist p{
margin:10px 0 0;
}

.wpcf7 input {
width:300px;
font-size:14px;
font-weight:normal;
background:#fff;
border:1px solid #aaa;
}

textarea {
width:578px;
font-size:14px;
font-weight:normal;
}

.suggsub input {
width:80px;
font-size:14px;
font-weight:normal;
background: #fff;
border:1px solid #aaa;
}

#searchsubmit {
background:#fff;
border:1px solid #aaa;
font-size:11px;
width:50px;

}

#s {
background: #fff;
border:1px solid #aaa;
font-size:10px;
width:120px;
height: 16px;
}


/* Misc */

a {
text-decoration:none;
color:#000;
}

a:hover {
color: #9e979e;
border-bottom: 1px dashed #000;
}

hr{
border:0;
border-top:1px dotted #ccc;
width:580px;
color:#fff;
clear:both;
}

#content img { 
max-width: 580px; 
width: expression(this.width > 580 ? 580: true);
}

a img {
	border: none;
	vertical-align:top;
}


.red {
	color: red;
}

.alignright {
	float:right;
	margin-left:10px;
}

.alignleft {
	float:left;
	margin-right:10px;
}

.widget_search label { 
        position: absolute; left: -999em; 
}
