/*  
Theme Name: Version2
Theme URI: http://quille.dk/
Description: Quille.dk
Author: Christian Tang
Author URI: http://quille.dk/
*/


/* general */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}


#top {
	margin: 100px auto 0px;
	width: 830px;
	padding: 0;
}

#main {
	margin: auto;
	width: 830px;
}


img {
	border: none;
}


.entry {
	line-height: 20px;
}

/* header */
#header {
	width: 830px;
	height: 234px;
	margin: auto;
	background-image: url('images/header_gfx.png');
	background-repeat: no-repeat;
	border: 1px solid black;
	padding: 0px;
}


/* content (blog posts) */	
#content {
	width: 610px;
	float: left;
	margin-bottom: 9px;
}

#content p {
	margin: 6px;
}

#content .sub {
	font-size: 11px;
	color: #666666;
}

#content h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #0076AE;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0px;
}

#content h2 a, #content h2 a:visited {
	color: #0076AE;
	text-decoration: none;
}

#content h2 a:hover {
	color: #A52A2A;
	text-decoration: none;
}

#content h3 {
	color:#FF9900;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0px;
}
#content p.link {
	margin: 1.2em;
	font-size: 14px;
	font-weight: bold;
}

.post {
	margin-top: 10px;
}


.sub a:link, .sub a:active, .sub a:visited, .post-footer a:link, .post-footer a:active, .post-footer a:visited {
	color: #000000;
	text-decoration: underline;
}


.sub a:hover, .post-footer a:hover {
	text-decoration: none;
	color: #666666;
}

.entry a:link, .entry a:active, .entry a:visited, .link a:link, .link a:active, .link a:visited,
.bc a:link, .bc a:active, .bc a:visited {
	color: #0076AE;
	text-decoration: underline;
}

.entry a:hover, .link a:hover, .bc a:hover {
	text-decoration: none;
}

.widget a:link, .widget a:active, .widget a:visited {
	color: #000000;
	text-decoration: underline;
}

.widget a:hover {
	text-decoration: none;
}


/* sidebar */
#sidebar {
	width: 200px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding-left: 7px;
	font-size: 16px;
	border-left: 1px dashed #000000;
	border-top: 1px dashed #000000;
}

#sidebar h2 {
	font-size: 16px;
	margin: 0;
	color: #CC6600;
	font-style: italic;
	font-size: 16px;
	width: auto;
	border-bottom: 1px dashed #000000;
	font-family: Georgia, "Times New Roman", serif;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	display: list-item;
	margin: 0;
	padding: 0;
}

#sidebar li {
	display: list-item;
	margin: 0;
	padding: 0;
}

.widget {
	margin-bottom: 1.3em;
	font-size: 12px;
}

.widget small {
	font-size: 10px;
}


/* forms + comments */
#commentform {
	margin-top: 6px;
}


#searchform {
	margin-top: 2px;
	margin-bottom: 5px;
}


textarea {
	font-family: Arial, Verdana;
	border: 1px solid #CC6600;
	background-color: #FFFFFF;
	font-size: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


textarea:hover {
	border-color: #0076AE;
}


.field {
	border: 1px solid #CC6600;
	background-color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.field:hover {
	border-color: #0076AE;
}


#submit {
	font-size: 1.3em;
	border: 1px solid #000000;
	background: #CC6600;
	color: #000000;
	margin-top: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}


#submit:hover {
	background: #0076AE;
}


#search-button {
	font-size: 12px;
	border: 1px solid #000000;
	background: #CC6600;
	color: #000000;
	margin-top: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}


#search-button:hover {
	background: #0076AE;
}

/* footer */
#footer {
	color: #666666;
	width: 830px;
	height: 18px;
	text-align: center;
	margin: 0px auto 10px 10px;
	font-size: 13px;
	border: 1px dashed #000000;
	padding: 5px 0 5px 0;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#menu {
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 5px 15px 6px;
	width: 90%;
}

#menu li {
	display: inline;
	margin: 3;
}

#menu,
#menu li a {
	padding: 5px 15px 6px;
}

#menu li a {
	font-family: 1em Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #C0C0C0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#menu li.current_page_item a:link,
#menu li.current_page_item a:visited {
	color: #FFFFFF;
	background-color: #262626;
}
	
#menu li.page_item a:link
{
	color: #000000;
	background-color: #C0C0C0;
}

#menu li.page_item a:active,
#menu li.page_item a:hover {
	color: black;
	background-color: #808080;
}

#menu li.current_page_item a:active,
#menu li.current_page_item a:hover {
	color: #FFFFFF;
	background-color: #262626;
}

.comment-footer a:link, .comment-footer a:active, .comment-footer a:visited {
	text-decoration: underline;
	color: #000000;
}


.comment-footer a:hover {
	text-decoration: none;
	color: #000000;
}


.comment {
	border: 1px solid #000000;
	background-color: #999999;
	margin: 5px;
	width: auto;
	margin-bottom: 1.5em;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


.comment-content {
	margin: 5px;
}


.comment-footer {
	border-top: 1px solid #000000;
	background-color: #0076AE;
	color: #000000;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}




.comment-footer-img {
	float: left;
	clear: right;
}


.avatar {
	border-right: 1px solid #000000;
}

.entry li {
	color: #0076AE;
}

/*
--- Sociable ---
*/
div.sociable { margin: 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: table;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.bc {
	margin-top: 0.5em;
}