/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

body {background: #000;}

#container {width: 900px; margin: 0 auto;}
#masthead {width: 900px;}

#content_box {
  width: 900px;
  background: #fff;
  border-right: 3px solid #800000;
  border-left: 3px solid #800000;
  border-bottom: 3px solid #800000;
}
#content { width: 580px; padding: 30px 30px 10px 30px;}

#sidebar {width: 200px; padding: 30px 10px;}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 200px;}
li.widget h2, li.linkcat h2 {color: #000;}
#sidebar ul li a {color: #000;}

#footer {width: 900px;border-top: 0;}
span.foliofooter {color: #666;}
span.foliofooter a {color: #666 !important; text-decoration: none;}

#masthead h1 {
  height: 247px;
  width: 900px;
  margin: 3px;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  border-top: 0px;
}

#masthead h1 span {
  display:block;
  position:absolute;
  left:0; top:0; z-index:1;
  height: 237px;
  width: 900px;
  margin: 10px 0;
  padding: 0;
  background: url("images/logo900.png") top center no-repeat;
  cursor: pointer;
}

a { color: #006699; text-decoration: underline; }
	 a:visited { color: #333; text-decoration: underline; }
	 a:hover { color: #006699; text-decoration: none; }
	
h2 {color: #800000;}
h2 a { color: #800000; text-decoration: none; }
		h2 a:visited { color: #800000; text-decoration: none; }
		h2 a:hover { color: #b01010; text-decoration: none; }
	
/*  this is for the drop-down menu  */

ul#nav {
  width: 890px;
  background-color: #fcfbf1;
  margin 0;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #000;
  border-right: 3px solid #800000;
  border-left: 3px solid #800000;
  border-top: 3px solid #800000;
  height: 29px;
}

	ul#nav li {
    padding: 7px 15px 7px 15px;
    margin: 0;
    /*font: bold 1.2em Helvetica, Arial, sans-serif;*/
    font: bold 12px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    border-right: 1px solid #000;
  }
	
		ul#nav li a, ul#nav li a:visited {
      color: #000;
      text-decoration: none;
    }
	
		ul#nav li a:hover {
    color: #800000;
    text-decoration: none;
    }
		
		ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_item a:hover {
    color: #800000;
    text-decoration: none;
    }
		
	ul#nav li.rss {
  padding: 7px 0 7px 0;
  float: right;
  border-right: none;
  }
			
		ul#nav li.rss a {
    padding: 0 20px 0 0;
    background: url('images/icon_rss.gif') 100% 50% no-repeat; }

/* Addition for drop-downs */
ul#nav li ul {
    position:absolute;
    left: -999em;
    width: 230px;
    padding: 0; margin: 0 0 0 -16px;
 
}
ul#nav li:hover ul, ul#nav li.sfhover ul {
    left:auto;
    z-index:10 !important;
    padding: 8px 0 0 0; margin: 0;
}
ul#nav li:hover ul ul, ul#nav li.sfhover ul ul {
    left: -999em;
    margin: 0;
    padding:0;
}
ul#nav li ul li:hover ul, ul#nav li ul li.sfhover ul {
    left: auto;
    top: -1px;
    left: 230px;
    width: 232px;
    border-top: 1px solid #000;
}
ul#nav li ul li ul li {margin: 0;}
ul#nav li ul li {
    display:block !important;
    width:230px;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    background:#fcfbf1;
    padding: 0; margin: 0 0 0 -16px;
    position: relative;
}
ul#nav li ul li a {
    color: #000;
    display: block;
    padding: 0 13px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
    text-decoration: none;
    border-right: 0px;
    margin-bottom: 0;
}
ul#nav li ul li a:hover {text-decoration: none;}
/* Addition for drop-downs ends */


/* hiding widget some title */

#text-5 h2 {display: none;}
div#button-4 {
  border: 1px solid #aaaaaa;
  padding:5px; margin:1px;  
  background: url("images/button-bg-2.png") bottom right;
  text-decoration: none;
  height:40px;
  width: 120px;  }

#text-6 {border-top: 3px solid #000; padding-top: 10px;}
#text-6 h2 {display: none;}

#text-8 {border-top: 3px solid #000; padding-top: 10px;}
#text-8 h2 {display: none;}

#text-7 {border-top: 3px solid #000; padding-top: 10px;}
#text-7 h2 {display: none;}

/* button style */

div.previous a, div.next a {
  display: block;
  background: url("images/button-bg-2.png") bottom right;
  padding: 5px; margin: 0;
  border: 1px solid #aaaaaa;
  text-decoration: none;
  font-size: 10px;
  color: #666666;
}
div.previous a:hover, div.next a:hover {background: url("images/button-bg-2.png") top right #fcfbf1; color: #666666;}

/* style for socialize manu item */
div.lijitService{display:block;float:left;width:16px !important;height:16px !important;margin:0;padding:0;overflow:hidden;text-indent:-999em;}
div.diggIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -120px 0 no-repeat;margin:0;padding:0;}
div.redditIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -340px 0 no-repeat;}
div.mybloglogIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -300px 0 no-repeat;}
div.stumbleuponIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -360px 0 no-repeat;}
div.youtubeIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -480px 0 no-repeat;}
div.linkedinIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -240px 0 no-repeat;}
div.myspaceIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -320px 0 no-repeat;}
div.deliciousIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -100px 0 no-repeat;}
div.twitterIcn{background:url(http://www.lijit.com/res/images/service/sprites.gif) -400px 0 no-repeat;}
div.marketmynovel{background:url(http://www.lijit.com/files/informers/___1246395002/5f/5f428b467b0c4f9431e25eae60774d7e_16.png) no-repeat;}

/* blockquote image */
blockquote{
    background: url("images/quote.gif") no-repeat;
    background-position: 0px 0px;
    
    margin: 0px 30px 1.5em 0px; padding: 8px 0 0 70px;
    border-left: none;
}
