/*
Theme Name: Snedled1c
Theme URI: http://snedled.dk
Description: Snedled1C - One Column theme. Clean, simple, modern (at this exact moment!) 
Version: 0.1
Author: Jakob Snedled
Author URI: http://snedled.dk
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Prociono);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);



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;
}

del {
    text-decoration: line-through;
}

a img {
    border: none;
}

/* Fonts */
body{
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2{
  font-family: 'Prociono',  "Helvetica Neue", Helvetica, Arial, serif;
}
h1{
  font-size: 2.0em;
  line-height: 2em;
}
h2{
  font-size: 1.5em;
  margin: 1em 0em .5em 0em;
  line-height: 1.1em;
}
h3{
  font-size: 1.2em;
  margin: 1em 0em .5em 0em;
}
h1 a,
h2 a,
h3 a{
  color: black;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover{
  text-decoration: underline;
  color: #f4764c;
}
p{
  margin: 0 0 0.5em 0;
}
a{
  color: #f4764c; 
}


ul, ol {margin: 0 0 1.625em 2.5em;}
ul {list-style: circle;}
ol {list-style-type: decimal;}
ol ol {list-style: upper-alpha;}
ol ol ol {list-style: lower-roman;}
ol ol ol ol {list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul {margin-bottom: 0;}
dl {margin: 0 1.625em;}
dt {font-weight: bold;}
dd {margin-bottom: 1.625em;}
strong {font-weight: bold;}
cite, em, i {	font-style: italic;}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}


/* => size
-----------------------------*/
#footer-content,
#content article
{
  width: 720px;
  margin: auto;
  overflow: auto;
}


/* header */
body{
  /*background: url('images/bg.png') 50% 0% repeat-y #E2E6CF ;*/
  background: url('images/crossword.png');
}

#header-container{
  padding: 20px 0px 0px; 
  width: 100%;
}
header{
  margin:0 auto;
  padding: 0px;
  text-align: center;
  background: url('images/header-bg.png') 50% 65px no-repeat;
  min-height: 180px;
}
header h1{
  height: 65px;
  background: url('images/logo2.png') 50% 100% no-repeat;
  margin: 0; padding: 0;
}
header h1 a{
  text-indent: -5000px;
  display: block;
}
/* Frontpage image-feed-list */

header aside{
}

header aside .widgettitle{
  display: none;
}
header aside .image-feed-list{
  list-style: none;
  overflow: hidden;
  margin:0;
  height: 100px;
  background: url('images/image-list-bg.png') 50% 50% no-repeat;
  padding: 9px 0px 9px 0px;
  margin-bottom: 2em;
}
header aside .image-feed-list li{
  display: inline-block;
  clear: none;
  margin:0;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
header aside .image-feed{
  position: relative;
}
header aside .image-feed-list  .imgtitle{
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;  
  width: 100%;
  height: 100%;
  color: black; 
}
header aside .image-feed-list a{
  display: inline-block;
}
header aside .imgtitle:hover{
  display: block;
}
header aside.widget img{
max-width: 100%;
max-height: 100%;
}


#navigation{
  margin-top: 20px;
}
#navigation div.menu ul{
  padding: 0px 0px 20px 0px;
}
#navigation li{
  margin: auto 10px;
  font-size: 1.2em;
}
#navigation a{
  color: #a7dbd8;
  text-decoration: none;
}
#navigation a:hover{
  color: #69d2e7;
}
#content{
  margin: 0 auto;
  overflow: auto;
  /*background: url('images/bg.png') 50% 0% repeat-y #69d2e7;*/
}
#content article{
  margin: 5px auto;
       box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);

  background: url('images/striped-bg.png');
  padding: 20px;
}
#content .col1,
#content .col2,
#content .col3{
  margin: 20px 10px;
  float: left;
  /*overflow: hidden;*/  
}
#content .col1{ width: 220px;}
#content .col2{ width: 460px;}
#content .col3{ width: auto;/*700px;*/}

#content p{
  line-height: 1.1em;
}


#footer-content{
  text-align: left;
  margin: 0px auto;
  clear: both;
  color: #666;
  padding: 5px;
  font-size: 12px;
}
#footer-content ul{
  padding:0;
  list-style: none;
  margin:0;
  width: 200px;
}
#footer-content ul ul{
  list-style: square;
  margin: 5px 0px 5px 18px;
  
}
#footer-content h3{
  padding:0;
  background:none;
  border: none;
  font-size: 14px;
  color: #666;
  margin: 0.5em 0px 0.5em 0px;
}
#footer-content a{
  color: #666;
  text-decoration: none;
}
#footer-content a:hover{
  text-decoration: none;
  color: #999;  
}
footer{
  clear: both;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 60px;
  max-height: 130px;
  text-align: center;
  /*background: url('images/wave1.png') 0% 0%;*/
}
footer .powered_by{
  padding-top: 36px;
  color: #999;
  font-size: 0.7em;  
}
footer .powered_by a{
  color: #999;
}

/* menu */
div.menu ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
div.menu li {
  display: inline;
  margin-right: 10px;
}


#front-left{ width: 465px; }
#front-div{
  /*background: url('images/stripe_v.png');*/
  width: 6px;
  margin-left: 35px;
  margin-right: 35px;
}
#front-right{ 
  float: right;
  width: 160px;  
}
#page #content .col ul,
#page #content .col ul ul{
  list-style: none;
  margin:0;
  padding:0;
}
/* Widgets */

.frontpage-widget,
.post-list,
.image-feed-list,
.widget-area ul,
#front-right ul{
  margin:0;
  clear: both;
  margin-bottom: 30px; 
  list-style: none;
}
h3.widgettitle,
.home h3
{
  margin:0;
  font-size: .9em;
  color: black;
  margin: 0px 0px 5px 0px;
  padding: 2px 5px;
  margin-left: -10px;  
}

.home h3,
h3.widgettitle,
.home h3 a,
.home h3 a:visited{
 color: #B5B8A6; 
}


.widget_listcategorypostswidget h2{
  margin:0;
  font-size: 1.2em;
  margin-top:0.1em;
}
.widget_listcategorypostswidget .more{
  display: block;
  line-height: 1.1em;
  margin-top: 0.5em;
}



.widget_listcategorypostswidget li{
  margin-bottom: 40px;
  clear: both;
  overflow: hidden;
}
.twitter li{
  margin: 1em 0 .5em 0em; 
}
/* Image Feed *//*
.image-feed-list .imgtitle{
  font-size: 0.8em;
  line-height: 1.5em;
  font-family: Verdana, Helvetica, sans-serif;
  display: block;  
}
.image-feed-list a{
  text-decoration: none;
  color: gray;
}
.image-feed-list li{
  clear: both;
  margin: 1.5em 0px .5em 0px;
  overflow: hidden;
  text-align: center;
}
*/
.tweets .avatar{
  display: none;
}
.clear{
  clear: both;
}
.clearleft{
  clear: left;
}
.wdgpo_small_count{
  margin: 10px 0px;
  
}
#nav-single{
  border-top: 1px solid #F2F2F2;
  padding: 5px 0px;
  margin-top: 40px;
}
#nav-single a{
  color: gray;
  font-size: 0.9em;

}
#nav-single .nav-previous{
  float: left;
}
#nav-single .nav-next{
  float: right;
}
.wdgpo{
  margin-top: 2em;
}
.postFooter{
  color: gray;
  font-size: 0.9em;
  margin-top: 2em;
}
/* Comments */
#comments{
  margin-top: 40px;
  border-top: 1px solid #a2a2a2;  
}
#comments-form label{
  width: 100px;
  display: block;
  float: left;
  font-size: 0.9em;
}
#comments-form p{
  margin:0;
}
#comments-form .note{
  font-size: 0.8em;
  font-style: oblique;
  display: block;
  margin-left: 100px;
}
#comments-form #comment{
    width: 90%;
}
#comments-form #comment-textarea,
#comments-form #comment-user{
  float: left;
  width: 50%;
}
#comments-form .button{
  clear: both;
}
.comment-meta{
  font-size: 0.9em;
  color: gray;
}
#comment-list li{
  margin: 20px 0px;
}

/* Post List */
.post-list{
  margin-bottom: 1.5em;
}
.post-list li{
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #f2f2f2;
}
.post-list li:last-child{
  border-bottom: none;
}

/* post List on home page */
.home .post-list{
  clear: both;
  overflow: auto;
}
.home .post-list li{
  width: 31.833%;
  float: left;
  margin: 0.75%;
  background-color: #E2E6CF;
  height: 25em;
  position: relative;
  overflow: auto;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);  
  background: url('images/striped-bg.png');  
}
.home .post-list h2{
  font-size: 1.5em;
  margin: 0.5em 0em .5em 0em;
  line-height: 1.1em;
  padding: 2px;  
}
.home .post-list h2, .home .post-list p{
  padding: 1% 4%; 
}
.home .post-list .post-list-bg{
  height: 10em;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-bottom: 10px solid #00202F;
}
.home #content article{
  padding:0;
  box-shadow: none;
  -moz-box-shadow: none;
  background: transparent;
}

/* Post thumbnail */
.post-thumbnail{

  margin: 0px 10px;
}
.post-thumbnail img{
  border-bottom: 10px solid #00202f;  
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #f2f2f2;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 2px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 0px;
	position: relative;
  text-align: center;
}

#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 3px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

.wp-caption.alignleft{
  float: left;
  margin-right: 5px;
}
.wp-caption.alignright{
  float: right;
  margin-left: 5px;
}
table{
  empty-cells: show;
}
table td{padding: 5px 2px;}
/*table tbody tr:nth-child(even) { background: #f1f5fa; }*/
table tbody tr:nth-child(odd) { background: rgba(255,255,255,0.5); }

@media print {
  #header-container,
  .pdf24Plugin-cp,
  .wdgpo,
  #footer,
  .postFooter,
  footer,
  .col1 {
    display: none;
  }
  #content{
    border: none; 
  }
  article{
    padding:0;
  }

  h2{
    font-size: 1em;
    font-weight: bold;
  }
  h2:first-child{
    font-size: 1.2em;
    font-weight: normal;
  }
  table tr{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;    
  }
  
} 


@media only screen and (max-width: 480px) {
  header h1{
    background: url('images/logo2-480.png') 50% 100% no-repeat;
    height: 34px;
  }
  #header-container{
    padding: 0px;
  }
  
  #footer-content, #content article{
    width: 100%;
    margin:0;
  }
  #content .col3{
    margin: 0;
    display: block;
  }
  .home .post-list li{
    width: 48.50%;
    margin: 0.75% 3%;
  }
}/*/mediaquery*/

@media only screen and (max-width: 320px) {

  #footer-content, #content article{
    width: 100%;
  }
  .home .post-list li{
    width: auto;
    margin: auto 3%;
    clear: both;
  }

}/*/mediaquery*/
