/* 
	Theme Name: SharonPHD Theme
	Description: Custom Wordpress Theme.
	Author: Nola Cooper
	Author URI: http://www.NolaCooper.com
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

em
{
	font-style:normal;
}

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:100%;
	}

body {
	background: #fff url('bg.jpg') top center repeat-x;
	width: 100%;
	color: #666666;
	font-size: 14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: "Times New Roman", Courier, Garamond, serif;*/
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

#page {
    float: left;
	min-width:1050px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/* box-shadow: 0px 0px 6px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5); */
	}
	
small {
    font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	}
	
hr {
      border: 0;
      width: 100%;
      color: #dedede;
      background-color: #dedede;
      height: 1px;
      margin-top: 10px;
	  margin-bottom: 10px;
      }
	
/************************************************
*	Hyperlinks									*
************************************************/

a {
	color: #3399cc; /** general link color **/
	text-decoration: underline;
	}
	
a:hover {
	color: #669933; /** general link hover color **/
	text-decoration: underline;
	}
	
a:visited {
	color: #666699; /** general link visited color **/
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
    float: left;
	background: url(images/header.jpg) top left no-repeat;
	background-color:#7996b4;
	width: 100%;
	height: 49px;
	margin: 0px auto;
	padding: 65px 0 0 0;
    list-style-type: none;
}
	
#header img {
	border: none;
	margin: 0px;
}
	
/************************************************
*	Main Navigation								*
************************************************/

#navbar {
	display: block;
	float: right;
	margin: 0px auto;
	width: 450px;
	padding: 0px;
}
#navbar .menu-header,
div.menu {
	font-size: 17px;
    float: left;
}
#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navbar .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#navbar a {
	color: #fff;
	display: block;
	padding: 0px 30px;
	text-decoration: none;
}
#navbar ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	float: left;
	width: 180px;
	z-index: 99999;
	border-top: 1px solid #ffffff;
}
#navbar ul ul li {
	min-width: 180px;
}
#navbar ul ul ul {
	left: 100%;
	top: 0;
}
#navbar ul ul a {
	color: #fff;
	background: #7996b4;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-top: 1px solid #fff;
}
#navbar li:hover > a {
        color: #b3c9e0;
}
#navbar ul ul :hover > a {
	background: #b3c9e0;
	color: #446688;
}
#navbar ul li:hover > ul {
	display: block;
}
#navbar ul li.current_page_item > a,
#navbar ul li.current-menu-ancestor > a,
#navbar ul li.current-menu-item > a,
#navbar ul li.current-menu-parent > a {
	color: #b3c9e0;
}
* html #navbar ul li.current_page_item a,
* html #navbar ul li.current-menu-ancestor a,
* html #navbar ul li.current-menu-item a,
* html #navbar ul li.current-menu-parent a,
* html #navbar ul li a:hover {
	color: #b3c9e0;
}
	
/************************************************
*	Sidebar      							*
************************************************/

#sidebar {
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 50px 30px;
	}
	
#sidebar h2, #sidebar h2.widgettitle {
	/*color: #458401;*/
	color:#7996b4;
	/*font-family: Colaborate Thin Regular;*/
	/*font-family: "Times New Roman", Courier, Garamond, serif;*/
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 40px;*/
	font-size: 28x;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	}
	
#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
        border: none !important;
text-indent: -2em;
margin-left: 2em;
	}
	
#sidebar ul li a {
	display: block;
	font-style: italic;
        font-weight: normal;
	font-size: 23px;
	color: #7996b4;
	text-decoration: none;
	padding: 10px 10px 0 0;
	}

#sidebar ul li a:hover {
	color: #7996b4;
	text-decoration: none;
	}
	
#sidebar img {
    border: none;
    padding: 0px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

div.srp-widget-singlepost {
        border: none !important;
        background: none !important;
}

img.srp-widget-thmb {
        margin-top: -8px;
        margin-right: 40px;
}
	
/************************************************
*	Content 					     		    * 
************************************************/

#wrap {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #fff url(images/sidebg.jpg) bottom right no-repeat;
	}

#content {
	float: left;
    background: url(images/wrap.png) top right repeat-y;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0px;
	}
	
#contentleft {
	float: left;
	max-width: 60%;
	margin: 10px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
	}

#contentleft p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: left;
     }
	
#contentleft ul{
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li{
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ol{
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 15px 0px;
	}
	
#contentleft ol li{
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	}
	
/************************************************
*	Headings 					     		    * 
************************************************/
	
h1 {
        font-weight: normal;
	font-size: 28px;
	color: #7996b4;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #dedede;
	font-family: "Times New Roman", Courier, Garamond, serif;
	font-family: Verdana, Geneva, sans-serif;
	}
	
h1 a, h1 a:visited  {
	color: #666666;
	text-decoration: none;
	}

h1 a:hover {
	color: #669933;
	text-decoration: none;
	}
	
h2 {
	color: #458401;
        /*font-family: Colaborate Thin Regular;*/
	font-size: 28px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	/*font-family: "Times New Roman", Courier, Garamond, serif;*/
	font-family: Verdana, Geneva, sans-serif;
	color:#7996b4;
	}
	
h2 a, h2 a:visited  {
	color: #458401;
	text-decoration: none;
	}

h2 a:hover {
	color: #7996b4;
	text-decoration: none;
	}
	
h3 {
    /*color: #7996b4;*/
	color:#8db760;
	font-size: 28px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	}

h3 a:link  {
	color: #7996b4;
	text-decoration: none;
	}
	
h3 a:hover  {
	color: #458401;
	text-decoration: none;
	}
	
h4 {
    color: #7996b4;
	font-size: 19px;
	padding: 0px;
	margin: 0px;
	}
	
#crumbs {
    font-size: 10px;
	text-align: right;
	padding: 10px 5px 15px 0px;
	}
	
#crumbs a {
    font-size: 10px;
	}
	
/************************************************
*	Images 					     		    * 
************************************************/
	
img {
   border: none;
}
.wp-thumb {
   float: left;
   padding: 0px;
   margin: 0px 20px 10px 0px;
   }
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 600px !important; /* prevent too-wide images from breaking layout */
	padding: 4px 4px 0px 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption-text {
        display: block;
	color: #888;
	font-size: 12px;
	margin: 10px 10px 0px 10px !important;
        text-align: center !important;
}
img.avatar {
       float: left; 
       margin-right: 10px;
	   }

/************************************************
*	Home Page Elements					        * 
************************************************/

#mnimg {
	float: left;
	width: 100%;
	/*height: 265px;*/
	padding: 0px;
	margin: 0px 0px 10px 0px;
        border-bottom: 3px solid #7996b4;
	}

#mnimg img
{
	min-width:100%;
}
	
#hmcntleft {
	float: left;
	max-width: 60%;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 10px;
	}
	
#hmtxt {
	padding: 0px 25px 15px 0px;
	margin: 10px 0px 5px 0px;
	text-align: justify;
        /*font-family: Arial, Helvetica, sans-serif;*/
        /*font-family: "Times New Roman", Courier, Garamond, serif;*/
          font-family: Verdana, Geneva, sans-serif;
}
	
#hmtxt ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hmtxt ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#hmtxt h2.widgettitle {
	/*color: #458401;*/
	/*color:#7996b4;*/
	color:#8db760;
	/*font-family: Colaborate Thin Regular;*/
	/*font-family: "Times New Roman", Courier, Garamond, serif;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.textwidget {
	margin: 0px 0px 20px 0px;
}

#featured {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline;
    }
	
.highlight {
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 5px 0px;
    }
	
.excerpt {
	font-size: 16px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: "Times New Roman", Courier, Garamond, serif;*/
	font-family: Verdana, Geneva, sans-serif;
}

#featured h2 {
	color: #7996b4;
	font-size: 18px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: "Times New Roman", Courier, Garamond, serif;*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
	margin: 0px 0px 0px 0px !important;
	text-transform: uppercase;
	}
	
#featured h2 a, #featured h2 a:visited  {
	color: #7996b4;
	text-decoration: none;
	font-style: italic;
	}

#featured h2 a:hover {
	color: #666699;
	text-decoration: none;
	}

#featured p {
	margin: 0px;
	padding: 4px 0px 0px 0px;
}
	
	
/************************************************
*	Blog Elements					     		* 
************************************************/
	
.post {
	padding: 10px;
        background: #f8f8f8;
	margin: 0px 0px 20px 0px;
	}
	
.entry {
    padding: 0px;
	}
	
.postinfo {
	font-size: 11px;
	color: #333333;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dedede;
	}

#post-date {
    float: left;
	width: 52px;
	margin: 0px 15px 5px 0px;
	padding: 1px;
    text-align: center;
	border: 1px solid #c0c0c0;
	
	display:none;
	}
	
.month {
    background: #7996b4;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 5px 0px;
	}
	
.day {
    background: #f2f2f2;
	color: #666699;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	}
	
#pgnav a {
    margin: 5px 10px 5px 10px;
    padding: 0px;
    }

	
/************************************************
*	Footer      								*
************************************************/

#footer {
    float: left;
    font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #333333;
	/* margin: 0px 0px 20px 0px;
	padding: 10px 15px 0 15px; */
	text-align: center;
	list-style-type: none;
	border-top: 1px solid #dedede;
	}
	
#ftnav {
    float: left;
	width: 580px;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}

#ftnav ul.menu {
        background: none;
        }

#ftnav ul li {
	display: inline;
    list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#ftnav ul li a {
	display: inline;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}

#ftnav ul li a:hover {
	color: #333333;
	text-decoration: underline;
	}

#copy {
    float: right;
	width: 300px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	text-align: right;
	font-size: 10px;
    margin-right: 15px;
	}
	
#copy a, #copy a:visited {
	color: #666666;
	display: inline;
	text-decoration: none;
	}
	
#copy a:hover {
	color: #666666;
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/
	
#searchform {
    float: none;
    width: 300px;
	padding: 15px 0px 20px 0px;
	margin: 0px;
	}

#searchbox {
	background: #ffffff !important;
	width: 225px;
	color: #888888;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 2px 0px 0px;
	padding: 3px 0px 2px 5px;
	border: 1px solid #777777;
	display: inline;
	}

.button {
	padding: 1px 2px 2px 2px;
	background: #458401;   /** search button color **/
	color: #fff !important;
	border: none;
	font-size: 12px;
    font-weight: bold;
	}

.button:hover {
	background: #7996b4;   /** search button hover color **/
	text-decoration: none;
	}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 615px;
	color: #666666;
	font-size: 11px;
	float: left;
	padding: 0px;
	margin: 10px 5px 10px 5px;
	}
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	float: left;
        margin: 0px 10px 2px 0px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}	
#commentblock label {
    font-weight: bold;
    display: block;
}
p.form-allowed-tags {
    background: #f7f7f7;
    padding: 10px !important;
    margin: 5px 0px 15px 0px !important;
    font-size: 11px !important;
    line-height: 1em;
}
#respond input {
	margin: 0 0 9px;
}
#respond textarea {
	width: 99%;
}
#respond .form-submit {
	margin: 12px 0;
}
	
/************************************************
*	Floats  									*
************************************************/


.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}