/*   
Theme Name: maamnote
*/

/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body#nxthemes {
	background: #dfdfdf url(images/bg-edge.gif) repeat-y 51%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p, ul, ol, table { margin: 0 0 18px }

em { color: #d9e3ea; }


/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing:-1px;
}
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h2, h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}
h4 {
	color: #de8300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


/* Anchors */
a, a:link, a:visited {
	color: #b528b5;
	text-decoration: none;
}
a:hover, a:active, a.active {
	background:#fbcbfb;
	text-decoration: underline;
}

/* Lists */
#main div.box1 ul {
	padding:20px;
	list-style:inside;
}
#main div.box1 ol {
	padding:20px;
	list-style:inside;
	list-style-type:decimal;
}
#sidebar .box1 { margin:7px 0 18px; padding: 18px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

#sidebar ul, #sidebar ol { 
	list-style-type:none;
}

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #000;
/*	font:1.00em Georgia, "Times New Roman", Times, serif; color:#fff; */
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto auto;
	text-align: left;
	width: 900px;
	position: relative;
}

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

	#header {
		height: 230px;
		width: 100%;
	}
		#logo { margin: 0 }

			#logo a {
				cursor: pointer;
				position: absolute;
				top: 126px; left: 7px;
				display:block;
			}

	#content {
		padding-top:2em;
		width: 900px;
	}
		.home #main {
			float: left;
			width: 354px;
		}
		#main {
			float: left;
			width: 598px;
			margin: 0 0 0 1em;
		}
		.home #sidebar {
			float: right;
			width: 543px;
		}
		#sidebar {
			float: right;
			width: 270px;
			margin: 0 10px 0 10px;
		}
		#sidebar h3 { margin-top:10px; }
	
#footer {
	width: 100%;
	height:95px;
}
	#footerWrap {
		background:#204712 url(images/bg-footer.png) no-repeat top center;
		width: 900px;
		margin: 0 auto 0 auto;
		padding-top:90px;
		position: relative;
	}
	
	
/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}
#content {padding-bottom: 100px;}

/* background Image & color */

#wrap {
	background:#f2ffd3;
}

	#header {
		background:url(images/default_logo.jpg) repeat scroll 0 0 !important;
	}
	
	#content {
		background: #f2ffd3 url(images/default_logo_below.jpg) no-repeat 0 0 !important;
	}
	
	#footerWrap {
		color: #fff;
		text-align:center;
	}
	
/* individual font & style */
	.box1 {
		margin-bottom: 3em;
		/*border-bottom:1px solid #a3d5ea;*/
	}
	.txt0 {
		font:14px 'Segoe UI', Tahoma, Arial, Verdana;
		border-bottom:1px dashed #ee0;
	}
	.post {
		font: 22px/20px CordiaUPC, Tahoma;
	}
	.continue {
		font: 12px Arial;
		float:right;
	}
	#sidebar a, #sidebar a:link, #sidebar a:visited {
		color: #0d84d8;
		text-decoration: none;
	}
	#sidebar a:hover, #sidebar a:active, #sidebar a.active {
		text-decoration: underline;
		background:#abdcff;
	}
	#copy {
		font:10px Verdana;
		color:#fff;
	}
	#copy a, #copy a:link, #copy a:visited {
		color: #70ff3c;
		text-decoration: none;
	}
	#copy a:hover, #copy a:active, #copy a.active {
		text-decoration: underline;
		background:#d2fec2;
		color: #39861d;
	}
/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	height: 28px;
	width: 650px;
	position: absolute;
	top: 0px; left: 30px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 18px;
	z-index: 100;
}

#nav a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	text-transform: uppercase;
}

#nav a:hover {
	color: #000;
	background: transparent url(images/bg-nav.png);
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg-nav.png);
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#nav li ul li a:hover {
	background: #FFF;
	color:#222;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}

	
/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }
	
	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}


/*-------------------------------
3.b Individual forms
-------------------------------*/

form#topSearch {
	background: url(images/bg-search.png) no-repeat;
	width: 178px; height: 24px;
	position: absolute;
	top: 4px; right: 6px;
}
	form#topSearch p.fields input {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		width: 135px;
		background: none;
		overflow: hidden;
		border: none;
		position: absolute;
		top: 4px; left: 10px;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 20px; height: 20px;
			border: none;
			position: absolute;
			top: 2px; right: 5px;
		}

form#comments {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
}
/*-------------------
	Sidebar
---------------------*/

#sidebar ul {
	padding: 0 0 0 1em;
	margin: 0;
	list-style: none; 
	line-height: 18px;
	z-index: 50;
}


/*-------------------------------
Widgets
-------------------------------*/

.widgetized .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}

.widgettitle {
	font-size:18px;
	font-family: 'Segoe UI', Georgia;
	letter-spacing: 0px;
}

table#wp-calendar { margin:0 !important; }
#wp-calendar tbody, thead {
	text-align:center;	
}
#wp-calendar caption {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	font-family: 'Segoe UI', Georgia;
}

#wp-calendar thead {
	color: #6099ff;
	background:transparent url(images/bg-lightblue.png);
	font-weight: bold !important;
}
#wp-calendar tbody {
	background:transparent url(images/bg-white.png);
}

#wp-calendar #next, #wp-calendar #prev {
	padding: 10px 0 0 !important;
}

#wp-calendar #today {
	background:#a3d7fb;
	font-weight:bold;
}


/* *  COMMENT **/


ol.commentlist  { margin:0; }

ol.commentlist li {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
}
	ol.commentlist li p { margin: 0 }

		ol.commentlist li img.avatar {
			float:right;
			padding:0 10px 0 10px;
		}

		ol.commentlist li p a { color: #83b746; }
		
	ol.commentlist li ul li {
		padding: 15px 0px 5px 20px;
		margin:0;
	}
ol.commentlist li p { font: 22px/20px CordiaUPC, Tahoma; }
ol.commentlist a, ol.commentlist a:visited, form#comments a { color:#d58303; }
ol.commentlist a:hover, form#comments a:hover {	background:#fee3b7; }

ol.commentlist .comment-meta a { 
		color:#999; padding-bottom:5px; 
		font:12px 'Segoe UI', Tahoma, Arial, Verdana;

		}
ol.commentlist .comment-meta a:hover {  background:transparent;}
ol.commentlist .children { margin:0; }


ol.commentlist li, form#comments { background: url(images/bg-white.png) repeat !important; background: #111; }

/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden; }


/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }
.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 5px 15px 5px 0; float: left; }
.alignright { margin: 5px 0px 5px 15px; float: right; }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }


