/*
Theme Name: AdminPress
Theme URI: http://www.wordpressguru.se/adminPress/
Description: The <a href="http://www.wordpressguru.se/adminPress/">AdminPress</a> makes your blog look like the admin page.
Version: 1.6
Author: Kristoffer Emanuelsson
Author URI: http://www.wordpressguru.se/
Tags: light, white, two-columns, right-sidebar, fixed-width, theme-options, threaded-comments
.
The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
.

*/

*{
	margin: 0;
	padding: 0;
}
a, a:link, a:visited, a:active{
	color:#21759b;
	text-decoration: none;
}
a:hover{
	color: #d54e21;
}
a img { border: none }
textarea, input[type="text"], input[type="password"], input[type="file"], input[type="reset"], select {
	background-color:#FFFFFF;
	border-color:#DFDFDF;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-style:solid;
	border-width:1px;
	font: 12px/16px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	color: #333;
	padding: 3px;
	margin: 0 5px 0 0;
}
p{
	font: 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 20px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_fix{
	clear: both;
	height: 1px;
	font-size: 1px;
}

/* Image stuff */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.button-primary, a.button-primary, #body .more-link{
	color: #EAF2FA;
	font: 12px/16px Verdana, Geneva, sans-serif;
	background: #21759b url(./images/button-grad.png) repeat-x;
	border: 1px solid #21759b;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	padding: 2px 8px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.button-primary:hover, a.button-primary:hover, #body .more-link:hover{
	border: 1px solid #2a2a2a;
	cursor: pointer;
}
.button-primary:active, a.button-primary:active, #body .more-link:active{
	background: #21759b url(./images/button-grad-active.png) repeat-x;
}
.button-secundary{
	color: #333;
	font: 12px/16px Verdana, Geneva, sans-serif;
	background: #EEEEEE url(./images/white-grad.png) repeat-x scroll left top;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	padding: 2px 8px;
}
.button-secundary:hover{
	border-color: #B7B7B7;
	cursor: pointer;
}
.button-secundary:active{
	background: #EEEEEE url(./images/white-grad-active.png) repeat-x scroll left top;
}
html{
	background: #F9F9F9;
}
html, body{
	height: 100%;
	font: normal 12px/20px Verdana, Geneva, sans-serif;
	color: #000;
}
#wrapper{
	height: auto;
	min-height:100%;
	width: 100%;
}
#inner_wrapper{
	height: 100%;
	padding-bottom: 50px;
}
#top, #footer{
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}
#top_wrapper{
	background: #464646;
	height: 47px;
}
#top h1{
	font: 22px/47px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	float: left;
}
#top h1.logo a{
	text-decoration: none;
	color: #f7f7f7;
}
#top h1.logo a:hover{
	text-decoration:underline;
}
#top .description{
	float: left;
	line-height: 47px;
	margin: 0 0 0 10px;
	color: #999999;
}

/** NAVIAGTION **/
#nav{
	color: #999999;
	padding: 0;
	font: normal 14px/47px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}
#nav a{
	text-decoration: none;
	color: #999;
	line-height:47px;
	padding: 0px 15px;
	margin: 0;
	display: inline-block;
}
#nav li{
	display: inline;
	list-style: none;
	margin: 0;
	position: relative;
}
#nav li.current_page_ancestor > a, #nav li.current_page_parent > a, #nav li.current_page_item > a{
	color: #FFFFFF;
}
#nav li li.current_page_ancestor > a:not(:last-child), #nav li li.current_page_parent > a:not(:last-child){
	background: url(./images/arrowInd.png) no-repeat 0 -30px;
}
#nav li ul li:hover > a{
	background: #999;
}
#nav li:hover > a{
	color: #FFFFFF;
}
#nav ul ul{
	position: absolute;
	left: 0;
	top: 100%;
	background: #464646;
	display: none;
	border: 4px solid #464646;
	text-align: right;
	line-height: 0;
}
#nav ul ul ul{
	position: absolute;
	right: 100%;
	left: auto;
	top: -4px;
}
#nav li ul li{
	display: block;
	margin:0;
}
#nav li ul li a{
	white-space: nowrap;
	line-height: 30px;
	margin: 0;
	display: block;
}
#nav li:hover > ul{
	display: block;
}
#nav li li a:not(:last-child){
	background: url(./images/arrowInd.png) no-repeat 0 0;
}
#nav li li:hover > a:not(:last-child){
	background: #999999 url(./images/arrowInd.png) no-repeat 0 -30px;
}

/** END Navigation **/

#body_wrapper{
	margin-top: 40px;
}
#body .post{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
#body h2{
}
#body h3, #body h3 a{
	font: italic 30px/140% Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color: #333;	
}
#body h3 a:hover{
	text-decoration: underline;
}
#body .byline{
	color: #999999;
	font: 10px Verdana, Geneva, sans-serif;
	margin: 2px 0 11px 0;
}
#body p{
	font: 12px/20px Verdana, Geneva, sans-serif;
	margin: 0 0 20px 0;
}
#body .readMore, .more-link{
	float: right;
	margin-top: -10px;
	padding: 2px;
}
#footer_wrapper{
	background: #464646;
	margin-top: -45px;
	position: absolut;
}
#footer p{
	color: #999999;
	font: 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	line-height: 15px;
	padding: 15px;
	font-style: italic;
	margin: 0;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/*** Sidebar ***/
#sidebar h2{
	color: #464646;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	margin:0;
	padding:7px 9px;
	background:#DFDFDF url(./images/gray-grad.png) repeat-x scroll left top;
	text-shadow:0 1px 0 #FFFFFF;
}
#sidebar li.widget > ul, .post-wrapper, .commentlist, #commentform, .home #body .container, .archive #body .container, .search #body .container{
	border: 1px solid #DFDFDF;
	margin-bottom: 20px;
	padding: 10px;
	background: #ffffff;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
#sidebar li li li{
	margin-left: 15px;
}	
.home #body .container, .archive #body .container, .search #body .container{
	padding: 0;
}
.home #body .container .post, .archive #body .container .post, .search #body .container .post{
	padding: 10px;
	border-bottom: 1px solid #DFDFDF;
	margin: 0;
}
#body .container .single{
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
#body .container .page{
	border-bottom: 0;
}
#body .container .odd{
	background: #F9F9F9;
}
.home #body h2, #body .single h2, .archive #body h2, .search #body h2, h2#comments, #respond h3{
	color: #f3f3f3;
	border: 1px solid #464646;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
	line-height:1;
	margin:0;
	padding:7px 9px;
	background:#DFDFDF url(./images/menu-bits.gif) repeat-x scroll left top;
	text-shadow:0 0 1px #000;
}
#sidebar caption{
	font-weight: bold;
}
/*** Plugins ***/

/* wp_calender */
#calendar_wrap{
	border: 1px solid #DFDFDF;
	margin-bottom: 20px;
	padding: 10px;
	background: #ffffff;
	text-align: center;
}
#calendar_wrap table{
	width: 100%;
}

/* Yoast Bredcrubs */
/* WP_Pagenavi */
#breadcrumbs, #body .wp-pagenavi{
	vertical-align: middle;
	margin-bottom: 13px;
}
#breadcrumbs p, #body .wp-pagenavi .pages{
	color: #777;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#breadcrumbs p strong, #body .wp-pagenavi .current, #breadcrumbs p a, #body .wp-pagenavi .nextpostslink, #body .wp-pagenavi .previouspostslink, #body .wp-pagenavi .page{
	border: 1px solid #D3D3D3;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px 6px;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	font-size:11px;
	line-height:30px;
	margin: 0 2px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
#breadcrumbs p strong, #body .wp-pagenavi .current{
	background: #DFDFDF;
	cursor:default;
	color: #555;
}
#breadcrumbs p a, #body .wp-pagenavi .nextpostslink, #body .wp-pagenavi .previouspostslink, #body .wp-pagenavi .page{
	background:#EEEEEE url(./images/menu-bits.gif) repeat-x scroll left -379px;
	border-color: #E3E3E3;
}
#breadcrumbs p a:hover, #body .wp-pagenavi .nextpostslink:hover, #body .wp-pagenavi .previouspostslink:hover, #body .wp-pagenavi .page:hover{
	border-color: #d54e21;
	color: #d54e21;
}
#body .wp-pagenavi .pages{
 	background-color: transparent;
	border: 0;
	padding: 0;
}
#body .wp-pagenavi{
	padding: 10px;
	margin: 0;
}
.navigation .alignleft, .navigation .alignright{
	padding: 10px;
}


/* YARPP */
#related_posts_div h2{
	font: 20px Georgia, "Times New Roman", Times, serif;
}
#related_posts_div{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
/* Sexy Bookmarks */
.sexy-bookmarks{
	border-bottom: 1px solid #ccc;
	margin: 0 auto 20px !important;
}

/*Comments */
h2#comments{
	border-bottom: 0;
}
.vcard{
	float: left;
	width: 130px;
}
.vcard img{
}
.comment-text{
	margin-left: 130px;
	padding-left: 10px;
}
.commentlist{
	padding: 0;
}
.commentlist li{
	padding: 10px;
	border-top: 1px solid #DFDFDF;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
.odd{
	background-color: #F9F9F9;
}
.even{
	background-color: #FFFFFF;
}
.children li{
	border: 1px solid #DFDFDF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* END Comments */


/* Taggar i inlägg */
#body .box {
	border: 1px solid #DFDFDF;
	font-size: 1.3 em; 
 	color: #333; 
	margin: 10px; 
	padding:10px;
	background-color: #f9f9f9;
	font: "Courier New", Courier, monospace;
}
#body .box p{
	margin: 0;
}
#body .entry{
	overflow: hidden;
}
body img{
	border: 1px solid #DFDFDF;
}
#body .entry h1{
	font: 28px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}
#body .entry h2{
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: 0;
	text-shadow: none;
	color: #333;
	margin: 0;
	padding: 0;
}
#body .entry h3{
	font: 22px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}
#body .entry h4{
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}
#body .entry h5{
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
#body .entry h6{
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
#body .entry blockquote{
	border: 1px solid #DFDFDF;
	margin: 10px; 
	padding: 20px 50px 0;
	background-color: #f9f9f9;
	quotes: "\201C" "\201D";
}
#body .entry blockquote p{
	font-style: italic;
	color: #333;
}
#body .entry blockquote:before {
	content: open-quote;
	font-weight: bold;
	color: #DFDFDF;
	font-size: 40px;
}
#body .entry blockquote:after {
	content: close-quote;
	font-weight: bold;
	color: #DFDFDF;
	font-size: 40px;
}
#body .entry code{
	font-family: "Courier New", Courier, monospace; 
}
#body .entry li{
	margin-left: 40px;
}
#body .entry ul{
	list-style-type: disc;
	list-style-position: outside;
}
#body .entry ol{
	list-style-type: decimal;
	list-style-position: outside;
}
#body .entry pre {
	border: 1px solid #DFDFDF;
	font-size: 1.3 em; 
 	color: #333; 
	margin: 10px; 
	padding:10px;
	background-color: #f9f9f9;
	font: "Courier New", Courier, monospace;
}
#body .entry table{
	border: 1px solid #DFDFDF;
}
#body .entry td, #body .entry th{
	padding: 4px;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
#body .entry thead, #body .entry tfoot{
	background: #f9f9f9;
}
#body .entry .codex{
	border: 1px solid #DFDFDF;
	margin: 0 10px 10px; 
	padding: 20px 10px;
	background-color: #f9f9f9;
	float: right;
	width: 200px;
}