/***************************************
	MikesGazette.com
	Created by: Michael Cabarus
	Date: 03.16.06
	Copyright Protected 2006
	
 ***************************************/

/***************************************
	HTML Elements
 ***************************************/
 
body {
	color: #FFF;
	background: #000 url(../includes/background.jpg) repeat-y center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}

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

a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

p { 
  padding-top: 5px !important;
  padding-top: 3px;
  padding-bottom: 5px !important;
  padding-bottom: 3px;
}

h1 {
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: #0234D1;
	width: 100%;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #FFF;
}

h1 span {
  display: block;
  padding: 2px;
}

h2 {
	margin: 0;
	padding: 0;
	font: 700 1.2em verdana, sans-serif;
}

hr {
    border:0;
    color:#fff;
    background-color:#fff;
    width: 90%;
}

input {
  width: 25%;
}

textarea {
  width: 100%;
}

select {
  width: 175px;
}

option {
	width: 225px;
	border: 0;
	font-weight: normal;
}

select {
	padding: 1px 3px;
	margin: 10px 0;
	font: 1em verdana, arial, sans-serif;
	color: #FFF;
	background-color: #0234D1;
	border: 1px solid #FFF;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}

select:hover {
	color: #FFF;
	background: #7698FE;
}

input,
textarea {
	padding: 1px 3px;
	margin: 5px 0;
	font: 1em verdana, arial, sans-serif;
	color: #FFF;
	background-color: #0234D1;
	border: 1px solid #FFF;
	text-align: left;
	text-size: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #0099FF;
  border: 1px solid #FFF;
}

#content ul li {
list-style-image:url(../includes/li.gif);
}

/***************************************
	HTML Layouts
 ***************************************/

#content {
	width: 800px;
	height: 640px;
	margin: 0 auto;
	background: #000066 repeat-y;
	text-align: left;
}

/***************************************
	Banner
 ***************************************/

#banner {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: url(../includes/banner.jpg) no-repeat center;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 800px;
  margin: 0 auto;
  text-align: left;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#menu ul li {
	width: 8em;
	display: inline;
	float: left;
	padding: 7.8em 0 0 0;
	list-style: none;
	text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #FFF;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #FFF;
  background: url(../includes/tab.gif) no-repeat center bottom;
}

/***************************************************
	Page Content
 ***************************************************/

#text {
  	float: left;
  	width: 410px !important;
  	width: 437px;
  	padding: 10px 5px 20px 20px !important;
  	padding: 20px 5px 20px 10px;
}

#text img {
    border: 0;	
}

#text select{
    font-weight: normal;
    -moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 0;
    width: 25%;        
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#sideBar {
  float: right;
  width: 175px !important;
  width: 190px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}


#sidebar ul {
position:relative;
left:-25px;
}

#sideBar h1 {
  text-align: right;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
}

#indent {
    float: right;
    padding-top: 10px;
}

#donate {
    float: left;
    width: 100px;
    height: 50px;
    background: url(../includes/paypal.jpg) no-repeat 0 0;
    border: 0;
    margin-right: 25px;
}

#donate:hover {
    background-position: 0 -50;
}

/***************************************************
	Recent News Layout
 ***************************************************/

#footer {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  height: 34px;
  clear: both;
 }

a.mikesgazette {
  float: left;
  width: 30px;
  height: 34px;  
  margin-right: 10px;
  background: url(../includes/logo_mikesgazette.gif) no-repeat 0 0;
}

a:hover.mikesgazette  {
  background-position: -30px 0;
}

a.firefox {
  float: left;
  width: 30px;
  height: 34px;  
  margin-right: 10px;
  background: url(../includes/logo_firefox.gif) no-repeat 0 0;
}

a:hover.firefox  {
  background-position: -30px 0;
}
/***************************************************
	Recent News Layout
 ***************************************************/

#headline {
	width: 175px;
	height: 150px;
	float: left;
	margin-right: 0;
}

#headline_pic {
    float: right;
    margin-left:25px;
}

#column {
	width: 200px;
	width: 175px !important;
	height: 50px;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin: 12px;
}

/***************************************************
 Page Navigation
 
    Note: Used to navigate through article pages
 ***************************************************/
 
#page-nav {
    width: 400px;
    float: right; 
}

#left-nav {
    text-align: left;
}

#right-nav {
    text-align: right;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.italic {
	font-style: italic;
}

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

#left {
  float: left;
}

.right {
  float: right;
}

.hand {
    cursor: pointer;
}

#align-r {
    text-align: right;
    clear: none;
}

#align-l {
    text-align: left;
}

img.l {
    float: left;
    margin: 0 10px 5px 0;
}

img.r {
    float: right;
    margin: 0 0 5px 10px;
}
 