/*  
Theme Name: Action Armada
Theme URI:
Description: Site Template
Author: Jake
Author URI: 
Version: 1.0
Tags:
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  font-family: Century Gothic, sans-serif;
  color: #FFF;
  }

h1
{
color: #FFF;
}

h2
{
padding-bottom: 2px;
}

h3 {
padding-bottom: 2px;
color:#fff;
}

p {
padding-top: 0px;
padding-bottom: 10px;
}

a {
  color: #0066cc;
  text-decoration: none;
  }

a:hover {
  color: #ffff00;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin:0px auto;
  width: 980px;
  font-size: 13px;
  font-color: #ccc;
  font-family: Century Gothic, sans-serif; 
  text-align: left; /* IE Centering Technique */
  background: url(http://jakethompson.ca/wp-content/uploads/2010/03/jakebackground.jpg) #666 top center no-repeat;
  }


/* Header and wrapper */

#header {
  margin: 0 40px;
  height: 125px;
  width: 900px;
  background: url(http://jakethompson.ca/wp-content/uploads/2010/07/topimagecurrent.jpg);
  border-right: solid 1px #999;  
  border-left: solid 1px #999;
  }

#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:inline;
  }
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  color: #0099cc;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #000;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }



/* Menu and search */

#nav {
  position: absolute;
  clear: both;
  height: 30px;
  width: 900px;
  top: 94px;
  border-top: solid 1px #FFFFFF;
  
 border-bottom: solid 1px #FFFFFF;
 background-color: #000;

  }

#header #searchform {
  float: left;
  margin-left: 0;
 
  }

#searchform {
  float: left;
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 5px;
  width: 228px;
  padding-top: 5px;
  height: 22px;
  background: #ccc;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav ul {
  list-style: none;
  width: 900px;
  }

#nav li {
  float: left;
  }

#nav li a {
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 9pt;
  text-transform: uppercase;
 &nbsp;color: #cccc66;
  font-family: Century Gothic, sans-serif;
  border-right: solid 1px #333;
  }

#nav .current_page_item a, #nav .current_page_item a:visited, #nav .current_page_parent a {
	color: #3399ff;
}

#nav li a:hover {
  color: #7b7b7b;
  text-decoration: none;
  }

#nav li.rssmenu a {
  color: #7b7b7b;
  }

#nav li.rssmenu a:hover {
  color: #fff;
  }



/* Content */

#main {
  clear: both;
  margin: 0 40px;
  width: 900px; /* Prevents IE6 miscalculation */
  background: #111111;
  border-right: solid 1px #999; 
  border-left: solid 1px #999;
&nbsp;}

#contentwrapper {
  width: 600px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  background: #000;
  border-right-style: solid;
  border-right-color: #333333;
  border-right-width: 1px;
  padding-bottom: 10px;
  }

#contentwrapper_fullwidth {
  width: 900px;
  float: left;
  padding: 0px;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  background: none;
  }

#content {
  }

#content .pageTitle {
  font-size: 15pt;
  letter-spacing: -1px;
  color: #FFF;
  }

.post {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  min-height: 175px;
  border-bottom-style: solid;
  border-bottom-color: #999999; 
  border-bottom-width: 1px;
  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: 0px;
  margin-top: 5px;
  }

h2.postTitle a {
  font-size: 13pt;
  font-weight: bold;
  color: #3399ff;
  }

#content p.postMeta {
  padding: 0 10px;
  padding-bottom: 10px;
  font-size: 8pt;
  color: #666666;
  }

#content p.postMeta a {
  color: #cccc66;
  }

.post img {
  padding: 10px;
  }

.post a {
  color: #3399ff;
  text-decoration: none;
  }

.post a:hover {
  color: #ffff00;
  text-decoration: underline;
  }

#content p, .postContent p {
  font-size: 10pt;
  color: #bbbbbb;
  margin-left: 5px;

  }

.postContent ul, ol { 
  padding: 0 0 0 15px;

  }

.postContent ul li, ol li { 
  font-size: 10pt;
  margin-left: 20px;  
  color: #ccc;

  }

.comment {
  }

#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 350px;
  color: #cccccc;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #cccccc;
  background: url(images/comment.jpg) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 9pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  border-top-style: solid;
  border-top-color: #999999; 
  border-top-width: 1px;
  margin: 0px 0px;
  padding: 0 0px;
  padding-top: 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 0px -25px;
  padding-bottom: 0px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #3399ff;
  }

.commentlist p {
  padding: 0px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #999999;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 550px;
  margin: 0px;
  padding: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  }



/* Sidebars */
#sidebars {
  float: left;
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 5px;
  width: 250px;
  padding-left: 5px;
  }

#sidebar0 {
  padding: 0 15px 0 0;
  }

#sidebar1 {
  float: left;
  width: 240px;
  padding-bottom: 0px;
  margin-bottom:0px;
  color: #ccc;
  }

#sidebar2 {
  float: left;
  width: 240px;
  padding-top: 0px;
  margin-top: 0px;
  }


#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #ffffff;
  letter-spacing: 0px;
  border-bottom: 1px solid #e4e4e4;
  padding-right: 5px;
  }

#sidebar2 h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #ffffff;
  letter-spacing: 0px;
  border-bottom: 1px solid #e4e4e4;
  padding-right: 5px;
  padding-top: 5px;
  }

#sidebar1 h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #ffffff;
  letter-spacing: 0px;
  border-bottom: 1px solid #e4e4e4;
  padding-right: 5px;
  padding-top: 5px;
  }


#sidebars table {
  width: 160px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 0px 0;
  }

#sidebars img {
  padding-bottom: 5px;
  padding-top: 0px;
  margin: 0px;
  border-style: none;
  
}

#sidebars li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 0px 16px;
  color: #999999;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #999999;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #ffffff;
  }
#sidebars a:hover {
  color: #ffffff;
  text-decoration: underline;
  }

#sidebar1 a {
  display: inline;
  color: #999999;
  text-decoration: none;
  }
#sidebar1 a.showit {
  color: #ffffff;
  }
#sidebar1 a:hover {
  color: #999999;
  text-decoration: underline;
  }

#sidebars p {
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9pt;
  color: #ccc;
  line-height: 14px;
  margin-bottom: 0px;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none; margin-bottom: 35px;}
#sidebars ul.children {margin-bottom:35px;}

/*Sidebar Style 3 for Athletes Pages*/


#sidebar3 {
  float: left;
  width: 240px;
  margin-left: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #ccc;
  }

#sidebar3 h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #3399ff;
  letter-spacing: 0px;
  padding-right: 5px;
  padding-top: 5px;
  position: relative;
  }

#sidebar3 table {
  width: 160px;
  }

#sidebar3 ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebar3 img {
  padding-bottom: 0px;
  padding-top: 5px;
  border-style: none;
  float: left;
  }

#sidebar3 li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  color: #ccc;
  }

#sidebar3 li ul {
  padding: 0;
  }

#sidebar3 ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #999999;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebar3 a {
  display: inline;
  color: #999999;
  text-decoration: none;
  }

#sidebar3 a.showit {
  color: #ffffff;
  }

#sidebar3 a:hover {
  color: #999999;
  text-decoration: underline;
  }

#sidebar3 p {
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9pt;
  color: #ccc;
  line-height: 14px;
  margin-left: 17px;
  margin-bottom: 0px;

}

#twitter {
  float: left;
  width: 240px;
  margin-left: 10px;
  padding-left: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
  color: #ccc;
  }

#twitter h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #3399ff;
  letter-spacing: 0px;
  padding-right: 5px;
  padding-top: 5px;
  position: relative;
  }

#twitter table {
  width: 160px;
  }

#twitter ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#twitter img {
  padding-bottom: 0px;
  padding-top: 5px;
  border-style: none;
  float: left;
  }

#twitter li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  color: #ccc;
  }

#twitter ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  padding-bottom: 10px;
  color: #ccc;

  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#twitter a {
  display: inline;
  color: #3399ff;
  text-decoration: none;
  }

#twitter a.showit {
  color: #ffffff;
  }

#twitter a:hover {
  color: #FFFF00;
  text-decoration: underline;
  }

#twitter p {
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9pt;
  color: #ccc;
  line-height: 14px;
  margin-left: 17px;
  margin-bottom: 0px;

}


#sidebar4 {
  float: left;
  width: 240px;
  margin-left: 10px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #ccc;
  }

#sidebar4 h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #3399ff;
  letter-spacing: 0px;
  padding-right: 5px;
  padding-top: 5px;
  
  position: relative;
  }

#sidebar4 table {
  width: 160px;
  }

#sidebar4 ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebar4 img {
  padding-bottom: 0px;
  padding-top: 5px;
  padding-left: 20px;
  border-style: none;
  float: left;
  }

#sidebar4 li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  color: #ccc;
  }

#sidebar4 li ul {
  padding: 0;
  }

#sidebar4 ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #999999;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebar4 a {
  display: inline;
  color: #999999;
  text-decoration: none;
  }

#sidebar4 a.showit {
  color: #ffffff;
  }

#sidebar4 a:hover {
  color: #999999;
  text-decoration: underline;
  }

#sidebar4 p {
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9pt;
  color: #ccc;
  line-height: 14px;
  margin-left: 17px;
  margin-bottom: 0px;

}

#rtp {
  float: left;
  width: 240px;
  margin-left: 10px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 10px;
  
text-align: center;
&nbsp;color: #ccc;
  }

#rtp h2 {
  padding: 5px 5px 2px 5px;
  font-size: 11pt;
  color: #3399ff;
  letter-spacing: 0px;

  text-align: center;
  
  position: relative;
  }

#rtp table {
  width: 160px;
  }

#rtp ul {
  margin: 0;
  padding: 0 0 0px 0;
  }

#rtp img {
  padding-bottom: 0px;
  padding-top: 5px;
  padding-left: 20px;
  border-style: none;
  float: left;
  }

#rtp li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  color: #ccc;
  }

#rtp li ul {
  padding: 0;
  }

#rtp ul ul li {
  margin: 0;
  padding: 3px 3px 3px 3px;
  color: #999999;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#rtp a {
  display: inline;
  color: #999999;
  text-decoration: none;
  }

#rtp a.showit {
  color: #ffffff;
  }

#rtp a:hover {
  color: #999999;
  text-decoration: underline;
  }

#rtp p {
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9pt;
  color: #ccc;
  line-height: 14px;
  margin-left: 0px;
  margin-bottom: 0px;

}


#sidebargallery {
  float: left;
  width: 240px;
  margin-left: 10px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #ccc;
  }

#sidebargallery h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #3399ff;
  letter-spacing: 0px;
  padding-right: 5px;
  padding-top: 5px;
  position: relative;
  }

#sidebargallery table {
  width: 160px;
  }

#sidebargallery ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebargallery img {
  padding-bottom: 0px;
  padding-top: 5px;
  padding-left: 20px;
  border-style: none;
  float: left;
  }

#sidebargallery li {
  
  margin-top: 35px;
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  color: #ccc;
  }

#sidebargallery li ul {
  padding: 0;
  }

#sidebargallery ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #999999;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebargallery a {
  display: inline;
  color: #999999;
  text-decoration: none;
  }

#sidebargallery a.showit {
  color: #ffffff;
  }

#sidebargallery a:hover {
  color: #999999;
  text-decoration: underline;
  }

#sidebargallery p {

  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9pt;
  color: #ccc;
  line-height: 14px;
  margin-left: 17px;
  margin-bottom: 0px;

}




/* Style for Bars at the Bottom of Athlete Pages */
#bottombar {
  float: left;
  width: 550px;
  margin-left: 10px;
  padding-top: 5px;
  color: #ccc;
  }

#bottombar h2 {
  padding: 0 0 2px 0;
  font-size: 10pt;
  color: #cccccc;
  letter-spacing: 0px;
  text-decoration: bold;
  padding-right: 5px;
  }

#bottombar table {
  width: 160px;
  }

#bottombar ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#bottombar img {
  padding-bottom: 5px;
  padding-top: 0px;
  margin: 0px;
  border-style: none;
  }

#bottombar li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  color: #ccc;
  }

#bottombar li ul {
  padding: 0;
  }

#bottombar ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #999999;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#bottombar a {
  display: inline;
  color: #999999;
  text-decoration: none;
  }

#bottombar a.showit {
  color: #ffffff;
  }

#bottombar a:hover {
  color: #999999;
  text-decoration: underline;
  }

#bottombar p {
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9pt;
  color: #ccc;
  line-height: 14px;
  margin-bottom: 0px;
  border-bottom: none;
  }


/* footer*/

#footerwrapper {
  clear: both;
  height: 0px;
  }

#footer {
  margin: 0 40px;
  height: 40px;
  width: 900px;
  background: #000;
  border: solid 1px #888888;
  border-top: solid 1px #333;
  }

#footerleft {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  width: 600px;
  display: inline;
  }

#footerleft p a {
  color: #FFF;
  }

#footerleft p {
  padding: 0;
  line-height: 16px;
  }

#footer p {
  font-size: 10pt;
  color: #FFF;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 900px;
  height: 0px;
  background: url(images/bottomcurve.png) left bottom no-repeat;
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #0099cc;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: none;
  text-align: center;
  background-color: #111111;
  padding-top: 4px;
  margin: 10px;
  color: #cccc66;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 10px;
  color: #cccc66;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }

.wp-caption-text {
 color: #cccc66;
}


/*Style set for main image on front page*/
.leadimage { background: #000; position: relative; margin: 0px; margin-top: 20px; padding: 0px;  width: 900px; height: 465px; overflow: hidden; }
.leadimage h2 { width: 210px; font-size: 14px; line-height: 18px;  position: absolute; left: 675px; top:212px; text-align: left;}
.leadimage h2 a { color: #FFF; text-decoration: none; font-size: 20px; letter-spacing: 25; }
.leadimage h3 { width: 210px; font-size: 14px; line-height: 18px;  position: absolute; left: 738px; top:270px; text-align: left;}
.leadimage h3 a { color: #999; text-decoration: none; font-size: 14px; letter-spacing: 0; }
.leadimage img {width: 900px; overflow: hidden; margin: 0px; padding: 0px; border: none; }

/*Style set for image at the top of individual posts*/

.titleimagepost {width: 615px; overflow: hidden; margin: 0px; padding: 0px; padding-right:5px; padding-top:5px; margin-right:0px; border: none; }
.titleimagepost img {width: 615px; overflow: hidden; margin: 0px; padding: 0px; padding-right:5px; padding-top:0px; margin-right:0px; border: none; }

/*Style set for image at the top of the blog index*/

.titleimage {width: 615px; height: 300px; overflow: hidden; margin: 0px; padding: 0px; padding-right:5px; padding-top:5px; margin-right:0px; border: none; }
.titleimage img {width: 615px; overflow: hidden; margin: 0px; padding: 0px; padding-right:5px; padding-top:0px; margin-right:0px; border: none; }

/*Style set for image bar across the bottom of front page*/

.bottomimage {width: 901px; margin: 0px; padding: 0px;}
.bottomimage img {width: 220px; margin-top: 10px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; padding: 0px; border: 1px solid #CCCCCC;}

/*Copy of Post Style without bottom border */
.pagepost {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  min-height: 175px;
  border-bottom-style: none;
  }


/*Style for Feature post at top of blog page*/
.toppost {
 margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  min-height: 100px;
  border-bottom-style: solid;
  border-bottom-color: #999999; 
  border-bottom-width: 1px;
}

.toppost a{
color: #666666;
}

/*Style for Feature post image*/
.headpostcontent img{width: 0px; height: 0px; border: none; margin:0px; padding:0px;}

/*Style for main Athlete Page*/
.athlete {padding-top: 5px; }
.athlete img {width: 615px; margin: 0px; padding: 0px; margin-bottom: 5px; border: none; }

.gotoforums a{font-size: 9; text-align: right;}

.excerpt img {
  padding: 1px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-color: #999999; 
  border-width: 1px;
  background: #000;
  width: 150px;
  }

.excerpt a {
  color: #3399ff;
  text-decoration: none;
  }

.excerpt a:hover {
  color: #ffff00;
  text-decoration: underline;
  }

.excerpt {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  min-height: 175px;
  border-bottom-style: dotted;
  border-bottom-color: #666; 
  border-bottom-width: 1px;
  }

.mainimage img {width: 615px; margin: 0px; padding: 0px; margin-bottom: 0px; border: none; }

.tubepress_thumb {
float:left;
font-size:11px;
line-height:1.1em;
overflow:hidden;
width:100%;
}

.customimage img {
width: 550px;
border: 1px solid #999;
margin-bottom: 10px;
padding: 0px;
}
