/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/


/* http://www.alistapart.com/articles/multicolumnlists */
.sidebar_list #categories {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar_list #categories li {
  display: inline;
}

.sidebar_list #categories li a {
  display: block; float: left;
  text-align: center;
  width: 10px;
  padding-left: 25px;
  margin-right: 25px;
  background-image: url(/graphics/folder.gif);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  white-space: nowrap;
  
}


/*
.sidebar_list #categories ul {
  width: 120px;
  margin: 0;
  padding: 0;
}

.sidebar_list #categories ul li {
  display: inline;
  float: left;
  width: 20px;
}

.sidebar_list #categories ul li a {
  display: block;
  width: 20px;
}

*/


.screenshot {
  border: 1px solid #ccc;
}

.thumb {
  float: left;
  margin-right: 30px;
}

.num_comments { padding: 0 0 0 14px; background: url('images/icon_comment.gif') 0 50% no-repeat; }

.no_comments { margin: 0 0 1.2em 0; padding: 0 10px; font: normal 1.1em/1.2em Verdana, serif; color: #999; clear: both; }


div.format_text table {
  font-size: 1em; margin-bottom: 40px
}

div.format_text th {
  padding-top: 20px;
}

div.format_text .rh {
  padding-left: 10px;
}

div.format_text .q {
  color: #999;
}

div.format_text .q a {
  text-decoration: none;
}

#rss_subscribe, #logo, #tagline {
  display: none;
}

#masthead #menu { width: 300px; height: 60px; float: right; text-align: right; padding-top: 25px; }


.livesearchpopup { width: 100%; text-align: center; padding: 20px 0 }


/* 2 column layout */
#container { width: 885px } /* 885px */
#masthead { width: 865px } /* 865px: #container-20 */

#left_box { width: 555px } /* 665px: masthead-right_bar-10 */
#content { width: 553px } /* 463px */
#content_inner { width: 535px } /* 445px: #content-18 */
.sidebar { width: 190px } /* 190px */
#left_bar { width: 0px; display: none }
#right_bar { width: 300px }




#rotating_image img { border: 0px solid #eee; margin: 0px 10px }


/* CSSplay: http://www.cssplay.co.uk/menus/two_points.html?current=five */
#menu { padding:1px 0px; border:1px 0px solid #a50; border-color:#a50 #fa5 #610 #fa5; background:#f2a057 url('images/grad.gif') repeat-x bottom left; margin:0px 10px; }

#menu ul {display:table; padding:0; margin:0 auto; list-style:none; white-space:nowrap;}
#menu ul li {display:table-cell; margin:0; padding:0;text-align: center; }
#menu ul li a {float:left; font-family:arial; font-size:1.1em; text-transform: uppercase; height:3.1em; width: 6em; line-height:3.1em; letter-spacing:1px; padding:0 1em; text-decoration:none; color:#fff; background:#f2a057 url('images/grad.gif') repeat-x bottom left; border-right:1px solid #d60; border-left:1px solid #fb6;}
#menu ul li a:hover, #menu ul li a.current {background:#e93 url('images/down_arrow.gif') no-repeat center top; color:#fff;}
#menu ul li a:hover b, #menu ul li a.current b {display:block; /*float:left;*/ background:transparent url('images/up_arrow.gif') no-repeat center bottom; cursor:pointer} 


h1, h2#frontpage {
  font-size: 30px;
  line-height: 35px;
  color: #333;
  padding: 0;
  margin: 0;
  border: 0pt none;
}

h2#frontpage {
  text-align: center;
  color: rgb(243, 140, 22);
}

#sidebar_banner {
  margin-top: 55px;
  margin-bottom: 35px;
}

ul.sidebar_list li.widget { width: 300px }
ul.sidebar_list li.widget #categories { width: 190px }
ul.sidebar_list li.feedroll ul { list-style-type: circle; list-style-position: inside; }

.number { text-align: right; }
