/*
Theme Name:     MMT Custom (Twenty Ten Base)
Theme URI:      http://mbalemissionteam.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Logan Greer
Author URI:     http://greerish.wordpress.com/ 
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/*
====================================================
Begin Page
====================================================
*/

#wrapper {
	background: none;
	margin-top: 0;
	background: url('images2/concrete-header-bg.gif') no-repeat center top;

}

.separator-tiled {
	background: url('images2/diag-tile-gray.gif') repeat left top;
	height: 18px;
	margin-bottom: 18px; 
	clear: both;
}

div #main a {
	color: #060; 
	text-decoration: none;
}

div #main a:hover {
	color: #060;
	text-decoration: underline;
}

div #main a:visited {
	color: #060;
	text-decoration: none;
}


/*	
====================================================
Begin Header
====================================================
*/

#header {
	padding-top: 50px;
}

#site-title span {
	display: block;
}

#site-title span a {
	display: block;
	width: 300px; 
	height: 38px; 
	overflow: hidden;
	font-size: .001pt;
	background: url('images2/logo-small.gif') no-repeat left top;
	color: #060;
}


#branding img {
	border-top: none;
	border-bottom: none; 
}

#access {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	// background: url('images2/GreenTex.png') repeat right top;
	background: none; 
	width: 640px; 
	margin: 0;
}

#access div.menu-header {
	width: 640px;
	margin: 0 0 0 0;
}

#access div.menu-header ul.menu li {
	float: right;
}

#access ul li a {
	font-size: 14px;
	color: #ccc;
}

#access div > ul > li {
	margin-left: 1px;
	margin-right: 1px;
	background: #666;
	background: -moz-linear-gradient(
			    	center bottom,
			    	rgb(102,102,102) 100%,
			    	rgb(68,68,68) 0%
				);
	background: -webkit-gradient(
    				linear,
			    	left bottom,
    				left top,
			    	color-stop(1, rgb(102,102,102)),
			    	color-stop(0, rgb(68,68,68))
			    );
}


#access div > ul > li > a {
	color: #fff;
}

#access div > ul > li.current-page-parent,
#access div > ul > li.current-menu-item {
	background: #060;
}

#access ul.sub-menu li a {
	font-size: 12px;
}

#access ul ul a {
	background: #060;
}

#access li:hover > a, #access ul ul :hover > a,
#access div > ul > li.current-page-parent :hover > a {
	background: #060;
	color: #fff;
}

#access ul.sub-menu li.menu-item a:hover {
	background: #1E571A;
	color: #ccc;
}

#access ul.sub-menu li.current-menu-item a:hover {
	background: #1E571A;
	color: #fff;
}

#site-title {
	width: 300px;
}


/*
End Header
*/

/*
====================================================
Begin Sidebar
====================================================
*/

#primary,
#secondary {
	width: 240px;
}

div.widget-area ul.xoxo{
	/* padding-right: 0 !important; */
}
	
div.widget-area li.widget-container {
	margin-bottom: 20px;
}
	
div.widget-area .widget-title {
	background: url('images2/diag-tile-lightgray.gif') repeat left top;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 6px;
	padding-left: 3px;	
	text-shadow: #fff 1px 1px 2px;
}

div.widget-area div.yd_rp_widget ul {
	margin-left: 0 !important;
}

div.widget-area div.yd_rp_widget ul li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #ddd;
}

div.widget-area div.yd_rp_widget ul li h4 {
	margin-bottom: 3px;
	font-size: 12px;
}

div.widget-area div.yd_rp_widget ul li div.yd_rp_excerpt a {
	margin-left: 3px;
}

li.widget-container ul.menu,
li.widget-container ul.menu ul {
	list-style: none;
}

li.widget-container ul.menu {
	margin-left: 0px !important;
}

li.widget-container ul.menu li {
	margin-bottom: 3px;
}

li.widget-container ul.menu li ul.sub-menu {
	margin-top: 3px;
}

li.widget-container ul.menu li a {
	display: block;
	background: #666;
	padding: 5px;
	color: #fff !important;
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

li.widget-container ul.menu li a:hover {
	background: #060;
	color: #fff !important;
	text-decoration: none !important;
}

/*
End Sidebar
*/

/*
====================================================
Begin Articles
====================================================
*/

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	margin-bottom: 8px;
}

#content div.entry-content h2 {
	margin-top: 35px;
}

#content .entry-title {
	font-size: 28px;
}

/*
End Articles
*/
/*
====================================================
Begin List Sub-Pages (on parent page)
====================================================
*/

div.list-subpages {
	padding: 0px 50px 0px 50px;
}

div.list-subpages ul,
div.list-subpages ul ul.children {
	list-style: none;
}

div.list-subpages > ul {
	margin-left: 0px !important;
}

div.list-subpages ul li {
	margin-bottom: 3px;
}

div.list-subpages ul ul.children {
	margin-top: 3px;
}

div.list-subpages ul li a {
	display: block;
	background: #666;
	padding: 20px 25px;
	color: #fff !important;
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 20px;
}

div.list-subpages ul li a:hover {
	background: #060;
	color: #fff !important;
	text-decoration: none !important;
}

/*
End List Sub-Pages (on parent page)
*/


/*
====================================================
Begin Footer
====================================================
*/

#footer {
	background: url('images2/diag-tile-gray.gif') repeat-x left top;
}

#colophon {
	border-top: none;
	margin-top: none;
	padding-top: 36px;
}


/*
End Footer
*/