/*
Theme Name: Starkers HTML5
Theme URI: http://nathanstaines.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, naked, clean, basic
*/

@import "css/reset.css";
@import "css/layout.css";


.entry-title{
display: none;
}

body {
	margin: 0;
	color: #000;
	background-image:url(http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	vertical-align: top;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: repeat;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1 {font-size: 24px; }

h1, h2, h4, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-bottom: 0px;
	margin-bottom: 0;
	padding-left: 5px;
}

p {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0px;
	padding-left: 5px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

p.white{
	color: #FFF;	
}

p.red{
	color:#F00;
	font-size: 10px;
}
p a:link {
	font-size: 10px;
}
h3 {
	font-size: 14px;
	font-weight:800;
	margin-bottom: 0;
	margin-top: 0px;
	color: #000;
}
h3 a:link {
	font-size: 14px;
	font-weight:800;
	margin-bottom: 0;
	margin-top: 0px;
	color: #000;
}

h4 {
	font-size: 12px;
	font-weight:800;
	margin-bottom: 0;
	margin-top: 0px;
	color: #000;
}

h4 a:link {
	font-size: 12px;
	font-weight:800;
	margin-bottom: 0;
	margin-top: 0px;
	color: #000;
}


h5 {
	margin-top:0;
	padding-bottom: 0px;
	font-weight: 100;
	margin-bottom:0;
	font-size: 9px;
	color:#666;
	padding-left: 5px;
}


.sectionTitle{
	background: #000;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	height: 28px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 16px;
}
.frontTitle{
	background: #E70266;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	height: 28px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 16px;
}
.pageTitle {
	background: #000;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
		padding-top: 5px;
	padding-bottom: 4px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.pageTitle1a {
	background: #FFF;
	color: #000;
	text-align:center;
	vertical-align:middle;
		padding-top: 5px;
	padding-bottom: 4px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}




.pageTitle2 {
	background: #D00;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
		padding-top: 5px;
	padding-bottom: 4px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.pageTitle3 {
	background: #D00;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	padding-top: 10px;
	padding-bottom: 0px;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.pageTitle3a {
	background: #D00;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	text-transform: none;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.0em;
}


.textInput{
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-size: 1.1em;
}
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: none;	 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration: none;
	
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #F00;
}
/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width: 1140px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

#bottomcontent {
	width: 1140px;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {
	margin-bottom: 5px; 
}
#headertop {
	background-color: #000;
	height: auto;
}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
#sidebar1 {
	float: right;
	width: 320px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px; 
}
.content {
	width: 770px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #FFF;
	margin-left: 20px;
}
.content .content2{
	width: 680px;
	padding-left: 0;
	margin-left: 10px;
	padding-right: 10px;
}

.navTop {
	height: 8px;
}
#navigation {
	background-image:url("http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/nav-bar.jpg");
	height: 31px;
	background-color: #FFF;
	background-repeat:repeat-x; 
	padding-left: 60px;
}
#navtb, #navtb  ul {
	list-style: none;
	line-height: 1px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navtb  a {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#navtb  a:hover {
	background-color: #D00;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-bottom-color: #000;
}
#navtb  li {
	float: left;
}
#navtb .topLevel , #navtb .topLevelSelected {
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 1px;
}
#navtb .topLevelSelected {
	background-color: #3F3F3F;
	color: #F00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D10000;
	border-bottom-color: #D10000;
}
#navtb .topLevelSelected:hover {
}
#search {
	width: 300px;
	height: auto;
	margin-right: 0px;
	margin-top: -6px;
	margin-bottom: 0px;
	float: right;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}


table.nav {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-style:solid;
	border-color:#000;	
	margin-left: 30px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
		margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
/*ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation 
} Don't need this. */
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 0px 5px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 300px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}
/* ~~ The footer ~~ */
#footer {
	background-color:#000;
	height: 140px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#footer p {
	color: #CCC;
}
#footer a {
	color: #CCC;
	text-decoration: none;	 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
#footer a:link {
	color: #FFF;
	text-decoration: none;	 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;	
}
#footer a:hover ,a:active ,a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #D00;
}

#footer li {float: left; 
text-decoration: none; 
list-style: none;
margin-left:30px; }

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltrtpad {
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.fltrtpad2 {
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 10px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 15px;
}

.fltleft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#leftaddiv { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */	
	background: #FFF;
	margin-bottom: 20px;
}

.fltlftpadleft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.fltlftpad {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.fltlftpad2 {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 10px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {
	white-space: normal;
	text-align: left;
	padding: 0px;
}
.emphasis {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	background-color: #CCC;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.emphasisBLACK {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;
	width: 660px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.boxquote {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #F00;
	background-color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
}
.radioquote {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b50b14;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote a:link  {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #b50b14;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote a:hover {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #b50b14;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote a:visited {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #b50b14;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #b50b14;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote3 a:link  {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #b50b14;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote3 a:hover {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #b50b14;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote3 a:visited {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #b50b14;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
	text-align: center;
	margin: 0px;
}
.radioquote2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #b50b14;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.radioquote2 a:link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #b50b14;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.radioquote2 a:hover {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #b50b14;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.radioquote2 a:visited {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #b50b14;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/* ARTICLE TEMPLATE STYLES */


.cat-item-1 {display:none;} /* Hides the uncategorized category. :) */ 

.category-title {margin: 15px; }

.category-title h2 {margin: 15px; }

.archive-list { list-style: none;
margin-top: 15px; 
float: left;
width: 380px;}

.interactive-pdf {margin-top: 20px; 
margin-bottom: 50px; }

.archives {margin-top: 40px; }

.archive-list li {margin: 15px; }
/* LOOP SINGLE */

.single-footer { width: 770px; float: left; }

.pagination-single {width: 500px; float: left;

margin-top: 50px; }

.comments-single { width: 500px; float: left; 
margin-top: 50px; }

.previous a {
	display: block;
	width: 100px;
	height: 40px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/prev.jpg') bottom;
	text-indent: -99999px;
}
.previous a:hover {
	background-position: 0 0;
}

.next a {
	display: block;
	width: 100px;
	height: 40px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/next.jpg') bottom;
	text-indent: -99999px;
}
.next a:hover {
	background-position: 0 0;
}

/* CONTACT PAGE STYLES */

.contact input[type="text"] { background-color: #d2d2d2;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
height: 28px;
width: 100px;
color: #333;
text-indent: 15px;}

#form-2-1403102943 h4 {
    color:#D00; 
} 

#form-2-1403102943 label { 
    color:#D00; 
} 

#form-2-1403102943 input[type=text], #form-2-1403102943 select { 
    background-color:#e0e2e2; 
} 

#form-2-1403102943 textarea {
    background-color:##e0e2e2; 
} 


.content textarea {padding: 10px; }

.contact-other {margin-top: 40px; }

.name {height: 26px; }
 
input:hover {background-color: #333; 
outline: none; }

.email {height: 26px; }

.contact .submit { text-indent: -99999px;
cursor: pointer;
display: block;
width: 100px;
margin-top: 20px; 
background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/submit.jpg') bottom;}

.contact .submit:hover {
	background-position: 0 0;
}

input,select{border:none; 
outline: none;}

.facebook-contact {margin-top: 20px;
margin-left: 15px;
width: 800px;
float:left; }

.facebook-contact .icon a { display: block;
	width:72px;
	height: 72px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/facebook.png') bottom;
	text-indent: -99999px;
}

.facebook-contact .icon a:hover  {
	background-position: 0 0;
}


.twitter-contact {margin-top: 20px;
margin-left: 15px;
width: 800px;
float:left;
margin-bottom: 20px; }

.twitter-contact .icon a { display: block;
	width:72px;
	height: 72px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/twitter.png') bottom;
	text-indent: -99999px;
}

.twitter-contact .icon a:hover  {
	background-position: 0 0;
}


.other-contact {margin-top: 20px;
margin-left: 15px;
width: 800px;
float:left; }

.other-contact .icon a { display: block;
	width:72px;
	height: 72px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/contact.png') bottom;
	text-indent: -99999px;
}

.other-contact .icon a:hover  {
	background-position: 0 0;
}

.icon { width: 75px; float: left; }

.iconinfo { width: 300px; float: left;
margin-left: 30px;
margin-top: 20px;
 }

.iconinfo a {font-size: 12px; }


/* SEARCH FORM STYLES */

.search h2 {margin: 15px; }

input[type="text"] { background-color: #d2d2d2;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
height: 28px;
width: 200px;
color: #333;
}

 .main-search {margin-bottom: 20px; 
 margin-top: 5px;}

 .main-search input[type="text"] {width: 210px;
 text-indent: 15px; }
 
::-webkit-input-placeholder {
   color: #333;
   text-indent: 15px;
}

:-moz-placeholder {  
   color: #333;
   text-indent: 2px;  
}

.name:hover {
    border: 1px solid #f00;
    background: #ff6;
}

#s:hover{
background:#CCC;
}

.main-search .submit { text-indent: -99999px;
cursor: pointer;
width: 80px;
height: 32px; 
background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/search.jpg') bottom;
margin-left: 2px;}

.main-search .submit:hover {
	background-position: 0 0;
}

/* COMMENT FORM STYLES */


#respond input[type="text"] { background-color: #E6e6e6;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
height: 28px;
width: 200px;
color: #333;
margin-left: 5px;
text-indent: 15px;}

#respond input[type="email"] { background-color: #E6e6e6;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
height: 28px;
width: 200px;
color: #333;
margin-left: 5px;
text-indent: 15px;}

#respond input[type="url"] { background-color: #E6e6e6;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
height: 28px;
width: 300px;
color: #333;
margin-left: 5px;
text-indent: 15px;}


.comments-single #submit { text-indent: -99999px;
cursor: pointer;
display: block;
width: 100px;
height: 40px; 
background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/comment.png') bottom;}

.comments-single #submit:hover {
	background-position: 0 0;
}

.comments-single label {
	margin-right: 15px; 
}


.comments-single label[for=comment] {
	visibility: hidden;
}

.comments-single textarea {
	width: 450px;
	height: 200px;
	background-color: #E6E6E6;
	border: none;
	margin-left: -60px;
	outline: none;
padding: 10px;
}


/* EVENTS PAGE */

.event-calendar { margin-top: 20px; }

/* ABOUT PAGE */

.creativerow { float:left; width: 730px; }

.creativecolumn { float: left; width: 350px; }


/* ADVERTISING PAGE */

#content2 h2 {margin-top: 20px; 
margin-bottom: 20px;
 }

.advertise-column {margin-left: 36px; width: 330px; float:left; margin-top: 20px;}

/* RADIO PAGE */

#content2 h1 {margin-top: 20px; margin-bottom: 10px; text-indent: 35px; }

.radio-content { width: 700px; float: left; margin-left: 30px; margin-top: 20px; }

.radio-snippet { float: left; width: 690px;
margin-top: 20px;
margin-bottom: 20px; }

.radio-date { float: left; width: 100px; color: #D00;}

.radio-info {float: left; width: 590px; }


/* INDEX PAGE STYLES */

.tier {width: 770px; float: left; }

 .top-tier-left {float: left; width: 500px; }
 
 .top-tier-right {float: left; width: 250px; margin-left: 20px;}

.index-content {
	width: 770px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #FFF;
}

.tier2 {width: 770px; float: left; margin-top: 30px; }

.tier2-titles {width: 770px; float: left; }

.this-issue {background: #000;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	height: 28px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 16px;
	width: 500px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left; }
	
	
	.spotlight {background: #000;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	height: 28px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 16px;
	width: 250px;
	margin-bottom: 20px;
	float: left; }
	
	
	.newsmaker-title {background: #000;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	height: 28px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 20px; }
	
	
	
	.mid-tier-column {float: left; width: 240px; margin-right: 20px; }

.mid-tier-column2 {float: left; width: 245px; }

#dashr
{
border-style:none;
color: #D00;
border-top: 2px dashed;
border-bottom: 2px solid;
height: 2px;
margin-bottom: 20px; 
}


/*UPDATED FOOTER STYLES */

.footer-links {float: left; 
width: 925px;
margin-top: 20px; }

.footer-icons {float: left;
margin-top: 10px;
text-align: right;}


.footer-fb {float: left;
width: 65px; }

.footer-icons .footer-fb a { display: block;
	width:50px;
	height: 50px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/fbsmall.png') bottom;
	text-indent: -99999px;
}

.footer-icons .footer-fb a:hover  {
	background-position: 0 0;
}

.footer-tw {float: left;
width: 70px; }

.footer-icons .footer-tw a { display: block;
	width:50px;
	height: 50px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/twittersmall.png') bottom;
	text-indent: -99999px;
}

.footer-icons .footer-tw a:hover  {
	background-position: 0 0;
}

.footer-gp {float: left;
width: 70px; }

.footer-icons .footer-gp a { display: block;
	width:50px;
	height: 50px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/googlesmall.png') bottom;
	text-indent: -99999px;
}

.footer-icons .footer-gp a:hover  {
	background-position: 0 0;
}

.footer-strip {width: 1100px;
float: left; }

.footer-logo { float: right;
	margin-top: -50px;
	margin-right: 25px; 
	width:200px;
	height: 57px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/lbm.jpg');	
}

textarea {outline: none;}

#content3 {margin-left: 15px;
margin-right: 15px;
margin-top: 20px;}

#content3 h5 {margin-bottom: 20px; }

/* PAGINATION ON CATEGORIES */

.old-new a { float:left; margin-right: 15px; }

.older a {
	display: block;
	width: 100px;
	height: 40px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/older.png') bottom;
	text-indent: -99999px;
}
.older a:hover {
	background-position: 0 0;
}

.newer a {
display: block;
	width: 100px;
	height: 40px;
	background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/newer.png') bottom;
	text-indent: -99999px;
}
.newer a:hover {
	background-position: 0 0;
}

/* TAG CLOUD */

#sidebar1 h3 {color: #D00; }

.facebook-side {margin-bottom: -20px; }

.tagcloud {width: 300px; }

/* ARCIVES TEMPLATE */

.main-archives h1 { color: #D00; margin-top: 20px; }

.archiveways {float: left; width: 320px; margin-right: 40px; }

.main-archives ul, .main-archives ol { margin-left: 15px; padding: 0px; }

.main-archives li {margin: 15px; }

/* SUBSCRIBE PAGE */

.subscribe input[type="text"] { background-color: #d6d7d7;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
height: 28px;
width: 200px;
color: #333;
margin-left: 25px; 
}

.subscribe input[type="image"] {background-color: #ffffff;}

.subscribe input[type="radio"] { margin-left: 25px; }

.subscribe input[type="submit"] { text-indent: -99999px;
cursor: pointer;
display: block;
width: 100px;
height: 40px; 
background: url('http://www.lawrencebusinessmagazine.com/wp-content/themes/starkers-theme/images/buttons-elements/submit.jpg') bottom;
margin-top: 15px;
}

.subscribe input[type="submit"]:hover {
	background-position: 0 0;
}

.subscribe select {height: 25px; margin-left: 25px;}

/* CAPTIONS */

.wp-caption {
border: none;
text-align: right;
background-color: #F1F1F1;
padding: 0px;
margin: 0px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0px;
padding: 0px;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 8px;
font-color: #0F346B;
line-height: 17px;
padding: 5px 5px 5px 5px;
margin: 0;
margin-top:	5px;
margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin: 5px 15px 20px 0;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

/* ~~ Start of Responsive Code for phones ~~ */

@media only screen and (max-width: 480px) {

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #site-title {

width:400px;

}

#container {
width:100%;
}

/* ~~ The next code hides the the header image of TwentyTen. the second you use to resize the header image ~~ */
#branding img {
display:none;
}
/* ~~
#branding img {
width:100%
}   ~~ */

#site-description{
display:none;
}

/* ~~ The code above hides the blog description, but if you insist that the description be displayed, just change that code so it looks like this:~~ 

#site-description{
float:left;
}*/


/* ~~ navigaion bar size ~~ */

#access{
width:100%;
}

/* ~~ navigaion bar size ~~ */
#content{
width:100%;
}

/* ~~ The next code sets the post content layer margin (position) ~~ */
.hentry{
margin-left:-13px;
}
/* ~~ hidden sidebar ~~ */
#primary{
display:none;
}

/* ~~This one resizes the footer section:~~ */</pre>
<blockquote>
#footer{
width:100%;
}
/* ~~ re-positions the WordPress credit text ~~ */
#site-generator {
float:left;
margin-top:5px;
}

/* ~~ width of the footer border ~~ */
#colophon {
width:100%;
}
/* ~~ info ~~ */

}
/* ~~ End of Responsive Code for phones ~~ */
/* ~~ Start Responsive Code for tablets ~~ */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}


/* ~~ End of Responsive Code for tablets ~~ */