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

#header {height: 250px;}

h1#title, div#title {  float: left; padding: 0px; margin: 0px 0px 128px 0px;}
#description { float: right; padding: 0px; margin: 0px;}
	
/* Rounded f5f5f5 */

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#eaeaea; margin:0 5px;}
.b2f {height:1px; background:#f5f5f5; border-right:2px solid #eaeaea; border-left:2px solid #eaeaea; margin:0 3px;}
.b3f {height:1px; background:#f5f5f5; border-right:1px solid #eaeaea; border-left:1px solid #eaeaea; margin:0 2px;}
.b4f {height:2px; background:#f5f5f5; border-right:1px solid #eaeaea; border-left:1px solid #eaeaea; margin:0 1px;}
.contentf {background: #f5f5f5; border-right:1px solid #eaeaea; border-left:1px solid #eaeaea; vertical-align:top;}
.contentf div {
	margin-left: 0px;
}

#body_text {font-family:Verdana, sans-serif; font-size:13px; line-height:18px; color:#000000; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; text-align:left;}


.entry { font-family:Verdana, sans-serif; margin: 0 0 0 10px; width: 660px; font-size: 13px; }



/*--------------------------------------------tabs--------------------------------------------------------------*/
@charset "utf-8";
/* Tab Navigation */
 .kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
	 background-image:url(images/no_flicker.jpg);
 }
 
  .kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 119px;
    height: 40px;
    margin-right: 0px;
    background-image:url(images/tabs-menu.jpg);
    background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}


#kwick1 {	background-position:0px 0px;}
#kwick2 {	background-position:-159px 0px;}
#kwick3 {	background-position:-318px 0px;}
#kwick4 {	background-position:-477px 0px;}
#kwick5 {	background-position:-636px 0px;}
#kwick6 {	background-position:-795px 0px;}
#kwick7 {	background-position:-954px 0px;}
#kwick8 {	background-position:-1113px 0px;}

#kwick1.active, #kwick1:hover {	background-position: 0 bottom;}
#kwick2.active, #kwick2:hover {	background-position: -159px bottom;}
#kwick3.active, #kwick3:hover {	background-position: -318px bottom;}
#kwick4.active, #kwick4:hover {	background-position: -477px bottom;}
#kwick5.active, #kwick5:hover {	background-position: -636px bottom;}
#kwick6.active, #kwick6:hover { background-position: -795px bottom;}
#kwick7.active, #kwick7:hover { background-position: -954px bottom;}
#kwick8.active, #kwick8:hover { background-position: -1113px bottom;}


/*ENDS*/

#kwick1 a{
	background-image:url(images/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick8 a{
	background-image:url(images/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick8 a:hover{
	background-position: right -120px;
}