/*
------------------------------------------------------------------------
Theme Name:    News
Theme URI:     http://quommunication.com/
Description:   A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version:       1.02
Author:        Quommunication
Author URI:    http://quommunication.com/
------------------------------------------------------------------------

Support:       Bence Kucsan, support@quommunication.com
Updated:       January 14 2008
Copyright:     (c) 2008 Quommunication, a product of Bence Kucsan

All rights reserved.
*/







/*-----------------------
ClearFix
------------------------*/

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */






body {
	margin: 0px;
	padding: 0px;

	background-color: #dfeaff;

	font-family: Arial;
	font-size: 14px;
	color: #333333;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-top: 1px solid #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}


/*
--------------------------------------------------------------------------------------------------
CONTAINER - The 1020px wide wrapper used to wrap the whole dang thing. Periwinkle blue, thank you.
--------------------------------------------------------------------------------------------------
*/
.container1020 {
	margin: 0px auto;
	_margin: 0px auto;
	padding: 0px;
	background-color: #6495ed;
        width: 1020px;
	

}


/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	float:left;
	margin:0 20px;
	_margin:0 20px;
	padding:0;
	text-align:left;
	width:980px;
}
/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	_margin: 0px auto;
	padding: 0px;
        
	width: 1000px;
	height: 50px;

	text-align: left;
}

.logo, .logo a, .logo a:visited {
	margin: 0px 0px 0px 50px;
	_margin: 0px 0px 0px 50px;
	padding: 0px;
	text-decoration: none;
	float: left;
    color: #6495ed;
    text-align:left;
}

.search {
	margin: 0px;
	padding: 0px;
	
	background-color: #6495ed;

	float: right;
}

.search .input {
	margin: 0px 3px 0px 0px;
	_margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 75px;
	
	font-family: Arial;
	font-size: 11px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #7A7A7A;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/



  /* -------------------------------------------------------------------
  BEGIN Home Navigation layout and styles
  -------------------------------------------------------------------*/





  .hNavBG{
    float:left;
    background-image:url(images/homeNav/homeNavBG.png);
	background-repeat: no-repeat;
	float:left;
	margin: 0;
	}
  
#hNav {
		margin: 0;
		padding: 0;
		float: left;
		height: 37px;
		
               
	}

#hNav li{ 
     display:block;
	float:left;
	margin: 0px;
	height: 37px;

  }
  
  
#hNav li a{ 
  display:block;
  overflow: hidden;
  text-indent: -999em;;
  height: 37px;

  }
  

  
  
  #hNav li.Home a:link,  #hNav li.Home  a:visited {
	float:left;
  	background-image:url(images/homeNav/home-btn.png);
  	height:37px;
	width:92px;
	
  }
    
  #hNav li.Articles a:link, #hNav li.Articles  a:visited{
    float:left;
  	background-image:url(images/homeNav/articles-btn.jpg);
  	height:37px;
	width:94px;
	
  }
  
  #hNav li.Books a:link, #hNav li.Books  a:visited{
    float:left;
  	background-image:url(images/homeNav/books-btn.jpg);
  	height:37px;
	width:75px;
	
  }
  
  #hNav li.Health a:link, #hNav li.Health a:visited{
    float:left;
  	background-image:url(images/homeNav/health-btn.jpg);
  	height:37px;
	width:81px;
	
  }
  
  #hNav li.Fitness a:link, #hNav li.Fitness a:visited{
    float:left;
  	background-image:url(images/homeNav/fitness-btn.jpg);
  	height:37px;
	width:85px;
	
	
  }
  
  #hNav li.Medical a:link, #hNav li.Medical a:visited{
    float:left;
  	background-image:url(images/homeNav/medical-btn.jpg);
  	height:37px;
	width:89px;
	
  }
  
  #hNav li.Photos a:link, #hNav li.Photos a:visited{
    float:left;
  	background-image:url(images/homeNav/photos-btn.jpg);
  	height:37px;
	width:85px;
	
  }
  
  #hNav li.Tools a:link, #hNav li.Tools a:visited{
    float:left;
  	background-image:url(images/homeNav/tools-btn.jpg);
  	height:37px;
	width:73px;
	
  }
  
    #hNav li.Discussion a:link, #hNav li.Discussion a:visited{
    float:left;
  	background-image:url(images/homeNav/discussion-btn.jpg);
  	height:37px;
	width:176px;
	
  }
  
    #hNav li.Register a:link, #hNav li.Register a:visited{
    float:left;
  	background-image:url(images/homeNav/register-btn.png);
  	height:37px;
	width:120px;
	
  }
 

    #hNav li.Home a:hover{

  	background-image:none;

	
  }
 

    #hNav li.Articles a:hover{

  	background-image:none;

	
  }
 


    #hNav li.Books a:hover{

  	background-image:none;
;
	
  }
 
     #hNav li.Health a:hover{

  	background-image:none;

	
  }
 
     #hNav li.Fitness a:hover{

  	background-image:none;

	
  }
 
     #hNav li.Medical a:hover{

  	background-image:none;

	
  }
 
     #hNav li.Photos a:hover{
 
  	background-image:none;

	
  }
 
     #hNav li.Tools a:hover{

  	background-image:none;

	
  }
 
 
     #hNav li.Discussion a:hover{

  	background-image:none;

	
  }
 
 
 
     #hNav li.Register a:hover{

  	background-image:none;

  }
 
 


  
  
  /* -------------------------------------------------------------------
  END Home Navigation layout and styles
  -------------------------------------------------------------------*/
  
  
  
  
  
  /* --------------------------------------------------------
  BEGIN additional Navigation layout and styles
  ----------------------------------------------------------*/
  
  .aNavBG{
  float:left;
    background-image:url(images/additionalNav/additionalNavBG.png);
	background-repeat: no-repeat;
	float:left;
	margin: 0 24px;
	}
  
#aNav {
		margin: 0;
		padding: 0;
		float: left;
		height: 46px;
		
               
	}

#aNav li{ 
     display:block;
	float:left;
	margin: 0px;
	height: 46px;

  }
  
  
#aNav li a{ 
  display:block;
  overflow: hidden;
  text-indent: -999em;;
  height: 46px;

  }
  

  
  
  #aNav li.Home a:link,  #aNav li.Home  a:visited {
	float:left;
  	background-image:url(images/additionalNav/home-btn.png);
  	height:46px;
	width:92px;
	
  }
    
  #aNav li.Articles a:link, #aNav li.Articles  a:visited{
    float:left;
  	background-image:url(images/additionalNav/articles-btn.jpg);
  	height:46px;
	width:94px;
	
  }
  
  #aNav li.Books a:link, #aNav li.Books  a:visited{
    float:left;
  	background-image:url(images/additionalNav/books-btn.jpg);
  	height:46px;
	width:75px;
	
  }
  
  #aNav li.Health a:link, #aNav li.Health a:visited{
    float:left;
  	background-image:url(images/additionalNav/health-btn.jpg);
  	height:46px;
	width:81px;
	
  }
  
  #aNav li.Fitness a:link, #aNav li.Fitness a:visited{
    float:left;
  	background-image:url(images/additionalNav/fitness-btn.jpg);
  	height:46px;
	width:85px;
	
	
  }
  
  #aNav li.Medical a:link, #aNav li.Medical a:visited{
    float:left;
  	background-image:url(images/additionalNav/medical-btn.jpg);
  	height:46px;
	width:89px;
	
  }
  
  #aNav li.Photos a:link, #aNav li.Photos a:visited{
    float:left;
  	background-image:url(images/additionalNav/photos-btn.jpg);
  	height:46px;
	width:85px;
	
  }
  
  #aNav li.Tools a:link, #aNav li.Tools a:visited{
    float:left;
  	background-image:url(images/additionalNav/tools-btn.jpg);
  	height:46px;
	width:73px;
	
  }
  
    #aNav li.Discussion a:link, #aNav li.Discussion a:visited{
    float:left;
  	background-image:url(images/additionalNav/discussion-btn.jpg);
  	height:46px;
	width:176px;
	
  }
  
    #aNav li.Register a:link, #aNav li.Register a:visited{
    float:left;
  	background-image:url(images/additionalNav/register-btn.png);
  	height:46px;
	width:121px;
	
  }
 

    #aNav li.Home a:hover{

  	background-image:none;

	
  }
 

    #aNav li.Articles a:hover{

  	background-image:none;

	
  }
 


    #aNav li.Books a:hover{

  	background-image:none;
;
	
  }
 
     #aNav li.Health a:hover{

  	background-image:none;

	
  }
 
     #aNav li.Fitness a:hover{

  	background-image:none;

	
  }
 
     #aNav li.Medical a:hover{

  	background-image:none;

	
  }
 
     #aNav li.Photos a:hover{
 
  	background-image:none;

	
  }
 
     #aNav li.Tools a:hover{

  	background-image:none;

	
  }
 
 
     #aNav li.Discussion a:hover{

  	background-image:none;

	
  }
 
 
 
     #aNav li.Register a:hover{

  	background-image:none;

  }
 
 
  /* ---------------------------------------------------------
  END additional Navigation layout and styles
  ----------------------------------------------------------*/







/*-------------------------------------------------------------
BEGIN Video Panel Styles for container and for actual content
--------------------------------------------------------------*/
#videoPanelContainer{
        width:969px;
        margin: 0px 25px;
		_margin: 0px 25px;
        float:left;
}

#videoPanelBody{
        width:969px;
		float:left;
        background-image:url(images/videoPanelBody.png);
}

#videoPanelBottom{
        width:969px;
        height: 17px;
        float:left;
        background-image:url(images/videoPanelBottom.png);
}


.main_box {
		clear:both;
		width:960px;
}

#video_pan {
		color:#4A4A4A;
		float:left;
		font-size:12px;
		font-weight:bold;
		margin:0 0 0 25px;
		padding-left:0;
		width:505px;
}

.main_opti {
     float:left;
     font-size:12px;
     margin:10px 20px;
     width:100px;
}
.main_opti p{
		line-height:1em;
		font-size: 11px;
}



/*----------------------------------------------------------
END Video Container and content
----------------------------------------------------------*/




/*-----------------------------------------------------------
Gallery Frame goes here for Home Page slideshow
------------------------------------------------------------*/

#galleryTop {
     
     width: 971px;
     height: 15px;
     background-image:url(images/galleryTop.png);
}

#galleryBottom {
     
     width: 971px;
     height: 15px;
     background-image:url(images/galleryBottom.png);
}


#galleryBody{
     
     width: 971px;
  
     background-image:url(images/galleryBody.png);
}





#menu {
	margin: 0px auto;
	_margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height:46px;
	width: 100%;
 
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	_margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 16px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #cc0000;
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #cc0000;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {

	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	_margin: 0px auto;
	padding: 0px;
	
	width: 100%;
	height: 32px;
	background-color: #eeeeee;
	
	border-bottom: 1px solid #cccccc;	
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	_margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	_margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */





/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_Article {
	
	margin: -10px 0 0;
	_margin: -10px 0 0;
	padding:0 20px;
	width:625px;
}


.column_main {
	float:left;
	margin:10px 0 0;
	_margin:10px 0 0;
	padding:0 0 20px 0;
	width:650px;
}

.column_mainBOX {
	float:left;
	margin:11px 14px 0 6px;
	_margin:11px 14px 0 6px;
	width:650px;
}
#column_mainBOX-Top{
     width: 675px;
     float:left;
     height: 18px;
     background-image:url(images/column_Main-Top.png);
}
#column_mainBOX-Body{
     width: 675px;
     float:left;
     background-image:url(images/column_Main-Body.png);
}
#column_mainBOX-Bottom{
     width: 675px;
     float:left;
     height: 19px;
     background-image:url(images/column_Main-Bottom.png);
}



.column_articleBOX {
		float:left;
		margin:15px 13px 0 6px;
		_margin:15px 13px 0 6px;
		width:650px;
}

#column_articleBOX-Top{
     width: 675px;
     float:left;
     height: 18px;
     background-image:url(images/column_Main-Top.png);
}
#column_articleBOX-Body {
background-image:url(images/column_Main-Body.png);
float:left;
padding:0 25px;
width:625px;
}
#column_articleBOX-Bottom{
     width: 675px;
     float:left;
     height: 19px;
     background-image:url(images/column_Main-Bottom.png);
}




.column_TopRight-a {
	margin: 15px 0px 0px 25px;
	_margin: 15px 0px 0px 25px;	
	float:left;
	width: 277px;
	
	
}



#column_TopRight-aTop{
     width: 277px;
     height: 18px;
     float:left;
     background-image:url(images/column_Right-a-Top.png);
}

#column_TopRight-aBody{
     width: 277px;
     float:left;

     background-image:url(images/column_Right-a-Body.png);
}


#column_TopRight-aBottom{
     width: 277px;
     float:left;
     height: 19px;
     background-image:url(images/column_Right-a-Bottom.png);
}



.column_TopRight-b {
	margin: 12px 0 0 25px;
	_margin: 12px 0 0 25px;
	float:left;
	
	width: 277px;
	

}



#column_TopRight-bTop{
     width: 277px;
     height: 20px;
     float:left;
     background-image:url(images/column_Right-b-Top.png);
}

#column_TopRight-bBody{
     width: 277px;
     float:left;

     background-image:url(images/column_Right-b-Body.png);
}


#column_TopRight-bBottom{
     width: 277px;
     float:left;
     height: 19px;
     background-image:url(images/column_Right-b-Bottom.png);
}



.adColumn_Right {
	float:left;
	margin:13px 0 0 25px;
	_margin:13px 0 0 25px;
	text-align:center;
	width:277px;
}


#adColumn_rightTop{
     width: 277px;
     height: 19px;
     float:left;
     background-image:url(images/column_Right-a-Top.png);
}

#adColumn_rightBody{
     width: 277px;
     float:left;

     background-image:url(images/column_Right-a-Body.png);
}


#adColumn_rightBottom{
     width: 277px;
     float:left;
     height: 20px;
     background-image:url(images/column_Right-a-Bottom.png);
}


.column_right {
	margin: -10px 0px 5px 0px;
	_margin: -10px 0px 5px 0px;
	padding: 0px 23px;
	
	width: 180px;
	
	float: left;

}

.column_left_b {
     border-right:1px solid #CCCCCC;
     float:left;
     margin:-10px 6px 0 20px;
	 _margin:-10px 6px 0 20px;
     padding:0 20px 20px 4px;
     width:180px;
}

.column_center_b {
	border-right:1px solid #CCCCCC;
	float:left;
	margin:-10px -5px -1px;
	_margin:-10px -5px -1px;
	padding:0 17px 20px;
	width:191px;
}

.column_adright {
	margin: 0px 0px 10px 0px;
	_margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	
	width: 250px;
	
	float: left;
}

/* END Column Definitions */






	
	

/* Featured (the first entry in every category archives and on the index page, currently with that black background ) */

/*-------------------------
Featured Box
-------------------------*/

#featuredBox{
     width: 675px;
     float:left;
     margin:5px 0 0 6px;
}

#featuredBoxTop{
     float:left;
     width: 675px;
     height: 19px;
     background-image:url(images/featuredTop.png);
}

#featuredBoxBody{
	 float:left;
     width: 675px;
     background-image:url(images/featuredBody.png);
}

#featuredBoxBottom{
     float:left;
     width: 675px;
     height: 19px;
     background-image:url(images/featuredBottom.png);
}








#featured {
    margin: 0 30px 0 20px;
	_margin: 0 30px 0 20px;
	padding: 0;
	width: 635px;
	background-color: #ffff00;
    height: 215px;
}

#featured h1 a, #featured h1 a:visited {
	color: #000000;
}

#featured h1 a:hover {
	color: #000000;
}

#featured h2 {
	color: #999999;]
        
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #3965b3;
	border-bottom: 1px solid #3965b3;
}

#featured h2 a:hover {
	color: #3965b3;
	border-bottom: 1px solid #3965b3;
}

#featured h2 i {
	color: #999999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#featured h2 i a:hover {
	color: #999999;
	border-bottom: 1px solid #333333;
}

#featured p {
	color: #000000;
    margin: 0;
}

#featured p a, #featured p a:visited {
	color: #333333;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #444444;
	border-bottom: 1px solid #444444;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	_margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	_margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;
	_margin: 20px 0px 20px 0px;
	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	_margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #eeeeee;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}


/*--------------------------------------------------------------------
Category Body-This is the style for the Category page that displays the different children in that category
---------------------------------------------------------------------------------------------------------*/
#categoryBody img {
		width: 100px;
		height: 91px;
		float: left;
		margin: 4px 10px;
	}
	
	#categoryBody h2 {
		font-size: 24px;
		margin-left: 20px;
	}
	
	#categoryBody h3 {
		font-size: 18px;
		margin-left: 25px;
	}

	#categoryBody h3 a {
		color: #000;
	}
	
	#categoryBody #mainCol {
		float: left;
		width: 750px;
		margin: 0 5px 20px;
	}
	
	#categoryBody .adCol {
		float: left;
		margin-right: 30px;
	}

	

	#categoryBody .article {
                clear:none;
                float:left;
                height:100px;
                margin:5px;
                overflow:hidden;
                padding-right:15px;
                width:310px;
                margin-bottom: 30px;
}

	#categoryBody .profiles .article {
		height: 60px;
                margin: 20px;
	}

	#categoryBody .article h3 {
		font-size: 16px;
                margin-top: 0;
	}

	#categoryBody .profiles h3 {
		font-size: 20px;
                margin: 0 20px;
	}

	#categoryBody .profiles {
		font-size: 16px;
                margin: 0 20px;
	}

        .article h4 {
		font-size: 14px;
                margin: 2px 20px;
	}

	#categoryBody .profiles .article img {
		border: 1px solid black;
		width: 50px;
		height: 50px;
	}

	#categoryBody .navigation {
		float: left;
		clear: left;
	}
	
	#categoryBody ul.postsByCategory, #categoryBody ul.postsByCategory ul {
		float: left;
		clear: left;
		list-style-type: none;
		padding: 0;
		margin: 0 0 20px 0;
	}

	#categoryBody ul.postsByCategory li {
		clear: left;
		list-style-type: none;
		padding: 0;
	}

	#categoryBody ul.postsByCategory li .excerpt{
		margin-left: 120px;
	}

	#categoryBody ul.postsByCategory ul li {
		clear: none;
	}
	
.postsByCategory a{
text-decoration:none;
color: #000000;
font-weight:normal;
}
	

.excerpt p {
font-size:12px;
margin-top:-10px;
text-decoration:none;
}

.excerpt a{
text-decoration:none;
color: #000000;
}








/* END Categories */




























/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	_margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	border-bottom:1px dashed #AAAAAA;
	line-height:16px;
	list-style-type:none;
	margin:0 0px;
	padding:7px 1px;
}

#contentArticle li {
	border-bottom:1px dashed #AAAAAA;
	line-height:15px;
	list-style-type:none;
	margin:0 19px;
	_margin:0 19px;
	padding:10px 0;
}



.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	_margin: 0px 0px 15px 0px;
	padding: 0px;

	color: #000000;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	_margin: 3px 10px 5px 0px;
	padding: 0px;
	
	float: left;
	
	height: 82px;
	
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	_margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #cc0000;
}

#entry {
	margin: 10px 0px 0px 0px;
	_margin: 10px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	_margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	_margin: 5px 0px 10px 20px;
	padding: 0px;
	
	border: none;
}

#entry p {
	margin: 8px 0px;
	_margin: 8px 0px;
	
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	_margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: none;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;
	_margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #336699;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	_margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	_margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	_margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */
.arrowDownBegin{

height:72px;
width:240px;
overflow:hidden;
margin:5px 45px; 
}

.arrowDown{

height:72px;
width:240px;
overflow:hidden;
margin:5px 45px;
}

.arrowDownNone{
height:72px;
width:240px;
overflow:hidden;
margin:5px 45px; 

height:100%;


}

.resourceCenterLinks{
float:left;
font-size:80%;
padding:0 8px ;
line-height:1.5em;

}

.resourceCenterLinks a{
text-decoration:none;
}

.resourceCenterLinks a:hover{
text-decoration:underline;
}

.resourceCenterBG{
background-image:url(images/column_Right-b-BodyLinks.jpg);
background-repeat:repeat;
float:left;
margin:0px;
}

.tab_container {
	margin: 0px;
	padding: 0px;
	
	border: 5px solid #eeeeee;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	
	height: 27px;
	
	background-color: #eeeeee;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;

	
	background-color: #eeeeee;
	
	font-size: 11px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color: #eeeeee;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #eeeeee;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #cc0000;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/



a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
	text-decoration: none;
	border: 0 none;
	}

h1, h1 a, h1 a:visited {
	margin: 0px ;
	padding: 0px;

	font-family: Geneva, Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #cc0000;
}

h2 {
	margin: 15px 0px 5px 0px;
	_margin: 15px 0px 5px 0px;
	padding: 0px;

	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc0000;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #cc0000;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	_margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/


#footerBox{
     width: 965px;
 
     margin:0px 0 0 27px;
	 _margin:0px 0 0 27px;
}

#footerBoxTop{
     float:left;
     width: 965px;
     height: 20px;
     background-image:url(images/footerTop.png);
}

#footerBoxBody{
	 float:left;
     width: 965px;
     background-image:url(images/footerBody.png);

}

#footerBottom{
     float:left;
     width: 965px;
     height: 20px;;
     background-image:url(images/footerBottom.png);
	 margin: 0 1px;
}





#footer {
	margin: 0px auto;
	_margin: 0px auto;
	margin-top: 0px;
	padding: 20px 0px 20px 0px;
	
	width: 950px;

}

#footer p.left {
	font-size: 11px;
	color: #999999;
	float: left;
    margin-left: 25px;
    _margin-left: 25px;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
    margin-right: 25px;
	_margin-right: 25px;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}



#footerContainer{
     width:950px;
}

/*---------------------------------------------------------
BoardStats THIS IS THE NEWER CODE I MADE THAT MAY END UP BEING USED



.boardStats {
		margin-left:20px;
		width: 277px;
		color:#FF0000;
	}

.boardStats a {
               float:left;
               font-weight:bold;
               margin:10px 30px;
               text-align:center;
               text-decoration:none;
}

.boardStats p{
		
		width: 100px;
		color:#FF0000;
	}


-------------------------------------------------------*/
#communityStats {

color:#000000;
font-family:Geneva,Arial;
font-size:18px;
font-weight:normal;
letter-spacing:-1px;
margin:0 20px 5px;
padding:0;
text-align:center;
}

#subhead .boardStats {
		width: 277px;
		margin: 20px;
	}

	.text b {
		color: #fc4100;
		margin-left: 25px;
		_margin-left: 12px;
		width: 70px;
		display: block;
		float: left;
	}

         .text {
                color:#FC4100;
               
                float:left;
                margin-left:25px;
                
        }
.boardStats dl {
		padding: 0;
		margin: 0;
	}
	
	.boardStats dt {
		line-height: 25px;
		float: left;
		margin-left:25px;
	}
	
	.boardStats dd {
		float: left;
		line-height: 25px;
		color: #fc4100;
		font-weight: bold;
		text-align: center;
		width: 70px;
		margin-left: 25px;
		_margin-left: 12px;
	}
	
	a.register {
               float:left;
               font-weight:bold;
               margin:10px 58px 0 ;
               text-align:center;
               text-decoration:none;
}




	/*------------------------
	End Board Stats
	------------------------*/

/* Ads */
	.sideCol #ad3 {
		float: left;
		margin-bottom: 10px;
		_margin-bottom: 10px;
		background-color: #eee;
		padding: 20px 30px;
		width: 250px;
		height: 250px;
	}
	
	.adCol {
		float: left;
		margin-left: 37px;
		margin-right: 29px;
		_margin-left: 37px;
		_margin-right: 29px;
		margin-top: 45px;
		_margin-top: 45px;
	}
	
	.adCol .ad {
		margin-bottom: 10px;
		_margin-bottom: 10px;
	}
	
	.adCol .sideAd {
		width: 250px;
		height: 400px;
		margin-bottom: 16px;
		_margin-bottom: 16px;
	}

	#ad2 {
		margin-bottom: 6px;
		_margin-bottom: 6px;
	}

/* added by Greg Lynch March 18, 2009 */

	.top10 {
		float: left;
		width: 200x;
		padding: 10px;
		border: 1px solid #b9b9b9;
		margin-left: 40px;
		_margin-left: 15px;
	}

.top10 h2 {
		font-size: 16px;
		font-weight: bold;
		margin: 5px 0 10px 0;
		_margin: 5px 0 10px 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.top10 ol {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.top10 li {
		width: 200px;
		margin-bottom: 10px;
		_margin-bottom: 10px;
		display: block;
		float: left;
		clear: left;
	}

	.top10 li a, .top10 li .number {
		padding-top: 3px;
		display: block;
		float: left;
	}
	
	.top10 ol li .number {
		color: #fff;
		text-align: center;
		width: 22px;
		height: 19px;
		margin-right: 3px;
		_margin-right: 3px;
		background: url("http://www.steroidology.com/images/home/circle.gif") no-repeat;
	}
	
	.top10 li a {
		width: 170px;
		line-height: 1.3em;
		white-space: nowrap;
		overflow: hidden;
	}