/*
Theme Name: MMDA Blog Theme
Theme URI: markmock.com
Description: This is a custom template made by Nathan Zehr.
Version: 4.0.1
Author: Nathan Zehr
Author URI:
Tags: white, blue, orange, light, two-columns, flexible-width, right-sidebar, threaded-comments, translation-ready

 * @package WordPreciousss
 * @subpackage Precious_Parent_Theme


*/

/*some class styling*/
.sidenote
{
	padding:5px;
	border: 1pt solid #ccc;
	float:right;
}
.sidequote
{
	background:#eee;
	font-style:italic;
	font-family:Georgia, Serif;
	font-size:1.1em;
	padding:5px;
	border: double #ccc;
	border-width:2px 0px;
	float:left;
	margin: 0px;
	margin-right: 10px;
}
.border,   hr
{
	border: 1pt solid #ccc;
}
 .doubleborder
{
	border: 5px double #ccc;
	padding: 3px;
}
blockquote
{
	border-left: 3px solid #09F;
	padding-left: 5px;
	color: #999;
	font-style: italic;
}
blockquote p
{
	color: #999;
	font-style: italic;
}

/*linkcolors for default skin*/
a:link
{
	color : #39C; 
	text-decoration : none; 
} 
 a:visited
{
	color : #935; 
	text-decoration : none; 
} 
 a:hover
{
	text-decoration:underline;
	color : #5BE; 
} 
 a:active
{
	color : #555; 
} 

/*header styles*/
h1
{
	color:#39C;
	font-size: 32px;
	font-weight: normal;
}
h2, #sidebar h2 a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #888;
}
h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
h4, h5, h6, #commentbox legend, #searchform label, #wp-calendar caption
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #999; 
	margin: 10px 0px;
	padding:2px 0px;
	font-weight:normal;

}

/*Access navigation*/
#accessnav, #footer ul
{
	margin:0px;
	padding:0px;
}
#accessnav li:before
{
	content: "\00BB \0020";
}
#footer
{
	margin-bottom: 35px;
	height: 50px;
	color: #FFF;
	width: 850px;
	margin: auto;
}
ul#accessnav a
{
	color:#111;
	text-decoration:none;
}


#footer
{
	clear:both;
}


/*header*/

#header
{
	background: url(images/logo.jpg) no-repeat left 21px;
	margin:0 0 15px 0;
	padding:5px 0px 2px;
	text-align:left;
	border-bottom: 1pt solid #CCC;
	height: 100px;
}
#header h1
{
	font-size:3em;
	margin:2px 0px;
}
#header p
{
	margin:75px 0 2px 0;
	padding:0px;
}
#header h1 a:link, #header h1 a:visited
{
	color:#39C;
	font-weight:normal;
	text-decoration:none;
}
#header h1 a:hover, #header h1 a:active
{
	color:#39C;
	text-decoration:none;
}


/*content div*/
h2#pagetitle, h2#comments
{
	color:#888;
	font-weight:normal;
	padding: 10px 0px 3px;
}
h2#pagetitle
{
	padding:3px 0px;
}

#ContentText h3.posttitle,  #ContentText h2.posttitle
{
	padding:3px 0px;
	border-bottom: 1px dotted #6CF	;
}
#ContentText h3.posttitle a
{
	font-size:1.2em;
}
#ContentText h2.posttitle a
{
	font-size: 1.4em;
	color: #39C;
}

#ContentText h3 a:link,  #ContentText h3 a:visited
{
	color:#000;
	font-weight: normal;
	text-decoration:none;
}
#ContentText h2 a:link, #ContentText h2 a:visited
{
	color:#39C;
	font-weight: normal;
	text-decoration:none;
}
#ContentText h2 a:hover, #ContentText h2 a:active,  #ContentText h3 a:hover,  #ContentText h3 a:active
{
	color:#5BE;
}
.post
{
	margin: 15px 0px 25px;
	clear:both;
}
.sticky
{
	background:#eee;
	border:1px solid #ccc;
	padding: 10px;
}
.postmeta
{
	font-size:0.9em;
	clear:both;
	padding: 2px;
}
.postmeta p
{
	margin:1px 0px;
	padding:0;
}
.wp-caption
{
	background:#eee;
	border:1px solid #ccc;
}
p.postdate
{
	font-weight: bold;
	color: #000;
}

/*Comments*/
#commentbox,  #footer
{
	border-top:1px solid #ccc;
}
#commentbox ol
{
	list-style: none outside;
	color:#888;
}
#commentlist li
{
	background:#fcfcfc;
	border:1px solid #ccc;
	padding: 3px;
	margin: 5px 0px 10px;
}
#commentlist li.alt
{
	background:#f7f7f9;
}

#commentlist li.bypostauthor
{
	background:#eee;

}
ul.children
{
	list-style:none outside;

}
 .commentmeta
{
	font-size:0.9em;
	text-align:right;
}
img.avatar
{
	border:1px solid #ccc;
	background:#fcfcfc;
	margin: 5px;
	float:right;
	padding:2px;
}



/*sidebar*/
#sidebar
{
	padding: 5px 0px;
	margin: 0 0 0 1.5em;
	width: 200px;
	float:right;
	font-size:1em;
}
#sidebar h2, #sidebar label
{
	font-size:1.1em;
	margin:5px 0px 2px;
	font-weight: normal;
	color: #333;
}
#sidebar a
{
	text-decoration: none;
}
#sidebar ul
{
	list-style:none outside;
	padding: 2px 0px;
	margin:2px 0px;
	font-size: 11px;
	line-height: 14px;
}
#sidebar li
{
	margin:0px;
	padding: 3px 2px;
}
#sidebar li li
{
	border-bottom: 1px solid #eee;
}
#sidebar li li li:before
{
	content: "\00BB \0020";
}

#sidebar li li li, #sidebar li ul.wp-tag-cloud li
{
	border: none;
}


#sidebar form, #sidebar fieldset
{
	margin:0px;
	padding:0px;
}
#sidebar label
{
	display:block;
}
#sidebar input#searchquery, #sidebar input#search-widget
{
	width:50%;
	font-size: 12px;
}
#sidebar input.submit
{
	width: 40px;
	border: 1px solid #666666;
	color: #000000;
	width: 40px;}

/* Widget styling*/
 td#today
{ 
	background:#ccc;
}
#wp-calendar caption
{
	font-size: 1.1em;
	text-align: left;
}

/*forms*/
input, 
textarea, 
select, 
option
{
	color:#111111;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:5px 0;
	padding:0;
}
input.submit 
{
	color:#111111;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:5px 0;
	padding:0;
	border:1px solid #666666;
	color:#000000;
	width:40px;
}
input#submit 
{
	color:#111111;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:5px 0;
	padding:0;
	border:1px solid #666666;
	color:#000000;
	width:60px;
}
fieldset,  legend
{
	background:transparent;
	color : #111; 
	border: none;
	padding: 5px;
}
label 
{
	font-size:12px;
	font-weight:normal;
}
legend
{
	font-weight: normal;
}

/*other styling*/
#wpfooter
{
	text-align: center;
}

/*and just to make this go through WP Themes directory*/
.alignright, .alignleft, .aligncenter, .wp-caption
{ }


