/*
Theme Name: Vemringde 2.0
Theme URI: http://vemringde.se
Description: A theme for vemringde.se
Author: Carl-Fredrik Herö
Version: 1.0
Tags: blue, editor-style
Template: twentyten
*/

@import url('../twentyten/style.css');

/*
 * FONT STYLES
 */

html, body{
	font-family: "Helvetica Neue", Arial, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	color:#2a2a2a;
	background:#f0f8ff;
	
	/*height: 100%;*/
}

#wrapper{
	background:transparent;
}

/*
 * New standard values
 */

/* tables */
table{width:100%;}
td, th { padding: 1px; }

/* forms */
 
fieldset { border: 1px solid #9b9b9b; }
legend { background: #ffffff; }
textarea, input[type='text'], input[type='password'], select {font-size:14px;}
/*textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaaaaa; }*/
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { outline:0; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display: none; }

legend { padding: 0 10px 0 10px; }
textarea, input[type='text'], input[type='password'] { padding: 2px; }
option { padding: 0 0 .1em .4em; }
form div { margin: 10px 0 10px 0; }
button, input[type='button'], input[type='submit'] {
	padding: 5px; line-height: 100%;
	border:1px solid #9b9b9b;
	background:url(../images/button-shade.png) center center repeat-x;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	font-weight:bold;
	margin:0;
}
	button:hover, input[type='button']:hover, input[type='submit']:hover{
		border:1px solid #555;
}
	button:active, input[type='button']:active, input[type='submit']:active{
		background-image:url(../images/button-shade-active.png);
}

/* links */
a:link, a:visited {
	font-family: "Helvetica Neue", Verdana, Arial, Sans-Serif;
	color:#21759b;
	text-decoration:none;
	font-weight:bold;
}
a:visited{}
a:hover{color:#288fbf;text-decoration:underline;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#2a2a2a !important;}

/* headings */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	font-weight: normal;
	letter-spacing:-1px;
}

#content h1,
#content h2 {
	font-size: 28px;
	line-height:40px;
}
#content h3 { font-size: 18px; }
#content h4,
#content h6 { font-size: 13px; text-transform: uppercase; letter-spacing:0 !important;font-weight:bold !important;}

#content h6{font-size:12px;}

/* horizontal rule */
hr {
	margin: 15px 0px 15px 0px;
	display: block;
	background: #9b9b9b;
	height: 1px;
	border: none;
}

/* blockquotes */
blockquote {
	margin: 10px 0 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}

blockquote:first-letter {
	font-size: 150%
}

label{display:block;}

/* preformatted text elements */
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

/* acronym */
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
}

.active{font-weight:bold;}
.xsmall{font-size:11px;}
.small{font-size:12px;}
	a.xsmall, a.small{font-weight:normal;}
p.small, p.xsmall{margin-bottom:0;}
h1 .small{letter-spacing:0;line-height:40px;font-size:14px;vertical-align:top;}
h1 a, h2 a, h3 a,h4 a{font-weight:normal !important;}
.bold{font-weight:bold;}
.quiet{font-weight:normal !important;}
	.quiet a{font-weight:normal !important;}
.grey, .gray,
input.grey, input.gray,
a.grey, a.gray{color:#555;}
.center{text-align:center;}
p.right, .rightalign{text-align:right;}
.clear{clear:both;}
.more-link{
	display:block;
	margin-top:10px;
}

.loopia{
	font-weight:normal !important;
	color:#2a2a2a !important;
}

.loopia .red{
	color: #c00;
}

.fixed{position:fixed !important;}

.italic, .em{font-style:italic;}

#fb_btn{
	margin-bottom:20px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Sans-Serif;
}

/*
 * =Layout
 */

body,
input,
textarea {
	color: #2a2a2a;
	font-size: 14px;
	line-height: 20px;
}

#wrapper{
	border:1px solid #c8c8c8;
	background:#fff;
	border-top:0;
	margin-top: 0px;
	padding-top:20px;
	margin-bottom:20px;
}

#container {
	float: left;
	margin: 0 -360px 0 0;
	width: 100%;
}

#content {
	margin: 0 360px 0 70px;
}

.search #content{
	margin-left:0;
}

/* =Header
-------------------------------------------------------------- */
#header {
	padding: 0;
}
#header #branding h1 span,#header #branding div span{
	display:block;
	height:60px;
	background:url(images/blogg-logo.png) 20px 0 no-repeat;
	text-indent:-9999px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #0C2A38;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 10px;
	width: 928px;
}

#access a {
	color: #21759b;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul a {
	background: #0C2A38;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #21759b;
	color: #fff;
}

/* BREADCRUMBS */

#breadcrumbs{
	clear:both;
	line-height:40px;
	font-size:11px;
	font-weight:bold;
	color:#555;
	font-family: "Helvetica Neue", Verdana, Arial, Sans-Serif;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:10px;
}
	#breadcrumbs a{font-weight:normal;}

	#breadcrumbs .left{
		float:left;
		width:50%;
	}
	
	#breadcrumbs .right{
		font-weight:normal;
		float:left;
		width:50%;
		text-align:right;
	}
		#breadcrumbs .right a{
			font-weight:bold;
		}
		
		#breadcrumbs .right a.rss{
			background:url(http://s.vemringde.se/images/spritmap.png) -97px -400px no-repeat;
			padding:2px 20px 2px 0;
			border:0;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding:0;
}
#content {
	margin-bottom: 20px;
}
#content,
#content input,
#content textarea {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.post, .page{
	position:relative;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #555;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #2a2a2a;
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #2a2a2a;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #555;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #555;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

#entry-author-info h2 span#author-link,
#entry-author-info h2 span#author-link a{
	font-size:12px;
	letter-spacing: 0;
	color:#676767 !important;
	font-weight: normal;
}

#entry-author-info #author-links{
	list-style: none;
	margin:20px 0 0 0;
}

#author-links a.facebook,
#author-links a.twitter,
#author-links a.linkedin,
#author-links a.google-profile{
	background:url(http://s.vemringde.se/images/spritmap.png) 0 0 no-repeat;
	padding:0 0 0 20px;
}

#author-links a.facebook{
	background-position: -150px -200px;
}
#author-links a.twitter{
	background-position: -150px -250px;
}
#author-links a.google-profile{
	background-position: -150px -300px;
}
#author-links a.linkedin{
	background-position: -150px -350px;
}

.entry-utility {
	clear: both;
	color: #555;
	font-size: 12px;
	line-height: 20px;
	padding:10px;
	background:#f0f0f0;
	margin-bottom:20px;
}
.entry-meta a,
.entry-utility a {
	color: #555;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #288fbf;
}
#content .video-player {
	padding: 0;
}

div.entry-date{
	display:block;
	width:60px;
	text-align:center;
	position:absolute;
	left: -70px;
	top:10px;
	float:left;
}

div.entry-date div{
	margin-bottom:10px;
}
div.entry-date span{
	display:block;
	width:58px;
}
div.entry-date.entry-meta a,.entry-date a:hover{font-weight:bold !important;color:#555;text-decoration:none;}
div.entry-date .month{
	border:1px solid #800;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius: 4px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	background:#c00;
	text-transform: uppercase;
	color:#fff;
	text-shadow:#800 2px 2px 1px;
}
		
div.entry-date .day{
	font-size:24px;
	line-height:30px;
	font-weight:bold;

	border:1px solid #c6c6c6;

	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top:0;
	text-shadow:#fff 1px 1px 1px;
}

div.entry-date .year{
	margin-top:-1px;
	border:1px solid #c6c6c6;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	text-shadow:#fff 1px 1px 1px;			
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #555;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #555;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #288fbf;
}

#nav-above {
	margin: 0;
}
#nav-below {
	margin: 0;
}

/*
 * =Sidebar
 * =============================================
 */

#primary, #secondary, .widget-area{
	width:320px !important;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 294px;
}

.widget_search #searchsubmit{
	display:none;
}

#primary h3, #secondary h3{
	position:relative;
	border-bottom:1px solid #c6c6c6;
	margin:5px 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing:0 !important;
	font-weight:bold !important;
}

/*
 * =Footer
 * ============================================
 */

#footer{
	margin-bottom:0;
}

#footer img{
	vertical-align: middle;
}

#colophon{
	border-top:1px solid #9b9b9b;
	margin-top:-1px;
	padding:5px 0;
}

#footer-left, #footer-right{
	width:50%;
	float:left;
}

#footer-right{
	text-align:right;
}
		

