/*  
Theme Name: www.narfstrom.se
Theme URI: http://www.narfstrom.se
Description: Andreas Narfstrom.
Version: 1.0
Author: Andreas Narfstrom
Author URI: http://www.narfstrom.se/
This theme was designed and built by Andreas Narfstrom,
whose blog you will find at http://www.narfstrom.se.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
If you have questions feel free to contact me at: andreas@narfstrom.se
*/

/* === GALLERY === */
.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
    }
    .gallery .gallery-item {
	float: left;
    margin-top: 10px;
    text-align: center;
    }
    .gallery img {
    border:none!important;
	}
    .gallery .gallery-caption {
    margin-left: 0;
    }
	.gallery br {
	display:none;
	}

	.gallery:after {
	visibility: hidden;
		display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}

.wp-caption {
	border: 1px solid #e1e1e1;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px 0px 0px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 0px 0px;
	margin: 0;
        font-weight: bold;
}
/* End captions */


a:hover {
	color: #333333;
	text-decoration: none;
}

blockquote {
	border-left: 1px dotted #E1E1E1;
	color: #B0B0B0;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 8px;
}

body {
	background: #D9D9D9 url('images/background_site_tmp.jpg') left top repeat fixed;
#	background: #545860 url('images/background_site_light.jpg') left top repeat fixed;
#	background: #e9e9e9 url('images/background_site_dark.jpg') 	left top repeat fixed;
#	background: none;

	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 30px 0px 30px 0px;
}

form#commentform{
	background-color: #F6F6F6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F7F7F7, #FFFFFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #F7F7F7, #FFFFFF); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F7F7F7, #FFFFFF); /* IE10 */
	background-image:      -o-linear-gradient(top, #F7F7F7, #FFFFFF); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #F7F7F7, #FFFFFF);
	border: 1px solid #E9E9E9;
	list-style: none;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	width: 350px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	text-indent: 10px;	
	
}

form#commentform input#submit {
	background-color: #FFFFFF;
	border: 1px solid #dfdddd;
	color: #000000;
	font-size: 10px;
	width: 200px;
}

form#commentform input, form#commentform textarea {
	background-color: #FFFFFF;
	border: 1px solid #dfdddd;
	color: #999999;
	font-size: 10px;
	width: 200px;
}

form#commentform:hover {
	background-color: #F6F6F6;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF)); /* Saf4+, Chrome */
 	background-image: -webkit-linear-gradient(top, #F0F0F0, #FFFFFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
 	background-image:    -moz-linear-gradient(top, #F0F0F0, #FFFFFF); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F0F0F0, #FFFFFF); /* IE10 */
	background-image:      -o-linear-gradient(top, #F0F0F0, #FFFFFF); /* Opera 11.10+ */
 	background-image:         linear-gradient(top, #F0F0F0, #FFFFFF);
	border: 1px solid #dfdddd;
}

img {
	border: 0;
}


input#submit {
	background-color: #333333;
	border: 1px solid #CACACA;
	color: #FFFFFF;
	font-size: 10px;
	width: 70px;
}

#input, textarea {
#	background-color: #F6F6F6;
#	border: 1px solid #dfdddd;
#	color: #999999;
#	font-size: 10px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.alignleft {
	color: #666;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
}

#.alignleft a, .alignleft a:visited, .alignleft a:hover {
#	background: url(images/alignleft01.png) no-repeat left center;
#	color: #666;
#	margin: 0px;
#	padding: 60px 34px 0px 34px;
#	text-decoration: underline;
#}

#.alignleft a:hover {
#	background: url(images/alignleft02.png) no-repeat left center;
#	color: #ACACAC;
#	margin: 0px;
#	padding: 60px 34px 0px 34px;
#	text-decoration: none;
#}

.alignright {
	color: #666;
	display: block;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
}

#.alignright a, .alignright a:visited, .alignright a:hover {
#	background: url(images/alignright01.png) no-repeat right center;
#	color: #666;
#	margin: 10px;
#	padding: 60px 34px 0px 34px;
#	text-decoration: underline;
#}

#.alignright a:hover {
#	background: url(images/alignright02.png) no-repeat right center;
#	color: #ACACAC;
#	margin: 10px;
#	padding: 60px 34px 0px 34px;
#	text-decoration: none;
#}

.article a:link, #article a:visited, #article a:active {
	color: #999999;
	text-decoration: underline;
}

.article a:hover {
	color: #333333;
	text-decoration: none;
}

.commentlist {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.commentlist li {
	background-color: #F6F6F6;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
 	background-image: -webkit-linear-gradient(top, #F7F7F7, #FFFFFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
 	background-image:    -moz-linear-gradient(top, #F7F7F7, #FFFFFF); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F7F7F7, #FFFFFF); /* IE10 */
	background-image:      -o-linear-gradient(top, #F7F7F7, #FFFFFF); /* Opera 11.10+ */
 	background-image:         linear-gradient(top, #F7F7F7, #FFFFFF);
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	border: 1px solid #E9E9E9;
	font-size: 11px;
	list-style: none;
	width: 350px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.commentlist li:hover {
	
	background-color: #F6F6F6;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF)); /* Saf4+, Chrome */
 	background-image: -webkit-linear-gradient(top, #F0F0F0, #FFFFFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
 	background-image:    -moz-linear-gradient(top, #F0F0F0, #FFFFFF); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F0F0F0, #FFFFFF); /* IE10 */
	background-image:      -o-linear-gradient(top, #F0F0F0, #FFFFFF); /* Opera 11.10+ */
 	background-image:         linear-gradient(top, #F0F0F0, #FFFFFF);
		border: 1px solid #dfdddd;

}

.edit {
	color: #A7A7A7;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

.edit a:link, .edit a:visited, .edit a:active {
	background-color: none;
	color: #A7A7A7;
	text-decoration: underline;
}

.edit a:hover {
	color: #666666;
	text-decoration: none;
}

.feedback {
	color: #A7A7A7;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-align: right;
}

.feedback a:link, .feedback a:visited, .feedback a:active {
	background-color: none;
	color: #A7A7A7;
	text-decoration: underline;
}

.feedback a:hover {
	color: #666666;
	text-decoration: none;
}



.headline {
	text-align: right;
	text-transform: lowercase;
}

.highlight {
	background-color: #FAFAFA;
	color: #999999;
	font-size: 9px;
	padding: 2px;
}

.line {
	background: url(images/line.png) no-repeat center;
	border: 0px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.link-categorie {
	background: url(images/icon_categorie.gif) #FFFFFF no-repeat center left;
	color: #666666;
	font-size: 10px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 18px;
	text-align: right;
}

.link-comentariu {
	background: url(images/icon_comentariu.gif) no-repeat center left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 18px;
	text-align: right;
}

.required{
	color: #333333;
	font-size: 9px;
}

/* Top level navigation */

#mainNav{	
	right: 5px;	
	position:absolute; top:50%; height:20px; margin-top:-10px;	
	font-size: 13px;
	font-family: Helvetica, arial, sans-serif;	
}

#mainNav li{
	margin: 0 0 0 25px;	
	display: inline-block;
	padding-top: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #9b9b9b;	
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}

#mainNav ul li a:hover,
#mainNav ul li:hover,
#mainNav ul li.sfHover a,
#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #12aee8;	
}


#content {
	color: #000;
	font-size: 12px;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#content h1 {
	color: #888;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
}

#content h1 a{
	color: #888;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
}

#content h1 a:visited{
	color: #888;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
}

#content h1 a:hover{
	color: #666;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
}

#content h2 {
	color: #888;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content h2 a{
	color: #888;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}

#content h2 a:hover{
	color: #888;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;

}
	
#content h3 {
	color: #888;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content h3 a{
	color: #888;
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
}

#content h3 a:hover{
	color: #888;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;

}

#content ol li p.autor-comentariu {
	color: #888;
	font-size: 11px;
	font-weight: normal;
}

#content ol li p.autor-comentariu a{
	color: #888;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content ol li p.autor-comentariu a:hover{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content ol li p.data-comentariu {
	background: url(images/icon_ceas.gif) no-repeat center right;
	color: #989898;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	padding: 0px 12px 0px 0px;
	text-align: right;
}

#content ol li p.data-comentariu a{
	color: #333333;
	text-decoration: none;
}

#content ol li p.data-comentariu a:hover{
	color: #333333;
	text-decoration: underline;
}

#content p a, #content ul li a {
	color: #666666;
	text-decoration: underline;
}

#content p a:hover, #content ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#content ul {
	border: 0px;
	margin: 10px 0px 10px 5px;
	padding: 0px;
	text-align: left;
}

#content ul li {
	background: url(images/bullet01.gif) no-repeat 2px 6px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 12px;
}

#content.article li {
	background: url(images/bullet01.gif) no-repeat 2px 6px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 12px;
}

#footer {
	background: url(images/layout_footer.png) no-repeat;
	height: 33px;
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#footer p{
	color: #CCCCCC;
	font-size: 9px;
	margin: 0px;
	padding: 15px 4px 0px 0px;
	text-align: right;
}

#footer p a{
	color: #CCCCCC;
	text-decoration: underline;
}

#footer p a:hover{
	color: #999999;
	text-decoration: underline;
}

#header {
	background: url(images/layout_header.png) no-repeat;
	height: 170px;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;

	
}

#header a:link {
	color: #666;
	text-decoration: underline;
}
#header a:visited {
	text-decoration: underline;
	color: #666;
}
#header a:hover {
	text-decoration: none;
	color: #333;
}
#header a:active {
	text-decoration: underline;
	color: #666;
}

#header form{
	background-color: transparent;
	float: left;
	margin: 34px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	width: 165px;
}

#header input {
	background: url(images/background_form.gif) #FFFFFF top left;
	border: 1px solid #E6E6E6;
	color: #BCBCBC;
	font-size: 9px;
}

#icon-css a {
	background: url(images/icon_css.gif) no-repeat 0px 0px;
	float: right;
	height: 15px;
	margin: 0px 5px 0px 0px;
	text-indent: -9999px;
	width: 26px;
}

#icon-css a:hover {
	background-position: 0px -15px;
}

#icon-rss a {
	background: url(images/icon_rss.gif) no-repeat 0px 0px;
	float: right;
	height: 15px;
	margin: 0px 45px 0px 0px;
	text-indent: -9999px;
	width: 27px;
}

#icon-rss a:hover {
	background-position: 0px -15px;
}

#icons {
	background: url(images/layout_icons.png); /*	clear: both;*/
	height: 10px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 900px;

}

#icons li {
	display: inline;
}

#icon-xhtml a {
	background: url(images/icon_xhtml.gif) no-repeat 0px 0px;
	float: right;
	height: 15px;
	margin: 0px 5px 0px 0px;
	text-indent: -9999px;
	width: 38px;
}

#icon-xhtml a:hover {
	background-position: 0px -15px;
}

#icon-copyright a {
	background: url(images/icon_copyright.gif) no-repeat 0px 0px;
	float: right;
	height: 15px;
	margin: 0px 5px 0px 0px;
	text-indent: -9999px;
	width: 146px;
}

#icon-copyright a:hover {
	background-position: 0px -15px;
}


#metadata a {
	background: transparent;
	color: #666666;
	font-size: 9px;
	line-height: 20px;
	margin: 2px 0px 2px 0px;
	padding: 3px 8px 3px 8px;
}

#metadata a {
	color: #000000;
	text-decoration: underline;
}

#metadata a:hover {
	color: #000000;
	text-decoration: none;
}

#middle {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-image: url(images/layout_middle.png);
	background-repeat: repeat-y;
}

#navigation {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#sidebar {
	border-right: 1px solid #E1E1E1;
	color: #999999;
	float: left;
	font-size: 11px;
	margin: 0px 10px 0px 14px;
	padding: 0px;
	width: 130px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
}

#sidebar ul li {
	margin: 0px;
	padding: 1px 0px 2px 0px;
}

#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
	background: url(images/bullet03.gif) no-repeat 0px 0px;
	color: #999999;
	line-height: 15px;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #333333;
	line-height: 15px;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 12px;
	text-decoration: underline;
}

#sidebar ul li h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li h2  a:link, #sidebar ul li h2 a:visited, #sidebar ul li h2 a:active{
	background: transparent url(images/bullet02.gif) no-repeat 0px 2px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	text-decoration: none;
}

#sidebar ul li h2  a:hover{
	background: transparent url(images/bullet02.gif) no-repeat 0px 2px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	text-decoration: none;
}

#splash {
	height: 1px;
	margin: 0px 20px 10px 20px;
	width: 570px;
}

#wrapper {
	list-style-type: none;
	margin: 0px auto 0px auto;
	width: 860px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

html>body #sidebar {margin: 0px 0px 0px 25px;}


#qTip {
padding: 3px;
border: 1px solid #999999;
display: none;
background-color: #D4D4D4;;
color: #FFFFFF;
font: bold 9px Verdana, Arial, Helvetica, sans-serif;
position: absolute;
z-index: 1000;

