@charset "UTF-8";

body,td,th,p {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color: #CCCCCC;
	text-align: left;
	line-height: 22px;
	white-space: normal;
}

body {
  background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
}

body.works {
  background-image: url(../images/TEMPLATE-background004.jpg);
}

table {
  clear: both;
}

a:link { color: #CCCC99; text-decoration: none}
a:visited { color: #CCCC99; text-decoration: none}
a:active {
	color: #CCCC99;
	text-decoration: underline;
	letter-spacing: normal;
}
a:hover { color: #CCCC66; text-decoration: underline}

a:link img, a:visited img, a:hover img, a:active img {
	border: 0;
}

p.first {
  font-size: 130%;
  line-height: 145%;
  color: #fff;
}

p.inset {
  margin: 0 50px;
}

h1 {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 10px;
  line-height: 37px;
}

h3 {
  color: #fff;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
}

h4 {
  margin: 10px 0 5px 0;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}

span.author {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 80%;
  letter-spacing: 1px;
}

span.second_headline {
  font-style: italic;
}

div.submenu {
  width: 100%;
  border-bottom: 1px solid #666;
  font-style: italic;
  margin: 15px 0;
  padding-left: 2px;
}

  div.submenu a {
    padding: 3px 10px 2px 10px;
    margin-right: 6px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #333;
    -moz-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-radius-topleft: 4px;
    -webkit-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
    div.submenu a.selected {
      background-color: transparent;
      border-bottom-width: 0;
      border-bottom: 1px solid #111;
    }
    
    div.submenu a.sub_selected {
      background-color: #000;
      border-bottom: 1px solid #000;
    }

div.third_menu {
  margin: -15px 0 15px 0;
  background-color: #000;
  padding: 4px 0;
  border-bottom: 1px solid #000;
}

  div.third_menu a {
    padding: 0 18px;
  }
  
    div.third_menu a.active {
      color: #fff;
    }

.subheader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
}
	
.small {
  font-size: 85%;
}

.caption {
  color: #999;
  font-style: italic;
  padding: 3px 0 10px 0;
}

img.fl {
  float: left; 
  padding-right: 20px;
}

img.album {
  border: 1px solid #3f3f3f;
}

div.fr {
  float: right;
  margin-left: 20px;
}

.fc {
  margin: 0 auto;
}

.tc {
  text-align: center;
}

div.hr {
  width: 100%;
  border-top: 1px solid #666;
  margin: 8px 0;
}

div.hrp20 {
  padding-bottom: 20px;
}

div.video {
  margin-bottom: 25px;
}

/* Menu */

div#menu {
  width: 951px;
  margin: 0 2px;
  height: 72px;
  background-color: #000;
  background: url(../images/menu_bg.gif) repeat-x;
}

  div#menu a {
    float: left;
  }

  div#menu a:link,
  div#menu a:visited {
    border-top: 2px solid #000
  }

div#inside_menu_container {
  background: url(../images/menu_bg.gif) repeat-x;
}

  div#inside_menu_container div#menu {
    height: 102px;
  }

    div#inside_menu_container div#menu a {
      padding: 21px 0 9px 0;
    }

    div#inside_menu_container div#menu a.logo {
      padding-top: 14px;
    }

div.news {
  padding-bottom: 20px;
}

div.news div#inside_menu_container {
  background: none;
}

  div.news div#inside_menu_container div#menu {
    height: 102px;
    background: none;
    margin: 0;
  }

    div.news div#inside_menu_container div#menu a {
      padding: 23px 0 7px 0;
    }

    div.news div#inside_menu_container div#menu a.logo_blog {
      padding-top: 14px;
    }

/* Footer */

p.copyright {
  margin: 40px 0 10px 0;
  font-style: italic;
  font-size: 12px;
}

/* Inside styles (news) */

div.news {
  background-image: url(../images/blog_bg.jpg);
  background-color: #11171f;
  background-repeat: no-repeat;
}

  div.news div#content_container_inside {
    padding-top: 0px;
  }

div#content_container_inside {
  min-height: 650px;
  width: 547px;
  padding: 12px 50px 0 105px;
}

div.inset {
	float: right; 
	width: 200px; 
	margin: 5px 0 25px 35px; 
	padding: 4px 15px 0 15px; 
	text-align: left; 
	line-height: 18px;
	background-color: #333;
	background-color: rgba(204,204,204,.1);
  -moz-border-radius: 8px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

div.inset embed {
  margin: 4px 0 8px 0;
  background-color: #333;
	background-color: rgba(204,204,204,.1);
  }

div.inset img.album {
  margin-bottom: 10px;
  margin-top: 3px;
}

div.inset ul {
	margin-left: 15px; 
	margin-top: 8px;
	padding: 0; 
	list-style-type: disc;
}

div.inset ul li {
	padding-bottom: 4px;
}
		
/* Newsing */

  div#blog_container {
    width: 910px;
    position: relative;
    clear: both;
  }
    
    div.blog_title {
      width: 405px;
      margin-left: 500px;
      padding-top: 120px;
      height: 240px;
      margin-bottom: 40px;
    }
    
      div.blog_title p {
        color: #fff;
        margin-left: 100px;
        font-size: 15px;
      }
      
      div.blog_title a.blog_logotype {
        margin-left: 57px;
      }
  
    div.mainbar {
      width: 540px;
      margin: 0 30px;
      float: left;
    }
    
      div.blog_index div.sidebar,
      div.blog_index div.sidebar div.archive {
        margin-top: 0;
      }
      
        a.older_entries,
        a.newer_entries {
          display: inline-block;
          width: 264px;
          height: 40px;
          margin: 20px auto 0 auto;
          background-repeat: no-repeat;
        }
        
        a.older_entries {
          background-image: url(/images/blog_older_entries.gif);
        }
        
        a.newer_entries {
          background-image: url(/images/blog_newer_entries.gif);
        }
        
          a.older_entries:link, 
          a.older_entries:visited,
          a.newer_entries:link, 
          a.newer_entries:visited {
            background-position: left top;
            opacity: .8;
          }
          
          a.older_entries:hover,
          a.newer_entries:hover  {
            opacity: 1;
          }
          
          a.older_entries:active,
          a.newer_entries:active {
            background-position: 0 -40px;
          }
    
      div#blog_header {
        height: 90px;
        width: 100%;
        background: url(/images/blog_header.png) 135px 25px no-repeat;
      }
    
      div.backgrounder {
        background-color: #000;
      }
    
      div.post_entry {
        background: url(/images/bg_black_trans_80.png);
        -moz-border-radius: 15px;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        -webkit-border-radius: 15px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        border-radius: 15px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      }
      
        div.post_entry h1 {
            font-size: 30px;
            font-style: normal;
            text-align: left;
            color: #ff6b91;
            padding: 20px 40px 0 40px;
            margin-bottom: 1px;
          }
          
          div.post_entry h1 a {
            color: #EF3A51 !important;
          }
          
        div.post_entry p {
          margin-bottom: 14px;
          color: #fff;
          font-size: 15px;
          line-height: 24px;
          padding: 0 40px 0 40px;
        }
        
          div.post_entry p.first {
            color: #fff;
            font-size: 18px;
            line-height: 26px;
        }
        
        div#home_news_column {
          margin-top: 20px;
        }
        
        div#blog_container span.date,
        div#home_news_column span.date {
          display: inline-block;
          font-size: 11px;
          font-family: Verdana, Arial, Sans-Serif;
          width: 100%;
          margin-bottom: 8px;
          color: #909ca4;
        }
        
        div#home_news_column span.date {
          margin: 4px 0;
        }
        
          div.post_entry span.date {
            padding: 0 40px;
          }

    div.sidebar {
      width: 310px;
      margin-top: 110px;
      float: left;
    }
  
      div.sidebar h3 {
        font-style: normal;
        border-bottom: 1px solid #626466;
        margin-bottom: 6px;
      }

      div.sidebar div.about, div.sidebar div.archive, div.sidebar div.best_of {
        margin: 10px 0 30px 0;
      }
      
      div.sidebar div.about {
        clear: both;
      }
      
      div.sidebar div.about p {
        color: #fff;
      }
      
      div.sidebar div.post_nav {
        margin-bottom: 20px;
      }
      
        div.sidebar div.post_nav a {
          display: inline-block;
          width: 139px;
          float: left;
          background-position: top left;
          background-repeat: no-repeat;
          text-decoration: none;
        }
      
          div.sidebar div.post_nav a span.label {
            display: block;
            margin: 4px 0 0 40px;
            font-family: Verdana, Arial, Sans-Serif;
            font-size: 11px;
            color: #d1d2d2;
          }
          
            div.sidebar div.post_nav a:hover span.label,
            div.sidebar div.post_nav a:active span.label {
              color: #fff;
            }
            
            div.sidebar div.post_nav a:hover h3,
            div.sidebar div.post_nav a:active h3 {
              text-decoration: underline;
            }
      
        div.sidebar div.post_nav a.previous {
          padding-right: 15px;
          background-image: url(/images/blog_arrow_prev.png);
          border-right: 1px solid #444649;
        }
      
        div.sidebar div.post_nav a.next {
          padding-left: 15px;
          background-image: url(/images/blog_arrow_next.png);
          background-position: top right;
        }
        
          div.sidebar div.post_nav a.next span.label {
            text-align: right;
            margin: 4px 40px 0 0;
          }
        
        div.sidebar div.post_nav a.inactive {
          background: none !important;
        }
        
        div.sidebar div.post_nav a h3 {
          border: none;
          color: #A0E9FF;
          margin-top: 10px;
          font-size: 15px;
          line-height: 140%;
        }
        
          div.sidebar div.post_nav a.next h3 {
            text-align: right;
          }
      
      div.sidebar div.social_links {
          width: 100%;
        }
          
          div.social_links a:link,
          div.social_links a:visited,
          div.social_links a:hover,
          div.social_links a:active {
           display: block;
           color: #aee9ff;
           font-size: 11px;
           font-weight: bold;
           font-family: Verdana, Helvetica, Sans-Serif;
           padding: 6px 0 0 0;
          }

          div.social_links img {
            vertical-align: middle;
            margin-right: 6px;
          }
      
      div.sidebar div.archive select {
        margin-top: 5px;
      }
      
      div.sidebar div.best_of div.entry a.comments {
        display: block;
        float: right;
        font-family: Verdana, Arial, Sans-Serif;
        font-weight: bold;
        font-size: 11px;
        background: url(/images/icon_comment_gray.gif) left top no-repeat;
        padding: 0 0 0 24px;
      }
      
      div.sidebar div.best_of div.entry h4 {
        font-style: normal;
        font-size: 16px;
      }

  div.news_column {
    margin-bottom: 40px;
    padding: 0 45px;
  }
  
    div.news_column h2.archive_month {
      display: inline-block;
      font-family: Verdana, Arial, Sans-Serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 15px;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 20px;
      color: #fff;
      padding: 3px 12px;
      border: 1px solid #20232a;
      -moz-border-radius: 8px;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      -webkit-border-radius: 8px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      border-radius: 8px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }

    div#home_news_column div.news_entry p {
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); 
    }
  
  div.news_entry {
    padding-bottom: 20px;
  }
  
    div.news_entry div.hr,
    div.hr {
      border-top-color: #444649;
    }
    
    div.news_entry ul,
    div.post ul {
      list-style-type: disc;
      list-style-position: outside;
    }
    
      div.news_entry ul li,
      div.post ul li {
        margin-bottom: 10px;
      }

    div.news_entry a:link, div.post a:link,
    div.news_entry a:visited, div.post a:visited,
    div.news_entry a:hover, div.post a:hover,
    div.news_entry a:active, div.post a:active,
    div.news_entry a:link, div.blog_index a:link,
    div.news_entry a:visited, div.blog_index a:visited,
    div.news_entry a:hover, div.blog_index a:hover,
    div.news_entry a:active, div.blog_index a:active {
      color: #a0e9ff;
    }

    div.news_entry h3 a:link,
    div.news_entry h3 a:visited,
    div.news_entry h3 a:hover,
    div.news_entry h3 a:active
     {
      color: #ef3a51;
    }

  div.news_entry h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color: #ff6b91;
  }
  
  div.post h2 {
    font-size: 22px;
    color: #fff;
    border-left: 22px solid #EF3A51;
    padding-left: 8px;
    margin-left: 40px;
    font-weight: normal;
    }
  
    div.post div.post_menu {
      font-family: Verdana, Arial, Helvetica, Sans-Serif;
      font-size: 11px;
      margin: 0 45px;
    }
    
      div.post div.post_menu a {
        margin-right: 50px;
      }
      
        div.post div.post_menu a.fr {
          margin: 0 0 0 50px;
        }
        
        div.post div.post_menu a.middle {
          margin: 0;
        }

  a.continue_link,
  a.comment_teaser {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    padding: 3px 0;
  }
  
  a.comment_teaser {
    float: right;
    background: url(../images/icon_comment.gif) no-repeat 0 3px;
    padding-left: 22px;
  }

  div.comments,
  div.comment_form {
    margin-top: 45px;
  }
  
  div.comment_form {
    padding: 0 40px 20px 40px;
  }
  
    div.comment_form h2 {
      margin-left: 0;
    }
  
  div.comment {
    margin: 20px 0;
  }
  
  div.comment div.fl {
    width: 100px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 160%;
    margin-left: 40px;
  }
  
    div.comment div.fl span.date {
      display: inline;
      text-align: left;
      padding: 0;
    }
    
    div.comment div.fl span.name {
      font-weight: bold;
      color: #fff;
    }
    
  div.comment div.body {
    margin-left: 120px;
  }
  
  div.comment_form div.error {
    margin-top: 15px;
    padding: 4px 10px;
    color: #fff;
    font-size: 11px;
    background-color: #d72024;
    font-family: Verdana, Arial, Sans-Serif;
  }
  
  div.comment_form table {
    margin-top: 15px;
  }
  
    div.comment_form table tr td {
      padding: 8px 16px 8px 0;
      font-family: Verdana, Arial, Sans-Serif;
      font-size: 12px;
      color: #ccc;
      vertical-align: middle;
    }
    
    div.comment_form table tr td label {
      color: #fff;
    }
    
    div.comment_form table tr td input {
      width: 200px;
    }
  
    div.comment_form table tr td.vtop {
      vertical-align: top;
    }
  
      div.comment_form table textarea {
        height: 250px;
        width: 100%;
      }
      
      div.comment_form table input {
        margin-right: 5px;
      }
      
      div.comment_form table input.spam_filter {
        width: 25px;
        margin-left: 5px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
      }
  
  
