/*
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!
*/


/*--content inner---*/

body {
  background: #f5dc00 url(images/bg.gif) top center no-repeat;  
  background-position: top center;
  background-attachment:fixed;
}

#flag_bg {
  background: url(images/madness_bg.png) center repeat-y;
}

#content {
  font-family:arial,sans-serif;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.25em;

}

#content .format_text img{
	max-width: 100%;
  width: expression(this.width > "100%" ? "100%" : true); 
  text-align: center;
  margin: 0 auto 0 auto;
  display: block;
}
#content .format_text object{
	max-width: 100%;
  width: expression(this.width > 40 ? "100%" : true); 
}
#content .format_text embed{
	max-width: 100%;
  width: expression(this.width > 40 ? "100%" : true); 
}

.sidebar h2 {
  border-left: 1px solid #DDDDDD;
}

.goog_ad {
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #ccc;
  padding: 10px;
}

.goog_ad span {
  display: block;
  padding-bottom: 5px;
}

.xmasb_quotes_quote img {
  display: block;
  text-align: center;
  margin: 0 auto 5px auto;
}

#masthead {
  display: none;
}

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
  font-family: Verdana;
  font-size: 1.1em;
}


h1, h2, h3, h4 {
  font-family: Helvetica;
}

.sidebar h2 {
  font-size: 1em;
  padding-left: 5px;
}


.widgettitle {
  background: #D0BB00;
  color: #3D3700;
}

.widget_rss .widgettitle img {
  display: none;
}

.widget_stats .widgettitle {
  background: #D0BB00 url(images/icon_graph.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

.widget_rss .widgettitle {
  background: #D0BB00 url(images/icon_transmission.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

#twitter-tools .widgettitle {
  background: #D0BB00 url(images/icon_twitter.png) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

#recent-comments .widgettitle {
  background: #D0BB00 url(images/icon_comment.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

#archives .widgettitle {
  background: #D0BB00 url(images/icon_date.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

#tag_cloud .widgettitle {
  background: #D0BB00 url(images/icon_tag.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

.widget_links .widgettitle {
  background: #D0BB00 url(images/icon_bookmark.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

#xmasb-quotes .widgettitle {
  background: #D0BB00 url(images/icon_quote.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}

#most-viewed .widgettitle {
  background: #D0BB00 url(images/icon_star.gif) no-repeat scroll 4px 50%;
  padding-left: 20px;
}


li.widget ul, li.linkcat ul {
  list-style-image: url(/wp-content/themes/neoclassical/images/arrow_mini_right.gif);
  margin-left: 1.9em;
}

.to_comments .date {
  background: none;
  padding: 0;
}

.to_comments {
  padding: 0;
}

h2 {
  font-size: 2.6em;
  border-top: 0;
  padding: 0;
  font-weight: bold;
}

h2 a, h2 a:visited {
  color: #7B6E00;
}

h2.widgettitle a, h2.widgettitle a:visited {
  color: #333;
}

.meta_stuff {
  background: #EEEEEE;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: Verdana;
  padding-left: 6px;
  font-size: 1.1em;
}

.meta_stuff a {
}

.post_date {
  display: block;
  border-top: 4px solid #DDDDDD;
  margin: 0;
  margin-top: 20px;
}

.top_post {
  margin: 0;
  border-top: 1px solid #ddd;
}

.single_post {
  margin: 0;
  margin-top: 10px;
  border: 0;
}

#rotating_image img {
  border: 10px solid #F5DC00;
}

.navigation p {
  font-family: helvetica;
  color: #bbb;
  font-weight: bold;
}

.navigation span {
  display: block;
  width: 50%;
}

.older {
  text-align: left;
}

#navmenu {
  display: block;
  font-family: helvetica;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 0;
}

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {
  text-decoration:none;
	padding: 5px 20px 5px 20px;
  color: #333;
}
#navmenu ul li a:hover {
  color: #3D3700;
	background: #D0BB00;
}

#container {
  padding: 0;
}

a, a:visited {
  color: #7B6E00;
}

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
margin-bottom: 0px;
}
.xmasb_quotes_quote{
margin:8px;
}

a#one {
 background: #F5DC00;
}
