/*
Theme Name: Taxiwise
Author: Mark Yates
*/

body {
	margin:0;
	background:#ffffff;
	color:#000000;
	font-family: "Helvetica","Century Gothic",Verdana, Arial, Sans-serif;
}

a { 
	color:#c3648e;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, ul li h4 a,h5, h6 {
	margin-bottom:0;
	color:#c3648e;
	text-align:left;
}

p {
	font-size: 100%;
}

img {
	margin-left:10px;
}

strong {color: #c3648e;}

/* Layout */
#archive img {
	height: 10%;
	width: 10%;
}
	

#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
	background:#ffffff;
}

#wrapper {
	margin:0 5%;
	padding-right:230px;
	background:#ffffff;
}

#content{
	float:left;
	width:96%;
	border-right:230px solid #eee;
	margin-right:-230px;
	padding:20px 4% 20px 0;
	background:#ffffff;
}

#content li a {
	color: #c3648e;
}

#thumb img {
	width: 10%;
	height: 10%;
}

#postentry ul {
	background: #c3648e;
	color: #ffffff;
	padding: 5%;
}

#postentry blockquote {
	background: #c3648e;
	color: #ffffff;
	padding: 30px;
}

#postentry blockquote a {
	color: #000000;
}

#sidebar{
	float:left;
	width:190px;
	margin:0 -230px 0 0;
	padding:20px;
	background:#f2f2f2;
}

/* Header */

#header {
	display:inline;
	background: #ffffff;
	float: left;
	width:90%;
	padding:10px;
}

#header img {
	Height: 120px;
	}


div.navigation {
	font-size:60%;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

/* Search Box */

.search {
	float:right;
	padding:1.5em 5% 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:180px;
	border:1px solid #69b;
	margin:0;
	padding:0.2em 5px;
	background:#ffffff;
	color:#000;
	font-size:1.1em;
}


/* Top navigation */

#hmenu {
	width: 100%;
	height: 10%;
	border-top:0.1em solid #555;
	background:#c3648e;
}

#hmenu ul {
	margin:0 5%;
	padding:0.5em 0;
	background:#c3648e;
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
}

#hmenu ul li {
	display:inline;
	margin:0;
	padding:0;
}

#hmenu ul li:before {
	background:transparent;
	color:#eee;
}
#hmenu ul li.hmenu1:before {
	content: "";
}
#hmenu ul li a {
	padding:0.5em;
	margin:0;
	background:transparent;
	color:#ffffff;
	text-decoration:none;
}

#hmenu ul li.hmenu1 a {
	padding-left:0;
}

#hmenu ul li a:hover {
	color:#000000;
}

#hmenu .current_page_item {
	background: #ffffff;
}

#hmenu ul li.current_page_item a {
	color: #000000;
}



/* Sidebar */

#sidebar {
	font-size: 70%;
	background: #eeeeee;
	color: #ffffff;
}

#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

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

#sidebar li li {
	margin:15px;
	list-style: disc;
}


/* Footer */
#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #ffffff;
	text-align:center;
	font-size:90%;
	background:#c3648e;
	color:#ffffff;
}

#footer a {
	color:#aac;
}

/* Featured Article */

.fa {
	background: #ffffff;
	border-style: groove; 
} 
.fa ul {
	margin: 10px 10px 10px 10px;
}
.fa ul img {
	width:10%;
	height:10%;
}
.fa h2 {
	margin: 10px 10px 10px 10px;
} 

.fa img {
	width: 80%;
}

