/*
	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 Design
	Author Site	:http://karenarnolddesign.com
	Style Name	:Moms Against Pharming Prescription
	Style URI	:http://momsagainstpharming.com
	Version		:1.0
	Comments	:
*/
body {
background: #2c2e3b url(bgd-body.gif) repeat;
margin-top:15px;
font-family:Tahoma,Arial,Helvetica,sans-serif;
}
body.main {
background: #2c2e3b url(bgd-body.gif) repeat;
}
body.bodySean {
background: #235e9b url(bgd-bodySean.gif) repeat;
}
.columns-two #page {
width:840px;
}
#page {
	/* The entire design is contained within the 'page' id */
border:5px solid #1f1f2d;
background:url(bgd-page.gif) repeat-y;
padding-top:0;
	}


#header {
	/* Contains the H1 and menu */
height: 230px;
background: url(header.jpg) no-repeat;
}

.content {
padding:0 0 10px;
}
body.columns-two #primary-wrapper {
margin-right:-300px;
}	
body.columns-two #primary {
margin-right:300px;
}
#primary {
	/* Contains the main column */
width:550px;
	}
.page-head {
margin:0;
}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
text-align:left;
color:#fff;
	}

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

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
font-size:14px;
width:230px;
padding:0 10px 0 30px;
	}
/***********************headings************************/
#header h1 a, #header .description, h1.blog-title, #headerSean .description {
text-indent:-300em;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited  {
color:#fff;
}
h4, h4 a, h4 a:visited {
color:#719bcd;
}
h1,h2,h3,h4,h5,h6 {
font-family:Georgia, Patino, serif;
font-style:italic;
font-weight:bold;
}
body.page .entry-content h3 {
color:red;
display:block;
font-size:1.7em;
font-weight:bold;
padding:15px 0 0;
}
.entry-contentSean h3, .entry-contentSean h3 a {
color:#719bcd;
display:block;
font-size:1.7em;
font-weight:bold;
padding:15px 0 10px;
}
h2.seanH, h2.seanH a {
color:#719bcd;
}
/************************sidebar************************/
#in-memory-of-sean h4 {
background:url(header-memory.gif) no-repeat;
text-indent:-200em;
height:26px;
}
#important-news h4 {
background:url(header-important.gif) no-repeat;
text-indent:-200em;
height:30px;
}
#random-images h4 {
background:url(header-random.gif) no-repeat;
text-indent:-200em;
height:24px;
}
div#monthly-archive.widget h4, li#linkcat-2.linkcat h4, div#friends-remembering-sean.widget h4 {
color:navy;
}
div#monthly-archive.widget a, div#monthly-archive.widget a:hover, div#monthly-archive.widget a:visited:hover, 
li#linkcat-2.linkcat a, li#linkcat-2.linkcat a:hover, li#linkcat-2.linkcat a:visited:hover,
div#friends-remembering-sean a, div#friends-remembering-sean a:hover, div#friends-remembering-sean a:visited:hover {
color:white;
}
/***********************polls***************************/
#polls-1 {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #333333;
float:right;
width:40%;
margin:0 5px;
}
/*********************featured posts*******************/
#boxHome {
background:#CCCCCC none repeat scroll 0 0;
color:white;
float:left;
padding:8px;
width:97%;
font-size:14px;
font-weight:bold;
}
.box h1 a, .box h1 {
color:red;
font-family:Georgia;
font-size:18px;
font-style:italic;
margin:0 0 5px;
}
.box {
float:right;
margin:5px 0;
width:40%;
}
.boxleft {
float:left;
width:50%;
margin-right:15px;
min-height:150px;
}

/*****************************sean template******************/
#headerSean {
background: url(headersean.jpg) no-repeat;
height: 230px;
}
#headerGen {
background: url(headergeneric.jpg) no-repeat;
height: 230px;
}
.columns-two #pageSean {
width:840px;
margin:0 auto;
border:5px solid #1f1f2d;
background:url(bgd-pageSean.gif) repeat-y;
padding-top:0;
}
.entry-contentSean {
color:#444444;
font-size:1.2em;
line-height:1.8em;
text-align:left;
}
.entry-contentSean p{
padding:10px 20px;
}
/****************nav*************************/
#nav {
z-index:1000;
width:100%;
position:relative;
}
/**************comments*****************************/
.comments textarea {
margin:10px;
width:95%;
}