/*  
Theme Name: Jackson & Torrone Theme
Theme URI: http://jackson-torrone.com
Description: Theme for Jackson & Torrone, P.C.
Version: 1.0
Author: Jason Turcotte
Author URI: http://turcottedata.com

	JT 1.0
	 http://jackson-torrone.com

	This theme was designed and built by Jason Turcotte,
	whose blog you will find at http://turcottedata.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: .97em;
	color: #293238;
	background-color: #eff0f0;
}

img { border: none }
img { behavior: url(../../../../../articles/wp-content/themes/JacksonTorrone/css/iepngfix.htc); }

/* Header & Nav Tab Stuff */

#header {
	background: url(http://jackson-torrone.com/img/s/background.gif);
	height: 202px;
	margin: 0 auto 10px auto;
}

#banner {
	width: 860px;
	height: 175px;
	margin: 0 auto 0 auto;
	background: url(http://jackson-torrone.com/img/s/banner.gif) no-repeat;
	clear: both;
}

#navBar {	
	background-color: #c6d5e8;
	width: 100%;
	height: 27px;
	border-bottom: 2px solid #5a7e92;
	margin-bottom: 15px;
}

#navInner {
	width: 860px;
	margin: 0 auto;
	font-weight:bold;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	display: inline;
	overflow: hidden;
	width: 605px;
	clear: right;
	background-color: #CC9933;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -27px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -54px;
	}
	
#thome a  {
	width: 70px;
	background: url(http://jackson-torrone.com/img/s/tabs/home.gif) top left no-repeat;
	}

#tpractice a  {
	width: 121px;
	background: url(http://jackson-torrone.com/img/s/tabs/practice.gif) top left no-repeat;
	}

#tarticles a  {
	width: 78px;
	background: url(http://jackson-torrone.com/img/s/tabs/articles.gif) top left no-repeat;
	}

#tstaff a  {
	width: 88px;
	background: url(http://jackson-torrone.com/img/s/tabs/attorneys.gif) top left no-repeat;
	}
	
#ttalk a  {
	width: 100px;
	background: url(http://jackson-torrone.com/img/s/tabs/contact.gif) top left no-repeat;
	}
	
#tdiy a  {
	width: 100px;
	background: url(http://jackson-torrone.com/img/s/tabs/diy.gif) top left no-repeat;
	}
	
#tresources a  {
	width: 100px;
	background: url(http://jackson-torrone.com/img/s/tabs/resources.gif) top left no-repeat;
	}
	

/* Content */

#content {
	background-color: #eff0f0;
	padding: 5px;
	width: 860px;
	margin: 0 auto;
}

#content h1 {
}

#content h2 {
	font-size: 1.1em;
}

#content a, a:visited {
	color: #17688e;
	text-decoration: none;
}

#content small {
	font-weight: bold;
	font-size: .85em;
}

#content .postmetadata {
	font-size: .8em;
}

#sidebar {
	float: right;
	width: 220px;
	margin: 20px 10px 20px 10px;
	padding: 5px 5px 15px 0;
	background-color: #c6d5e8;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
}

#sidebar h1 {
	font-size: 1.1em;
	padding-left: 5px;
	margin: 10px 0px 0px 0px;
}

#sidebar h2 {
	font-size: .9em;
	padding-left: 5px;
	margin: 10px 0px 0px 0px;
}

#sidebar ul {
	list-style: none;
	padding-left: 10px;
	margin: 0px;
}

#sidebar li {
	padding-left: 15px;
	margin: 0px;
	font-size: .9em;
}

#sidebar a {
	text-decoration: none;
	color: #000000;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

/*-------------------footer */


#footer {
	color: #eee;
	background: #446a86 url(http://jackson-torrone.com/img/s/footerFade.gif) repeat-x;
}

#footer .strip {
	border: none;
}

#footerNav ul {
	font-size: .85em;
	text-align: center;
}

#footerNav li {
	display: inline;
	border-right: 1px solid #eee;
	margin: 0 3px;
	padding-right: 5px;
}

#footerInner {
	width: 860px;
	margin: 0 auto;
}

#footerInner table {
	width: 100%;
}

#footerInner td {	
	width: 50%;
	vertical-align: top;
}

#footerInner .right {
	text-align: right;
}

#footerInner .borderRight {
	border-right: 1px solid;
	border-color: #295574;
}

#footerInner h1 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#footerInner p {
	font-size: .9em;
	color: #eff0f0;
}

#footerInner a, a:link {
	width: 860px;
	margin: 0 auto;
	color: #FFCC66;
}

#footerInner a:hover {
	color: #eff0f0;
	text-decoration: underline;
}

#footerInner a:visited {
	width: 860px;
	margin: 0 auto;
	color: #FFCC66;
}

#reflection {
	background: url(http://jackson-torrone.com/img/s/reflection.gif) repeat-x;
	margin-top: 0;
	padding-top: 5px;
	font-size: .8em;
	height: 81px;
}

#reflectionInner, a, a:link, a:visited {
	width: 860px;
	margin: 0 auto;
	color: #295574;
}

#reflectionInner a:hover {
	color: #000;
	text-decoration: underline;
}
