/*
Theme Name: Liza
Theme URI: http://www.lizaisa.com
Author: Elizabeth Turner
Author URI: http://www.lizaisa.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
}

body a, body a:visited {
	color: #89b5c6;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
	color: #ffffff;
}

IMG {padding-right: 10px; padding-left: 10px;}

#page {

	width: 100%;
	margin: 0px auto;
	padding: 0 0px 0 0px;
	background: #1A2022 url('images/main-bg.gif') top repeat-x;

}

#header {
	width: 100%;
	background: #000;
	height: 178px;
	background: #000 url('images/header-bg.jpg') top center repeat-x;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}
#header #header_right h1{
	color: #89b5c6;
	font-size: 2.0em;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 0px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width:950px;
	margin-left: 20px;
margin-right: 20px;
}

#topnav {
	float:right;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 0px 0px 20px 0;
}
#topleft {
	float:left;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 15px 0px 25px 33px;
}
#left-col {
	float: left;
	width: 538px;
	border: solid 1px #000;
	margin-left: 0px;
	margin-bottom: 20px;
	clear: left;
	background: url(images/content-bg.gif);
	position: relative;
}
#left-col .top {
	background: url(images/content-top.gif) no-repeat;
	height: 17px;
	width: 538px;
	display: block;
	overflow: hidden;
}
#left-col .bottom {
	background: url(images/content-bottom.gif) no-repeat;
	height: 7px;
	width: 538px;
	display: block;
	overflow: hidden;
}
#left-col div.content {
	width: 494px;
	padding: 35px 22px 25px;
	overflow: hidden;
}
#left-col .page h2 {
	font: normal 180%/100% Arial, Helvetica, sans-serif;
	color: #93d43b;
	padding: 0 0 10px;
	margin: 0;
}
#left-col .page h3 {
	font: normal 140%/100% Arial, Helvetica, sans-serif;
	color: #93d43b;
	padding: 0 0 5px;
	margin: 0;
}

#full {
	float: center;
	width: 950px;
	border: solid 1px #000;
	margin-left: 0px;
	margin-bottom: 20px;
	clear: left;
	background: url(images/full-bg.gif);
	position: relative;
}
#full .top {
	background: url(images/full-top.gif) no-repeat;
	height: 17px;
	width: 950px;
	display: block;
	overflow: hidden;
}
#full .bottom {
	background: url(images/full-bottom.gif) no-repeat;
	height: 7px;
	width: 950px;
	display: block;
	overflow: hidden;
}
#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #000000 ;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 400px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}
#footer_center {
	padding: 10px 20px 10px 0;
	text-align: center;
	float: center;
	width: 100%;
	margin-left: 0px;
}


/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 2.1em;
	line-height: 1.0em;
color: #FFFFFF;
}

h2 {
	font-size: 2.0em;
color: #93D43B;
}

h3 {
	font-size: 1.0em;
color: #93D43B;

}

h4 {
	font-size: 1.0em;
color: #FFFFFF;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #93D43B;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #fff;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #fff;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;

}
#nav li {
	clear: right;
	float:left;
	position: relative;
	text-align: center;

}
#nav a {
	background: url(images/nav-bg.gif) no-repeat;
	width: 96px;
	height: 34px;
	display: block;
	padding-top: 40px;
	font: 125%/100% Georgia, "Times New Roman", Times, serif;
	color: #89b5c6;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover, #nav li.current a {
	background-position: left bottom;
	color: #fff;
}
#nav span {
	background: url(images/rss-bg.gif) no-repeat right 0px;
	padding-right: 22px;
}
#nav a:hover span {
	background: url(images/rss-bg.gif) no-repeat right -48px;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
color: #fff;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/


#sidebar {
	float: right;
	border: solid 1px #000;
	background: url(images/sidebar-bg.gif) top center repeat-y;
	margin-right: 0px;
	width: 380px;
}
#sidebar .top {
	background: url(images/sidebar-top.gif) no-repeat;
	height: 17px;
	width: 380px;
	display: block;
}
#sidebar .bottom {
	background: url(images/sidebar-bottom.gif) no-repeat;
	height: 7px;
	width: 380px;
	display: block;
}
#sidebar .content {
	padding: 0 0 0 10px;

}
#sidebar h4 {
	font: 110%/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #93d43b;
	position: relative;
	z-index: 3;
	padding: 0 0 7px;
	margin: 0;
}
#gsearch {
float:right;
padding-right:20px;
padding-bottom:20px;
}
------------------------------------
#sidebar ul {
	margin-bottom:20px;
	
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #96CFE5;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #96CFE5;
	font-size: 1.5em;
}
#sidebar .sidebar_bottom ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #96CFE5;
	font-size: 1.5em;
}
#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
padding-right: 10px;
}


#sidebar .sidebar_right ul ul li {
	border-bottom: solid 1px #cccccc;
}
#sidebar .sidebar_bottom ul li {

}
#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	float: left;
padding-right: 180px;
	padding: 0;
	width: 180px;

}

#sidebar .sidebar_right {
	padding-left: 180px;
	float: right;
	padding: 0;
	width: 180px;


}
#sidebar .sidebar_bottom {
	float: left;
	padding: 0;
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}
#sidebar .sidebar_bottom ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_bottom ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 145px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
--------------------
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
#pagebottom{
color:black;
background-color:white;
padding-left:15px;
padding-top: 30px;
}
#pagebottom p{
color:black;
}
#pagebottom h1{
color:black;
font-size: 1.5 em;
}
.textwidget {
font-size: 13px;
line-height:110%;
color:white;
}
