body
{
	font-family:Verdana, Arial;
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	background-color: #1a0205;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*********************************************************************
 * General, default styles
 *********************************************************************/

h1
{
  font-size:36px;
  font-weight:bold;
  color:#ffffff;
  margin-bottom:8px;
  font-family:"Segoe UI",Arial;
}

h2
{
  font-size:20px;
  font-weight:bold;
  color:#ffffff;
  margin-bottom:8px;
  font-family:"Segoe UI",Arial;
}

h3
{
  font-size:18px;
  font-weight:bold;
}

h3, h4, h5, h6
{
	color:#ffffff;
	margin-bottom:6px;
	margin-top:4px;
	font-family:"Times New Roman", Times, serif;
	font-size: large;
}

p, ul, code, pre
{
	margin-bottom:6px;
	line-height:15px;
	text-align: left;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

img
{
	vertical-align: text-top;
}

ul
{
	list-style:square inside;
	font-size: medium;
}

input,
textarea
{
  border:1px solid #d9094b;
  background:#1a0205;
  color:#FFFFFF;
  padding:5px;
}

a
{
  color:#d9094b;
}

a:hover
{

}

a:active
{
	color: #FF0000;
}

.small
{
  font-size:11px;
  line-height:13px;
}

.clear
{
  clear:both;
}

.wrapper
{
	width:1020px;
	margin:0 auto;
	position:relative;
}



/*********************************************************************
 * Header, Navigation Menu
 *********************************************************************/


#header
{
  margin:0 0px;
  overflow:hidden;
}

.logo
{
  height:73px;
  line-height:73px;
}
  
  .logo a img
  {
	padding-top: 9px;
	color: #FFF;
	margin-right: 50px;
  }

.navbar
{
	height: 64px;
	margin-bottom: 24px;
	margin-left: 50px;
}

  .navbar ul
  {
    list-style:none;
    margin:0;
  }

  .navbar ul li
  {
    background:url(images/navbar-separator.png) no-repeat right top;
    float:left;
    display:inline;
    height:40px;
    padding:5px 20px 0 0 !important;
    padding:5px 0 0 20px;
    margin:11px 20px 0 0;
  }

  .navbar ul li:last-child
  {
    background:transparent;
  }

  .navbar ul li a
  {
    color:#FFFFFF;
    text-decoration:none;
    font-family:"Segoe UI", Arial;
    font-size:18px;
    font-weight:bold;
    line-height:15px;
    display:block;
  }

  .navbar ul li span
  {
    display:block;
    font-size:10px;
    font-weight:normal;
  }

  .navbar ul li.current a
  {
    color:#e45963;
  }
  
  .navbar ul li a:hover
  {
    color:#f7a1a7;
  }
  
  .navbar ul li a:hover span
  {
    color:#f7a1a7;
  }
  
  .search
  {
    background:url(images/search.png) no-repeat top left;
    width:117px;
    height:24px;
    float:right;
    display:inline;
    padding:7px 30px 0 15px;
    margin:18px 0 0 ;
  }
  
  .search input
  {
    background:transparent;
    border:0;
    font-size:11px;
    line-height:11px;
    height:14px;
    position:relative;
    color:#000000;
    padding:0;
  }


/*********************************************************************
 * Slider
 *********************************************************************/

.slider-wrapper
{
  width:920px;
  height:290px;
  margin:0 auto;
  position:relative;
}

#slider
{
  background: url(images/slider-bg.png) no-repeat left top;
  width:900px;
  height:270px;
  padding:10px;
  margin:0 auto;
  position:relative;
  padding:40px 50px;
}

  #slider ul,
  #slider li
  {
    margin:0;
    padding:0;
    list-style:none;
  }

  #slider ul li
  {
    overflow:hidden;
    position:relative;
    width:820px;
    height:210px;
  }

  #slider a
  {
    text-decoration: none;
  }

  #prevBtn,
  .prevBtn,
  #nextBtn,
  .nextBtn
  {
    display:block;
    position:absolute;
  }

  #prevBtn a,
  .prevBtn a,
  #nextBtn a,
  .nextBtn a
  {
    display:block;
    margin:0 auto;
    width:48px;
    height:48px;
  }

  .slider-background
  {
    margin:0;
    width:820px;
    height:230px;
    overflow:hidden;
    position:relative;
  }

  #prevBtn,
  .prevBtn
  {
    left:-12px;
    top:120px;
  }

  #prevBtn a,
  .prevBtn a
  {
    background: url(images/slider-btn-back.png) no-repeat left top;
  }

  #nextBtn,
  .nextBtn
  {
    right:-16px;
    top:120px;
    z-index:99;
  }

  #nextBtn a,
  .nextBtn a
  {
    background: url(images/slider-btn-next.png) no-repeat left top;
  }
  
  #slider .preview
  {
    float:right;
    display:inline;
    margin:0 20px;
  }


/*********************************************************************
 * Content, Post
 *********************************************************************/

.content
{
  width:920px;
  padding:10px;
  margin:0 auto;
  position:relative;
}

.column
{
  float:left;
  display:inline;
  width:420px;
  margin:0 10px 20px 10px;
  padding:0 10px;
}

.post
{
  width:640px;
  float:left;
  display:inline;
}
  .post p,
  .post ul,
  .poar code,
  .post pre
  {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
  }
  
  .post h1
  {
    font-size:33px;
    padding-bottom:8px;
    margin-bottom:12px;
    border-bottom:1px solid #FFFFFF;
  }
  
  .post h1 a
  {
    color:#FFFFFF;
    text-decoration:none;
    display:block;
  }
  
  .post h1 a:hover
  {
	color:#d9094b;
  }
  
  .post h2
  {
	font-size:small;
	font-weight: normal;
  }
  
  .post h3
  {
    font-size:20px;
  }


  .post ul
  {
    list-style:square inside;
    margin:4px 0 6px;
  }

  .post ol
  {
    list-style: decimal inside;
    margin: 4px 0 6px;
  }

  .post ul ul,
  .post ul ol
  {
    margin-left:10px;
  }

  .post blockquote
  {
    margin: 2px 0 4px;
    padding:12px;
    height:1%;
    font-style:italic;
  }

  .post pre, .post code
  {
    margin: 2px 0 4px;
    padding:6px;
    clear:both;
  }

  .post table
  {
    width:100%;
    margin:5px auto;
  }

  .post table th
  {
    padding:4px;
    color:#ffffff;
  }

  .post table td
  {
    padding:3px;
  }
  
  .post strong
  {
    font-weight:bold;
  }
  
  .post em
  {
    font-style:italic;
  }
  
  .post .date
  {
    float:right;
    display:inline;
    font-size:18px;
    text-align:center;
    width:30px;
    font-weight:bold;
  }
  
  .post .date small
  {
    display:block;
    font-size:11px;
  }

  .post .top
  {
    background:url(images/post-top-640w.png) no-repeat;
    height:15px;
    overflow:hidden;
  }
  
  .post .middle
  {
    background:url(images/post-middle-640w.png) repeat-y;
    width:560px;
    padding:20px 40px;
  }
  
  .post .bottom
  {
    background:url(images/post-bottom-640w.png) no-repeat;
    height:15px;
  }
  
  .post .readmore
  {
    text-align:right;
    display:block;
    margin:10px 0;
  }
  
  .post .readmore a
  {
    display:inline;
    display:inline-block;
  }
  
  .post .form
  {
    list-style:none outside;
    margin:0;
    padding:10px 59px;
    height:1%;
    overflow:hidden;
  }
  
  .post .form li
  {
    margin:3px 0 0;
    padding-bottom:3px;
    float:left;
    width:100%;
    display:inline;
  }
  
  
  .post .form label
  {
    text-align:right;
    display:inline;
    float:left;
    padding:3px 5px 3px 0;
    width:120px;
  }

  .post .form input
  {
    display:inline;
    float:left;
    line-height:100%;
  }  
  
  .post .form .leftNote
  {
    color:#FF9933;
    float:left;
    padding:3px 5px 0;
  }
  
  .post .form .button
  {
    display:inline;
    float:right;
  }
  
  .post .success
  {
    background:#416601;
    padding:20px;
    margin:0 0 8px 0;
  }
  
  .post .error
  {
    background:#660114;
    padding:20px;
    margin:0 0 8px 0;
  }
  
  .post .success a,
  .post .error a
  {
    color:#FFFFFF;
  }
  

/*********************************************************************
 * Sidebar
 *********************************************************************/

.sidebar
{
  float:right;
  display:inline;
  width:270px;
  position:relative;
}

  .sidebar .top
  {
    background:url(images/sidebar-top-270w.png) no-repeat;
    height:15px;
    overflow:hidden;
  }

  .sidebar .middle
  {
    background:url(images/sidebar-middle-270w.png) repeat-y;
    width:210px;
    padding:10px 30px;
  }
  
  .sidebar .bottom
  {
    background:url(images/sidebar-bottom-270w.png) no-repeat;
    height:15px;
  }
  
  .sidebar .green,
  .sidebar .blue,
  .sidebar .red
  {
    height:31px;
    line-height:25px;
    padding:0 7px;
    margin:6px 0 2px;
  }
  
  .sidebar .green
  {
    background:url(images/sidebar-title-bg.gif) no-repeat left top;
  }

  .sidebar .blue
  {
    background:url(images/sidebar-title-bg.gif) no-repeat left -32px;
  }

  .sidebar .red
  {
    background:url(images/sidebar-title-bg.gif) no-repeat left -64px;
  }
  
  .sidebar p
  {
    margin-bottom:3px;
  }

  .sidebar ul
  {
    list-style:none outside;
    padding:0 10px;
    margin:0;
  }

  .sidebar ul li
  {
    display:block;
    padding:5px;
    border-bottom: 1px solid #805858;
  }

  .sidebar ul li a
  {
    display:block;
    text-decoration:none;
    color:#FFFFFF;
  }

  .sidebar ul li a:hover
  {
    color:#000000;
  }




/*********************************************************************
 * Blog, Portfolio, Other Stuffs
 *********************************************************************/

.navigation
{
  width:640px;
  height:150px;
  float:left;
  display:inline;
  position:relative;
  text-align:center;
}
  
  .navigation .prevBtn,
  .navigation .nextBtn
  {
    display:inline;
    display:inline-block;
    width:95px;
    margin:20px;
    position:static;
  }

    
.comment
{
  clear:both;
  min-height:50px;
  margin:15px 0 0;
}

  .avatar
  {
    float:left;
    width:48px;
    height:48px;
    margin:0 10px 5px 0;
  }
  
  .title,
  .title a
  {
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    line-height:13px;
    text-decoration:none;
  }
  
  .title .date
  {
    font-size:10px;
    color:#CCCCCC;
    float:none;
    margin:0 10px;
  }
  
  .reply
  {
    float:right;
    text-align:right;
    width:30px;
    font-size:11px;
    font-weight:bold;
  }
  
  .reply a
  {
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
  }


.thumb
{
  background:url(images/thumb.png) no-repeat top left;
  padding:10px;
  width:283px;
  position:relative;
  display:inline;
  display:inline-block;
}

.thumb a:hover img
{
  opacity:0.5;
}

.thumb img
{
  width:283px;
  height:192px;
  margin-bottom:10px;
  display:block;
}

.button a
{
  background:url(images/button-medium.png) no-repeat top left;
  width:97px;
  padding-right:2px;
  height:28px;
  overflow:hidden;
  text-align:center;
  font-weight:bold;
  font-size:12px;
  line-height:23px;
  display:block;
}
.button a
{
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;  
}

.buttons
{
  position:absolute;
  height:28px;
  top:183px;
}

.buttons .button a
{
  float:left;
  margin-right:10px;
}

/*********************************************************************
 * Footer
 *********************************************************************/

#footer
{
  background: url(images/footer-bg.png) repeat-x left top;
  height:200px;
  padding:27px 30px 0 0;
  clear:both;
  font-size:11px;
}

  #footer .wrapper
  {
	width: 880px;
	color: #200000;
	height: auto;
  }

  #footer .column
  {
	width:270px;
	height:161px;
	padding:0;
	font-weight: bold;
  }

  #footer a
  {
	color: #200000;
	font-size: 1px;
  }

  #footer .copyright
  {
	font-size:11px;
	clear:both;
	color: #FFF;
  }
