/*
Theme Name: iBusiness Angel
Theme URI: http://www.sean-barton.co.uk/
Description: A bespoke Wordpress theme for the iBusiness Angel site
Version: 1
Author: Sean Barton
Author URI: http://www.sean-barton.co.uk
*/

/* Begin Typography & Colors */

/* HTML tags redefined */

html {
}

body {
	font: 62.5% Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

p {
	//font-size: 1.4em;
        font-size: 12px;
}

.featured_text {
	width: 470px;
	float: left;
}

.more_featured {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.4em;
        float: right;
        margin: 0 0 10px 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

h2 a {
	color: black;
	text-decoration: none;
}

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


.recent h3 a {
	color: black;
	text-decoration: none;	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	margin: 0;
}

.pagetitle {
	margin-bottom: 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
	margin: 0;
}

small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #999;
}

a {
	color: #004d95;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/* Page elements  */

.wrapper {
	width: 990px;
	background: #fff url(/wp-content/themes/ibusinessangel/images/bgnd.jpg) repeat-y center;
	margin: 0 auto;
}

/* Header Start */

.header {
	width: 978px;
	height: 109px;
	margin: 0 0 0 6px;
}

.logo {
	width: 394px;
	height: 109px;
	float: left;
}

.banner {
	width: 495px;
	float: right;
	text-align: right;
}

.banner img {
	margin: 20px 30px 0 0;
}

.banner p {
	margin: 5px 30px 0 0;
	font-size: 1.1em;
	color: #b7b7b7;
}

/* Header End */

/* Top Navigation Start */

.top_navigation {
	width: 978px;
	background: #e6e6e6;
	border-bottom: 5px solid #004d95;
	margin: 0 0 0 6px;
}

.top_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.top_navigation li {
	display: inline;
}

.top_navigation ul li a {
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
	height: 34px;
	float: left;
	border-right: 1px solid #fff;
	line-height: 2.6em;
	padding: 0 23px;
}

.top_navigation a:hover {
	background: #004d95;
	color: #fff;
}

.rss {
	float: right;
}

.rss a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 2em;
	color: #000;
	background: url(/wp-content/themes/ibusinessangel/images/rss.jpg) no-repeat left;
	padding: 0 0 0 23px;
	height: 25px;
	float: right;
	margin: 5px 27px 0 0;
}

.rss a:hover {
        background: url(/wp-content/themes/ibusinessangel/images/rss.jpg) no-repeat left;
        color: #000;
}

/* Top Navigation End */

.content {
	margin: 20px 30px;
}

/* Left Hand Column Start */

.left_column {
	width: 600px;
	float: left;
}

.entry {
	margin: 0 0 30px 0;
        font-size: 12px !important;
}

.entry p {
	line-height: 1.5em;
}

.entry img {
	float: right;
	margin: 0 0 10px 10px;
}

.entry ul {
        margin: 10px 0 0 0;
        padding: 0 0 0 20px;
}

.entry ul li {
        margin: 0 0 4px 0;
        /*font-size: 1.4em;*/
        font-size: 12px;
        line-height: 1.5em;
}

.entry ol {
        margin: 10px 0 0 0;
        padding: 0 0 0 20px;
}

.entry ol li {
        margin: 0 0 4px 0;
        font-size: 1.4em;
        line-height: 1.5em;
}

.more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

.section_heading {
	margin: 0 0 15px 0;
	padding: 0;
	background: url(/wp-content/themes/ibusinessangel/images/heading_bgnd.jpg) repeat-x;
	height: 27px;
}

.section_heading p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #fff;
	background: #8f0000 url(/wp-content/themes/ibusinessangel/images/section_heading_right.jpg) right no-repeat;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 10px 0 5px;
	line-height: 1.9em;
	float: left;
}

.featured {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #7fa4a9;
}

.featured p {
	line-height: 1.4em;
}

.recent {
	width: 160px;
	min-height: 85px;
	background: #eeeeee;
	float: left;
	padding: 15px;
	margin: 0 10px 10px 0;
}

.recent h3 {
	font-size: 1.6em;
	color: #000;
	margin: 0 0 10px 0;
}

.advertisement {
	margin: 0 0 20px 0;
}

.advertisement p {
	font-size: 1.2em;
	color: #999;
	margin: 0 0 5px 0;
}

.advertisement a {
	margin: 0 3px 0 0;
}

/* Left Hand Column End */

/* Sidebar Start */

.sidebar {
	width: 290px;
	float: right;
}

.searchbox, .widget_search {
	margin: 0;
        padding: 0;
}

.searchbox form, .widget_search form {
	margin: 0;
	padding: 0;
}

.searchbox input[type=text], .widget_search  input[type=text] {
	border: 1px solid #999;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	padding: 4px 7px;
	margin: 0;
	width: 135px;
}

.searchbox input[type=submit], .widget_search input[type=submit] {
        height: 28px;
        margin: 0;
}

.searchbox .textbox, .widget_search .textbox {
	border: 1px solid #999;
	font-size: 1.1em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	float: left;
	padding: 5px 7px;
	margin: 2px 5px 0 0;
	width: 185px;
}

.searchbox .search_btn, .widget_search .search_btn {	
	width: 78px;
	height: 27px;
	margin: 1px 0 0 0;
}

.button.search {
	background: url(/wp-content/themes/ibusinessangel/images/btn_search.png) no-repeat;
}

.button.search:hover {
	background: url(/wp-content/themes/ibusinessangel/images/btn_search_hover.png) no-repeat;
}

.widget {
	padding-bottom: 15px;	
}

.widget h2 {
	margin-bottom:10px;
}

.widget_newsletter {
	background: #fff15a;
	padding: 15px;
	margin: 15px 0 0 0;
}

.widget_newsletter h2 {
	font-size: 1.8em;
	color: #000;
	border-bottom: 1px dotted #8e3d00;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}

.widget_newsletter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 5px 0 5px 0;
}

.widget_newsletter form {
	margin: 0;
	padding: 0;
}

.widget_newsletter input[type="text"] {
	width: 230px;
	border: 1px solid #000;
	
	color: #000;
	padding: 5px 8px;
	margin: 0 0 5px 0;
}

.widget_newsletter input[type="submit"] {	
	width: 78px;
	height: 29px;
	margin: 5px 0 0 0;
}

.widget_categoryposts {
	background:none repeat scroll 0 0 #E6E6E6;
	padding:10px 20px 5px;
}

.widget_categoryposts ul {
	margin-left: 0px !important;
}

.widget_categoryposts ul li {
	color:#000000;
	margin:0;
	padding:10px 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.widget_categoryposts ul li.cat-post-item {	
	border-bottom:1px dotted #006D9C;
}

.widget_categoryposts ul li a {
	color: black;
	text-decoration: none;
}

.widget_categoryposts ul li a:hover {
	text-decoration: underline;
}

.widget_categoryposts ul li div a {
        color: #004D95;
}


.sidebar h2 {
	font-size: 20px !important;
}

.sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #000;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

.sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color: #000;
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar ul li ul li ul{
	font-size: 1em;
}

.sidebar ul li ul {
	list-style: disc;
	margin-left: 20px;
	font-size: 14px;
}

.sidebar ul li {
	margin: 0 0 5px 0;
}

.sidebar ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar select {
	color: #000;
	padding: 5px;
	width: 230px;
	border: 1px solid #000;
}

.tags a {
	font-size: 1.2em;
	line-height: 1.5em;
}

.latest {
	background: #e6e6e6;
	padding: 10px 20px 20px 20px;
}

.news {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #006d9c;
}

.news h3 {
	font-size: 1.4em;
	color: #000;
	margin: 0;
}

.news p {
	color: #999;
	margin: 0;
}

.latest .more {
	float: right;
	margin: 10px 0 0 0;
}

/* Sidebar End */

/* Footer Start */

.footer {
	width: 978px;
	background: #e6e6e6;
	margin: 0 0 0 6px;
	border-top: 1px solid #cccccc;
}

.copy {
	float: left;
	width: 255px;
	margin: 0 0 0 15px;
}

.copy p {
	background: url(/wp-content/themes/ibusinessangel/images/logo_small.jpg) no-repeat right;
	font-size: 1.2em;
	line-height: 3.8em;
	color: #000;
	margin: 0;
	height: 45px;
}

.bottom_nav {
	margin: 10px 14px 0 10px;
	clear: left;
}

.bottom_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bottom_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.bottom_nav li a {
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	border-left: 1px solid #cfcfcf;
	padding: 5px 10px;
	margin: 0;
	float: left;
}

.bottom_nav li.first a {
	border-left: 0px solid #cfcfcf;
}

.bottom_nav li a:hover {
	background: #ccc;
}

.network {
	width: 978px;
	background: #9a9a93;
	margin: 0 0 0 6px;
	padding: 0 0 20px 0;
}

.network img {
	margin: 10px 0 0 24px;
}

.sites {
	margin: 5px 0 0 24px;
}

.sites a {
	float: left;
	margin: 0 5px 0 0;
}

.sites a.rags {
	background: url(/wp-content/themes/ibusinessangel/images/net_rags.jpg) no-repeat;
	width: 221px;
	height: 35px;
}

.sites a.rags:hover {
	background: url(/wp-content/themes/ibusinessangel/images/net_rags_over.jpg) no-repeat;
}

.sites a.angels {
	background: url(/wp-content/themes/ibusinessangel/images/net_angel.jpg) no-repeat;
	width: 128px;
	height: 35px;
}

.sites a.angels:hover {
	background: url(/wp-content/themes/ibusinessangel/images/net_angel_over.jpg) no-repeat;
}

.sites a.property {
	background: url(/wp-content/themes/ibusinessangel/images/net_property.jpg) no-repeat;
	width: 136px;
	height: 35px;
}

.sites a.property:hover {
	background: url(/wp-content/themes/ibusinessangel/images/net_property_over.jpg) no-repeat;
}

.sites a.eteam {
	background: url(http://www.ibusinessangel.com/wp-content/uploads/2011/05/eteamtool.jpg) no-repeat;
	width: 136px;
	height: 35px;
}

.sites a.eteam:hover {
	background: url(http://www.ibusinessangel.com/wp-content/uploads/2011/05/eteamtool_over.jpg) no-repeat;
}

.sites a.media {
	background: url(/wp-content/themes/ibusinessangel/images/net_eff.jpg) no-repeat;
	width: 208px;
	height: 35px;
}

.sites a.media:hover {
	background: url(/wp-content/themes/ibusinessangel/images/net_eff_over.jpg) no-repeat;
}

/* Special Classes */

.image_holder {
	width: 105px;
	height: 105px;
	overflow: hidden;
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
        float: right;
}

.wp-caption-text {
        text-align: center;
        color: #888;
        margin: 0 0 0 10px;
}

.widget_categories {
        margin: 10px 0 0 0 !important;
}

.commentlist {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
}

.comment-author {
        font-size: 1.2em;
}

.comment-author cite {
        font-style: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.4em;
}

.comment-author img {
        float: left;
        margin: 0 10px 10px 0;
}

.commentmetadata a {
        font-size: 1.2em;
        color: #999;
}

.comment-body p {
        line-height: 1.4em;
}

.comment-body {
        border-bottom: 1px dotted #bbb;
        margin: 0 0 15px 0;
}

.sb_bd_paid_listing_widget_row {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid black;
}

.sb_bd_widget_directory_paid_listings_intro {
	margin-bottom: 5px;
}

.sb_bd_dir_link {
	text-align: right;
}

img.wpcf7-captcha-captcha-1 {
	float: left;
}
