/*********************************************************

Title: Profile.html Master StyleSheet

Designer: MT
Team In Training Summer 09 Website

***********************************************************/

/*------------------------

 Reset
 
------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6,input,select {font-size:100%;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/*------------------------

 General Declarations
 
------------------------*/
body {
	background: url(/summer09/wp-content/themes/tntsummer09/images/bg.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a 			{color: #481a6e;}
a:hover		{color: #481a6e;}
a:visited	{color: #481a6e;}

#wrap,
#footer-wrap {
	width: 960px;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 10px 0 10px;
}

.downloadlinks li {
	padding: 3px 0;
}

.doc {background: url(/summer09/wp-content/themes/tntsummer09/images/icon_doc.gif) no-repeat transparent top right; padding-right: 20px;}
.xls {background: url(/summer09/wp-content/themes/tntsummer09/images/icon_xls.gif) no-repeat transparent top right; padding-right: 20px;}
.ppt {background: url(/summer09/wp-content/themes/tntsummer09/images/icon_ppt.gif) no-repeat transparent top right; padding-right: 20px;}
.pdf {background: url(/summer09/wp-content/themes/tntsummer09/images/icon_pdf.gif) no-repeat transparent top right; padding-right: 20px;}
.ext {background: url(/summer09/wp-content/themes/tntsummer09/images/icon_ext.gif) no-repeat transparent top right; padding-right: 20px;}

/*------------------------

 Header
 
------------------------*/
#header {
	height: 172px;
}

#header h1 {
	width: 592px;
	height: 172px;

	background: url(/summer09/wp-content/themes/tntsummer09/images/header_logo.jpg) bottom left no-repeat transparent;
	float: left;
	display: inline;
}

#header h1 a {
	display: block;
	width: 592px;
	height: 172px;

	text-indent: -9999px;
}


#header_right {
	width:130px;
	height:173px;
	
	background: url(/summer09/wp-content/themes/tntsummer09/images/header_trees.jpg) top left no-repeat transparent;

	float: right;
	display: inline;
}

/*------------------------

 Nav
 
------------------------*/
#topnav {
	height: 37px;
	background-image: url(/summer09/wp-content/themes/tntsummer09/images/nav_middle.gif);
	background-color: #1d0632;
}

#topnav_left {
	background: url(/summer09/wp-content/themes/tntsummer09/images/nav_left.gif) top left no-repeat transparent;
	height: 37px;
}

#topnav_right {
	background: url(/summer09/wp-content/themes/tntsummer09/images/nav_right.gif) top right no-repeat transparent;
	height: 37px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style:none;
}

#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#topnav a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 11px;
	
	display: inline;
	float: left;
}

#topnav a:hover {
	background: url(/summer09/wp-content/themes/tntsummer09/images/nav_hover.gif) repeat-x #754d98;
	color: #fff;
}

/*------------------------

 Main Content
 
------------------------*/

#content {

}

#content-main {
	min-height: 1200px;
	width: 540px;
	
	float: left;
	display: inline;

	background: url(/summer09/wp-content/themes/tntsummer09/images/dash_vertical.gif) right repeat-y;
}

.post {
	padding: 15px 20px 10px 20px;
}

.post a {
	color: #007663;
}

.post p {
	line-height: 17px;
	margin: 12px 0;
}

.post h1,
.post h2 {
	color: #007663;
	font-size: 26px;
	font-weight: normal;
}

.post h3 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.post h2 a 			{text-decoration: none;}
.post h2 a:hover 		{text-decoration: underline;}

.postmetadata {
	font-size: 12px;
}

.postdate {
	float: right;
	display: inline;
	width: 40px;
	margin: 3px 7px 0 0;
	background-color: #7e459a;
}

.postmonth {
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 3px;
}

.postday {
	color: #fff;
	display: block;
	text-align: center;
	padding-bottom: 3px;
}

.posttitle {
	float: left;
	display: inline;
	width: 450px;
}

.postdetails {
	color: #666;
	font-size: 11px;
}

.userphoto {
	float: right;
	display: inline;
}

.postmeta {
	color: #666;
	font-size: 11px;
	padding: 2px 0 0 0; 
	border-bottom: 1px solid #ccc;
}

.postmeta p {
	margin: 5px 0;
}

#commentlist li {
	border: solid 1px #ccc;
	background-color: #efefef;
	padding: 10px;
	margin: 5px 0;
}

#commentform p {
	font-size: 11px;
	color: #666;
}

/*------------------------

 Arhcive Pages
 
------------------------*/
h2.archiveHeader {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/*------------------------

 Tables
 
------------------------*/
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/summer09/wp-content/themes/tntsummer09/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/summer09/wp-content/themes/tntsummer09/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/summer09/wp-content/themes/tntsummer09/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #7e459a;
}

table.tablesorter tbody td {vertical-align: middle;}
table.tablesorter tbody td a img {width: 45px; height: 45px;}
table.tablesorter tbody td a:hover img {width: 130px; height: 130px;}

#honoredTable td {
	padding: 5px 5px 0 0;
}

/*------------------------

 Side Content
 
------------------------*/

#content-sub {
	width: 420px;

	font-size: 12px;
	float: right;
	display: inline;
}

* html #content-sub {
	width: 400px;
}

#content-sub a			{text-decoration: none;}
#content-sub a:hover		{text-decoration: underline;}

#content-sub ul {
	list-style:none;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}

#content-sub li {
	list-style-image: url(/summer09/wp-content/themes/tntsummer09/images/bullet.gif);
	list-style-position: outside;
	margin: 0;
	padding: 4px 0;
}

#module-connect ul,
#module-subscribe ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#module-connect li,
#module-subscribe li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
}

#module-subscribe li {
	margin-top: 7px;
}

.fbconnect_LastUsers {
	background-color: #fff !important;
}

/*------------------------
 Large Column Modules
------------------------*/

.largecolumn {
	width: 420px;
	float: left;
	display: inline;
}

.largecolumn h4 {
	margin-top: 10px;
}

.module-largecolumn {
	margin: 12px;
	padding: 5px 10px;
	border-left: 5px solid #e5daeb;
}

#map_practice {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

/* headings - Large Module */
.module-largecolumn h3 	{height: 12px;text-indent: -9999px;}
#module-fundraising h3 	{background: url(/summer09/wp-content/themes/tntsummer09/images/title_fundraising.gif) no-repeat; margin: 0 0 10px 0;}
#module-countdown h3 	{background: url(/summer09/wp-content/themes/tntsummer09/images/title_countdown.gif) no-repeat;}
#module-practice h3 	{background: url(/summer09/wp-content/themes/tntsummer09/images/title_practice.gif) no-repeat;}
#module-join h3 		{background: url(/summer09/wp-content/themes/tntsummer09/images/title_join.gif) no-repeat;}
#module-bookmarks h3 	{background: url(/summer09/wp-content/themes/tntsummer09/images/title_bookmarks.gif) no-repeat;}

#module-countdown li,
#module-categories li,
#module-popular li,
#module-recent li,
#module-twitter li,
#module-subscribe li,
#module-bookmarks li {
	background: url(/summer09/wp-content/themes/tntsummer09/images/dash_horizontal_light.gif) bottom repeat-x;
}

/* fundraising module */

/* practice module */
#midweek-content li {background-image: none;padding: 0;}

/* clock module */
#clock1,#clock2,#clock3 {color: #666;}


/*------------------------
 Small Column Modules
------------------------*/

/* left small column*/
.smallcolumn {
	width: 210px;
	float: left;
	display: inline;
}

.module-smallcolumn {
	margin: 24px 12px 12px 12px;
}

#module-honored,
#module-search {
	margin-top: 12px;
}

/* headings - left small column */
.module-smallcolumn h3 		{height: 20px;text-indent: -9999px;}
#column-links 				{background: url(/summer09/wp-content/themes/tntsummer09/images/dash_vertical.gif) right repeat-y;}
#module-categories h3 		{background: url(/summer09/wp-content/themes/tntsummer09/images/title_categories.gif) no-repeat;}
#module-popular h3 			{background: url(/summer09/wp-content/themes/tntsummer09/images/title_popular.gif) no-repeat;}
#module-search h3 			{background: url(/summer09/wp-content/themes/tntsummer09/images/title_search.gif) no-repeat;}
#module-photos h3 			{background: url(/summer09/wp-content/themes/tntsummer09/images/title_photos.gif) no-repeat;}
#module-honored h3 			{background: url(/summer09/wp-content/themes/tntsummer09/images/title_honored.gif) no-repeat;}


#module-honored ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#module-honored li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#module-honored ul li img {
	float: left;
	display: inline;
	margin: 0 7px 7px 0;
	border: solid 1px #ccc;
}
#module-honored ul li {
	clear: both;
}

/* search */
#search-form 	{padding: 10px 0 0 10px;}
#search-input	{border: solid 1px #666; border-right:none;width: 105px; height: 21px; float: left; display: inline;}
#search-submit	{border: solid 1px #666; width: 60px; height: 23px; float: left; display: inline;}

/* headings - right small column */
#module-join h3 		{background: url(/summer09/wp-content/themes/tntsummer09/images/title_join.gif) no-repeat;}
#module-twitter h3 		{background: url(/summer09/wp-content/themes/tntsummer09/images/title_twitter.gif) no-repeat;}
#module-connect h3 		{background: url(/summer09/wp-content/themes/tntsummer09/images/title_connect.gif) no-repeat; margin: 10px 0;}
#module-subscribe h3 	{background: url(/summer09/wp-content/themes/tntsummer09/images/title_subscribe.gif) no-repeat;}

/* popular */
.post-stats {
	color: #ccc;
	font-weight: normal;
}

/* photos */
#module-photos {

}

#module-photos a {
	float: left;
	display: inline;
	margin: 2px;
}

#flickr-wrap {
	width: 160px;
	margin: 0 auto;
}

#flickr-viewmore {
	display: block;
	text-align: center;
	float: none;
}

/* connect / subscribe */

#facebook-connect {
	margin: 10px 0 0 0;
}

#social-links,
#subscribe-links {
	list-style-position: outside;
	padding: 0 0 0 20px;
}

#social-links li,
#subscribe-links li {
	background: url(/summer09/wp-content/themes/tntsummer09/images/dash_horizontal_light.gif) bottom repeat-x;
	height: 23px;
}

#social-links li a,
#subscribe-links li a {
	padding: 3px 0 3px 20px;
	display: block;
}

#facebook-link 		{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_facebook.gif) no-repeat;}
#twitter-link 		{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_twitter.gif) no-repeat;}
#myspace-link 		{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_myspace.gif) no-repeat;}
#youtube-link 		{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_youtube.gif) no-repeat;}
#rss-link 			{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_rss.gif) no-repeat;}
#flickr-link 		{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_flickr.gif) no-repeat;}
#flickr-link-more	{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_flickr.gif) no-repeat;}
#delicious-link 	{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_delicious.gif) no-repeat;}
#technorati-link 	{background: url(/summer09/wp-content/themes/tntsummer09/images/icon_technorati.gif) no-repeat;}

#social-links li a#addthis-link		{padding: 3px 0 3px 0;}

#feedburner-form {
	border:none;
	padding:10px 0 0 3px;
}


#subscribe-input	{border: solid 1px #666; border-right:none;width: 95px; height: 21px; float: left; display: inline;}
#subscribe-submit	{border: solid 1px #666; width: 70px; height: 23px; float: left; display: inline;}


/*------------------------

 Pages
 
------------------------*/
#page-photos {
	
}

.photos-item {
	float: left;
	display: block;
	margin: 10px 0;
	width: 480px;
	clear: both;
	
}

.photos-item img 	{float: left;}
.photos-item a 		{display: inline;}

.photos-item span {
	padding-left: 10px;
	float: left;
	display: inline;
	margin: 32px 0 0 0;
}


/*------------------------

 Footer
 
------------------------*/
#footer {
	clear: both;
	background-color: #1d0632;
	color: #fff;
	font-size: 11px;
}

#footer h3 		{text-indent: -9999px; height: 20px;}
#footer a 		{color: #bea0d9; text-decoration: none;}
#footer a:hover {color: #bea0d9; text-decoration: underline;}

.footer-content {
	padding: 10px 5px;
}

#footer-contact a {
	float: left;
	display: inline;
	margin: 10px 20px 0 0;
}

.footer-content ul {
	margin: 0;
	padding: 0 0 0 10px;
}

.footer-content li {
	padding: 4px;
}

#footer-recentposts,
#footer-contact,
#footer-tags {
	float: left;
	display: inline;
	margin: 24px 10px;
}

#footer-recentposts 	{width: 245px;}
#footer-recentposts h3 	{background: url(/summer09/wp-content/themes/tntsummer09/images/footer_recent.gif) no-repeat;}

#footer-contact 		{width: 245px;}
#footer-contact h3 		{background: url(/summer09/wp-content/themes/tntsummer09/images/footer_contact.gif) no-repeat;}

#footer-tags 			{width: 400px;}
#footer-tags h3 		{background: url(/summer09/wp-content/themes/tntsummer09/images/footer_tags.gif) no-repeat;}


