/*
Theme Name:	Titan
Theme URI: 	http://themes.jestro.com/titan/
Description: 	A refined, balanced, and exceptionally handsome WordPress theme. Features a robust theme options menu allowing you to integrate your Flickr photos, Twitter updates, and Feedburner email updates. Use the custom code box to include photos, video, or whatever else your heart desires. Designed and coded by <a href="http://www.jestro.com">Jestro</a>.
Version: 		1.11
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed-width, two-columns, white, right-sidebar, threaded-comments, theme-options
*/

/*
    Copyright 2009 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("css/undo.css");
@import url("css/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. See this tutorial for instructions:
     ----> http://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/ <----
 Any custom changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/*Body & Links 
------------------------------------------------------------ */

body {
	color: #808080;
	background:#3d4144 url(http://illusions.blu-rain.net/wp-content/themes/Lady_In_Green/images/bg2.gif);
	}
a:link, a:visited { 
	color: #c2c2c2; 
	}
a:hover {
	color: #85df00;
	}
	
/*Basic Structure
------------------------------------------------------------ */

.content-background { 
	background: url(none) repeat-x top left; 
	}
	
/*Header
------------------------------------------------------------ */

#header {
  height: 350px;
  border-bottom: 0px solid #EDE7E0;
  background:#101117 url(http://illusions.blu-rain.net/wp-content/themes/Lady_In_Green/images/header_bg.gif) repeat-x top;
	}

#girl {
	background-image:url(http://illusions.blu-rain.net/wp-content/themes/titan/images/header_di.png);
	background-position:top right;
	background-repeat:no-repeat;
	height:350px;
	}
#follow {
	display: none;
	}
h1#title, div#title {
	display: none;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { 
	color: #E9E5E0; 
	}

/*Description
---------------------------------------*/

#description { 
	display: none;
	}
	
/*Nav
---------------------------------------*/

#nav, #nav ul {
    line-height: 30px;
    }
#nav a {
    color: #808080;
    }
#nav li {
	padding-top: 25px;
    border-right: 0px solid #E3E0D5;
    }
#nav li:hover {
    background: none;
    }
#nav li.home { 
	border-left: 0px solid #E3E0D5; 
	}
#nav ul {
    width: 140px;
    line-height: 10px;
    border-top: 0px solid #E3E0D5;
    }
#nav li li {
	width: 139px;
    border-bottom: 0px solid #E3E0D5;
    border-left: 0px solid #E3E0D5;
    border-right: 0px solid #E3E0D5;
    background: none;
}
#nav li li a {
    padding: 0px 20px;
    width: 139px;
    }
#nav li li:hover {
   color: #85df00;
    }
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a { color: #85df00; }
#nav li:hover a, #nav li.sfhover a { color:#85df00; }
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a { color:#858585; }
#nav li:hover, #nav li.sfhover { color: #85df00;}
#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
    background: none;
    color: #c2c2c2;
    }
#nav .current-cat, #nav .current_page_item {
    background: none;
    color: #c2c2c2;
    }
   
/*Notice
------------------------------------------------------------ */

div.notice strong { 
	color: #808080; 
	}
div.notice div {
	background: none;
}

/*Page/Post Styling
------------------------------------------------------------ */

/*Post Header
---------------------------------------*/

.post-header {
	border-top: 0px solid #EFEAE4;
	}
.post-header h2 a{ 
	border-bottom:1px dotted #666;
	color: #85df00;
	font-weight: normal;
  }
.date {
	display:none;
	}
.author {
	display:none;
	}
.prevpost {
	float: left;
}
.nextpost {
	float: right;
}

/*Post Body
---------------------------------------*/

.entry { 
	margin: 0 0 0 0px;
	width: 628px;
	}
	
.btitle {
	color: #85df00;
	font-weight: bold;
}
/*Post Footer
---------------------------------------*/

#content p {
margin-bottom: 20px;
}

p .more-link hover{
	color: #85df00;
	}
.post-footer { 
	margin-left: 0px; 
	}
.comments {
	text-align:right;
	border-top:1px solid #555555;
	padding:0.25em 0;
	font-size: 1.1em;
	width: 628px;
	color: #666;
	}
.comments a {
  display: inline;
  padding: 0 0 0 0px;
  color: #666;
  font-size: 1.0em;
  background: url(none) no-repeat 0 .4em;
  }
.comments a:hover {
  color: #85df00;
  text-decoration: none;
  }  

/*Single
---------------------------------------*/

.tags {
	width: 100%;
	}
.tags span {
	display: inline;
	background: none;
	}
.tags p {
	color: #808080;
	}
.tags a {
	color: #c2c2c2;
	}
.post-header h1 { 
	margin-left: 0px;
	}
.meta {
	border-top: 1px solid #555555;
	}

/*Comments
------------------------------------------------------------ */

/*Top
---------------------------------------*/

/*Body
---------------------------------------*/

li.comment {
	border-top: 1px solid #555555;
	}

/*Form
---------------------------------------*/

h4#postcomment {
	border-top: 1px solid #555555;
	}

/*Note
---------------------------------------*/

/*Pingbacks/Trackbacks
---------------------------------------*/

/*Pages
---------------------------------------*/

h1.pagetitle, h2.pagetitle {
	border-top: 1px solid #555555;
	}

/*Archives List
---------------------------------------*/

/*Sidebar
------------------------------------------------------------ */

#sidebox img {
  border: 1px solid black;
  background: #101117;
  }
h2.widgettitle {
	border-bottom: 0px solid #DFDAD5;
	color: #85df00;
	}
#sidebar ul li ul li a{
	color: #858585;
}
#sidebar ul li ul li {
	border-bottom:1px solid #3d3d3d;
}
#sidebar ul li ul li:hover a{
	color: #85df00;
}

/*Adbox
---------------------------------------*/

/*Footer
------------------------------------------------------------ */
#footer {
	border-top: 0px solid #ded6d4;
	color: #808080;
	background: url(http://illusions.blu-rain.net/wp-content/themes/Lady_In_Green/images/bg3.gif);
	}
#footer a:link, #footer a:visited { color: #c2c2c2; }
#footer a:hover { color: #85df00;text-decoration: none; }

/*Footer Columns
---------------------------------------*/

.footer-column {
	color: #666;
	}
.footer-column h2 {
	border-bottom: 0px solid #555;
	color: #85df00;
}

/*Flickr
---------------------------------------*/

/*Search
---------------------------------------*/

/*Copyright
---------------------------------------*/
#copyright {
	padding-top: 1px;
	border-top: 0px solid #dbd3d0;
}
