/*
Theme Name: mignev
Theme URI: http://wordpress.org/
Text Domain: mignev
*/

/* Begin Typography & Colors */
html { margin: 0; padding: 0; }

body {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background: transparent url(images/body_bg.jpg) top center;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 16px; line-height: normal; font-family: Tahoma, Verdana, Arial, sans-serif;}
.clr { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }

input, textarea, a, a:link, a:visited { outline: none; }

a img { border: 0; }

a, h2 a:hover, h3 a:hover {
	color: #6699FF;
	text-decoration: none;
	}

a:hover {
	color: #0066cc;
	text-decoration: underline;
	}

#page {
	background: transparent url(images/page_bg.png) top center no-repeat;
}

#page_holder {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#topnav { height: 72px; }

#topnav #logo { float: left; width: 220px; height: 70px; }

#topnav #menu { float: left; width: 740px; height: 46px; padding: 26px 0 0 0; overflow: hidden;}

#topnav #menu .nav { height: 32px; background: transparent url(images/topmenu_l_bg.png) top left no-repeat; }

#menu ul {
	height: 32px;
	margin: 0 0 0 10px;
	padding: 0 2px 0 2px;
	list-style: none;
	background: transparent url(images/topmenu_r_bg.png) top right no-repeat;
}

#menu ul li {
	float: left;
	height: 32px;
	background: transparent url(images/topmenu_separator.png) top left no-repeat;
	padding: 0 10px 0 12px;
}

#menu ul li.home { background: none;  padding-left: 0;}

#menu ul li.page_item a {	
	float: left;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	line-height: 30px;
	padding: 0 10px;
	color: #6699FF;
	text-decoration: none;
	font-weight: 700;
}

#menu ul li.page_item a:hover, #menu ul li.page_item.current_page_item a  {	
	color: #fff;
	background: transparent url(images/topmenu_a_hover_bg.gif) center center repeat-x;
}

#main_head { position: relative; height: 73px; background: transparent url(images/main_head.png) top center no-repeat; }

#main_head .social { position: absolute; top: 42px; right: 20px; width: 220px; height: 20px; text-align: right; font-size: 11px; font-weight: 700;}

#main_head .social .twitter { color: #1891EB; }
#main_head .social .twitter a { color: #666; padding: 0 0 0 2px; }

#main_head .social .edno23 { color: #FF9500; margin: 0 0 0 10px; }
#main_head .social .edno23 a { color: #666; padding: 0 0 0 2px; }
#main_head .social a:hover { color: #333; text-decoration: none; }

#main_head .twit { position: absolute; width: 136px; height: 123px; background: transparent url(images/twit.png) top center no-repeat; top: 10px; right: 224px;}

#main_head .about_me { position: absolute; width: 658px; height: 176px; background: transparent url(images/about_me_bg.png) top left no-repeat; top: 30px; left: -18px; padding: 15px;}
#main_head .about_me h2 { font-family: Georgia,"Times New Roman",Times,serif; font-size: 16px; font-style: italic; color: #6699FF; word-spacing: 2.8pt; margin: 0 0 10px 0;}
#main_head .about_me .me_img { float: left; width: 91px; height: 110px; }
#main_head .about_me .me_text { float: left; width: 540px; height: 110px; overflow: hidden; padding: 0 0 0 10px;}
#main_head .about_me .me_text p { margin: 0 0 5px 0; font-family: Georgia,"Times New Roman",Times,serif; font-size: 12px; font-style: italic; word-spacing: 0.8pt; color: #999999;}
#main_head .about_me .me_text p a,
div.small a, .postmetadata a, .entry .more-link { color: #6699FF; border-bottom: solid 1px #6699FF; padding: 0 0 1px 0; }
#main_head .about_me .me_text p a:hover,
div.small a:hover, .postmetadata a:hover, .entry .more-link:hover { color: #0066CC; text-decoration: none; }

#main { background: transparent url(images/main_m_bg.gif) top center repeat-y; }
#main .t_bg { background: transparent url(images/main_t_bg.png) top center no-repeat;  }
#main .b_bg { background: transparent url(images/main_b_bg.png) bottom center no-repeat; padding: 10px 10px 20px; }


#content {
	float: left;
	padding: 150px 10px 0 10px;
	width: 610px;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.entry .more-link { font-size: 14px; padding: 10px 0 2px; font-weight: 700; }

div.small {
	width: 610px;
	padding: 0 0 20px 0;
	background: transparent url(images/entry_heading_sep.png) bottom center no-repeat;
	font-size: 11px;
	color: #666;
}

div.small .published_in, div.small .published_date { float: left; padding: 0 5px 0 0; }
div.small .published_in a, div.small .published_date a { border: none; }
div.small .entry_comments { float: right; background: transparent url(images/comments.gif) center left no-repeat; height: 20px; line-height: 16px; padding: 0 0 0 24px; }
div.small .entry_comments a { color: #999; border-bottom: solid 1px #999; }
div.small .entry_comments a:hover { color: #666; border-bottom: solid 1px #999; }


#content .entry h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	padding: 0 0 6px;
	border-bottom: 2px solid #666;
	color: #666;
	font-style: italic;
	text-shadow: 1px 1px 1px #CCCCCC;
}

#content .entry h4 { 
	color: #d2214b;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 20px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#content .post h2,.archive_page .post h3 { padding: 0 0 20px; }
#content .post h2, #content .post h2 a
.archive_page .post h3, .archive_page .post h3 a { font-family: Georgia,"Times New Roman",Times,serif; font-size: 34px; font-style: italic; color: #666; word-spacing: 2.8pt; margin: 0 0 10px 0; font-weight: 400; text-shadow: 1px 1px 1px #ccc; text-align: left; }

.search_page h3, .search_page h3 a { font-family: Georgia,"Times New Roman",Times,serif; font-size: 20px; font-style: italic; color: #666; word-spacing: 0.8pt; margin: 0 0 5px 0; font-weight: 400; text-shadow: 1px 1px 1px #ccc}
.search_page h3 a:hover { color: #0066CC; }

.search_page #searchform #s { border: solid 1px #ccc; background: #f3f3f3; padding: 4px; font-size: 18px; width: 350px; color: #999; font-weight: 700; font-family: tahoma, verdana, arial, sans-serif;}
.search_page #searchform #searchsubmit { border: solid 1px #ccc; background: #f3f3f3; padding: 3px; font-size: 18px; color: #999; font-weight: 700; font-family: tahoma, verdana, arial, sans-serif; cursor: pointer;}

.search_page #searchform #searchsubmit:hover { color: #666; background: #efefef; }

.entry p a:visited {
	
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.homepage .postmetadata {
	visibility: hidden;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.postmetadata a { border: none; font-size: 12px; }

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 { }

h2.pagetitle {
	margin: 30px 0;
	text-align: center;
	background: transparent url(images/entry_heading_sep.png) bottom center no-repeat;
	padding: 0 0 20px 0;
	color: #999;
}

#sidebar h2 {
	background: transparent url(images/h2.jpg) top left no-repeat;
	width: 265px;
	height: 46px;
	margin: 0;
	padding: 0 0 0 35px;;
	font-size: 12px;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 42px;	
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .entry .alignright {
	float: right;
	margin: 0 0 2px 7px;
	}

.entry .alignleft, .alignleft {
	float: left;
	margin: 0 14px 2px 0;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 10px 0;
	padding: 0 0 0 10px;
	font-weight:700;
	list-style: inside;
	}
	
html>body .entry li:before {
	/*content: "\00BB \0020";*/
}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding: 0 0 30px 0;
	background: transparent url(images/sidebar_li_bg.png) bottom center no-repeat;
	}

#sidebar ul li ul li, #sidebar ul li ul li ul li, #sidebar ul li ul li ul li ul li { background: none; }
#sidebar ul li ul li { padding: 0 10px 5px; }
#sidebar ul li.widget_categories ul li { padding: 0 5px 5px; width: 270px;}
#sidebar ul li ul.children li { padding: 0; }

#sidebar a { font-family: Georgia,"Times New Roman",Times,serif; font-size: 12px; font-style: italic; color: #666666; word-spacing: 2.8pt; text-shadow: 1px 1px 0 #fff; font-weight: 700; }

#sidebar li a { background: transparent url(images/sidebar_menu_li_bg.png) center left no-repeat; padding: 0 0 0 26px; }

#sidebar ul li ul.children li a { font-weight: 400; color: #666; background: none;}

#sidebar .widget_links ul li { font-family: Georgia,"Times New Roman",Times,serif; font-size: 11px; font-style: italic; color: #999; padding-bottom: 5px; width: 260px; }
#sidebar #linkcat-26 ul li { padding-bottom: 0; }
#sidebar .widget_links ul li a { display: block; background: none; padding: 0 0 4px 0; font-family: Tahoma, Verdana, Arial, sans-serif; font-style: normal; color: #777;}
#sidebar .widget_links ul li a:hover { color: #555; text-decoration: none; }

#recentcomments li { text-align: left; }
#recentcomments li a { color: #6699FF; }
#recentcomments .url { font-weight: 400; color: #666; }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 10px 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
}

ol li, #sidebar ul ol li { }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	position: absolute;
	top: 5px; right: 60px;
	width: 144px;
	height: 17px;
	background: transparent url(images/search_bg.jpg) top right no-repeat;
	padding: 5px 6px;
	border: 0;
	font-size: 11px;
	color: #999999;
	}

#sidebar #searchsubmit {
	position: absolute;
	top: 5px; right: 0;
	border: none;
	width: 55px;
	height: 25px;
	text-align: center;
	background: transparent url(images/search_btn_bg.jpg) top right no-repeat;
	font-size: 11px;
	color: #999999;
	cursor: pointer;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
.entry form .contact_form { text-align: left; }

select {
	width: 130px;
	}

#commentform input,.contact_form input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 12px;
}

.contact_form input { width: 250px; }

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea, .contact_form textarea {
	width: 596px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 12px;
}

#respond:after {
		/*content: ".";*/
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit, .contact_form .submit_btn input {
	margin: 0;
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	cursor: pointer;
	width: auto;
}

.contact_form .submit_btn input { float: left; }

#commentform #submit:hover, .contact_form .submit_btn input:hover {
	background: #f3f3f3;
	color: #666;
}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 300px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-family: Georgia, Tahoma, Verdana, sans-serif;
	margin: 15px 0px 0 10px;
	padding: 5px 40px 10px 60px;
	background: url(images/blockquote.jpg) top left no-repeat;
	color: #888;
	font-style: italic;

	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	height: 20px;
	margin: 0 0 30px 0;
	padding: 4px 10px;
	background: #f7f7f7;
	border: solid 1px #e7e7e7;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	/*background-color: #f3f3f3;*/
	padding-top: 4px;
	margin: 0 0 20px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px;
	margin: 6px;
	background-color: #f9f9f9;
	border: 1px solid #f3f3f3;
}

#search-3 h2 { display: none; }
#search-3 #searchform { text-align: right; }
#sidebar #search-3 { background: none; padding-bottom: 0px; height: 30px;}

#search-3 #searchform { position: relative; }


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Gallery */

pre {
	background-color:#F9F9F9;
	border:1px dashed #D0D0D0;
	color:#333;
	display:block;
	font-size:11px;
	overflow:hidden;
	padding:10px;
}

#main_head .about_me { display: none; }
#content { padding-top: 0; }

