/*  
Theme Name: Hemingway Reloaded
Theme URI: http://www.wordpresslab.com 
Description: Hemingway Reloaded theme by <a href="http://www.wordpresslab.com">WordpressLab</a>.
Version: 1.0
Author: WordpressLab 
Author URI: http://www.wordpresslab.com
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}

* html #secondary .block{
	margin: 0px 0px 0px 4%;
}

* html #comments cite{
	width: 30.6%;
}

* html #primary .secondary{
	margin-right: 4%;
}

* html #primary.twocol-stories .story{
	margin-left: 2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

a{
	color: #000EEE;
        text-decoration:none;
}


a:hover{
    color: #404AF2;
	text-decoration:underline;
}


a img{
	border: none;
}

blockquote{
	border-left: 2px solid #000000;
	color: #000000;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 0.9em;
	margin-left: 1em;
	padding-left: 1em;
}

ul.dates li span.grey_text a
{

}

ul#twitter_update_list
{
margin:0px;
padding:0px;
}

ul#twitter_update_list li{
	list-style-type: none; 
	list-style-image: none;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}



ul#twitter_update_list li span{
	padding:1px;
	background-color:#0000EE;
	color:#FFFFFF;
	
}

#category_cloud
{
text-align: justify;
}


#category_cloud a
{
        text-decoration:none;

}

#category_cloud a:hover{
	text-decoration:underline;
}



/*-----------------------------------------------------------------------------------------------
Valmynd sem dreifist lárétt
-----------------------------------------------------------------------------------------------*/
.valmynd {
	width: 100%;
	display: table;
}

.valmynd ul {
	margin: 0; padding: 0;
	width: 100%;
	display: table-row; /* MS says WTH */
	background: #ccc;
	vertical-align: middle;
}

.valmynd li {
	margin: 0; padding: 0;
	display: table-cell; /* Again, IE doesn't understand this value */
	text-align: center;
	vertical-align: middle;
}

* html .valmynd li { /* MacIE */
	display: inline-block;
	width: 14%; /* a white-space bug? */
}

/* The IE trick (hidden from MacIE) \*/
* html .valmynd li {
	display: inline;
	width: 14.2%;
}
/* */

.valmynd li a {

	width: 100%;
	vertical-align: middle;
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background: #EE5300;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;

}

fieldset {
	padding: .5em;
}

h1{
	color: #000000;
	font-size: 1.7em;
	font-weight: normal;
	margin: 1.7em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h2, h3{
	color: #000000;
/*font-size: 1.15em;*/
	font-weight: normal;
}

/*Flipar*/

#subheader ul 
{
	margin: 0px; 
        padding-top: 3px;
        padding-bottom: 3px;
	list-style-type: none; 
	list-style: none; 
	list-style-image: none; 
}

#subheader li 
{
	display: inline; 
        margin-left:0px;
        margin-right:0px;
}

.page_item 
{
        margin-left:0px;
        margin-right:0px;
}

.current_page_item
{
	text-align:left;
}

.page_item a 
{
	text-decoration:none;
	font-size: 1.7em;
	color:#DDDDDD;	
        padding-right:6px;
        padding-left:6px;
        padding-top: 3px;
        padding-bottom: 3px;
}

.page_item a:hover 
{
	text-decoration:none;
	background-color:#F27E40;
	color:#FFFFFF;	
}

.current_page_item a
{
	text-decoration:none;
	background-color:#FFFFFF;
	color:#000000;	
}

.current_page_item a:hover 
{
	text-decoration:none;
	background-color:#FFFFFF;
	color:#000000;	
}


input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

ol#comments{
	list-style-type: none;
	margin: 2em 0px;
}

ol#comments li{
	list-style-type: none;
	margin: 2em 0px;
}

ol#comments li.mycomment {
   background-color: #ffffff;
}

p{
	line-height: 1.75em;
}

pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}

table caption{
	color: #000000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}

table td{
	background: #FFFFFF;
	color: #000000;
}

table th{
	background: #ffffff;
	color: #000000;
	text-align: left;
}

table th, table td{
	padding: 0.3em 0.75em;
}

textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

ul li{
	list-style-type: square;
	margin: 0.5em 0px 0.5em 2em;
}

ul.counts .count{
	color: #7A7A7A;
	float: right;
}

ul.dates .date{
	color: #7A7A7A;
	padding: 0px 1.5em 0px 0px;
}



ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #000000;
}

ul.dates li, ul.counts li{
	border-bottom: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}

ul.dates, ul.counts{
	border-top: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.comment-head{
	border-bottom: 0px solid #E3E3E3;
	padding: 0.8em 2em 1.0em 2em;
}

.comment-head .details{
	font-size: 0.95em;
}


.comment-head h2{
	font-size: 1.5em;
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}

.formactions input.submit{
	background-color: #CCCCCC;
	border: 1px solid #868686;
	float: right;
	margin: -1em 0px 0px 0px;
	padding: 0px 0.5em;
}

.hide, .print-logo, .close-button{
	display: none;
}

/* This class sets the width and position for all rows */
.inside{
        position: relative;
	min-width:65em;
	max-width:75em;
	width:100%;
	_width:70em;
	margin:0 auto;
	text-align:left;
}

.inside_front{
        position: relative;
	min-width:65em;
	max-width:75em;
	width:100%;
	_width:70em;
	margin:0 auto;
	text-align:left;
}

#primary .inside_front{
	padding:0 0 2.5em 0;
}


#primary .inside{
	padding:0 0 2.5em 0;
}

#primary .inside .pullquote {
     position: absolute;
     left: 0;
     width: 30%;
     padding: .5em 0;
     border-top: 1px solid #CCC;
     border-bottom: 1px solid #CCC;
     font-size: 1.8em;
}


#primary .inside_front .pullquote {
display: none;
}


#secondary .inside{
	padding:0 0 2.5em 0;
}

#secondary .inside_front{
	padding:0 0 2.5em 0;
}

#ancillary .inside{
	padding:0 0 2.5em 0;
}


#ancillary .inside_front{
	padding:0 0 2.5em 0;
}

.left{
	float: left;
}

.right{
	float: right;
}


.search_right{
	float: right;
        padding: 2px 5px 1px 5px;
}

.rule{
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.smartarchives a{
     text-decoration:none;
}

.smartarchives a:hover{
        text-decoration:underline;
}

.smartarchives{
    text-decoration:none;
	font-size: 0.80em;
}

.secondary .featured dl{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary .featured p{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary dd a{
	color: #808080;
}

.secondary dd a:hover{
	color: #000000;
}

.secondary dt{
	color: #AAAAAA;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#secondary .block{
	float: left;
	margin: 0px 0px 0px 5%;
	width: 30%;
}

#secondary .block h2, #secondary .block h3{
	margin: 0px 0px 2em 0px;
}


#secondary .first, * html #secondary .first{
	clear: both;
	margin: 0px;
}

.single-post h1, .single-post h2{
	margin-top: 0px;
}

.story h3{
	color: #666666;
	font-size: 1.15em;
	font-weight: normal;
	margin: 0px 0px 1.5em 0px;
}

.story h3 a{
	border-bottom: 1px dotted #666666;
	color: #333333;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	padding: 0px 0px 0px 0px;
	text-align:left;
}

#ancillary .block{
	float: left;
	margin: 0px 0px 0px 5%;
	width: 30%;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 2em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}

#comment-form{
	margin: 5em 0px 5em 35.4%;
	width: 36em;
}

#comments .content{
	border-left: 1px solid #000000;
	float: left;
	margin-left: 1.9%;
	padding: 0px 0px 0px 2%;
	width: 60%;
}

#comments .content h3{
	font-size: 1em;
	margin: 0px;
}

#comments .content p{
	margin: 0px 0px 1em 0px;
}

#comments .pingback cite .author{
	background: url(../images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: right;
	width: 31%;
}

#comments cite .admin-tools{
	margin: 5px 0px;
}

#comments cite .admin-tools a{
	background: #666666;
	border: 1px solid #999999;
	float: right;
	margin: 0px 5px;
	padding: 0px 3px 3px;
	text-decoration: none;
}

#comments cite .author{
	font-size: 1.2em;
}

#comments cite .author a{
	text-decoration: none;
}

#comments cite span{
	display: block;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #000000;
	margin: 2em 0px 3em 0px;
}

#footer .inside{
	background: 50% 0 repeat-x;
	padding: 1em 0px;
}

#footer p{
	font-size: 0.95em;
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	padding: 0px 0px 0px 1em;
	text-decoration: none;
}

#footer p.attributes a:hover{
	color: #000000;
}

#footer p.copyright{
	float: left;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: #F27E40;
}

#subheader{
	background: #EE5300;
	border-bottom: 2em solid #ffffff;
}

#header .inside{
	padding: 1em 0px;
}

#header h2{
        color: #FFFFFF;

	font-size: 4.0em;
	margin: 0px 0.0em 0px 0px;
	padding: 0px 0.0em 0.0em 0px;
}
#header h2 a{
        color: #FFFFFF;
	text-decoration: none;
}

#header h2 a:hover{
	text-decoration: underline;
}


#header p{
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}


#subheader h1{
        color: #FFFFFF;

	font-size: 2.0em;
	margin: 0px 0.0em 0px 0px;
	padding: 0px 0.0em 0.0em 0px;
}

#subheader h1 a{
        color: #FFFFFF;
	text-decoration: none;
}
#subheader h1 a:hover{
	text-decoration: underline;
}



/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#live-search{
	-moz-opacity: 0.4;
	position: absolute;
	text-align: right;
	top: 4em;
	width: 100%;
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#preview{
	border: 1px solid #CCCCCC;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #FFFFFF;
	color: #000000;
	padding:1px 0 2em 0;
}

#primary .primary{
	float: right;
	width: 65%;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 0.65em;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #000000;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .story{
	/*margin:0 0 0 4%;
	display:inline;
	float:left;*/
	text-align:left;
	font-size:14px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

* html #primary.twocol-stories .story{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #000000;
	padding:0.5em 0;
	font-size:0.95em;
}
.story .details .read-on{
	background:url(/wp-content/themes/hemingway_reloaded/images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}


#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #FFFFFF;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #CCCCCC;
	border-top: 1em solid #000000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #CCCCCC;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	background: #F27E40;
	border-top: 1px solid #F27E40;
	padding: 1px 2em;
	text-align:left;
}
