/*
Theme Name: InfoMe
Theme URI: http://www.lassanamagassa.com
Description: Two Columns with a vicious bee
Version: 1.0
Author: Lassana Magassa
Author URI: http://www.lassanamagassa.com
Tags: example, tags, here
*/


.alignleft {	float:left; }
.alignright { float: right }
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, div.alignleft {
	margin: 8px 10px 5px 0;
}
img.alignright, div.alignright {
	margin: 8px 0 5px 10px;
}
.sticky {}
.bypostauthor {}

#wrapper {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width:98%;
	min-width: 600px;
	max-width: 1280px;
}



#container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resetting the "text-align: center" of "div#wrapper" */
}
.col {
	display:table-cell;
	vertical-align: top;
	box-sizing: border-box; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box; /* Firefox. Check 4 and 3.x */
}
.table {
	display:table;
	border-collapse: separate;
	/*table-layout:fixed;*/ /* Issues in IE. Enough to set only the parent #layout. */
	border-spacing: 0px;
	box-sizing: border-box !important; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box !important; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box !important; /* Firefox. Check 4 and 3.x */
	/* width:100%; */ /* removed since 1.0: Enough to set parent #layout? */
}

/*-------------------- LAYOUT  -----*/
	
#layout {
	font-size: 100%;
	width: 100%;
	table-layout: fixed;
}



/* layout column widths controlled by "COL" items, not by "TD" items */
.col-left { width: 430px} 
.col-left-left { width: 230px}
.col-left-right { width: 200px}
.col-center {width: 100%} 
.col-right { width: 449px} 
.col-right-left { width: 200px}
.col-right-right { width: 249px}






		

.index .col-right { width: 249px !important; }
.single .col-right { width: 249px !important; }
.page .col-right { width: 249px !important; }/* Horiz. Menus  */

ul.nav, ul.nav2 {
	float: left; 
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav a, ul.nav2 a {
	display: block; 
	width: auto; 
	text-decoration: none; 
}

ul.nav li, ul.nav2 li { 
	float: left; 
	padding: 0; 
	width: auto; 
}

ul.nav ul li, ul.nav2 ul li { 
	width: 100%; 
	float: none; 
}


ul.nav ul, ul.nav2 ul {
	position: absolute;
		left: -999em;
		height: auto;
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, 
ul.nav li.sfhover ul ul, ul.nav li.sfhover ul ul ul,
ul.nav2 li:hover ul ul, ul.nav2 li:hover ul ul ul, 
ul.nav2 li.sfhover ul ul, ul.nav2 li.sfhover ul ul ul {
	left: -999em;
}

ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, 
ul.nav li.sfhover ul, ul.nav li li.sfhover ul, ul.nav li li li.sfhover ul,
ul.nav2 li:hover ul, ul.nav2 li li:hover ul, ul.nav2 li li li:hover ul, 
ul.nav2 li.sfhover ul, ul.nav2 li li.sfhover ul, ul.nav2 li li li.sfhover ul {
	left: auto;
	z-index: 100000; /* Since RC2b */
}

ul.nav, ul.nav2 { 
	line-height: 33px; 
}

ul.nav ul a, ul.nav2 ul a { 
	width: 150px; 
}

ul.nav a, ul.nav2 a { 
	padding-left: 10px; 
	padding-right: 10px; 
}

ul.nav ul ul, ul.nav2 ul ul { 
	/* margin-left same as ul.nav ul a, ul.nav2 ul a width since box-sizing:border-box TF 1.1.1 */
	margin-left: 150px; 
	margin-top: -33px; 
}


body .col-left {
	width: 230px;
}

body .col-right {
	width: 249px;
}

.home .col-left {
	width: 200px;
}

.home .col-right {
	width: 200px;
}

.single .col-left {
	width: 200px;
}

.single .col-right {
	width: 250px;
}

.page .col-left {
	width: 250px;
}

.page .col-right {
	width: 250px;
}

.sfsfs .col-left {
	width: 200px;
}

.sfsfs .col-right {
	width: 200px;
}

.fefe .col-left {
	width: 200px;
}

.fefe .col-right {
	width: 200px;
}

body {
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ffffff;
	font-family: arial;
}

body a {
	color: #0353a8;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h1#sitetitle {
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: tahoma;
}

h1#sitetitle a {
	color: #bbbbbb;
	font-weight: bold;
	text-decoration: none;
}

p#tagline {
	color: #555555;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 16px;
	width: 500px;
}

.headerimage {
	clear: both;
	background: #ababab;
	width: auto;
	height: 150px;
}

.searchform {
	position: absolute;
	z-index: 5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 72px;
	right: 14px;
}

.searchform form input.searchbutton {
	color: #8a8a8a;
	overflow: hidden;
	border: 1px none #d1d1d1;
	margin-left: 5px;
	background: transparent url("images/rss-and-search.png") no-repeat scroll 0px -54px;
	width: 28px;
	height: 28px;
}

a.rsscommentslink {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
}

a.rsslink {
	position: absolute;
	z-index: 8;
	background: transparent url("images/rss-dddddd-18x18.png") no-repeat scroll left top;
	top: 161px;
	right: 15px;
	width: 18px;
	height: 18px;
}

a.facebooklink {
	float: right;
}

a.twitterlink {
	float: right;
}

a.feedburnerlink {
	float: right;
}

#container {
	padding: 30px;
}

#td-left2 {
	padding-right: 20px;
}

#td-right2 {
	padding-left: 25px;
}

.widget {
	color: #111111;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 30px;
}

.widget h3 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
}

.widget ul {
	list-style-type: none;
	margin: 0px 5px 0px 15px;
	padding: 0px;
}

.widget ul ul {
	margin-left: 0px;
	padding: 3px 0px;
}

.post {
	border-top: 1px solid #eeeeee;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-family: georgia;
}

.breadcrumbs {
	clear: both;
	color: #444444;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}

.multinav .older {
	float: left;
}

.multinav .newer {
	float: right;
}

.singlenav .older {
	float: left;
}

.singlenav .newer {
	float: right;
}

.hormenu {
	clear: both;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

ul.nav li a {
	color: #333333;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 4px 10px;
	background: #ffffff;
	width: auto;
}

ul.nav li a:hover, ul.nav li.current_page_item a, ul.nav li.current-cat a {
	background: #e29a25;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.hormenu2 {
	clear: both;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

ul.nav2 li a {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 27px;
	text-decoration: none;
	border: 1px solid #e2e2e2;
	border-bottom-style: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	padding: 0px 10px;
	background: #9727ba;
	width: auto;
}

ul.nav2 li a:hover, ul.nav2 li.current_page_item a, ul.nav2 li.current-cat a {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-bottom-style: none;
	box-shadow: 0px -1px 7px -6px;
}

ul.commentlist {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

span.comment-author-name {
	font-size: 17px;
}

img.avatar {
	float: left;
	position: absolute;
	border: 1px solid #dddddd;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	top: 4px;
	left: -75px;
}

#div-footer {
	color: #777777;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #eeeeee;
	margin-top: 10px;
	padding: 15px;
}

blockquote {
	color: #444444;
	border-left: 5px solid #e29a25;
	margin: 15px 80px 0px 20px;
	padding-left: 20px;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 21px;
	margin-bottom: 9px;
}

h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}

h5 {
	font-size: 11px;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	margin-bottom: 4px;
}

body p {
	margin-bottom: 10px;
}

.post-byline {
	color: #888888;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
	font-family: arial;
}

.post-footer {
	color: #888888;
	font-size: 13px;
	line-height: 17px;
	font-family: arial;
}

.multinav {
	border-top: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 6px;
}

#multinav2 {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

.post ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

.post ul ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul li {
	margin-bottom: 2px;
}

h3.pagetitle {
	color: #737373;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 5px 5px 5px 7px;
	background: #f0f0f0;
}

.commentnav {
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 21px;
	padding: 4px 4px 4px 10px;
}

#commentnav2 {
	border-top: 1px solid #dddddd;
	border-bottom-style: none;
	margin-bottom: 28px;
}

#cancel-comment-reply {
	margin-bottom: 10px;
}

ul.commentlist li .comment-container {
	font-size: 13px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-left: 75px;
	padding: 10px 15px 0px 13px;
	background: #f4f4f4;
	font-family: georgia;
}

.single .singlenav {
	margin-top: 7px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.single #singlenav2 {
	border-top: 1px solid #eeeeee;
	margin-top: 18px;
	padding-top: 13px;
}

.page .post {
	border-bottom: 0px solid #f5f5f5;
}

ul.nav {
	float: left;
	line-height: 33px;
	list-style-type: none;
}

.home .breadcrumbs {
	padding-left: 8px;
}

.searchform form input.searchfield {
	border: 1px solid #dddddd;
	padding: 5px;
	width: 230px;
}

#widgetarea5 .td1 {
	padding-right: 6px;
}

#widgetarea5 .td2 {
	padding-right: 6px;
}

#widgetarea5 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td1 {
	padding-right: 6px;
}

#widgetarea6 .td2 {
	padding-right: 6px;
}

#widgetarea6 .td3 {
	padding-right: 6px;
}

#widgetarea6 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td5 {
	padding-right: 6px;
}

#widgetarea4 .td1 {
	padding-right: 6px;
}

#widgetarea4 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td3 {
	padding-right: 6px;
}

#widgetarea3 .td1 {
	padding-right: 6px;
}

#widgetarea3 .td2 {
	padding-right: 6px;
}

#widgetarea2-2 .td1 {
	padding-right: 6px;
}

#widgetarea2 .td1 {
	padding-right: 6px;
}

p.wp-caption-text {
	color: #636363;
	font-size: 11px;
	font-style: italic;
}

.post table td {
	border-right: 1px solid #dbdbdb;
	padding: 5px 8px;
}

.post table caption {
	color: #707070;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px;
}

.post table th {
	color: #ffffff;
	font-weight: bold;
	padding: 6px 8px 6px 9px;
	background: #e29a25;
}

.post table tr.even td {
	background: #e3e3e3;
}

.post table {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.widget ul li {
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
	background: transparent url("images/arrow-empty-999999.png") no-repeat scroll 0px 7px;
}

img.postthumb {
	margin-top: 0px;
	margin-right: 15px;
}

.post-headline h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1#sitetitle a:hover {
	color: #777777;
}

ul.nav li {
	float: left;
	width: auto;
}

ul.nav ul li {
	float: none;
	width: 100%;
}

ul.nav ul li a {
	letter-spacing: 0px;
	width: 150px;
}

ul.nav ul ul {
	margin-top: -33px;
	margin-left: 150px;
}

ul.nav2 {
	float: left;
	line-height: 33px;
	list-style-type: none;
}

ul.nav2 li {
	float: left;
	width: auto;
}

ul.nav2 ul li {
	float: none;
	width: 100%;
}

ul.nav2 ul li a {
	color: #444444;
	letter-spacing: 0px;
	line-height: 33px;
	border-style: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000000;
	margin-right: 0px;
	background: #ffffff;
	width: 150px;
}

ul.nav2 ul ul {
	margin-top: -34px;
	margin-left: 150px;
}

#td-left1 {
	padding-right: 15px;
}

#td-left3 {
	padding-right: 20px;
}

#td-right1 {
	padding-left: 15px;
}

#td-right3 {
	padding-left: 25px;
}

.single .post-headline h2 {
	font-size: 30px;
}

.single .post {
	padding-left: 16px;
}

#div-header {
	position: relative;
}

.widget ul li:first-child {
	border-top-style: none;
}

.breadcrumbs span.bc-home a {
	padding-left: 20px;
	background: transparent url("images/house-15x15-bbbbbb.png") no-repeat scroll left center;
}

.widget h3 span {
	border: 1px solid #eaeaea;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-left: 9px;
	padding: 6px 10px 6px 29px;
	background: #f7f7f7 url("images/widget-titles-shadow2.png") no-repeat scroll 4px -374px;
}

.commentnav a.page-numbers {
	color: #333333;
	border: 1px solid #dddddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 7px 10px 6px 10px;
	background: #f4f4f4;
}

span.comment-date-link a {
	color: #888888;
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
}

.commentnav span.current {
	color: #000000;
	position: relative;
	z-index: 8;
	border: 1px solid #dddddd;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 1px -3px 7px -6px;
	margin-right: 3px;
	padding: 8px 10px 7px 10px;
	background: #ffffff;
}

#commentnav2 a.page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
}

#commentnav2 span.current {
	border-top-style: none;
	border-bottom: 1px solid #eeeeee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
	box-shadow: 0px 4px 5px -3px;
}

h3#comments {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: -3px;
	padding: 11px 0px 32px 64px;
	background: transparent url("images/comments-title-flat-3.png") no-repeat scroll 0px 3px;
}

h3#reply-title {
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-left: 50px;
	background: transparent url("images/pencil.png") no-repeat scroll left top;
	top: -53px;
	left: 0px;
}

textarea#comment-textarea {
	border: 2px solid #eeeeee;
	padding: 5px;
	width: 90%;
}

form#commentform input {
	border: 2px solid #eeeeee;
	margin-right: 11px;
	padding: 7px;
}

p.xhtml-tags code {
	color: #888888;
	font-size: 12px;
}

p.thesetags {
	color: #666666;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.xhtml-tags {
	margin: 0px;
	padding: 0px;
}

input#comment-submit {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #888888;
	border-radius: 7px;
	padding: 9px 20px;
	background: #888888;
}

ul.commentlist li.thread-even .comment-container {
	border: 1px solid #dddddd;
	background: #ffffff;
}

ul.commentlist ul.children {
	margin-left: 25px;
}

.post-headline h2 a {
	color: #e29a25;
}

#respond {
	position: relative;
	border-radius: 5px;
	margin-top: 70px;
	padding: 14px;
	background: #f4f4f4;
}

ul.nav2 ul {
	border: 1px solid #dddddd;
	box-shadow: 0px 3px 6px -5px #000000;
}

ul.commentlist li div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

ul.commentlist ul.children li div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

ul.commentlist li.thread-even div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

.post-byline a {
	color: #000000;
}

.post-bodycopy p {
	font-size: 15px;
}

ul.commentlist p {
	font-family: georgia;
}

.multinav-paginated .page-numbers {
	color: #555555;
	border: 1px solid #e2e2e2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 4px 10px;
	background: #f4f4f4;
}

.multinav-paginated {
	font-size: 12px;
	padding: 2px 2px 2px 10px;
}

#multinav2-paginated {
	border-top: 1px solid #eeeeee;
	border-bottom-style: none;
	margin-top: 15px;
	margin-bottom: 10px;
}

#multinav2-paginated .page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 4px 10px;
}

.multinav-paginated .current {
	color: #000000;
	font-weight: bold;
	position: relative;
	z-index: 9;
	border: 1px solid #cccccc;
	border-bottom-style: none;
	box-shadow: 0px -2px 6px -5px #000000;
	padding-bottom: 5px;
	background: #ffffff;
}

#multinav2-paginated i {
	background: transparent url("images/shadow-5-bottom.png") no-repeat scroll 0px -16px;
}

#multinav2-paginated .current {
	border-top-style: none;
	box-shadow: 0px 3px 5px -4px;
	padding-top: 5px;
}

.post-footer a {
	color: #000000;
}

ul.nav ul {
	border: 1px solid #dddddd;
	box-shadow: 0px 3px 6px -5px #000000;
}

ul.nav2 ul li a:hover, ul.nav2 ul li.current_page_item a, ul.nav2 ul li.current-cat a {
	border-style: none;
	box-shadow: 0px 0px 0px #000000;
	background: #f4f4f4;
}

.single .post-byline {
	font-size: 14px;
	margin-top: 16px;
}

.single .post-footer {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.single  .singlenav {
	font-size: 13px;
	border-top: 1px solid #eeeeee;
	padding-top: 7px;
}

#wp-calendar {
	padding-left: 10px;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
	border: 1px solid #dddddd;
	padding-top: 1px;
	padding-bottom: 1px;
}

#wp-calendar caption {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#wp-calendar th {
	color: #777777;
	text-align: center;
	border: 1px solid #dddddd;
	background: #eeeeee;
}

.widget_categories h3 span {
	padding-left: 32px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 6px -101px;
}

.widget_archive h3 span {
	padding-left: 32px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 6px -62px;
}

.widget_recent_comments h3 span {
	padding-left: 31px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 5px 5px;
}

.widget_links h3 span {
	padding-left: 28px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 3px -32px;
}

.widget_meta h3 span {
	padding-left: 31px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 4px -296px;
}

.widget_pages h3 span {
	padding-left: 29px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 4px -138px;
}

.widget_calendar h3 span {
	padding-left: 30px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 4px -335px;
}

.widget_recent_entries h3 span {
	padding-left: 33px;
	background: #f7f7f7 url("images/widget-titles-shadow2.png") no-repeat scroll 6px -214px;
}

#wp-calendar tfoot td {
	border-style: none;
}

#wp-calendar .pad {
	border-style: none;
}

#wp-calendar #today {
	background: #f4f4f4;
}

.widget_tag_cloud h3 span {
	padding-left: 31px;
	background: #f4f4f4 url("images/widget-titles-shadow2.png") no-repeat scroll 5px -175px;
}

.tagcloud {
	margin-left: 10px;
}

.widget_search label {
	display: none;
}

.widget_search #searchsubmit {
	display: none;
}

.widget_search #s {
	border: 1px solid #dddddd;
	padding: 7px;
	background: transparent url("images/searchicon.png") no-repeat scroll right center;
	width: 95%;
}

.widget_search #searchform {
	margin-right: 10px;
	margin-left: 10px;
}

#header {
	position: relative;
}

img#info_me_LOGOjpg {
	border: 1px solid #ffffff;
	height: 150px;
}

.single .post-headline h2 a {
	color: #e29a25;
}

.single .post-headline h2 a:hover {
	color: #e29a61;
}

.post-headline h2 a:hover {
	color: #e29a61;
}

ul.nav ul li a:hover, ul.nav ul li.current_page_item a, ul.nav ul li.current-cat a {
	background: #e29a25;
}

ul.nav ul ul li a:hover, ul.nav ul ul li.current_page_item a, ul.nav ul ul li.current-cat a {
	background: #e29a25;
}

p img {
	border: 1px solid #ffffff;
}

/* Clearfix fixes some floating issues */
.row:after , .row5:after, .lw:after , .clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
	/* next 2 avoid margin at body bottom */
	line-height: 0;
	font-size: 0;
  	clear: both; 
  	visibility: hidden;
	}
	
.row, .lw, .row5, .clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix, * html .row, *html .row5, * html .lw {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}

.widget h3 { 
 text-shadow: 1px 1px 1px #ffffff;
}