/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:Karen Arnold
	Author Site	:http://HighDesertWeb.com
	Style Name	:Premier Concrete
	Style URI	:http://PremierConcreteABQ.com
	Version		:1.0
	Comments	:
        Header Width    :880
*/
body {
background: #ccc url(bgd-body.gif) repeat-x top;
  font-family:Arial,Helvetica,sans-serif;
color:#000;
}
#page {
	/* The entire design is contained within the 'page' id */
margin-top:20px;
margin-bottom:20px;
padding-top:0;
border:none;
width:880px;
background:none;
color: #000;
	}
	
#header {
	/* Contains the H1 and menu */
background: url(header.png) no-repeat top center;
height:165px;
width:880px;
	}
.content {
padding:0;
margin-top:20px;
width:880px;
background: #fff url(line-bgd.jpg) repeat-y left top;
color:#000;
}	
.hentry {
padding-right:10px;
}
#primary {
	/* Contains the main column */
float:right;
width:480px;
background:#fff;

	}
body.columns-two #primary {
margin-left:500px;
}
body.columns-two #primary-wrapper {
	float: right;
	margin-left: -1000px;
	width: 100%;
	}
.page-head {
margin: 5px 0;
	}

.hentry {

	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
color:#000;
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}
body.columns-two .secondary {
float:left;
}
.secondary div p {

}
.secondary {
color:#000;
	/* Contains both sidebars */
width:360px;
float:left;
padding: 5px 15px 5px 10px;
font-size: 1.2em;
line-height: 1.8em;
	}
#footer {
background:#fff;
width:880px;
margin:0 auto;
padding:20px 0;
}
#footer p {
text-align:left;
}
/*********************affiliates template*****************/
#content2 {

margin-top:20px;
}
#primary2 {
margin-top:20px;
width:790px;
position: relative;
float: left;
padding-left:60px;
padding-right:30px;
background:#fff;	
}
#primary2-wrapper {
width:100%;
float: left;
}
/***********************headings***********************/
h1,h2,h3,h4,h5 {
  font-family:Arial,Helvetica,sans-serif;
}

#header .description, h1.blog-title, h1.blog-title a {
font-size:-100px;
margin-left:-5000px;
}
h3 {
font-size:1.5em;
font-weight:bold;
margin:5px 0;
color:#ed1c24;
}
.page-head h2, .page-head h2 a, .page-head h2 a:hover {
font-size:1.5em;
color:#ed1c24;
text-align:right;
}
/**************** Main Menu in Header *************************/

ul.menu {
font-family:Tahoma,Arial,Helvetica,sans-serif;
margin: 0;
padding: 0;
position: absolute;
bottom: 15px;
width: 100%;
left:41px;
font-size:14px;
font-weight:bold;
}

ul.menu li a {
color:#777;
padding:11px 15px 16px;
line-height:35px;
}
ul.menu li a:hover {
background: none;
color: white;
text-decoration: none;
background: url(bgd-menu-hover.png) repeat-x 50%;
line-height:35px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: white;
background: url(bgd-menu-current.png) repeat-x 50%;
	text-decoration: underline;
height:54px;
	}

/***********************email button*****************/

.button {
width: 128px;
height: 130px;
position: relative;
float:right;
margin-top:-30px;
}

.button span {
background: url(email-button2.jpg) no-repeat;
position: absolute;
width: 100%;
height: 100%;
}
.tag {
font-weight:bold;
font-size:1.9em;
color:black;
margin-left:20px;
}
.credit {
margin-top:20px;
text-align:center;
}
.small {
font-size:0.9em;
}
span.lucida  {
width: 16px;
height: 11px;padding-right:2px;
position: relative;
}
span.lucida span {
background: url(lucida.gif) no-repeat;
position: absolute;

width: 100%;
height: 100%;
}
.red {
color:#ed1c24;
}