/* 
Theme Name: Ragnar Freyr
Author: Ragnar Freyr

Built on the Whiteboard Wordpress framework by Brian Purkiss.
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	background-color: #fff;
	font: 13px/18px Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
	border-top: 10px groove #b6b6b6;
}

/* 
Links
*/

a:link { 
	color: #000; 
}

a:visited { 
	color: #7e7e7e; 
}

a:hover { 
	color: #fff;
	background-color: #000; 
}

.commentlink a:link, .commentlink a:visited {
	color: #ff8f3d;
	font-weight: bold;
}

.commentlink a:hover {
	background-color: #fffad9;
}

.category a:link, a:visited {
	color: #7e7e7e;
}

.category a:hover {
	text-decoration: none;
}

#text-4 .subscribe {
	color: #orange;
	text-decoration: none;
}

#text-4 .subscribe:hover {
	color: #white;
	text-decoration: underline;
	background-color: orange;
}



/* 
Basic Structure
*/


#container{
	width: 760px;
	margin: auto;
}

#header{
	height: 120px;
	width: 300px;
	text-align: left;
	margin-top: 10px;
}

/* 
Post
*/

#post{
	text-align: left;
	width: 520px;
	margin-right: 20px;
	margin-top: -4px;
	float:left;
	color: #000;

}

#post h2, h2 a:link, h2 a:visited {
  	letter-spacing: -1px;
  	padding: 0;
  	margin: 0;
  	color: #393;
  	text-decoration: none;
	font: bold 28px/30px helvetica, arial, sans-serif;
}

#post h2 a:hover {
  text-decoration: underline;
  background: none;
}

#post .archivetext {
	color: orange;
	padding-bottom: 40px;
}

#post img.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#post img.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#post em{
	font-style:italic;
}

#post p {
	margin: 15px 0px 15px 0px;
}

#post strong {
font-weight: bold;
}


#post small {
	font-size: 9px;
}


#post blockquote {
	border-left:5px solid #ccc;
	margin:25px 30px 20px 20px;
	padding-left:20px;
	color: #7c7c7c;
	font-size: 16px;
}

#post ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 50px;
	color: #464646;
}

#post ol {
	list-style-position: outside;
	margin-left: 50px;
	list-style-type: decimal;
	color: #464646;
}


#post .datecomment {
	padding-bottom: 0px;
	margin-top: 0;
	color: #7e7e7e;
}



#postmeta{
	margin-bottom: 50px;	
}



/* 
Sidebar
*/


#sidebar {
	text-align: left;
	width:220px;
	float:right;
	font-size: 12px;
}

#sidebar h2{
	font-weight: bold;
}

#sidebar p {
	margin: 15px 0px 15px 0px;
}

#sidebar ul {
	list-style-type: none;
	padding-bottom: 20px;
}

#sidebar li {
	margin-bottom: 20px;
}

#text-3 {
	background-color: #fcf0e3;
	padding: 10px;
	border: 1px dotted #f7cf76;
}

#text-5 {
	background-color: #daedfa;
	padding: 10px 10px 7px 10px;
	border: 1px dotted #3cccf3;
}

#commentbox {
	border-top:1px dotted #ccc;
}	

#commentbox li {
	border-bottom:1px dotted #ccc;
	padding: 1px 10px 0px 10px;
}	

#commentlist {
	list-style-type: decimal;
}

.alt {
	background-color: #f5f5f5;
}

.commenttext-admin {
	color: #108d49;
}

.commentdate {
	color: #bdbdbd;
}

/* 
Footer
*/


#footer {
	clear: both;
	width: 760px;
	border-top:1px dotted #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* 
Forms
*/

input { 
	font-size: 12px;
	color: #444; 
	background: #faf6f6; 
	border: 1px solid #aaa; 
	height: 20px;
	padding: 6px 6px 0px 6px;
}

textarea { 
	font-size: 14px;
	color: #444; 
	background: #faf6f6; 
	border: 1px solid #aaa; 
	padding: 6px 6px 0px 6px;
}

input:focus, textarea:focus {
	background: #fff;
	border-color: #777;
}

.submitbutton {
	font-size: 12px;
	font-weight: bold;
	background-color: #393;
	color: #fff;
	height: 30px;
	padding: 6px 6px 6px 6px;
}


.submitbutton:hover {
	color: #090;
	background-color: #fff;
	cursor: pointer;
	}
	
#searchform input{
	font-size: 10px;
	color: #000; 
	background: #fff; 
	border: 1px solid #aaa; 
	height: 20px;
	padding: 2px 2px 2px 2px;
}

#searchform .ssubmit {
	font-size: 10px;
	font-weight: bold;
	background-color: #393;
	color: #fff;
	height: 26px;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}

#searchform .ssubmit:hover {
	background-color: #fff;
	color: #393;
	cursor: pointer;
}
