/*
Theme Name: Business2-Red
Theme URI:
Description: Logic Red CMS starter site theme
Version:1.0.0
Author: Marcus Fletcher
Author URI: http://www.logicred.co.uk
Tags:

*/

@font-face {
    font-family: 'GentiumBasicBold';
    src: url('fonts/genbasb-webfont.eot');
    src: url('fonts/genbasb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genbasb-webfont.woff') format('woff'),
         url('fonts/genbasb-webfont.ttf') format('truetype'),
         url('fonts/genbasb-webfont.svg#GentiumBasicBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LiberationSansRegular';
    src: url('fonts/liberationsans-regular-webfont.eot');
    src: url('fonts/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsans-regular-webfont.woff') format('woff'),
         url('fonts/liberationsans-regular-webfont.ttf') format('truetype'),
         url('fonts/liberationsans-regular-webfont.svg#LiberationSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Hides from IE-mac \*/
* html .floatfix { height: 1%;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}

p 	{margin-bottom: 2px; margin-top: 2px; padding:0px; }

body {
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 13px; 
	color: #444444;
    text-align: center; /* INTERNET EXPLORER FIX. */
	background: #F0F0F0;
}

#fadewrap {
	background: url(images/fadeback.jpg) repeat-y;
	margin-left:auto;
   margin-right:auto;
   width:1027px;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto 20px;
    padding: 0 20px 20px;
    width: 940px;
    border-bottom:1px dashed #ccc;
}

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 940px;
	height: 120px;
	float: left;
}

#menu {
	margin-top: 6px;
	background: #3A3A3A;
	height: 35px;
	width: 940px;
	float: left;
}

#mainwrapper {
	width: 940px;
	background-color: white;
	text-align: left;
	padding-bottom: 10px;
}

#main {
	width: 700px;
	float: left;
	padding-top: 20px;
	font-size: 13px; 
	line-height: 22px;
	padding-left: 20px;
}

#sidebar {
   margin-top:10px;
	padding-top: 10px;
	width: 219px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	background-color: #ececec;
   border-right: 1px solid #ccc;
}

.sidebarpad { padding: 0px 9px 20px 9px; }

#sidebar li { list-style: none;	padding-bottom: 10px; }

#bottom-menu {
	width: 940px;
	height: 80px;
	margin-left:auto;
    margin-right:auto;
	color: White;
	background: #578199;
	margin-top: 15px;
    border-top: 1px solid black;
}

.bottom-menu-pad { padding-top: 18px; }

#bottom-menu a { color: #d9d9d9; }

#main img { border: 6px solid #E4E4E4; padding: 2px 2px 2px 2px;   }

#main li { margin-left: 15px; padding-left:0px; color: #8b0000; }

img { border: 0; }

/* //////////////////////////////////////////////////////////////////////// */
/* HEADINGS
/* //////////////////////////////////////////////////////////////////////// */

h1 {
	font-family: "LiberationSansRegular";
	padding-top: 15px;
	color: #004ABB;
    font-size: 22px;
	font-weight: normal;
	line-height: 5px;
	margin-bottom: 10px;
    height:20px;

}

h4 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	background: #87A8BB;
    border-bottom:1px solid #ccc;
	height: 30px;
	padding-left: 10px;
    margin-bottom:10px;
    line-height:25px;

}

/* /////////////////// */
/* HEADING OF THE PAGE */
/* /////////////////// */

h2 {
  	font-family: "LiberationSansRegular";
	padding-top: 15px;
   	color: black;
	font-size: 24px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 10px;
}

/* DATE */
h3 { font-size: 11px; font-weight: normal; }

/* //////////////////////////////////////////////////////////////////////// */
/* menu */
/* //////////////////////////////////////////////////////////////////////// */

#menu ul, #topnav ul, #bottom-menu ul { list-style: none; }

#menu li, #topnav li, #bottom-menu li {float: left;  border-right: 1px solid white;}

#menu li a {
	font-family: arial;
	display: block;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	color: white;
	font-size: 15px;
	text-decoration: none;
}

#menu li.menu-item-248 {   border:0!important; }

#menu li a:hover {background-color: #b1b1b1; color: white;}
#menu .current_page_item { background: #A85400!important; }
#menu .menu-item-393 {border:0;}

.bordernone { border: 0!important; }

#main a, #sidebar a { color: black; text-decoration:none; border-bottom:1px dashed #9A9A9A;}
a:hover { color: #d76a1f; }

.clear {	clear: left; }

/* TEXT BOXES ETC */
#contactform {	font-size: 10px; }
#contactform td { padding-left: 13px;}
#contactform input { height: 25px; background: url(images/text_box_bg.gif) repeat-x;}

/* WORDPRESS FLOATING IMAGE FIX */

img.alignleft, div.alignleft { float:left; margin:0 20px 10px 0px; }
img.alignright, div.alignright { float:right; margin:0 0 0.5em 20px; }
img.aligncenter, div.aligncenter { text-align:center; margin:0 auto; }

/* 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: 10px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* QUOTES */


blockquote {
    background-color:#F9F9F9;
  padding: 10px 10px 10px 10px;
  border-top:1px dashed #ccc;
  border-bottom:1px dashed #ccc;
   font-style: italic;
   font-family:georgia;
   font-size:15px;
    line-height:21px;
}

blockquote strong {
  font-style: normal;
  font-size:15px;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 800%;
     color: #FF0000;
}

 .bqend {
     float: right;
     height: 25px;
     margin-top: -20px;
     padding-top: 45px;
     font-size: 800%;
     color: #FF0000;
}

.event-title-widget {font-weight: bold;}

.more-link {color: #B31717!important; font-weight: bold;}

#sidebarmenu li {  }
#sidebarmenu li a { padding-top: 7px; padding-left: 8px; background:#CFCFCF; display:block; text-decoration: none; border:0px; font-size: 15px; height: 25px;}
#sidebarmenu li a:hover { background-color:#A85400; color:white; }