/*

Theme Name: Titan

Theme URI:  http://thethemefoundry.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.

Version:    1.22

Author:   The Theme Foundry

Author URI: http://thethemefoundry.com/

Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options, translation-ready

*/



/*

    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("stylesheets/master.css");



/* Required Wordpress Classes, don't remove these.

-----------------------------------------------------------*/



.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }


/* my changes below here */

#mybox {
  border-width:1px;
  border-style:dotted;
  border-color: #cfcfcf;
  background-color:#ffffff;
  padding:10px;
  width:540px;
  align:center;
  margin:auto;
}
#myboxclear {
  border-width:0px;
  border-style:none;
  background-color:transparent;
  padding:10px;
  width:540px;
  align:center;
  margin:auto;
}
.wrapper {
  width: 960px;
  padding-left:25px;
}
#content {
  width:690px;
}
#sidebar {
  width: 185px;
  position:relative;
  top:-25px;
}
#sidebar a {
  color: #858a94;
  font-weight:bold;
}
#sidebar h2 {
  color: #858a94;
  font-weight:bold;
}
#sidebar h2 a {
  color: #858a94;
  font-weight:bold;
}
p {
  color: #454a54;
}
p.quote {
  color: #454a54;
  font-family: Georgia, Serif;
}
a:link, a:visited {
  color: #fc5300;
}
a:hover {
  color: #fc5300;
  text-decoration: underline;
}
h1#title, div#title {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header {
  background-color: #dddddd;
  background-image: url(images/header_bg.png);
}
#follow {
  background-color: #43424e;
  height: 21px;
}
body {
  background: #ffffff;
}
#nav li {
  float: left;
  border-right: 0;
}
#nav li li {
  background: #43424e;
}
#nav:first-child {
  border-left: 0;
}
#nav a {
  color: #ffffff;
  font-weight:bold;
}
#nav li ul ul { margin: -29px 0 0 150px; }
#nav li li:hover { color: #ffffff; }
#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: #ffffff; }
#nav li:hover a, #nav li.sfhover a { color:#ffffff; }
#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:#ffffff; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { left:-999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left:auto; }
#nav li:hover, #nav li.sfhover {
  background: #43424e;
  color: #ffffff;
}

#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
  background: #43424e;
  color: #ffffff;
}
#nav .current-cat, #nav .current_page_item {
  background: #43424e;
  color: #ffffff;
}
.comments a {
  color: #5f646f;
}
.comment-number span {
  font-size: 1.3em;
  color: #5f646f;
}
#footer {
  background-color: #43424e;
  border-top-color: #363442;
}
#sidebox img {
  background-color: #ffffff;
  border: none;
  padding-top: 5px;
}
div.post-header div.date {
  color: #3c414a;
}
.date span {
  color: #5f646f;
}
.post-header a {
  color: #3c414a;
}
.post-header {
  border-top-width: 2px;
  border-top-style:groove;
  border-top-color: #eff3f6;
}
h1.pagetitle, h2.pagetitle {
  border-top-width: 2px;
  border-top-style:groove;
  border-top-color: #eff3f6;
}



h2.widgettitle {
  margin-top:25px;
  margin-right:0pt;
  margin-bottom:2px;
  margin-left:0pt;
  padding-bottom:10px;
  padding-top:25px;
  font-size:2.0em;
  border-top-width:0px;
  border-top-style:groove;
  border-top-color:#eff3f6;
  border-bottom-width:0px;
}
ul li.widget ul li {
padding-top: 7px;
padding-right: 0pt;
padding-bottom: 7px;
padding-left: 0pt;
line-height: 1.5em;
border-bottom-style: dotted;
border-bottom-color:#cfcfcf;
border-bottom-width: 1px;
}


blockquote {
  display:block;
  margin-top:20px;
  margin-right:0pt;
  margin-bottom:20px;
  margin-left:20px;
  padding-top:0pt;
  padding-right:0pt;
  padding-bottom:0pt;
  padding-left:20px;
  border-left:0;

  background-image: url(images/big_quote.png);
  background-repeat: no-repeat;
  line-height: 1.5em;
}

hr {
  color:#edd2de;
}
#description {
  color:#454a54;
}
#follow dd a {
  color:#858a94;
}
#follow dt {
  color:#858a94;
}
#footer p {
  color:#ffffff;
  font-family:Georgia, Serif;
}
#footer h2 {
  color:#ffffff;
  font-family:Georgia, Serif;
}
#footer a:link, #footer a:visited {
  color:#ffffff;
}
.footer-column h2 {
  border-bottom-width:0px;
}
h2.widgettitle_changedfooter {
  margin-top:0px;
  margin-right:0pt;
  margin-bottom:12px;
  margin-left:0pt;
  padding-bottom:0px;
  padding-top:0px;
  font-size:1.6em;
  border-top-width:0px;
  line-height:1.5em;
}
.copyright-notice {
  color:#d4d4d4;
}
#copyright {
  border-top-width:1px;
  border-top-style:groove;
  border-top-color:#5d5d6b;
}





/* Make all custom CSS changes in a Child Theme. Any custom 

changes you make here will not be overidden when you upgrade the theme.

-----------------------------------------------------------*/