/*  
Theme Name: million dollor
Theme URI: http://purposemakers.net
Description: million dollor
Version: 0.1
Author: Michael McCrea  
Author URI: http://purposemakers.net
*/



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

* div  {
	background:#db2b1e;
}


  Global Styles
-----------------------------------------------------------------------------------------------*/



* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p { margin:0 0 1em 0; }


.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	color:#333;
	font-size:80%;
  background:#fff url(img/body_bg_01.gif) top left repeat;
	font-family:Arial, Verdana, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:1000px;
	margin:0 auto;
	padding:0;	
}

a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:hover { 
	color:#db2b1e;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#db2b1e;
	font-weight:normal;
	padding-top:10px;
	margin:0 0 20px 0;	
}

h2, h3{
	font-size:1.8em;
}

h4{
	font-size:1.5em;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

ol li{
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	padding:1px 12px 1px 1em;
	border-left:2px solid #C00;
	color:#BBB;
	background-color:#333;
	font-size:1.1em
}



/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background-color:#db2b1e /* url(img/header_bg_01.gif) top left repeat-x; */
}

#header .inside{
	background-color:#db2b1e;
}

#header h2{ 
	font-size:2.25em;
	margin:20px 0;
	padding:0;
	float:left;
}

#header h2 a{ 
	text-decoration:none; 
	display:block;
	width:190px;
	height:60px;
	border:0;
	text-indent:-10000px;
	background: transparent url(img/club_tyrone_logo_01.gif) no-repeat left top;
}

#header h3{ 
	margin:40px 0 0 0;
	padding:0;
	color:#db2b1e;	
}

ul#strategy{
	border:0;
	padding:0;
	margin:20px 0 0;
	width:810px;
	float:right;
}

ul#strategy li{
	float: left;
	display: inline;	
	margin:0;
	padding: 0;
	list-style-type: none;
	border:0;
	font-weight: bold;
}

ul#strategy li a{
	float: left;
	display: block;
	margin:0 0 0 20px;	
	width:175px;
	height:60px;
	border:0;
	text-indent:-10000px;
}

#join a {
  background: url(img/join_club_tyrone_02.gif) no-repeat 0 0;
	margin:0 0 0 50px !important;  
}

#patron a {
  background: url(img/patron_02.gif) no-repeat 0 0;
}

#million a {
  background: url(img/pixels_02.gif) no-repeat 0 0;
}

#sponsor a {
  background: url(img/sponser_02.gif) no-repeat 0 0;
}


/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/


#nav {
	height:40px;
	background-color:#bc251b;
}

ul#navigation{
	border:0;
	padding:0;
	margin:0 ;
	float:left;
	clear:both;
}

ul#navigation li{
	float: left;
	display: inline;	
	margin: 8px 0 5px 0;
	padding: 0;
	list-style-type: none;
	border:0;
	font-weight: bold;
}

ul#navigation li a{
	float: left;
	display: block;
	margin:2px 0 0 0;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	border-left:1px solid #ccc;
}

* html ul#navigation li a{
	margin:35px 0 0 0;
}

ul#navigation li a:hover, ul#navigation li a.selected {
	color: #000;
}

ul#navigation li.current_page_item a {
  color:#000;
}

ul#navigation li.current_page_parent a {
  color:#000;
}

ul#navigation li a.no_sep {
	border-left:none;
}

#pixel_nav {
	height:40px;
 	background-color:#87741e;
}


#pixel_nav ul{
  color:#fff;
	border:0;
	padding:0;
	margin:0 ;
	float:left;
	clear:both;
}

#pixel_nav li{
	float: left;
	display: inline;	
	margin: 8px 0 5px 0;
	padding: 0;
	list-style-type: none;
	border:0;
	font-weight: bold;
}

#pixel_nav li a{
	float: left;
	display: block;
	margin:2px 0 0 0;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	border-left:1px solid #ccc;	
}

#pixel_nav li a.no_sep {
	border-left:none;
}

.pixel_stats {
  font-weight:bold;
  margin:8px 0 5px;  
  color:#fff;
  float:right;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	text-align: left;
}

#primary .inside{

}

.pixel_content {
  background-color:#eee;
}

/* Single Post Styles */

#primary .primary {
	float:left;
}

#primary .post{
	width:600px;
	float:left;
	padding:20px 0;	
}

#primary .primary a, #primary .secondary a{
	color:#db2b1e;
	text-decoration:none;
}
#primary .primary a:hover, #primary .secondary a:hover{
	color:#666666;
}

.no_r {
  margin-right:0;
}

.pixel {
  padding:0 10px 10px 0;
  float:left;
}

.iframe {
  border:none;
  padding:30px 0 0 0;
}


.postmetadata {
  font-size:11px;
  font-weight:bold;
  background-color:#eee;
  margin:0 0 50px 0;
  padding:5px;
}

#primary h2 a{ 
  color:#fff;
	display:block;
  background:#db2b1e url(img/call_action_01.png) right center no-repeat;
  padding:15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}

#primary h2 a:hover { 
  background-color:#bc251b;
}


#cancel a {
  background-color:#ccc;
  color:#fff;
  padding:10px;
  width:190px;
	display:block;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
}

#cancel a:hover { 
  background-color:#aaa;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary{
	float:right;
	width:280px;
	padding:20px 0;
	margin-left:30px;
	display:inline;
}

.secondary ul {
	list-style-type:none;
	margin:0 0 2em 0;
}

.secondary ul li {
	list-style-type:none;
	margin:0;
	padding:0.8em 0;
	border-bottom:1px solid #eee;
}

#primary .secondary li.current_page_item a {
  color:#fff;
  font-weight:bold;
  background-color: #db2b1e;
  padding:5px;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	height:50px;
	margin:0;
	background-color:#bc251b;
	padding:30px 0 50px 0;
	color:#fff;
}

#footer p {
	margin:0;
	font-size:12px;
}

#footer p.attributes{ 
	float:right;
	padding:0 0 0 1em;
}

a.rss {
  padding:0 0 5px 16px;
  background: url(img/feed-icon-12x12.gif) no-repeat 0 1px;
}

#footer a {
  font-weight:bold;
  color:#fff;
}


#footer a:hover {
  color:#dc291e;
}