html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    }
body {
    line-height: 1;
    }
:focus {
    outline: 0;
    }
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display: block;
    }
nav ul {
    list-style: none;
    }
blockquote, q {
    quotes: none;
    }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    }
a {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: #b22222;
    }
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
    }
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
    }
del {
    text-decoration: line-through;
    }
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    }
table {
    border-collapse: collapse;
    border-spacing: 5px;
    }
hr {
    border: 0;   
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    }
input, select {
    vertical-align: middle;
    } 

/*  fonts
--------------------------------------------------------- */ 


/*  theme
----------------------------------------------------------------------------------- */

body {
    background: #fff url('img/body_bg.png') repeat-y right top;
    color: #4d4d4d;
  	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 1.4;
    text-rendering: optimizeLegibility;  	
    }  
.group:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    }
.left {
    float: left;
    }    
.right {
    float: right;
    }
.small {
    font-size: 11px;
    }
    
#pandora {
    margin: 0 auto;
    position: relative;
    width: 820px;
    }
#header {
    height: 64px;
    margin: 20px 0;
    position: relative;
    }
#page {
    border-top: 1px solid #ddd;
    padding: 40px 0;
    position: relative;
    }
#page .content {
    float: left;
    width: 540px;
    }
#page .sidebar {
    float: right;
    width: 220px;
    }    
#footer {
    border-top: 1px solid #ddd;
    font-size: 11px;
    padding-top: 6px;
    }    
            
    
/*  header
--------------------------------------------------------- */ 

/* sitelink */

h1 {
    line-height: 1;
    /*position: absolute;*/
    right: 0px;
    top: 0px;
    }  
h1 a {
    background: url('img/h1.png') no-repeat 0px 0px;
    display: block;
    height: 64px;
    text-indent: -9999px;
    width: 220px;
    }

/* navigation */

.nav {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 46px;
    }
.nav ul,
.nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
.nav li {
    float: left;
    margin: 0 18px 0 0;
    } 
.nav li a {
    color: #4d4d4d;
    display: block;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    }    
.nav li a:hover,
.nav .current a,
.nav .current-menu-item a,
.nav .current-page-ancestor a, 
.nav .current-post-ancestor a  {
    color: #bb0619;
    }

/*  page
--------------------------------------------------------- */


/*  blog
--------------------------------------------------------- */        

.content .item {
    margin: 0 0 30px 0;
    }
.content h1 {
	color: #bb0619;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3;    
    margin: 0 0 15px 0;
}
	
.content h2 {
    color: #bb0619;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;    
    margin: 0 0 15px 0;
    }
.content h2 a {
    color: #bb0619;
    text-decoration: none;
    } 
.content h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;    
    margin: 0 0 15px 0;
    }      
.content h4 {
    margin-bottom: 10px;
    }             
.content p {
    margin-bottom: 15px;
    } 
.content img {
    border: 1px solid #ddd;
    margin: 10px 0 10px 0;
    }
.content p a,
.content li a {
    border-bottom: 1px solid rgb(210,210,210);
    color: #4d4d4d;
    font-weight: bold;
    text-decoration: none;
    }
.content p a:hover,
.content li a:hover {
    border-bottom: 1px solid rgb(93,110,136);
    }
.content .item ul {
		margin: 0 0 15px 20px;
		}       
.content .item ul li {
		margin: 0 0 10px 0;
		}

.group table { border-spacing:10px; empty-cells:show; }
.group td { padding: 4px; }
.group th { padding: 4px; }

/* meta */    
            
.meta {
		color: #999;
    margin: -10px 0 10px 0 !important;
    text-transform: uppercase;
    }
.meta a {
    border: 0 !important;
    color: #999 !important;
    }
.meta a:hover {
    border: 0 !important;
    color: #4d4d4d !important;
    }    
    
/*  comments
--------------------------------------------------------- */ 

/* comments */

.comments h3 {
    font-size: 13px;
    }
ol.comment_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
ol.comment_list li {
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    }    
.comment_meta {
    background-color: #efefee;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    margin: 0;    
    padding: 5px 10px 3px 10px;
    }    
.comment_meta a {
    color: #4d4d4d;
    text-decoration: none !important;
    }
.comment_meta .author {
    float: left;
    font-weight: bold;
    }
.comment_meta .date {
    float: right;
    }
.comment_meta .date a {
    color: #777;
    font-weight: bold;
    }                 
.comment_content {
    background-color: #f5f5f5;
    color: #4d4d4d;
    margin: 0;    
    padding: 10px;
    }
.comment_content p {
    margin-bottom: 10px;
    }    
.comment_content p:last-child {
    margin: 0 !important;
    }
.comment_content .wp-smiley {
    border: 0;
    padding: 0;
    float: none;
    position: inherit;
    }

/* comments admin */

.comment.byuser .comment_meta {
    background-color: #06a0f0;
    border-bottom: 1px solid #fff;
    color: #fff;
    }
.comment.byuser .comment_meta a {
    color: #fff;
    }   

/* comment edit link */

.admin_edit a {
    background-color: #333;
    color: #fff !important;
    font-weight: bold;
    opacity: .5;
    padding: 4px 20px;
    position: absolute;
    left: 40%;
    top: 10px;
    text-decoration: none !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
  	-webkit-transition: opacity .2s ease;
  	-moz-transition: opacity .2s ease;
  	-o-transition: opacity .2s ease;
  	transition: opacity .2s ease;    
    }
.admin_edit a:hover {
    opacity: 1;
    }

/* commentform */    

.respond h3 {
    display: none;
    }
.respond_note {
    background-color: #06a0f0;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    }   
.respond_note a {
    color: #fff !important;
    }    
#commentform p {
    margin: 10px 0 15px 0;
    position: relative;
    }
#commentform p label.infield {
    left: 4px;
    position: absolute;
    top: -3px;
    }  
#commentform p label.infield {
    color: #777;
    cursor: text;
    display: block;
    font-size: 16px;
    margin: 5px 5px 5px 7px;
    padding: 0;
    width: 340px;
    }    
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
    background-color: #efefee;
    display: block;
    font-family: Variable, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 4px 10px;
    text-shadow: 0px 1px 0px #fff;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out; 
    width: 440px;       
    }    
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus  {
    background-color: #fff;
		-webkit-box-shadow: 0px 0px 6px #007eff;
		-moz-box-shadow: 0px 0px 5px #007eff;
		box-shadow: 0px 0px 5px #007eff;
    }
input[type=submit] {
    background: #06a0f0;
    border: 0;
    color: #fff;
  	font-family: Variable, Helvetica, Arial, sans-serif;
    font-size: 13px;
    cursor: pointer;
    width: auto;
    padding: 5px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    }
input[type=submit]:hover, input[type=submit]:focus {
    background: #4d4d4d;
    cursor: pointer;
    }
.respond .required {
    color: #06a0f0;
    font-size: 11px;
    vertical-align: top;
    }  
    
/* paging */

.paging {
    color: rgb(175,150,100);
    }
.paging a {
    color: #4d4d4d;
    text-decoration: none;
    }
.paging a:hover {
    border-bottom: 1px solid rgb(93,110,136);
    }
.paging .prev {
    float: left;
    }           
.paging .next {
    float: right;
    }

/* sidebar */

.sidebar h3 {
    border-bottom: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding-bottom: 4px;
    }
.sidebar .box {
    margin-bottom: 20px;
    }     
.sidebar .box p {
    margin-bottom: 10px;
    }
.sidebar strong {
      color: #bb0619;
  }
.sidebar a {
	color: #4d4d4d;
	}  

.sidebar iframe {
    margin-bottom: 20px;
    }
 
/* stuff
--------------------------------------------------------- */

#footer {
    margin-bottom: 20px;
    text-align: center;
    }
#footer a {
    color: #525252;
    }
#footer a:hover {
    color: #bb0619;
    }    
#footer a.made {
    background: url('img/made.png') no-repeat right center;
    color: rgb(10,110,150);
    height: 20px;
    line-height: 20px;
    padding-right: 16px;
    text-decoration: none;   
    }
#footer a.made:hover {
    color: #4d4d4d;
    }    
#socialize {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom:10px;
    padding: 10px 0 10px 20px;
    width: 420px;
    }

#pagenav,
.paging {
  border-top: 1px solid #eee;
  padding-top: 15px;
  }
    
#pagenav a,
.paging a {
    color: rgb(10,110,150);
  }
 
#pagenav .navi-back,
.paging .prev {
  float: left;
  }   
 
#pagenav .navi-forward,
.paging .next {
  float: right;
  }
    
.short_links {
  list-style-type: none;
  }
  .short_links li {
    margin-bottom: 2px;
    }
.short_links a {
  background-color: #eee;
  display: block;
  font-size: 15px;
  color: #000;
  text-align: center;
  padding: 6px 0;
  text-decoration: none;
  }
    
/* end of line */