/*
Theme Name: DMA
Theme URI: http://www.mydma.com/dma2/blog/
Description: Blogging for DMA
Version: 1
Author: Elbert Corpuz
Author URI: http://www.fifthcurve.com
*/

/* header 
==========================================================*/
div#header {
	width:100%;
	height:110px;
	/ * position:relative; */
	text-align:left;
	}
	
div#header a{
	outline:none;
	text-indent:-9999px;
	}
	
a#menu-logo {
	position:absolute;
	background:url(/img/header/dmalogo.gif);
	width:310px;
	height:62px;
	top:11px;
	left:15px;
	display:block;
	}
	
a#menu-free {
	position:absolute;
	background:url(/img/header/lesson.gif);
	width:192px;
	height:50px;
	top:10px;
	right:25px;
	display:block;
	}
	
a#menu-free:hover {
	background-position:0 -50px;
	}
	
a#menu-sitemap {
	position:absolute;
	background:url(/img/header/sitemap.gif) no-repeat;
	width:72px;
	height:13px;
	top:65px;
	right:28px;
	display:block;
	}
	
/* menu */
ul#menu {
	height:25px;
	text-align:left;
	position:absolute;
	left:0;
	bottom:0;
	}
	
ul#menu li{
	display:inline;
	}
	
ul#menu li a{
	width:130px;
	height:25px;
	display:block;
	float:left;
	}
	
ul#menu li a:hover{
	background-position:0 -25px;
	}
	
ul#menu li a#menu-home      { background:url(/img/header/homebtn.gif); }
ul#menu li a#menu-concept   { background:url(/img/header/conceptbtn.gif); }
ul#menu li a#menu-lesson    { background:url(/img/header/lessonbtn.gif); }
ul#menu li a#menu-support   { background:url(/img/header/supportbtn.gif); }
ul#menu li a#menu-voice     { background:url(/img/header/voicebtn.gif); }
ul#menu li a#menu-corporate { background:url(/img/header/contactbtn.gif); }

ul#menu li a#menu-home:hover,
ul#menu li a#menu-concept:hover,
ul#menu li a#menu-lesson:hover,
ul#menu li a#menu-support:hover,
ul#menu li a#menu-voice:hover,
ul#menu li a#menu-corporate:hover { background-position:0 -25px; }

body#top ul#menu li a#menu-home { background-position:0 -25px; }
body#concept ul#menu li a#menu-concept { background-position:0 -25px; }
body#lesson ul#menu li a#menu-lesson { background-position:0 -25px; }
body#support ul#menu li a#menu-support { background-position:0 -25px; }
body#voice ul#menu li a#menu-voice { background-position:0 -25px; }
body#corporate ul#menu li a#menu-corporate { background-position:0 -25px; }
body#french ul#menu li a#menu-concept { background-position:0 -25px; }


body {
	margin: 0;
	padding: 0;
	background: #ffbed2 url(/img/bg.gif) top left;
}
#wrapper {
	/*background: url(/img/sidebar_bottom_bg.gif) repeat-x bottom left #fff;*/
	background: #fff;
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
}
#header {
	height: 110px;
	background: #fff;
}
#footer {
	clear: both;
	height: 88px;
	background: #fff;
	border: 1px solid #fbcfe5;
	width: 780px;
}

/*--------------------------------------
	Header Typography
---------------------------------------*/
/*This is the DMA logo image replacement*/
#header h1 {
	margin-bottom: 7px;
	padding: 14px 0 0 20px;
	position: relative;
	width: 310px;
	height: 62px;
	font-size: x-small;
}
#header h1 span {
	background: url(/img/header/dmalogo.gif) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
	Level Check, Contact, Sitemap navs
---------------------------------------*/
ul#directnav, ul#sitemap {
	padding: 0;
	list-style: none;
	float: right;
}
ul#directnav {
	margin-top: -72px;
	margin-right: 60px;
}
ul#directnav li {
	float: left;
	width: 152px;
	height: 36px;
	padding: 0 5px;
}
ul#directnav a {
	display: block;
	line-height: 36px;
	text-decoration: none;
	font-size: 2px; /*To hide the text behind the image when it gets larger*/
}
ul#directnav li a span {
 	position: absolute;
	width: 192px;
	height: 50px;	
}
ul#directnav li.levelcheck a span {
	background: url(/img/header/lesson.gif) no-repeat top left;
}
ul#directnav li.levelcheck a:hover span {
	background-position: bottom left;
}
ul#directnav li.signup a span {
	background: url(/img/header/signup.gif) no-repeat top left;
}
ul#directnav li a:hover span {
	background-position: bottom left;
}
ul#sitemap { 
	margin-right: 30px;
	margin-top: -19px;
}
ul#sitemap li {
	float: left;
	height: 13px;
	width: 72px;
}
ul#sitemap a {
	display: block;
	line-height: 13px;
	text-decoration: none;
	font-size: 2px; /*To hide the text behind the image when it gets larger*/
}
ul#sitemap li.sitemap a span {
	background: url(/img/header/sitemap.gif) no-repeat top left;
	position: absolute;
	height: 13px;
	width: 72px;
}

/*--------------------------------------
	Main Nav
---------------------------------------*/
ul#mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 780px;
	float: left;
	background: #f2f2f2;
}
ul#mainnav li {
	float: left;
	width: 130px;
	height: 25px;
} 
ul#mainnav a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-size: 2px; /*To hide the text behind the image when it gets larger*/
}
ul#mainnav li a span {
	position: absolute;
	width: 130px;
	height: 25px;
}
ul#mainnav li.home a span {
	background: url(/img/header/homebtn.gif) no-repeat top left;
}
ul#mainnav li.concept a span {
	background: url(/img/header/conceptbtn.gif) no-repeat top left;
}
ul#mainnav li.lesson a span {
	background: url(/img/header/lessonbtn.gif) no-repeat top left;
}
ul#mainnav li.support a span {
	background: url(/img/header/supportbtn.gif) no-repeat top left;
}
ul#mainnav li.voice a span {
	background: url(/img/header/voicebtn.gif) no-repeat top left;
}
ul#mainnav li.corporate a span {
	background: url(/img/header/contactbtn.gif) no-repeat top left;
}
ul#mainnav li a:hover span {
	background-position: bottom left;
}

/*--------------------------------------
	Page Markers
---------------------------------------*/
#home ul#mainnav li.home a span,
#concept ul#mainnav li.concept a span,
#lesson ul#mainnav li.lesson a span,
#support ul#mainnav li.support a span,
#voice ul#mainnav li.voice a span,
#contact ul#mainnav li.corporate a span {
	background-position: bottom left;
}

/*--------------------------------------
	Footer Typography
---------------------------------------*/
/*Image replacement for free dial*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer h1 {
	position: relative;
	margin-bottom: 0;
	padding: 11px 0 0 20px;
	width: 303px;
	height: 44px;
	font-size: x-small;
}
#footer h1 span {
	background: url(/img/footer/freedial.gif) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footlinks li {
	font-size: 12px;
}

/*--------------------------------------
	Footer Nav
---------------------------------------*/
ul#footnav {
	margin: -40px 0 0 0;
	padding: 0;
	list-style: none;
	width: 780px;
	float: right;
}
ul#footnav li {
	float: right;
	width: 162px;
	height: 48px;
	padding: 0 20px;
}
ul#footnav a {
	display: block;
	line-height: 48px;
	text-decoration: none;
	font-size: 2px; /*To hide the text behind the image when it gets larger*/
}
ul#footnav li a span {
	position: absolute;
	width: 297px;
	height: 48px;
	right: 15px;
}
ul#footnav li.signuplesson a span {
	background: url(/img/footer/contact.gif) no-repeat top left;
}
ul#footnav li.contact a span {
	background: url(/img/footer/lesson.gif) no-repeat top left;
}
ul#footnav li a:hover span {
	background-position: bottom left;
}
ul#footlinks {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	list-style: none;
	float: left;
	background: #ed488e;
}
ul#footlinks li {
	float: left;
	padding: 0 10px 0 20px;
	line-height: 25px;
}
ul#footlinks li a:link, ul#footlinks li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#footlinks li a:hover {
	text-decoration: underline;
}

/*--------------------------------------
	Typography
---------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 {

	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
}
h4 {
	font-size: 11px;
	line-height: 18px;
}
p {
	font-size: 11px;
	margin-bottom: 18px;
	line-height: 18px;
}
ul li {
	font-size: 12px;
	line-height: 18px;
}
ul li ul li {
	font-size: 11px;
	line-height: 16px;
}
small {
	color: #666;
	font-size: 10px;
}

/*--------------------------------------
	Search Form
---------------------------------------*/
p#search_title {
	margin: 0;
	font-size: 10px;
	font-weight: bold;	
}
#searchform {
	margin-bottom: 50px;
	text-align: left;
}
#s {
	border: 1px solid #999;
	padding: 4px;
	width: 95%;
}
#searchsubmit {
	margin-top: 5px;
}

/*--------------------------------------
	Sidebar
---------------------------------------*/
#sidebar {
	background:  url(/img/sidebar_bg.gif) repeat-x top left;
	float: right;
	width: 190px;
	padding: 10px 15px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 5px;
}
#sidebar ul a:link, #sidebar ul a:visited  {
	font-size: 12px;
	margin-left: 10px;
	color: #333;
	text-decoration: none;
}
#sidebar ul a:hover, #sidebar ul a:active {
	color: #000;
	text-decoration: underline;
}
#sidebar li h2 {
	border-bottom: 1px solid #f39;
	font-size: 12px;
	color: #f39;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}
/*This is the number in paren beside the category item*/
.cat-item { 
	color: #333;
}
.sidebar_warning {
	font-style: italic;
}

/*--------------------------------------
	Post
---------------------------------------*/
#dma_blog_content {
	background: #fff;
	float: left;
	padding: 30px 30px 40px 30px;
	width: 500px;
}
.post {
	margin-bottom: 30px;
}
.post h2, #dma_blog_content h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
	color: #1aa9cb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.post h2 a:link, .post h2 a:visited {
	color: #1aa9cb;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	letter-spacing: -1px;
	color: #ff8200;
	text-decoration: underline;
}
.entry {
	margin-top: 20px;
}
.entry p {
	font-size: 12px;
}
p.postmetadata {
	background: #f8f8f8;
	border: 1px solid #dadada;
	border-left: none;
	border-right: none;
	font-size: 11px;
	text-align: center;
	padding: 3px 0;
}
	.post_category_link {
		background: url(/img/icon_posted.gif) no-repeat center left;
		padding-left: 20px;
	}
		.post_category_link a:link, .post_category_link a:visited {
			text-decoration: none;
			color: #c8935d;
		}
		.post_category_link a:hover, .post_category_link a:active {
			text-decoration: underline;
			color: #333;
		}
	.postmetadata .comment_link {
		background: url(/img/icon_comment.gif) no-repeat center left;
		padding: 1px 0 1px 20px;
		margin-left: 20px;
	}
		.comment_link a:link, .comment_link a:visited,
		.edit_link a:link, .edit_link a:visited {
			text-decoration: none;
			color: #c8935d;
		}
		.comment_link a:hover, .comment_link a:active,
		.edit_link a:hover, .edit_link a:active {
			text-decoration: underline;
			color: #333;
		}
	.postmetadata .timestamp {
		background: url(/img/icon_timestamp.gif) no-repeat center left;
		padding: 4px 0 0 20px;
	}
	.postmetadata .edit_link a {
		background: url(/img/icon_edit.gif) no-repeat center left;
		padding: 4px 0 0 20px;
		margin-left: 20px;
	}

/*--------------------------------------
	Comments List
---------------------------------------*/
#dma_blog_content h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	color: #55b5ff;
}
ul.commentlist {
	margin: 0 0 30px 0;
	padding: 0;
}
	ul.commentlist li {
		background: url(/img/comments_bg.gif) repeat-x top left;
		list-style-type: none;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
		.comment_author_class {
			color: #333;
		}
		.commentmetadata a:link, .commentmetadata a:visited {
			text-decoration: none;
			color: #c8935d;
		}
		.commentmetadata a:hover, .commentmetadata a:active {
			text-decoration: underline;
			color: #333;
		}
		ul.commentlist p {
			font-size: 12px;
			margin: 0;
		}


/*--------------------------------------
	Archives
---------------------------------------*/
.posts_archive h3 {
	background: url(/img/icon_tag.gif) no-repeat  center left;
	padding-left: 20px;
	color: #70bd35 !important;
	margin-bottom: 30px !important;
}

/*--------------------------------------
	Comment Form
---------------------------------------*/
#commentform textarea {
	width: 480px;
}
	#commentform input, #commentform textarea {
		border: 1px solid #666;
		padding: 2px 4px;
	}
	#commentform #submit {
		background: #70bd35;
		color: #000;
		font-size: 12px;
	}
	#commentform #submit:hover {
		color: #fff;
	}
.navigation {
	margin-bottom: 10px;
}
.admin_logout {
	font-size: 12px;
}	
	.admin_logout a:link, .admin_logout a:visited {
		text-decoration: none;
		color: #c8935d;
	}
	.admin_logout a:hover, .admin_logout a:active {
		text-decoration: underline;
		color: #333;
	}
	
/*--------------------------------------
	Comment Form
---------------------------------------*/
.search_page h3 {
	color: #75bd35 !important;
}

/*--------------------------------------
	Misc
---------------------------------------*/
.clear {
	clear: both;
}

	
	