/*  
Theme Name: questions
Theme URI: http://questions.42dh.com/
Description: questions theme
Version: 1.0
Author: Daniel Hofstetter
Author URI: http://danielhofstetter.com/
*/

@import 'reset.css';

body {
background: #fff;
color: #474747;
font-family: Verdana, Arial, Sans-Serif;
font-size: large;
margin-left: 60px;
margin-top: 0;
}

a {
color: #854A3E;
text-decoration: none;
}

a:hover {
background: #f7f76f;
}

cite {
font-size: smaller;
font-style: normal;
}

h1 {
font-size: 2.2em;
font-weight: bold;
}

h2 {
font-size: 1.5em;
}

h3 {
font-weight: bold;
}

label {
font-size: smaller;
}

ol, ul {
list-style: none;
}

textarea {
width: 90%;
}

.commenttext p {
margin-top: 1em;
}

.commenttext p:first-child {
margin-top: 0em;
}

.openid_link:hover {
background: url(openid.gif) center left no-repeat #f7f76f;
padding-left: 18px;
}

.question {
line-height: 1.4em;
padding: 1em 0;
}

.question h2 {
line-height: normal;
}

.question:first-child {
padding-top: 0;
}

#commentform p {
padding-bottom: 8px;
}

#comments li {
padding: 1em 0;
}

#feedlinks li {
background-image: url(feed-icon-12x12.gif);
background-position: left center;
background-repeat: no-repeat;
padding-left: 16px;
}

#feeds {
padding-top: 2em;
}

#feeds, #latestanswers, #popularquestions, #projects {
font-size: smaller;
}

#header {
line-height: 2.1em;
padding-bottom: 4em;
padding-top: 1em;
}

#header a {
color: inherit;
}

#header a:hover, #projects a:hover {
background: none;
}

#latestanswers, #popularquestions, #projects {
padding-top: 1em;
}

#latestanswers li {
padding-top: 0.4em;
}

#latestanswers li:first-child {
padding-top: 0;
}

#main {
float: left;
padding-right: 1em;
width: 600px;
}

#sidebar {
float: right;
font-size: smaller;
width: 340px;
}

#smartarchives ul, #archivedposts {
list-style: square;
margin: 0.5em 0 0.5em 1.2em;
}

#wrap {
width: 960px;
}