/*  
Theme Name: Bullhorn Blog
Description: A very sleek wordpress theme by <a href="http://www.exclusiveconcepts.com">Exclusive Concepts</a>.  Check out the <a href="http://www.exclusiveconcepts.com">Exclusive Concepts</a>!
Version: 1.0.0
Author: Exclusiveconcepts
Author URI: http://www.exclusiveconcepts.com/

	LiveOutLoud v1.0.0
	http://www.bullhorn.com/blog/wpthemes/magnum/

	The CSS, XHTML and design is released under Creative Commons:
*/



/* Begin Typography & Colors */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-size: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	}


.categoryredtitle{
font-size: 1.6em;
font-family:Arial, Helvetica, sans-serif;
color:#B42B33;
font-weight:bold;
}
h2.pagetitle {
	font-size: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#B42B33;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #B42B33;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #B42B33;
	font-style:normal;
	}

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;
	font-family:Arial, Helvetica, sans-serif;
	color: #B42B33;
	font-style:normal;
	}
#featuredarticles a, a:visited {
text-decoration:underline;
	}
	
#featuredarticles a:hover {
text-decoration:none;
	}

.entry p {font-size: 1.2em;
	margin-bottom: 15px;
	}

.entry li {font-size: 1.2em;
	}

.entry p a:visited {
	color: #FF0000;
	}

.entry p a {
	color: #0000FF;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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:Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font:Arial, Helvetica, 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;
	}

a, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

/* End Typography & Colors */

/* Begin Structure */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;
	}

#page {
width:992px;
padding: 0px 0px 0px 0px;  
margin: 0px 0px 0px 0px;
clear:both;
margin-right: auto;
margin-left: auto;
border:0px solid red;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.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: left;
	border-bottom:1px solid #dedede;
}
/* End Structure */
/*	Begin Headers */
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
h3 {
	padding: 0;
	margin: 10px 0px 2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
h3.comments {
	font-family:Arial, Helvetica, sans-serif;
	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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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 8px 10px;
	}

.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;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#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 {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "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." */
td,th {
font-size: 12px;
}

p{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
padding:4px 0px 3px 0px;
margin:0px 0px 0px 0px;
line-height:14px;
}
.preadmore{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px 0px 0px 0px;
margin:-5px 20px 0px 0px;
line-height:12px;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:36px;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
color:#000000;
font-size:18px;
padding:0px 0px 0px 0px;
margin:2px 0px 9px 0px;
}

h4{
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
letter-spacing:0px;
font-weight:bold;
color:#000000;
font-size:14px;
padding:0px 0px 1px 0px;
margin:0px 0px 0px 0px;
}

h5{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#000000;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

h6{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ba272b;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

ul{
padding:0px 0px 0px 0px;
margin:0px 0px 10px 30px;
}

li {
padding:5px 0px 5px 0px;
margin:0px 0px 0px 0px;
}

.ulsquare{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.lisquare{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
list-style:none;
background-image:url(images/squarelist.gif);
background-position:left;
background-repeat:no-repeat;
padding:0px 0px 0px 10px;
margin:0px 0px 0px 0px;
}

.llink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.llink:link {text-decoration: none; color: #2B4C3F;}
.llink:visited {text-decoration: none; color: #2B4C3F;}
.llink:hover {text-decoration: underline; color: #2B4C3F;}

.whitetext{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}

.bluelink11{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.bluelink11:link {text-decoration: underline; color: #037db5;}
.bluelink11:visited {text-decoration: underline; color: #037db5;}
.bluelink11:hover {text-decoration: none; color: #037db5;}

.bluelink12{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.bluelink12:link {text-decoration: underline; color: #037db5;}
.bluelink12:visited {text-decoration: underline; color: #037db5;}
.bluelink12:hover {text-decoration: none; color: #037db5;}


.industrybuzzmorelink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
margin:0px 0px 0px 10px;
padding:0px 0px 0px 32px;
}
.industrybuzzmorelink:link {text-decoration: underline; color: #037db5;}
.industrybuzzmorelink:visited {text-decoration: underline; color: #037db5;}
.industrybuzzmorelink:hover {text-decoration: none; color: #037db5;}

.redlink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}
.redlink:link {text-decoration: underline; color: #c3242a;}
.redlink:visited {text-decoration: underline; color: #c3242a;}
.redlink:hover {text-decoration: none; color: #c3242a;}

.redlink11{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}
.redlink11:link {text-decoration: underline; color: #c3242a;}
.redlink11:visited {text-decoration: underline; color: #c3242a;}
.redlink11:hover {text-decoration: none; color: #c3242a;}

.blacklink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}
.blacklink:link {text-decoration: none; color: #000000;}
.blacklink:visited {text-decoration: none; color: #000000;}
.blacklink:hover {text-decoration: underline; color: #000000;}

.blacklinku{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.blacklinku:link {text-decoration: underline; color: #000000;}
.blacklinku:visited {text-decoration: underline; color: #000000;}
.blacklinku:hover {text-decoration: none; color: #000000;}

.postedlink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}
.postedlink:link {text-decoration: underline; color: #000000;}
.postedlink:visited {text-decoration: underline; color: #000000;}
.postedlink:hover {text-decoration: none; color: #000000;}

.txt11px{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
}

.txt18px{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#000000;
margin:0px 0px 0px 0px;
padding:0px 0px 5px 0px;
}

.inputtop{
height:18px;
width:113px;
border:1px solid #c1c1c1;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 2px;
}

.inputborder{
border:1px solid #c1c1c1;
}

.inputpartnercorner{
height:18px;
width:176px;
border:1px solid #c1c1c1;
}

.inputright{
height:17px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width:131px;
border:1px solid #c1c1c1;
}

.btnright{
height:20px;
width:130px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.lightgrey{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#626262;
}

.txt9px{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
line-height:11px;
font-weight:normal;
color:#626262;
padding: 2px 0px 0px 0px;  
margin: 0px 0px 0px 0px;
}

.tdbtmgreybg{
border-bottom:1px solid #dedede;
margin:0px 0px 0px 0px;
padding:0px 0px 22px 0px;
}
.bodylefttd{
border-right:1px solid #dedede;
margin:0px 0px 0px 0px;
padding:0px 13px 0px 0px;
}

.bodyrighttd{
border:0px;
margin:0px 0px 0px 0px;
padding:0px 11px 0px 11px;
}

.leftbodytitle{
margin:0px 0px 0px 0px;
padding:12px 0px 10px 8px;
}

.rightbodytitle{
margin:0px 0px 0px 0px;
padding:12px 0px 3px 15px;
}

.whatsnewtitle{
margin:0px 0px 0px 0px;
padding:12px 0px 13px 15px;
}

.industrybuzz{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
padding:4px 0px 6px 0px;
margin:0px 0px 0px 0px;
line-height:14px;
border-bottom:1px dashed #dedede;
}
.footertext{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#7d7d7d;
}

/* Template layout CSS Start*/

#container{
width:992px;
border: 0px;
padding: 0px 0px 0px 0px;  
margin: 0px 0px 0px 0px;
clear:both;
margin-right: auto;
margin-left: auto;
border:0px solid red;
}

#header{
min-width: 992px;
position: relative;
height: 120px;
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
border:0px;
}

#footersection{}

#topestlinkbar{
min-width: 992px;
position: relative;
height: 31px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#topestlinkbarleft{
width:792px;
float:left;
height:31px;
position:relative;
vertical-align:top;
text-align:right;
border: 0px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#topestlinkbarright{
float:left;
height:14px;
width:200px;
vertical-align:bottom;
position:relative;
border:0px;
z-index:1;
margin:1px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#headermid{
min-width:992px;
position:relative;
height:55px;
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border:0px solid red;
}

#headermidleft{
width:645px;
float:left;
height:56px;
position:relative;
vertical-align:top;
border: 0px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#logo{
float:left;
position:relative;
height:40px;
width:631px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 14px;
}
#topmenu{
float:left;
position:relative;
height:16px;
width:632px;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 13px;
}

#headermidright{
width:347px;
float:left;
height:31px;
position:relative;
vertical-align:top;
border: 0px;
margin:0px 0px 0px 0px;
padding:24px 0px 0px 0px;
}

#headerbar{
float:left;
width:992px;
position:relative;
height:5px;
background-image:url(images/topheaderbg.jpg);
background-repeat:repeat-x;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#headertitlebar{
float:left;
width:992px;
position:relative;
height:23px;
text-align:center;
background-image:url(images/redmanbg.jpg);
background-repeat:repeat-x;
border:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
margin:0px 0px 0px 0px;
padding:6px 0px 0px 0px;
}

#topdiv{
margin:0px 0px 0px 0px;
padding:0px 8px 0px;
}

#bullhornspeaks{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
font-weight:normal;
color:#000000;
margin:0px 0px 8px 0px;
padding:0px 0px 29px 8px;
border-bottom:1px solid #dedede;
}



#profservices{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
font-weight:normal;
color:#000000;
margin:0px 0px 8px 0px;
padding:0px 0px 29px 8px;
border:0px;
}

#featuredarticles{
font-family:Arial, Helvetica, sans-serif;
min-width:352px;
font-size:12px;
line-height:14px;
font-weight:normal;
color:#000000;
margin:0px 0px 15px 0px;
padding:0px 0px 17px 15px;
border-bottom:1px solid #dedede;
}
#whatsnewinthebullhorn{
font-family:Arial, Helvetica, sans-serif;
min-width:352px;
font-size:12px;
line-height:14px;
font-weight:normal;
color:#000000;
margin:0px 0px 18px 0px;
padding:0px 5px 16px 15px;
border-bottom:1px solid #dedede;
}

#partnercorner{
font-family:Arial, Helvetica, sans-serif;
min-width:352px;
font-size:12px;
line-height:14px;
font-weight:normal;
color:#000000;
margin:0px 0px 15px 0px;
padding:0px 0px 17px 15px;
border-bottom:0px;
}
#industrybuzz{
margin:0px 0px 0px 0px;
padding:9px 0px 8px 9px;
}

#footer{
text-align:center;
min-width:992px;
border-top:1px solid #b4b4b4;
margin:4px 0px 0px 0px;
padding:12px 0px 11px 0px;
}

.imgbody{
margin:0px 8px 0px 0px;
padding:0px 0px 0px 0px;
border:1px solid #000000;
}

.ecicopylink{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#7D7D7D;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.ecicopylink:link {text-decoration: none; color: #7D7D7D; font-weight:normal;}
.ecicopylink:visited {text-decoration: none; color: #7D7D7D; font-weight:normal;}
.ecicopylink:hover {text-decoration: underline; color: #7D7D7D; font-weight:normal;}

.blogrightpart{
padding:10px 0px 0px 0px;
}