/*
Theme Name: New MC
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
.clear { clear:both; }


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

body {
	background: #afb93a url(images/bg1.jpg) repeat-x;
	}
	#bpbar {
		background: #393939;
		height: 40px;
		color: #FFF;
		}
#wrap {
	border: 1px solid #000;
	width: 960px;
	margin: 0px auto;
	}
#container{
	border: 1px solid #000;
	}
	
#homeleft {
	float: left;
	width: 353px;
	margin: 10px 15px 10px 20px;
	}
	#homelogo {
		margin-left: 50px;
		}
#homeright {
	float: left;
	margin: 10px 0px;
	}
	#join {
		width: 510px;
		height: 300px;
		border: 4px solid #fff;
		margin: 0px 10px 30px 10px;
		}
	#hrleft {
		float: left;
		width: 245px;
		border-right: 2px solid #dfcc9b;
		padding: 0px 15px;
		margin: 10px 0px 10px 5px;
		min-height: 300px;
		}
	.homeicon {
		float: left;
		margin: 0px 10px 0px 3px;
		width: 40px;
		height: 40px;
		background: #000;
		}
	.hrleftp {
		float: left;
		height: 70px;
		color: #fff;
		width: 177px;
		margin-bottom: 15px;
		}
	.hrleftp h3 {
		color: #000;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 3px;
		}
	#hrright {
		float: left;
		width: 250px;
		padding: 0px 20px;
		margin: 10px 0px;
		min-height: 300px;
		}
.homearticles {
	float: left;
	width: 202px;
	height: 202px;
	margin: 10px;
	border: 4px solid #dfcc9b;
	padding: 5px;
	font-size: 12px;
	font-family: arial;
	background: #feecbf;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#content {
		width: 611px;
		float: left;
		height: 200px;
		margin: 30px 0px 30px 20px;
		border: 1px solid #fff;
		}
		#sidebar {
		width: 265px;
		float: left;
		height: 200px;
		margin: 30px 30px;
		background: #fff;
		}
#footer {
	height: 100px;
	background: #393939;
	}
	
