/*
Theme Name: Rooyu
Theme URI: http://www.rooyu.com/
Description: The default WordPress theme based on the famous <a href="http://www.rooyu.com/">Rooyu.com</a>.

Version: 2010
Author: rooyu liu
Author: http://www.rooyu.com/
Tags: Rooyu,Black and white,

*/

/* Eric Meyer's Reset CSS with modifications.
 * --------------------------------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;	list-style-type: none;

  }
ol, ul {
	list-style: none;
  }
blockquote, q {
	quotes: none;
  }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
  }

/* @ Base HTML
 * --------------------------------------------------------------------------------------- */  
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;  
	font-size: 12px;	

  } 
  
a {
  color: #000;
  }
  
p {
  margin-bottom: 1em;
  }

#recent_excerpts .post_meta {
  clear: both;
  }  
  
.post_meta a {
  text-decoration: none !important;
  font-weight: bold;
  text-transform: uppercase;}

.read_more a {
  text-decoration: none !important;
  }
  
.entry a {
  text-decoration: underline;
  }
  
.entry a:hover {
  color: #666;
  }  

.entry h1 {
	font-size: 12px;
	margin: 10px 0;
  }    
.entry h2 {
	font-size: 12px;
	margin: 10px 0;
	list-style-type: none;
  }    
.entry h3 {
	font-size: 12px;
  margin: 10px 0;
  }  
.entry h4 {
	font-size: 12px;
	margin: 10px 0;
  }    
.entry h5 {
	font-size: 12px;
	margin: 10px 0;
  }  
.entry h6 {
	font-size: 12px;
	margin: 10px 0;
  }    
.entry blockquote {
  padding-left: 10px;
  margin-left: 20px;
  border-left: 1px dotted #ddd;
  font-family: Georgia, serif;  
  color: #666;
  }
.entry pre {  font-size: 12px;
  }
.entry code {
  font-size: 12px;  }			
.entry ul, .entry ol {
  margin-left: 10px;
  padding-left: 10px;
  }
.entry ul li {
  list-style-type: disc;
  margin: 0 0 10px;  
  }
.entry ul li li {
  font-size: 12px;  margin-top: 5px;
  }
.entry ol li {
  list-style-type: decimal;
  margin: 0 0 10px;  
  margin-top: 5px;
  }
.entry ol li li {
  font-size: 12px;  }
.entry dt {
  font-style: italic;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  }
.entry dd {
  margin-bottom: 1em;
  }
.entry dl {
  padding-left: 20px;
  margin-bottom: 1.3em;
  }

#index-pagination {
  text-transform: uppercase;
  }

  #index-pagination a {
    text-decoration: none;
    font-weight: bold;
  }
  
#pagination {
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  margin: 20px 0;
  }
  
.page #pagination {
  font-size: 12px;
  }

  #pagination a {
  text-decoration: none;
  display: block;
  text-transform: none;
  font-weight: bold;
  font-size: 12px;  }

#pagination .right {
  width: 200px;
  text-align: right;
  padding: 10px 0;
  margin-bottom: 5px;
  }
  
#pagination .left {
  width: 200px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px dotted #ddd;
  margin-bottom: 5px;
  }
  
body.archive #pagination, body.archive #pagination .left {
  border: none;
  }
  
/* @ Structure
 * --------------------------------------------------------------------------------------- */  
  
#page {
	width:960px;
	margin:0 auto;
	}

.grid {
  background: url("images/grid.png");
  }
  
#wrapper {
	padding-bottom: 40px;
	}
  
#content {
	width:720px;
	float:left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}

#highlighted_sidebar {
  width: 268px;
  float:right;
  padding: 5px 10px;
  margin: 30px 10px 0;
  border: 1px solid #666;
  background: #eef1fd;  
	}
  
#primary_sidebar {
	width: 200px;
	margin-right: 10px;
	float: right;
	clear: right;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}

#isecondary_sidebar {
  width: 180px;  
  float: left;
	}
#secondary_sidebar {
  width: 180px;  
  margin-top: 10px;
  float: left;
	}

#more_posts {
	width:510px;
	float:right;
	}  

.left {
	float:left;
	}

.right {
	float:right;
	}
  
#footer_widgets {
	clear: both;
	padding-top: 10px;
  }  
  
.footer_widget {
  float: left;
  width: 220px;
  padding-right: 10px;
  margin-left: 10px;
  }
  
 #footer {
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	clear: both;
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	background-position: 10px;
	}  
  
/* @ Navigations
 * --------------------------------------------------------------------------------------- */    
 
 /*Top Page Navbar */
 
#page_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-color: #FFF;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
}
.nav ul, .nav ul * {
	list-style: none;
	z-index:1;
	line-height: 1.0;
	}
  
.nav ul {
	width: 960px;
	margin: 0 auto;	
  }

  .nav ul li {
	float: left;
	position: relative;
	padding-top: 20px;
    }
    
    .nav ul li a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 7px 10px 5px 10px;
	width: 60px;
	font-size: 16px;
	font-weight: bold;
      }    
      
    .nav ul li a:hover {
	background-color: #eee;
      }
      
/* Dropdown Menus */		

    .nav ul li:hover {
      visibility: inherit; /* fixes IE7 'sticky bug' */
      }

    .nav ul li:hover ul,
    .nav ul li.sfhover ul {
      left: 0px;
      }

      .nav ul li:hover li ul,
      .nav ul li.sfhover li ul {
        top: -999em;
        }

      .nav ul li li:hover ul,
      .nav ul li li.sfhover ul {
        left: 120px; /* match ul width */
        top: 0;
        }

        .nav ul li li:hover li ul,
        .nav ul li li.sfhover li ul {
          top: -999em;
          }

        .nav ul li li li:hover ul,
        .nav ul li li li.sfhover ul {
          left: 120px; /* match ul width */
          top: 0;
          }

      .nav ul li ul {
        position: absolute;
        left: -999em;
        width: 120px;
        z-index:-1 !important;
        line-height:1;
        margin: 0;
        }

      .nav ul li li {
        width: 120px;
        background: #666;
        border: 1px solid #fff;
        border-top-width: 0;
        }

        .nav ul li li a, .nav ul li li a:visited, 
        .nav ul li.current_page_parent li.current_page_item a, .nav ul li.current_page_parent li.current_page_item a:visited {
          background: #666 !important;
          display: block;
          padding: 7px 10px 5px 10px;
          line-height: 2em;
          }

        .nav ul li li a:hover, .nav ul li li a:active,
        .nav ul li.current_page_parent li.current_page_item a:hover, .nav ul li.current_page_parent li.current_page_item a:active {
	background-color: #CCC;
          }	
		
      .nav ul li:hover ul, .nav ul li li:hover ul, .nav ul li li li:hover ul, .nav ul li.sfhover ul, .nav ul li li.sfhover ul, .nav ul li li li.sfhover ul {
        left: auto;
        }

      .nav ul ul ul li {
        margin:0 0 0 120px !important;
        left:0px;
        }

/*Category Nav*/

#nav_cat {
	line-height: 1.0;
  float: left;
  font-size: 12px;  border-bottom: 5px solid #666;
  width: 960px;
	}
	
  #nav_cat li {
    float:left;
    position:relative;
    }
	
  #nav_cat a, #nav_cat a:visited {
  font-size: 12px;    color: #333;
    text-decoration: none;
    display: block;
    padding: 7px 10px 0 10px;
    width: 99px;
    font-weight: bold;
    border-right: 1px solid #666;
    height: 35px;
    }

  #nav_cat a:hover, #nav_cat li.current-cat a, #nav_cat li.current-cat a:visited {
    background: #eef1fd;
    }	

  #nav_cat a:active {
    color:#c6dce6;
    }
 
    #nav_cat a span {
      display: block;
      font-weight: normal;
      color: #999;
  font-size: 12px;      padding: 5px 0 7px;
      }
 	
	
	
/*Category Nav Dropdowns*/

  #nav_cat li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
    }

  #nav_cat li:hover ul,
  #nav_cat li.sfhover ul {
    left: 0px;
    top: 42px; /* match top ul list item height */
    }

    ul#nav_cat li:hover li ul,
    ul#nav_cat li.sfhover li ul {
      top: -999em;
      }

    ul#nav_cat li li:hover ul,
    ul#nav_cat li li.sfhover ul {
      left: 120px; /* match ul width */
      top: 0;
      }

      ul#nav_cat li li:hover li ul,
      ul#nav_cat li li.sfhover li ul {
        top: -999em;
        }

        ul#nav_cat li li li:hover ul,
        ul#nav_cat li li li.sfhover ul {
          left: 120px; /* match ul width */
          top: 0;
          }
          
    #nav_cat li ul {
      position: absolute;
      left: -999em;
      width: 90px;
      z-index:1;
      background: #fff;
      border-top: 1px solid #666 !important;
      border-left: 1px solid #666 !important;
      border-right: 1px solid #666 !important;
      border-bottom: 1px solid #666 !important;
      }

    #nav_cat li li {
      width: 120px;
      z-index: 1000;
      height: auto;
      padding: 0px 0 !important;
      margin: 0;
      border-right: none;
      border-bottom: 1px solid #666;
      }

      #nav_cat li li a, #nav_cat li li a:visited, 
      #nav_cat li.current_page_item li a, #nav_cat li.current_page_item li a:visited {
        color: #333 !important;
        border: none;
        padding: 7px 10px 0 10px !important;
        }

      #nav_cat li li a:hover, #nav_cat li li a:active,
      #nav_cat li.current_page_item li a:hover, #nav_cat li.current_page_item li a:active {
        color: #333 !important;
        border: none;
        }	
		
      #nav_cat li:hover ul, #nav_cat li li:hover ul, #nav_cat li li li:hover ul, #nav_cat li.sfhover ul, 
      #nav_cat li li.sfhover ul, #nav_cat li li li.sfhover ul {
        left: auto;
        }    

      #nav_cat ul ul {
        margin: 0 0 0 0px !important;
        left: 90px !important;
        top: -1px !important;
        width: 119px;
        border-top: 1px solid #666 !important;
        }


/* @ Masthead
 * --------------------------------------------------------------------------------------- */  
 
#masthead {
	padding-top: 180px;
	_padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

  #masthead h1 {
	text-align: right;
  }

    #masthead h1 a {
	font-family: 'Microsoft YaHei',黑体, Lucida Grande,Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
	clip: rect(-150px,auto,auto,auto);
	z-index: 99;
      }

#trans {
	color: #666;
	font-size: 12px;
	padding-top: 130px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
    }

/* @ Home page
 * --------------------------------------------------------------------------------------- */     
 
#lead, .blog_style {
  margin: 10px 0 0px;
  }
  
  #lead .thumbnail, .blog_style .thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 3px;
    padding: 5px;
    border: 1px solid #ddd;
    }
  
  #lead .thumbnail:hover, .blog_style .thumbnail:hover {
    border: 1px solid #333;  
    }
  
  #lead_text h2 a, .blog_style_text h2 a {
	text-decoration: none;
	font-size:13px;
	letter-spacing: -1px;
	line-height: 1.25;
    }
    
  #lead_text h2 a:hover, .blog_style_text h2 a:hover {
    color: #666;
    }
  
  #lead .date {  font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
    }
  
  #lead .entry {
    font-size: 12px !important;
    }
  
  #more_posts .thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ddd;    
    }
    
  #more_posts .thumbnail:hover {
    border: 1px solid #333;
    }
  
  #more_posts .recent_excerpts {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
    }
  
  #more_posts h3 {
	font-size: 12px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
    }
    
  #more_posts h3#older_headlines {
    margin-bottom: 0;
    margin-top: -7px;
    }    
  
    #more_posts h4 a {
      text-decoration: none;
      font-size: 12px;
      }
      
    #more_posts h4 a:hover {
      color: #666;
      }      

  #more_posts .date {  font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
    }

  #more_posts .entry {
    font-size: 12px !important;
    }

  #more_posts ul.headlines {
    margin-bottom: 20px;
    } 
    
  #more_posts ul.headlines li {
    border-bottom: 1px dotted #ddd;
    padding: 2px 0;
    }    

    #more_posts ul.headlines li a {
      text-decoration: none;
      font-size: 12px;
      /* font-weight: bold; */
      display: block;
      }
      
    #more_posts ul.headlines li a:hover {
      color: #666;
      }      


/* @ Single Post / Page
 * --------------------------------------------------------------------------------------- */    
 
#content div.post {
  margin: 30px 10px 0 0;
  }

  .breadcrumb {
    color: #999;  font-size: 12px;
    font-style: italic;
    border-bottom: 1px dotted #ddd;
    padding: 8px 0;
    margin-bottom: 10px;
    }
    
    .breadcrumb-title {
      text-transform: uppercase;
      font-style: normal;
    }
    
  h2.post_title, h2.page_title {
	color: #333;
	font-size: 12px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 10px;
    }
  
  h2.page_title {
    margin-bottom: 10px;
  }

  #content .entry {
      font-size: 12px;
    padding-right: 20px;
    }
    
  #content .post_meta {
    text-transform: uppercase;
    margin-bottom: 20px;  font-size: 12px;
    color: #999;
    }
    
    #content .post_meta a {  font-size: 12px;
      }    
     
    p.edit_post {
      text-transform: uppercase;
      margin-top: 30px;
    }
    
      p.edit_post a {
        text-decoration: none;
        color: #999;
      }
      
span#tags {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  padding-right: 20px;
  color: #999;  font-size: 12px;
  }

span#tags a {
  text-transform: none;  font-size: 12px;
  font-style: italic;
  }      
  
/* 404 */

.four04 #content {
  margin-top: 30px;
  }
  
.four04 #content h2 {
  color: #333;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 1.5; 
  margin-bottom: 0;
  }
  
.four04 #content h3 {  font-size: 12px;
  border-bottom: 1px solid #666;
  padding: 5px 0;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold !important;
  color: #333 !important;
  }
  
/* @ Archives
 * --------------------------------------------------------------------------------------- */
body.archive h2.page_title, body.search h2.page_title {
  margin-top: 10px;
  }

ul.archive_list li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  }  
  
ul.archive_list li h4 a {  font-size: 12px;
    padding: 5px 0;
    margin-bottom: 10px;
  text-decoration: none;
  }

ul.archive_list .entry {
  padding-right: 0 !important;
  }
  
 ul.archive_list .thumbnail {
  margin-bottom: 20px;
  margin-top: 3px;
  }
  
ul.archive_list .thumbnail {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #ddd;    
  }
    
ul.archive_list .thumbnail:hover {
  border: 1px solid #333;
  }

#writer {
background: #f5f5f5;
padding: 10px;
margin-bottom: 20px;
}

#writer .desc {
  font-size: 12px;
}

#writer .desc .name {  font-size: 12px;
font-weight: bold;
}    
 
/* @ Sidebar and Widgets
 * --------------------------------------------------------------------------------------- */       

.widget_container div.widget {
  margin-bottom: 12px;
  }

  .widget_container a {
    text-decoration: none;
    }  
    
  .widget_container a:hover {
    text-decoration: underline;
    }
  
.widget_container div.widget h3.widget_title {
	font-size: 12px;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold !important;
	color: #333 !important;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
  }

  #primary_sidebar div.widget ul li {
    margin: 0;
    }
    
    #primary_sidebar div.widget ul li li {
      margin: 0;
      }
  
  .widget_container div.widget ul li {
    font-size: 12px;
    border-bottom: 1px dotted #ddd;
    padding: 2px 0;    
    }
  
  #highlighted_sidebar div.widget ul li, #footer_widgets div.widget ul li {
    border-bottom: 1px dotted #666;
    }

  .widget_container div.widget ul li li {  font-size: 12px;
	border-left: 1px solid #eef1fd;
	border-bottom-width: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
    }
    
  #highlighted_sidebar .widget_container div.widget ul li li, #footer_widgets .widget_container div.widget ul li li {
    border-left: 1px solid #666;
    border-bottom-width: 0 !important;
    }    

  .widget_container div.widget ul li li li {
    padding-left: 15px;
    }
  
    .widget_container div.widget ul li a {
	text-decoration: none;
	/* font-weight: bold; */
      color: #222;
      }
      
  
    .widget_container div.widget ul li a:hover {
	color: #333;
      }

/* Featured Category widget */
.widget_container #featured_cats_widget h5 {
  margin-top: 6px;
  }
  
  .widget_container #featured_cats_widget h5 a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 3px 0;
    text-transform: uppercase;
    margin-bottom: -1px;
    border-bottom: 1px dotted #ddd;  
    } 

.widget_container #featured_cats_widget ul {
  margin-bottom: 10px;
  }

.widget_container #featured_cats_widget li {
  padding-bottom: 7px;
  border-width: 0 !important;
  }
  
  .widget_container #featured_cats_widget li a {
    /* font-weight: bold; */
    }

.widget_container #featured_cats_widget p.date {
  text-transform: uppercase;
  color: #999;  font-size: 12px;
  margin-top: 1px;
  } 
  
/* Text widget */
.widget_container .textwidget {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.75;
  }
  
/* Recent Widgets widget */
.widget_container #recentcomments li {
  padding: 2px 0;
  line-height: 1.75;
  }
  
/* Calendar widget */

  #calendar_wrap table {  font-size: 12px;
    }

  #calendar_wrap a {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    background: #eee;
    border: 1px solid #ddd;
    padding: 3px;
    }
    
    #calendar_wrap th {
    text-align: right;
    padding: 0 5px;
    }
    
  #calendar_wrap tr {
    line-height: 32px;
    }
    
  #calendar_wrap td {
    width: 25px;
    padding: 0 5px;
    text-align: right;
    }
    
  #highlighted_sidebar #calendar_wrap td, #primary_sidebar #calendar_wrap td {
    width: 25px;
    padding: 0 5px;
    text-align: right;
    }
    
  #calendar_wrap caption {  font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0;
    text-transform: uppercase;
    }

  #calendar_wrap tfoot tr {
    border: none;
    line-height: 24px;
    }
    
  #calendar_wrap tfoot td {
    border: none;
    padding: 0;
    }
    
  #calendar_wrap #prev {
    text-align: left !important;
    }

  #calendar_wrap #next {
    text-align: right;
    }


/* @ Comments
 * --------------------------------------------------------------------------------------- */    
 
 h3#comments, h3#trackbacks, h3#leave_reply {  font-size: 12px;
  margin: 10px 0;
  }

.comment_list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  }
  
.comment_list li {
	margin: 0 0 0px 0;
	padding: 10px 10px 40px 10px;
  background: #f9f9f9;  
  border-bottom: 1px solid #ddd;
	list-style: none;
  overflow: auto;
  position: relative;
	}

.comment_list li.alt {
  background: #fff;
  }

.comment_list li.depth-1 ul {
  margin: 0 0 20px 9px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  }
  
.comment_list li.depth-2 {
	border-bottom: 1px solid #eee;
	background: #FFF;  font-size: 12px;
  padding-left: 10px;
	}

.comment_list li.depth-2 ul {
  margin: 0 0 20px 7px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  }

.comment_list li.depth-3	 {  font-size: 12px;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
	}

.avatar {
	margin: 3px 10px 10px 0;
	float: left;
	padding: 2px;
	border: 1px solid #b9b9b9;
	background: #FFF;	
	}
  
cite.fn {
	font-size: 12px;
  font-weight: bold;
  font-style: normal;
	display: block;
	padding: 0px;
  margin: 0;
	}	

.says {
	display: none;
	}  

.commentmetadata {
  margin: 0px 0 20px 0;
  text-transform: uppercase;  font-size: 12px;
  } 
  
.commentmetadata  a, .commentmetadata  a:visited {
	color: #868686;
	text-decoration: none;
	}

.commentmetadata  a:hover, .commentmetadata  a:active  {
	text-decoration: underline;
	color: #333;
	}
  
  
.comment_list p {
	font-size: 12px;
	}  
  
.comment_list blockquote {
	font-size: 12px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
	}  

.reply {
  float: right;
  bottom: 0;
  right: 10px;
  clear: both;
  position: absolute;
  text-transform: uppercase;
  }
  
.reply a, .reply a:visited  {
	width: 75px;
	background: #eef1fd;
	display: block;
	margin-bottom: 15px;
	padding: 5px !important;
	text-align: center;
  border: 1px solid #666;
	text-decoration: none !important;
	}

.reply a:hover {
	text-decoration: underline;
	}

.cancel_comment_reply {
  }

.cancel_comment_reply a {
  text-transform: uppercase;
  }
  
#trackback_list {
  margin-bottom: 20px;
  }  
  
#trackback_list li {
	margin: 10px 0 10px 20px;
  font-size: 12px;
  list-style-type: decimal;
	}

#trackback_list cite {
	font-style:normal
	}
  
.nocomments {
  text-transform: uppercase;
  }
			  
  
/* @ Form Elements
 * --------------------------------------------------------------------------------------- */    
#commentform {
  margin: 10px 0;
  }
  
#author, #email, #comment, #url, #s {
	background: #FFF !important;
	padding: 10px;
	border: 1px solid #bfbfbf;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	}

#author, #email, #url {
	width: 220px;
	}

#commentform p {
  overflow: auto;
  margin: 0px 0 20px;
  font-size: 12px;
  padding-bottom: 10px;
  }

#commentform p#status {
  margin: 0;
  }
  
#commentform p label {
  float: left;
  width: 160px;
  padding-left: 10px;
  margin-right: 10px;
  }
  
#commentform p label span {
  display: block;
  text-transform: uppercase;  font-size: 12px;
  color: #999;
  }  

#commentform p input {
  float: left;
  width: 320px;
  margin-top: 3px;
  }

#commentform span#allowed_tags {
  }

#commentform span#allowed_tags code {
  display: block;
  text-transform: none;  
  }  
		
.button {
	padding: 10px 14px;
	background: #333;
	color: #FFF !important;
	border: none;}

.button:hover {
	background: #272727;
	color: #FFF;
	text-decoration: none;
	}

.button:active {
	background: #000;
	}

input#submit {
  width: 220px !important;
  margin-left: 180px;
  }

#commentform textarea {
  float: left;
  width: 320px;
	margin-top: 5px;
	height: 200px;
}

#searchform {
	width: 200px;
	text-align: right;
	padding-top: 8px;
	}

#s {
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #fff;
	background-image: url(images/search.png);
	background-repeat: repeat;
	background-position: 190px;
	}

#highlighted_sidebar #s, #primary_sidebar #s {
	width: 190px;
	background-color: #fff;
	background-image: url(images/search.png);
	background-repeat: repeat;
	background-position: 190px;
  }


/* @ Float Clearing
 * --------------------------------------------------------------------------------------- */    

.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	}
	
.clearfloat {
	display: inline-block;
	}

.clearfloat {
	display: block;
	}
  
/* @ Footer
 * --------------------------------------------------------------------------------------- */    
#footer p {
  margin: 0 !important;
  }

#footer a, #footer a:visited {
	color: #333;
  text-decoration: none;
	}

#footer a:hover {
	color: #666;
  text-decoration: underline;
	}

#footer a:active {
	text-decoration: underline;
	}
			
#footer img {
	vertical-align: middle;
	}
	
#copyright {
	width: 550px;
	float: left;
	}


/* 
 * --------------------------------------------------------------------------------------- */    
 
.entry-content img {
  margin: 0 0 18px 0;
  max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
  margin-right:20px;
  }
.alignright,
img.alignright {
	display: block;
	float: right;
  margin-left:20px;
  }
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
  }
.wp-caption {
	text-align: center;
	margin-bottom:18px;
  }
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
  }
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
  }
.gallery img {
  margin:0;
  }
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
  }


