/*
 Theme Name: Clean Copy Right Sidebar
 Author URI: http://corymiller.com
 Version: 1
 Author: Cory Miller
 Description: Clean Copy 2 Column is a clean blue, grey and white theme designed for blog content and sharp simplicity.
 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php
 Header photo by Ville Miettinen, used with permission
 */


 body {
 	background: #E0E0E0;
 	color: #000000;
 	font-size: 14px;
 	font-family: Arial, Verdana, Sans-Serif;
 	margin: 0px auto;
 	}

 body * {margin: 0px; padding: 0px;}

 a, a:visited {
 	color: #2397E9;
/* 	font-weight: bold; */
 	font-weight: normal;
 	text-decoration: underline;
 	}
 a:hover {
 	font-weight: normal;
 	text-decoration: none;
 	color: #000000;
 	}
 #container {
 	background: #ffffff;
 	width: 1000px;
 	text-align: left;
 	margin: 0px auto;
 	border: 1px solid #cccccc;
 	overflow: hidden;
 	}
 #header {
 	width: 1000px;
 	height: 150px;
 	background: #ffffff url(images/find-story-ideas-header.jpg) center no-repeat;
 	padding: 0px;
 	margin: 0px;
 	text-align: left;
 	}
 #header h2 {
/* 	color: #000000; */
 	color: #ffffff;
 	font-size: 22px;
 	font-family: Arial, Helvetica, Verdana, Sans-Serif;
/* 	font-weight: normal; */
 	font-weight: bold;
 	margin: 0px;
/* 	text-indent: 90px; */
        text-indent: 10px; 
/* 	padding: 25px 0px 5px 0px; */
 	padding: 5px 0px 0px 0px;
 	}

 #header h2 a {
/* 	color: #ffffff; */
 	color: #AB0509;
/* 	text-decoration: none;*/
 	text-decoration: underline;
 	}

 #header h2 a:hover {
 	color: #740E26;
 	text-decoration: none;
 	}

 #header h3 {
 	color: #ffffff;
 	font-size: 18px;
 	font-family: Georgia, Times New Roman, Sans-Serif;
          font-weight: normal;
 	text-indent: 100px;
 	margin: 0px;
 	padding: 0px;
 	}

 #menu {
 	background: #CA0608;
 	margin: 0px;
 	padding: 10px 0px 10px 0px;
 	text-align: left;
 	border-bottom: 4px solid #000000;
 	}
 #menu img{
 	border: none;
 	}
 #menu h2 {
 	color: #ffffff;
 	font-size: 15px;
 	font-family: Helvetica, Arial, Verdana, Sans-Serif;
 	font-weight: bold;
 	margin: 0px;
 	padding: 0px 0px 0px 0px;
 	}
 #menu li {
 	display: inline;
 	list-style-type: none;
 	margin: 0px;
 	padding: 0px;
 	}

 #menu ul {
 	margin: 0px;
 	padding: 4px;
 	}

 #menu ul li a {
 	font-family: Helvetica, Arial, Verdana, Sans-Serif;
/* 	font-weight: bold;*/
 	font-weight: normal;
 	font-size: 13px;
 	color: #ffffff;
 	padding: 8px 20px 8px 20px;
 	margin: 0px 0px 0px 0px;
 	text-decoration: underline;
 	}

 #menu ul li a:hover {
 	color: #ffffff;
 	background: #2397E9;
 	padding: 8px 20px 8px 20px;
 	text-decoration: none;
 	}

 * html #content { width: 490px; margin: 20px 20px; }

 #content {
 	display: block;
 	background: #ffffff;
/* 	width: 600px; */
 	width: 620px;
          margin-top: 20px;
 	margin-bottom: 20px;
/* 	margin-left: 40px;*/
 	margin-left: 20px;
 	margin-right: 5px;
 	float: left;
 	position:relative;
 	padding: 0px;
 	}
 #content p{
 	margin: 0px;
 	line-height: 24px;
 	padding: 0px 0px 10px 0px;
 	}

 #content p img{
 	border: none;
 	padding: 0px 10px 10px 0px;
 	}
 #content h1 {
 	color: #000000;
 	font-size: 22px;
 	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
 	font-weight: normal;
 	padding: 0px 0px 0px 0px;
 	line-height: 150%;
 	margin: 0px;
 	}

 #content h1 a  {
 	color: #ffffff;
 	text-decoration: underline;
 	}

 #content h1 a:hover {
 	color: #2397E9;
 	text-decoration: none;
 	}

 #content h2 {
 	color: #333333;
 	font-size: 18px;
 	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
 	font-weight: bold;
 	text-align: center;
 	margin: 0px;
 	line-height: 120%;
 	font-variant: normal;
 	}
 #content h2 a  {
 	color: #333333;
 	text-decoration: none;
 	}

 #content h2 a:hover {
 	color: #2397E9;
 	background: none;
 	text-decoration: underline;
 	}

 #content h3 {
 	color: #333333;
 	font-size: 14px;
 	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
 	font-weight: bold;
 	margin-bottom: 0px;
 	line-height: 120%;
 	}
 #content h3 a  {
 	color: #333333;
 	text-decoration: none;
 	}

 #content h3 a:hover {
 	color: #2397E9;
 	background: #ffffff;
 	text-decoration: underline;
 	}

 #content h4 {
 	color: #333333;
 	font-size: 12px;
 	font-family: Helvetica Bold Italic, Arial Bold Italic, Verdana, Sans-Serif;;
 	font-weight: normal;
 	padding: 10px 10px 10px 10px;
 	line-height: 150%;
 	margin: 0px;
 	}

 #content h4 a  {
 	color: #cccccc;
 	text-decoration: underline;
 	}

 #content h4 a:hover {
 	color: #2397E9;
 	text-decoration: none;
 	}

 #content ol {
 	list-style-type: decimal;
 	line-height: 18px;
 	margin: 0px;
 	padding: 0px 0px 10px 10px;
 	}
 #content ul {
 	list-style: none;
 	margin: 0px;
 	padding: 0px 0px 5px 0px;
 	}

 #content li {
 	margin: 0px;
 	padding: 0px;
 	}

 #content ul li {
 	list-style: square inside;
 	margin: 0px 0px 0px 10px;
 	padding: 5px 0px 0px 0px;
 	}

 #content ul li a {
 	color: #666666;
 	text-decoration: underline;
 	}

 #content ul li a:hover {
 	color: #000000;
 	text-decoration: underline;
 	}
 blockquote{
 	margin: 0px 0px 0px 25px;
 	padding: 0px 25px 0px 25px;
/* 	font-style: italic; */
 	color: #666666;
 	border-left: 1px transparent;
 	}

 #content blockquote p{
 	margin: 0px 0px 20px 0px;
 	padding: 0px;
 	}

 .postspace {
/* 	width: 440px;*/
 	width: 460px;
 	height: 32px;
 	margin: 0px;
 	padding: 0px;
 	}
 .postspace2 {
/* 	width: 440px;*/
 	width: 460px;
 	height: 0px;
 	margin: 0px;
 	padding: 0px;
 	}
 .postspace3 {
/* 	width: 440px;*/
 	width: 460px;
 	height: 15px;
 	margin: 0px;
 	padding: 0px;
 	}


 #sidebar {
 	display: block;
 	color: #000000;
 	width: 285px;
 	float: right;
 	position:relative;
 	margin: 5px 10px 5px 0px;
 	padding: 5px 10px 5px 10px;
 	text-align: left;
 	border: 1px solid #cccccc;
 	}

 * html #sidebar { margin: 5px 5px 5px 5px; }

 #sidebar p{
 	margin: 0px;
 	line-height: 15px;
 	padding: 5px 0px 5px 0px;
 	}

 #sidebar h2 {
 	color: #333333;
 	font-size: 12px;
 	font-family: Helvetica bold, Arial bold, Verdana, Sans-Serif;;
 	list-style: none;
 	padding: 6px 0px 5px 0px;
 	margin: 0px;
 	border-bottom: 1px solid #cccccc;
 	}

 #sidebar ul {
 	list-style: none;
 	margin: 0px;
 	padding: 0px 0px 0px 0px;
 	}

 #sidebar li {
 	list-style: none;
 	margin: 0px;
 	padding: 0px;
 	}

 #sidebar ul li {
 	list-style: none;
 	margin: 0px;
 	padding: 0px 0px 0px 0px;
 	}
 #sidebar ul li a {
 	color: #2397E9;

 	text-decoration: underline;
 	}

 #sidebar ul li a:hover {
 	color: #000000;
 	text-decoration: none;
 	}
 #sidebar ul li ul li {
 	padding: 10px 0px 0px 15px;
 }

 #sidebar ul li ul li a {
 	color: #2397E9;
 }

 #footer {
 	color: #ffffff;
 	background: #000000;
 	padding: 20px 30px 30px 30px;
 	height: 30px;
 	text-align: center;
 	clear: both;
 	border-top: 3px solid #cccccc;
 	border-bottom: 3px solid #cccccc;
 	}
 #footer a {
 	color: #FFFFFF;
 	text-decoration: none;
 	}
 #footer a:hover {
 	color: #FFFFFF;
 	text-decoration: underline;
 	}
/* Latest posts by category styles */
 
.catArchive {
    width: 450px;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}
 
.catArchive h3 {
    font: normal bold 18px sans-serif;
    border-bottom: 1px solid #666;
    margin: 0;
    padding: 0 0 3px 0;
    display: block;
}
 
.catArchive li {
    display: block;
    float: left;
    width: 210px;
    margin: 0 30px 30px 0;
}
 
.catArchive ul {
    margin: 0;
    padding: 0;
}
 
.catArchive li li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 4px 0;
}
 
.catAlt {
    margin-right: 0 !important;
}

