/* @override http://vu2056.catherine.1984.is/wp-content/themes/ruri/style.css
	http://ruri.is/wp-content/themes/ruri/style.css */

/*
Theme Name: RÚRI
Theme URI: http://www.ruri.is
Author: Kosmos & Kaos
Version: 1.0
*/


/* ======================================================================================================================================================== */
/* Reset  */
/* ======================================================================================================================================================== */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ======================================================================================================================================================== */
/* Global */
/* ======================================================================================================================================================== */

#container {
	width: 830px;
	padding: 20px;
	position: relative;
}

body {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4;
	color: #959595;
}

h2, h3, h4 {
	color: #000;
        font-family: helvetica, arial, sans-serif;
	letter-spacing: 2px;
}

a:link {color:#959595; text-decoration: none;}      /* unvisited link */
a:visited {color:#000; text-decoration: none;}  /* visited link */
a:hover {color:#959595;}  /* mouse over link */
a:active {color:#000;}  /* selected link */

.logo {
	margin-bottom: 59px;
}

 .entry-content-page p,  .entry-content-single p{
	margin-bottom: 1.2em;
}

/* ======================================================================================================================================================== */
/* Primary Menu */
/* ======================================================================================================================================================== */

#menu-primary-menu li {
	text-transform: uppercase;
}

#menu-primary-menu li a {
	font-weight: bold;
	color:#959595;
	display: block;
    padding-bottom: 0.625em;
    font-family: helvetica, arial, sans-serif;
	letter-spacing: 4px;
}

#menu-primary-menu .sub-menu {
	display: none;
        font-family:  helvetica, arial, sans-serif;
}
#menu-primary-menu .sub-menu li a {
        letter-spacing: 0px;
font-family:  helvetica, arial, sans-serif;
}

#menu-primary-menu .sub-menu li{
	text-transform: none;
        letter-spacing: 0px;
font-family:  helvetica, arial, sans-serif;
}

#menu-primary-menu .current-menu-item .sub-menu, #menu-primary-menu .current-menu-ancestor .sub-menu {
	display: block;
}

#menu-primary-menu .current-menu-item a,
#menu-primary-menu .sub-menu .current-menu-item a,
#menu-primary-menu .current-menu-ancestor a {
	color: #000;
}

#menu-primary-menu .sub-menu li a { 
	color:#959595;
	font-weight: normal;
}


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

.col-1{
	/*float: left;*/
	width: 150px;
    position: fixed;
    top: 20px;
  	}

/* ======================================================================================================================================================== */
/*  Main Content */
/* ======================================================================================================================================================== */

section.wrapper {
	float: left;
	width: 660px;
	/*margin-left: 20px;*/
    margin-left: 170px;
   
}

/* ======================================================================================================================================================== */
/* Comment */
/* ======================================================================================================================================================== */

footer {
	clear: both;
}

/* ======================================================================================================================================================== */
/* Gallery */
/* ======================================================================================================================================================== */

.gallery-large-img a , .gallery-thumb-img a {
	float: left;
	margin: 0 0 20px 20px;
}

.gallery-thumb-img a.nom, .gallery-large-img a {
	margin-left: 0;
}

.gallery-thumb-img .wrapper{
position: relative;
  
}

.gallery-large-img .wrapper{
position: relative;
  }

.gallery-thumb-img p.caption, .gallery-large-img p.caption {
    background-color: #fff; opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
    bottom: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    width: 140px;
	display: none;
	padding: 5px 5px 10px 5px;
	color: #000;
}

.gallery-thumb-img p.caption {
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
}

.gallery-large-img p.caption {
    background-color: #fff; opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
    bottom: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
   	display: none;
	padding: 5px 5px 10px 5px;
	color: #000;
	width: 650px;
}

.gallery-thumb-img a:hover p.caption, .gallery-large-img a:hover p.caption {
   	display: block;
}

.wrapper-inner {
	position: relative;
}

.gallery-back-link {
	/*position: absolute;*/
    /*right: -110px;*/
    text-transform: uppercase;
    /*top: 86px;*/
    width: 90px;
    left: 870px;
    position: fixed;
    top: 106px;
    
}

/* ======================================================================================================================================================== */
/* Single Post */
/* ======================================================================================================================================================== */

.entry-title-single, .entry-content-single, .entry-excerpt-single, .entry-title-page, .entry-content-page, .entry-content-frettir, .frettir-thumb, .title-date  {
	float: left;
}

h2.entry-title-single {
	font-weight: bold;
	text-transform: uppercase;
}

.entry-title-single, .entry-excerpt-single {
	width: 150px;
}

 .entry-content-single, .entry-content-frettir  {
	width: 320px;
}

.wp-caption {
	display: none;
}

body.single img.attachment-large, body.single img.size-large, body.single .entry-excerpt-single,
body.single .entry-content-single, .entry-title-single, .entry-content-frettir, .frettir-thumb {
	margin-bottom: 20px;
}

body.single #container .wrapper-inner img {
	margin-bottom: 20px;
}

body.single .entry-excerpt-single, body.single .entry-content-single, .frettir-thumb, .entry-content-frettir {
	margin-left: 20px;
}

.entry-content-single iframe {
	 margin-left: -340px;
}

/* ======================================================================================================================================================== */
/* Single Page */
/* ======================================================================================================================================================== */

h2.entry-title-page {
	font-weight: bold;
	text-transform: uppercase;

	text-transform: uppercase;
}


.entry-title-page, .frettir-thumb {
	width: 150px;
}

 .entry-content-page {
	width: 490px;
}

body.page img.attachment-large, body.page img.size-large,
body.page .entry-content-page, .entry-title-page {
	margin-bottom: 20px;
}

body.page .entry-excerpt-page, body.page .entry-content-page {
	margin-left: 20px;
}

/* ======================================================================================================================================================== */
/* Frettir Category */
/* ======================================================================================================================================================== */

.category-frettir .frettir{
	padding-top: 77px;
}

.frettir-wrapper {
	border-top: 1px solid;
    float: left;
    padding-top: 7px;
	}

.title-date h2 {
	margin-bottom: 0;
}

/* ======================================================================================================================================================== */
/* Art Organizing */
/* ======================================================================================================================================================== */

.art {
	padding-top: 58px;
}

.art-wrapper h2 {
	margin: 0;
}

.art-wrapper li{
	margin-bottom: 16px;
  }

.art .listCol1, .art .listCol2, .art .listCol3 {
	float:left;
	width: 150px;
}

.art .listCol1, .art .listCol2, .art .listCol3{
	margin-left: 20px;
}

.art-title {
	 float: left;
    width: 150px;
}

.art-title  h2{
	text-transform: uppercase;
	font-weight: bold;
}

/* ======================================================================================================================================================== */
/* Language switcher */
/* ======================================================================================================================================================== */

.col-1 #lang_sel_list li a, .col-1 #lang_sel_list ul {
	border: medium none;
}

.col-1 #lang_sel_list li a {
	padding: 0;
	color: #959595;
}

.col-1 #lang_sel_list li a.lang_sel_sel {
	display: none;
}

.col-1 #lang_sel_list{
	margin-top: 4px;
}

/* ======================================================================================================================================================== */
/* Contact */
/* ======================================================================================================================================================== */

.contact .wrapper {
	 padding-top: 86px;
}


/* ======================================================================================================================================================== */
/* Slide Show */
/* ======================================================================================================================================================== */

.slideshow, .slideshow .slidewrap {
	height: 489px;
	position: relative;
}

.slideshow .slide {
	height: 469px;
}

.slideshow .slide img {
	display: block;
	border: none;
}

.slideshow .slide .meta {
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	background: rgba(255,255,255,0.5);
	height: 36px;
	display: none;
}

.slideshow .slide .meta p {
	padding: 0px 0 0px 172px;
	font-size: 12px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.slideshow .paging {
	position: absolute;
	left: 6px; bottom: 29px;
	z-index: 9999;
	width: 17px; height: 18px;
	text-indent: -9em;
	overflow: hidden;
	background: url(images/ruri-arrows.png);
	display: none;
}

.slideshow .paging.prev {
	right: 6px;
	left: auto;
	background-position: -18px 0;
}

.slideshow:hover .paging,
.slideshow:hover .slide .meta {
	display: block;
}

/* Back to gallery */

.backtogallery {
	position: absolute; top: 80px; right: -800px;
	font-weight: bold;
	color:#959595;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 4px;
	width: 100px;
	display: none;
}

.single .backtogallery {
	display: block;
}