/*
Theme Name: Michigan YR THeme
Theme URI: www.michiganYR.com
Description: Custom Theme done for the Michigan Young Republicans
Author: Baron John Carlos Cruz <john@cruzweb.net>
Author URI: http://www.cruzweb.net
Version: 1.0
Tags: michigan, republican, gop
.
.
*/

html {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;

	background-color: #ffffff;
	
	text-align: center;
	
	margin: 0;
	padding: 0;

	background-image: url("images/background.png");
	background-repeat: repeat-x;
}

body {

	text-align: center;
	
	margin: 0;
	padding: 0;
}



/* Links */
a,
a:active,
a:visited {
	
	color: #bb0808;
		
}

a:hover {


	color: #000000;

}


/* Floats */
.clear {

	clear: both;

}

.clear10 {

	clear: both;
	height: 10px;
	line-height: 10px;

}

.clear20 {

	clear: both;
	height: 20px;
	line-height: 20px;

}

.left {

	float: left;
	margin-right: 10px;
}


.right {

	float: right;
	margin-left: 10px;
}

/* Padding */

.pad10 {
	
	padding: 10px;

}

.pad5 {

	padding: 5px;

}

.margin10 {

	margin: 10px

}

.margin5 {
	
	margin: 5px;

}

/* Images */

img {

	padding: 0;
 	margin: 0;
 	border: 0;
 	
}

/* colors */

.red {

	color: #b70000;

}

.green {

	color: #00ff00;
}

.blue {

	color: #174876;
}


.black {

	color: #000000;
	
}

.white {

	color: #ffffff;
	
}

.yellow {
	
	color: #FFFF00;

}

.teal {

	color: #00FFFF;
	
}

.grey {

	color: #4e4848;

}

.orange {
	
	color: #FF9900;

}

.beige {

	color: #f4f1ea;
}

#header {

	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 249px;
	overflow: none;
	background-image: url("images/header-bg.jpg");
	background-repeat: no-repeat;
}

#content {
	
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	width: 930px;
	text-align: left;
	padding: 10px;
	padding-top: 60px;
	text-align: left;
	background-color: #cccccc;
	min-height: 400px;
	overflow: auto;
	padding-bottom: 20px;
}



#footwrapper {
	
	width: 100%;
	text-align: center;
	background-color: #bb0808;
	
	
}
#footer {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 142px;
	font-size: 14px;
	background-image: url("images/footer-bg.jpg");
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #ffffff;
}

#header p.logo {

	float: left;
	margin-top: 20px;

}

#topIcons {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 20px;
}

#topIcons li {
	
	margin-right: 10px;
	height: 36px;
	line-height: 36px;
	float: left;
}

.blackTrans {

	background-image: url('images/50black.png');

}


#navigation {
	
	position: absolute;
	width: 971px;
	height: 86px;
	background-image: url('images/nav-bg.png');
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-bottom: 14px;
	padding-left: 11px;
	z-index: 200;
	top: 185px;
	margin-left: -11px;
}

#navButtons {
	float:right;
	position:relative;
	left:-51%;
	text-align:left;
}

#nav {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;.
	list-style:none; 
	position:relative;
	left:50%;	
}

#nav li {
	
	float: left;
	background-image: url('images/nav-sep.png');
	background-position: right center;
	background-repeat: no-repeat;
	height: 79px;
	line-height: 79px;
}

#nav li a {
	
	font-size: 20px;
	display: block;
	height: 79px;
	line-height: 79px;
	padding-left: 20px;
	padding-right: 20px;

	color: #ffffff;
	
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover,
#nav li a.active {
	
	background-image: none;
	background-color: #7d0000;
	color: #ffffff;

}

#footListWrapper {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-bottom: 20px;

}

#footListWrapper ul {

	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	list-style:none; 
	position:relative;
	left:50%;
}

#footListWrapper ul li {

	float: left;
	margin-right: 20px;
	position: relative;
}

#footListWrapper ul li a {
	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

#footListWrapper ul li a:hover {

	text-decoration: underline;
	color: #000000;
}

#footer p {

	padding: 0;
	margin: 0;
}

ul.redDot {

	margin: 0;
	padding: 0;
	list-style-type: none;


}

ul.redDot li {
	padding-left: 18px;
	background-image: url('images/red-dot.png');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-position: 0px 3px;
	font-size: 14px;
}

#search {
	
	float: right;
	padding-top: 5px;
}

#search p {
	
	display: table;

}

#search p,
#search #searchform {
	
	margin: 0;
	padding: 0;
	line-height: 18px;
	display: table-cell;
	vertical-align: top;
}

#search .s {
	
	border: 1px solid #000000;
	padding: 2px;
	width: 200px;
	margin: 0;
}

#search button.btn {
	width: 26px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999em;
	background: url(images/search.png) no-repeat top right;
	border: 0 !important;
}

#headings {
	
	float: right;
	clear: right;
	color: #ffffff;
	text-align: right;
	padding-top: 50px;
}

#headings h1,
#headings h2 {
	
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Times New Roman, Serif;
}

#headings h1 {
	
	font-size: 36px;
}

#text {

	float: left;
	margin-right: 20px;
	width: 500px;
	
}

#sidebar {
	
	float: right;
	width: 400px;
	
	
}

#text h1,
#text h2,
#text h3,
#text h4 {
	
	color: #bb0808;
	
}

div.yrJoin {
	display: block;
	width: 391px;
	height: 79px;
	background-image: url('images/yr-club.jpg');
	background-repeat: no-repeat;
}

.yrJoin form {
	
	padding-top: 40px;
	padding-left: 20px;
	
}
