/*
THEME NAME: Rickard Tre
THEME URI: http://rickardandersson.com/
DESCRIPTION: Another attempt.
VERSION: 1.1
AUTHOR: Rickard Andersson
AUTHOR URI: http://rickardandersson.com/
*/

:link,:visited { text-decoration: none }
ul,ol { list-style: none }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset { margin: 0; padding: 0 }
a img,:link img,:visited img { border: none }

body
{
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: small;
	color: #aaa;
	background: #161616 url(img/bg_wall.jpg) 0 -50px repeat-x;
}

a:link, a:visited, a:hover
{
	color: #fff;
	text-decoration: underline;
}

h1
{
	display: none;
}

h2
{
	font-family: "Gill Sans", Cambria, Georgia, "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 1.6em;
	text-transform: lowercase;
	color: #ddd;
}

h2 a:link, h2 a:visited, #archive h3 a:link, #archive h3 a:visited
{
	text-decoration: none;
	color: #ddd;
}

h2 a:hover, #archive h3 a:hover
{
	color: #fff;
}

#archive h2
{
	clear: both;
}

h3
{
	font-family: "Gill Sans", Cambria, Georgia, "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 1.6em;
	text-transform: lowercase;
	color: #ddd;
}

p, ul, ol
{
	margin: 1em 0;
}

li
{
	margin-left: 1.5em;
	list-style-type: disc;
}

blockquote
{
	padding-left: 0.8em;
	border-left: 8px solid #333;
}

input
{
	background-color: #242424;
	color: #ddd;
	border: solid 1px #333;
	padding: 4px;
}

textarea
{
	width: 98%;
	margin-bottom: 1em;
	background-color: #242424;
	color: #ddd;
	border: solid 1px #333;
	padding: 4px;
}


ul#nav
{
	display: block;
	margin: 70px 0 50px 0;
}

ul#nav li
{
	display: inline;
	margin: 0 1.5em 0 0em;
}

ul#nav a
{
	font-family: "Gill Sans", Cambria, Georgia, "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 1.4em;
	text-transform: lowercase;
	color: #ddd;
	text-decoration: none;
	padding: 2px 0 4px 36px;
}

ul#nav a:hover
{
	color: #777;
}

li#navblog a { background: url(img/nav_sprites.png) 0 0 no-repeat; }
li#navblog a:hover { background: url(img/nav_sprites.png) 0 -28px no-repeat; }
li#navabout a { background: url(img/nav_sprites.png) 0 -56px no-repeat; }
li#navabout a:hover { background: url(img/nav_sprites.png) 0 -84px no-repeat; }
li#navarchives a { background: url(img/nav_sprites.png) 0 -112px no-repeat; }
li#navarchives a:hover { background: url(img/nav_sprites.png) 0 -140px no-repeat; }
li#navfeed a { background: url(img/nav_sprites.png) 0 -168px no-repeat; }
li#navfeed a:hover { background: url(img/nav_sprites.png) 0 -196px no-repeat; }


div#container
{
	width: 840px;
	margin: 0 auto;
	line-height: 1.5em;
	text-align: left;
}

div#main
{
	float: left;
	width: 605px;
	padding-top: 10px;
}

div#sidebar
{
	float: right;
	width: 180px;
	border-left: 1px solid #282828;
	padding: 10px 0 5px 24px;
}

div#sidebar h2
{
	font-size: 1.4em;
}

div#twitter, div#rec_comments, div#side_nav
{
	margin-bottom: 3em;
}

div#twitter h2
{
	padding-left: 32px;
	background: url(img/twitter.png) left center no-repeat;
}

div#rec_comments ul li
{
	list-style: none;
	margin: 0 0 1em 0em;
}

p.previous
{
	padding-left: 20px;
	background: url(img/prev.png) no-repeat center left;
}
p.next
{
	padding-left: 20px;
	background: url(img/next.png) no-repeat center left;
}

div#meta h2, div#meta p, div#meta a
{
	color: #444;
}



div.post-meta
{
	text-transform: lowercase;
	color: #555;
}

div.post-meta a
{
	text-decoration: none;
	color: #555;
}


div.comment-author
{
	font-family: "Gill Sans", Cambria, Georgia, "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 1.2em;
	color: #ddd;
}

div.comment-author a
{
	text-decoration: none;
}

div.comment-content
{
	margin-left: 1.2em;
}

div.form-submit
{
	margin-bottom: 1.5em;
}

span.required
{
	font-weight: bold;
	color: #902010;
}

div#comments li
{
	list-style: none;
	margin-left: 0;
}

div.comment-meta
{
	color: #555;
}

div.comment-meta a
{
	color: #555;
}


/* For archives list */
#archive li
{
	list-style: none;
}


div.post, div.post-top, div#comments-list, div#respond
{
	padding: 1.5em 0 1em 0;
}

div#comments-list
{
	padding-bottom: 0;
}

div.post-top
{
	padding-top: 0;
	background: none;
}


a.download
{
	padding: 10px 0 10px 44px;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
}

a#down_affirmative
{
	background: url(http://rickardandersson.com/wp-content/themes/rickard3/img/affirmative_icon.png) left no-repeat;
}
