/* 
	Theme Name: Memorability Theme
	Description: Memorability is customizable with a custom navigation menu, header, and color scheme. Memorability has a custom home page and supports eleven widgetized areas (one in the header for ad space, three in the sidebar, 3 in the tabbed boxes, and four in the footer). Memorability also utlizes the featured images gallery. It includes a stylesheet for print.
	Author: Nola Cooper
	Author URI: http://www.NolaCooper.com
	Version: 4.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:100%;
	}

body {
	background: #e5f7fd; /** site background color **/
	width: 975px;
	color: #333333;
	font-size: 13px;
	font-family: Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#page {
	background: #FFFFFF;
	width: 975px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
small {
    font-size: 11px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	}
	
hr {
      border: 0;
      width: 100%;
      color: #c0c0c0;
      background-color: #c0c0c0;
      height: 1px;
      margin-top: 10px;
	  margin-bottom: 10px;
      }
	
/************************************************
*	Hyperlinks									*
************************************************/

a {
	color: #0000ff; /** general link color **/
	text-decoration: underline;
	}
	
a:hover {
	color: #ff7200; /** general link hover color **/
	text-decoration: underline;
	}
	
a:visited {
	color: #663399; /** general link visited color **/
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#start {
     background: #049bb3;   /** background color of date and tagline area **/
	 float: left;
	 width: 955px;
	 margin: 0px 0px 10px 0px;
	 padding: 3px 10px 3px 10px;
	 color: #f4f4f4;
     font-size: 12px;
	 font-weight: normal;
	 border-bottom: 2px solid #ffffff;
	 }
	 
.date {
     float: left;
	 margin:  0px;
	 padding: 0px;
     width: 300px;
	 }
	 
.description {
     float: right;
	 margin:  0px;
	 padding: 0px;
     width: 600px;
	 text-align: right;
	 }

#header {
	background: #ffffff;
	width: 975px;
	margin-top: 10px;
	margin: 0px auto 0px;
	padding: 5px 0px 5px 0px;
	color: #555554;
    list-style-type: none;
	}
	
#header img {
        border: none;
	}
	
.left {
    float: left;
	width: 400px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	}
	
.advert {
    float: right;
	width: 500px;
	text-align: center;
	padding: 15px 5px 0px 0px;
	}
	
.advert img {
    padding: 5px 5px 0px 5px;
	border: none;
	}
	
/************************************************
*	Main Navigation								*
************************************************/

#navbar {
	background: #a32c42; /**nav background color**/
	display: block;
	float: left;
	margin: 0 auto;
	width: 975px;
	padding: 0px;
}
#navbar .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 5px;
	width: 970px;
}
#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;
	line-height: 32px;
	padding: 0 15px;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#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: 32px;
	left: 0px;
	float: left;
	width: 180px;
	z-index: 99999;
	border-top: 1px solid #fff;
}
#navbar ul ul li {
	min-width: 180px;
}
#navbar ul ul ul {
	left: 100%;
	top: 0;
}
#navbar ul ul a {
	background: #a32c42;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-top: 1px solid #fff;
}
#navbar li:hover > a,
#navbar ul ul :hover > a {
	background: #d74931;
	color: #fff;
}
#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: #fff;
}
* 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: #fff;
}
	
/************************************************
*	Sidebar      							*
************************************************/

#sidebar {
	float: right;
	width: 275px;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 12px;
	}
	
#sidebar h2 {
	color: #a32c42;
	font-size: 17px;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 5px 0px 8px 5px;
	margin: 20px 5px 15px 5px;
	border-bottom: 1px dotted #049bb3;
	}
	
#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;
	padding: 0px;
	}
	
#sidebar ul li a {
	display: block;
	color: #555555;
	text-decoration: none;
	padding: 4px 0px 4px 5px;
	}

#sidebar ul li a:hover {
	background: #555554;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#sidebar img {
    border: none;
    padding: 1px 0px 0px 0px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
	}
	
#sidebar a.link {
	padding: 4px 0px 4px 5px;
	}

#optn {
       float: left;
       width: 240px;
       background: url(images/optin-bg.jpg) top center repeat-y;
       border: 1px solid #ef8848;
       padding: 10px 5px 5px 5px;
       margin: 10px 0px 10px 10px;
       color: #fff;
       text-align: center;
       box-shadow: 0px 0px 3px rgba(0,0,0,0.2); 
       -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2); 
       -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

#optn h2 {
       color: #972c22;
       margin: 0px 0px 5px 0px;
       border-bottom: none;
       font-size: 18px;
}
	
/************************************************
*	Sidebar  Ads                    	        * 
************************************************/
	
#sideads1 {
    list-style-type: none;
	float: left;
	width: 129px;
	padding: 0px;
	margin: 0px;
	}
	
#sideads1 img {
    display: inline-block;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	}
	
#sideads1 ul li a:hover {
    background: none;
	color: #ff7200;
	text-decoration: none;
	}
	
#sideads2 {
    list-style-type: none;
	float: right;
	width: 140px;
	padding: 0px;
	margin: 0px;
	}
	
#sideads2 img {
    display: inline-block;
	padding: 2px 5px 2px 0px;
	margin: 0px;
	}
	
#sideads2 ul li a:hover {
    background: none;
	color: #ff7200;
	text-decoration: none;
	}
	
/************************************************
*	Tabs                    	                * 
************************************************/
	
#tabbers {
margin: 0px auto 0px;
width: 261px;
margin-bottom: 25px;
background: #d4d4d4; /** color of entire tab area **/
padding: 10px 0px 5px 0px;
}	
	
#countrytabs {
width: 261px;
margin: 0px auto 0px;
}

ul.shadetabs {
margin: 0px;
list-style-type: none;
text-align: center; /** set to left, center, or right to align the menu as desired **/
font-size: 10px;  /** may need adjusting for longer or shorter titles **/
}

#countrytabs li {
display: inline;
}

#countrytabs li a:link {
display: inline;
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 25px 5px 25px;  /** may need adjusting for longer or shorter titles **/
color: #666666;
background: #f2f2f2; /** color of tab when NOT selected **/
margin-right: 2px;
border: none;
}

#countrytabs li a:visited {
color: #ffffff;
}

#countrytabs li a:link:hover {
text-decoration: none;
color: #ffffff;
background: #adadad; /** color of tab on hover **/
}

#countrytabs li a.selected {
position: relative;
color: #ffffff;
background: #000000; /** color of tab when selected or active **/
}

#countrytabs li a.selected:hover { 
color: #ffffff;
text-decoration: none;
}

.tabcontent {
display:none;
text-align: left;
}

@media print {
.tabcontent {
display:block !important;
}
}
	
	
/************************************************
*	Content 					     		    * 
************************************************/

#wrap {
    background: url(images/wrap.jpg) top center repeat-y;
	float: right;
	width: 975px;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: 5px solid #fff;
	}

#content {
	width: 965px;
	margin: 0px auto 0px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft {
	float: left;
	width: 640px;
	margin: 0px 15px 5px 10px;
	padding: 10px 0px 0px 10px;
	}

#contentleft p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: justify;
     }
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 15px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	}
	
#content blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentleft ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
/************************************************
*	Headings 					     		    * 
************************************************/
	
h1 {
	color: #049bb3;
	font-size: 32px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ff7200;
	}
	
h1 a, h1 a:visited  {
	color: #049bb3;
	text-decoration: none;
	}

h1 a:hover {
	color: #ff7200;
	text-decoration: none;
	}
	
h2 {
    color: #ff7200;
	font-size: 22px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
h2 a, h2 a:visited  {
	color: #ff7200;
	text-decoration: none;
	}

h2 a:hover {
	color: #555554;
	text-decoration: none;
	}
	
h3 {
    color: #049bb3;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	}
	
h3 a  {
	color: #049bb3;
	text-decoration: none;
	}
	
h3 a:hover  {
	color: #ff7200;
	text-decoration: underline;
	}
	
h4 {
    color: #555555;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	}
	
h5 {
    color: #555554;
	font-size: 18px;
	font-weight: normal;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 20px 0px 15px 10px;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	}
	
#crumbs {
    font-size: 10px;
	text-align: right;
	padding: 0px 0px 15px 0px;
	}
	
#crumbs a {
    font-size: 10px;
	}
	
/************************************************
*	Images 					     		    * 
************************************************/
	
img {
   border: none;
}

.wp-thumb {
   float: right;
   margin: 5px 10px 5px 15px;
   }
	
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    margin: 0px auto;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0px auto;
    padding:0 4px 5px;
}

img.avatar {
       float: left; 
       margin-right: 10px;
	   }

/************************************************
*	Home Page Elements					        * 
************************************************/

#hometext {
    margin: 15px 0px 15px 0px;
	background: #c2effd;
	color: #028ca2;
	font-size: 15px;
	}
	
#hometext p {
    padding: 10px 10px 10px 10px;
	text-align: justify;
	}
	
#highlights {
	margin-top:10px;
    margin-bottom:15px;
    padding: 0px;
	text-align: justify;
    }

.catttl {
	font: 1.6em Verdana;
    background: url(images/gradated.jpg) top center no-repeat;
	text-transform:uppercase;
	margin: 5px 0px 0px 0px;
    padding: 25px 15px 15px 15px;
	font-weight: bold;
	color: #ff6633; /*home page featured category title color*/
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	}

.catttl a, .catttl a:visited {
	color:#ff6633;
	text-decoration: none;
	}

.catttl a:hover {
	color:#049bb3;
	text-decoration: none;
	}
	
.excerpt {
    background: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 10px 25px 15px 25px;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	}
	
/************************************************
*	Blog Elements					     		* 
************************************************/
	
.post {
	padding: 5px 10px 5px 0px;
	margin: 0px 5px 15px 5px;
	}
	
.entry {
    padding: 12px 5px 0px 0px;
	}
	
.postinfo {
	width: 625px;
	font-size: 11px;
	color: #333333;
	margin: 15px 0px 40px 0px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #c0c0c0;
	background: #f7f7f7;
	}

#post-date {
    float: left;
	width: 52px;
	margin: 0px 10px 0px 0px;
	padding: 1px;
    text-align: center;
	}
	
.month {
    background: url(images/month-bg.png) top center no-repeat;
	color: #ffffff;
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 5px 0px;
	}
	
.day {
    background: url(images/date-bg.png) top center no-repeat;
	color: #666666;
    font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 8px 0px 12px 0px;
	}
	
#pgnav a {
    margin: 5px 10px 5px 10px;
    padding: 0px;
    }

	
/************************************************
*	Footer      								*
************************************************/

#footer {
    float: left;
    font-size: 11px;
	background: #049bb3 url(images/footer-top.png) top center no-repeat;   /** color # is for background below footer image **/
	width: 975px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	list-style-type: none;
	}

.adddescript {
    color: #049bb3;
	font-size: 15px;
	margin: 0px;
	letter-spacing: 2px;
	text-transform: lowercase;
	padding: 60px 0px 5px 15px;
	}
	
#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer img  {
    margin: 5px 0px 0px 3px;
	border: none;
	}
	
#footer h2 {
	font-size: 14px;
	padding:15px 0px 15px 0px;
	color:#ffffff;
	font-weight:bold;
    text-transform:uppercase;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 1px 0px;
	padding: 2px 0px 2px 3px;
	border-bottom: 1px solid #c2effd;
	}

#footer ul li a:hover {
	background: #037789;
	color: #FFFFFF;
	}

#footer li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 1px 0px;
	padding: 2px 0px 2px 3px;
	border-bottom: 1px solid #c2effd;
	}

#footer li a:hover {
	background: #037789;
	color: #FFFFFF;
	}
	
#footerleft {
	float: left;
	width: 200px;
	margin: 30px 20px 0px 10px;
	padding: 0px 0px 20px 30px;
	}
		
#footermiddle1 {
	float: left;
	width: 200px;
	margin: 30px 20px 0px 0px;
	padding: 0px 0px 20px 15px;
	list-style: none;
	}
	
#footermiddle2 {
	float: left;
	width: 200px;
	margin: 30px 10px 0px 0px;
	padding: 0px 0px 20px 15px;
	}
	
#footerright {
	float: right;
	width: 200px;
	margin: 30px 30px 0px 0px;
	padding: 0px 15px 20px 0px;
	}
	
#copy {
    margin: 0px auto;
	width: 900px;
	padding: 20px 0px 5px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	}
	
#copy a, #copy a:visited {
	color: #ffffff;
	display: inline;
	text-decoration: none;
	}
	
#copy a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/
	
#searchform {
    float: right;
    width: 280px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
	}

#searchbox {
	background: #ffffff !important;
	width: 200px;
	color: #888888;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	margin: 0px 3px 0px 14px;
	padding: 3px 0px 2px 5px;
	border: 1px solid #777777;
	display: inline;
	}

.button {
	padding: 1px 2px 2px 2px;
	background:#a32c42;   /** search button color **/
	color: #ffffff;
	border: none;
	font-size: 12px;
    font-weight:bold;
	}

.button:hover {
	background: #049bb3;   /** search button hover color **/
	text-decoration: none;
	}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 600px;
	background: #f4f4f4;
	color: #333333;
	float: left;
	padding: 5px 20px 5px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #C0C0C0;
	}
	
ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px 15px 0px 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 5px 10px 5px 0px;
	width: 550px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	width: 590px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.avatar-default {
    float: left;
	margin: 0px 10px 5px 0px;
	}
	
/************************************************
*	Floats  									*
************************************************/


.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}