/*
Theme Name: Andreas Hultgren 01
Theme URI: http://andreashultgren.se
Description: Andreas Hultgren's haxxor theme for andreashultgren.se
Version: 0.1
Author: Andreas Hultgren
Author URI: http://andreashultgren.se/
Tags: blue, black, white, two column, fixed witdh
*/



body
{
    background:#000 url(images/bg.jpg) left top repeat-x;
    font: 62.5%/140% Verdana, Arial, Sans-serif;
    color:#104444;
}
a
{
    text-decoration:none;
    color:#06e9f1;
}
a:visited
{
    color:#026063;
}
a:hover
{
    color:#6efaff;
}
p
{
    font-size:1.4em;
    line-height:1.4em;
}

#wrap
{
    overflow:hidden;
    width:960px;
    padding:0 20px;
}
.front #wrap
{
    background: url(images/frontbg.jpg) center top no-repeat;
}

/*HEADER---------------------------------------------*/
#header
{
    height:60px;
}
#title
{
    text-indent:-9999px;
    height:0;
}
#nav
{
    margin-top:7px;
    float:right;
    text-transform:uppercase;
}
#nav li
{
    display:inline;
    border-left:1px solid #104444;
    margin-left: 7px;
    font-size:1.4em;
}
#nav li.first, #nav li:first-child
{
    border-left:none;
}
#nav li a
{
    color:#104444;
    padding:0 0 0 10px;
}
#nav li a:hover, #nav li.current_page_item a, #sidebar li.current_page_item a, #sidebar a:hover
{
    color:#06e9f1;
}

#social
{
    margin-top:10px;
    float:left;
    width:300px;
}
#social li
{
    float:left;
}
#social li a
{
    background: url(images/social.jpg) top left no-repeat;
    display:block;
    width:30px;
    height:31px;
    margin-right:10px;
    text-indent:-9999px;
}

#social li a.fb{background-position:0 0;}
#social li a.tw{background-position:-30px 0;}
#social li a.rss{background-position:-60px 0;}

#social li a.fb:hover{margin-top:5px;}
#social li a.tw:hover{margin-top:5px;}
#social li a.rss:hover{margin-top:5px;}

/*CONTENT--------------------------------------------*/

#content
{
    float:right;
    min-height:324px;
    overflow:hidden;
}
.home #content, #content.front
{
    background: transparent url(images/frontbg.jpg) center -60px no-repeat;
    height:324px;
}
#content .hentry, #comments
{
    background:#fff;
    border: 10px solid #6efaff;
    width:500px;
    padding:10px;
    margin-bottom:20px;
    float:left;
    overflow:hidden;
}
#content .page
{
    width:580px;
}
.entrytitle, .entrytitle a, .pagetitle
{
    color:#000;
}
.entrytitle, .pagetitle
{
    font-weight:normal;
    line-height:normal;
    text-transform:uppercase;
    font-size:3em;
    margin-bottom:5px;
}
.hentry p, #comments p
{
    font-size:1.4em;
    line-height:1.4em;
    padding-bottom:0.8em;
}
.hentry p:last-child
{
    padding-bottom:3px;
}

/*DATE-------*/
.meta
{
    width:60px;
    float:right;
}
.meta .time
{
    background:#fff;
    border:1px solid #000;
    text-align:center;
    font-family:Arial, Sans-Serif;
    font-size:1.2em;
}
.meta .time .month
{
    background:#026063;
    display:block;
    line-height:normal;
    color:#fff;
}
.meta .time .date
{
    display:block;
    font-size:2.4em;
    line-height:normal;
    color:#000;
}
.meta .time .year
{
    background:#6efaff;
    display:block;
    font-size:1em;
    line-height:normal;
    color:#fff;
}
.meta .comments
{
    background:url(images/comments.gif) left top no-repeat;
    text-align:center;
    width:44px;
    height:49px;
    margin:10px 0 0 8px;
    font-size:1em;
}
.meta .comments a
{
    font-size:2.4em;
    line-height:normal;
    color:#6efaff;
    padding-top:4px;
    padding-left:2px;
    display:block;
}

/*COMMENTS-----------------*/
#comments
{
    background:#fff;
    border:10px solid #6efaff;
    width:500px;
    padding:10px;
    float:left;
}
#commentstitle
{
    margin-bottom:10px;
    font-size:2.2em;
    font-weight:normal;
    line-height:normal;
    text-transform:uppercase;
    color:#000;
}

/*comment entry-----*/
#comments .comment
{
    margin-bottom:20px;
    border-bottom: 1px solid #6efaff;
}
#comments .author
{
    padding-bottom:7px;
}
#comments img.avatar
{
    margin:0 7px 0 0;
}
#comments a.timestamp
{
    color:#104444;
}
#comments li
{
    font-size:1em;
}
#comments li p /*se .hentry*/
{
}

/*submit-----*/
#comments .replytitle
{
    margin-bottom:3px;
    font-size:1.8em;
    font-weight:normal;
    line-height:normal;
    text-transform:uppercase;
    color:#000;
}
#comments #comment,
#comments #author,
#comments #email,
#comments #url
{
    background:#000;
    border: 5px solid #6efaff;
    padding:5px;
    color:#6efaff;
}
#comments #comment
{
    width:460px;
}

/*SIDEBAR---------------------------------------------*/
#sidebar
{
}
#sidebar h3
{
    font-size:1.8em;
    font-weight:normal;
    line-height:normal;
    text-transform:uppercase;
    color:#000;
    margin-bottom:2px;
}
#sidebar ul, #sidebar p
{
    margin-bottom:1em;
}
#sidebar li
{
    font-size:1.4em;
    line-height:1.4em;
}
#sidebar a
{
    color:#026063;
}
#vcard
{
    margin-bottom:20px;
}
.widgets
{
    background:#fff;
    border: 10px solid #6efaff;
    padding:10px 10px 0 10px;
    margin-bottom:20px;
}
#sidebar .widgets.sub li
{
    font-size:2.0em;
    text-transform:uppercase;
}

/*FOOTER------------------------------------------*/
#footer
{
    margin-top:20px;
    margin-bottom:20px;
}
#footer h3
{
    margin-bottom:5px;
    font-size:1.8em;
    line-height:normal;
    text-transform:uppercase;
    font-weight:normal;
}
#footer h3, #footer h3 a
{
    color:#06e9f1;
}
#footer img
{
}
#footer a
{
}
#footer p
{
    font-size:1em;
}
#footer .avatar li
{
    font-size:1em;
    margin-bottom:10px;
    height:40px;
    overflow:hidden;
}
#footer .avatar img
{
    float:left;
    height:40px;
    margin-right:10px;
    clear:left;
}

/*-------------------------------*/
#bottom
{
    border-top:1px solid #104444;
    height:24px;
    clear:both;
    padding-top:6px;
}
#bottom p
{
    width:940px;
    padding:0 10px;
    margin: 0 auto;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 30px 0.8em 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.navigation 
{
    width:500px;
    padding:0 20px 20px 20px;
	clear:both;
	overflow:hidden;
}
.navigation .alignleft, .navigation .alignright
{
    float:left;
    width:250px;
}
.navigation .alignright
{
    text-align:right;
}
/*ELEMENTS-------------*/
sup
{
    vertical-align: super;
    font-size:0.8em;
}
input
{
    color:#104444;
}
.hentry h2, .hentry h3, .hentry h4, #lightbox-image-details-caption h2
{
    text-transform:uppercase;
    line-height:normal;
    color:#000;
    font-weight:normal;
}
.hentry h2, #lightbox-image-details-caption h2
{
    font-size:2.5em;
}
.hentry h3
{
    font-size:1.8em;
}
.hentry h4
{
    font-size:1.4em;
}
.hentry li
{
    font-size:1.4em;
    line-height:1.4em;
    margin-left:20px;
    list-style-type:disc;
    margin-bottom:0.8em;
}
.hentry li li, .hentry li p
{
    font-size:1em;
}
.hentry li h3
{
    font-size:1.3em;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*PORTFOLIO---------------------------------*/
.portfolio li
{
    border: 5px solid #6efaff;
    padding:5px 5px 5px 5px;
    margin:5px;
    width:260px;
    float:left;
    display:block;
    list-style-type:none;
}
#lightbox-image-details-caption p
{
    margin-bottom:0.8em;
}

/* Advanced CSS hover styles---------- */
.portfolio { overflow: hidden; }
.portfolio > li {
	position: relative;
}
.portfolio a 							{ text-decoration: none; display: block; }
.portfolio li img 						{ display: block; position: relative; z-index: -1; } /* IE8 fix, background colour appears behind img for uknown reason set negative z-index */
.portfolio li:not([class=na]) img 		{ position: static; } /* Reset relative position, as this plays havoc with good browsers */


.portfolio a:hover:after,
.portfolio a:focus:after
{
	content: attr(title);
	color: #000;
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	width: 260px;
	margin-bottom: 5px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7), rgba(204,204,204,0.7)); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.7)), to(rgba(204,204,204,0.7))); /* Safari */
	display: block;
	text-shadow: 1px 1px 1px #fff;
}

#content .postnav{
	background: #eee;
	border: 1px solid #ddd;
	width: 300px;
}