/*
Theme Name: LiveWeb
Theme URI: http://www.theliveweb.net
Description: Theme for TheLiveWeb
Author: <a href="http://info@theliveweb.com">The Live Web</a>
Author URI: http://www.theliveweb.net


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

*{
	margin:0;
	padding:0;
}

body {
	font: 70% "Trebuchet MS", Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #CCCCCC url('images/page_background.gif') top center repeat-y;
	margin: 0px;
	padding: 0px;
        color:#454545;
}

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

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

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFFFFF url('images/page_background.gif') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #FFFFFF url('images/header.gif') top center;
        height: 110px;
	/*background: #FFF url('images/header_footer_img_green.jpg') top center repeat-y;*/
}


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

#header h1 a {
	color: #fff;
}

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

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

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

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 2.0em;
	padding-left: 20px;
	padding-top: 20px;
	background: #FFFFFF;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img_green.jpg') top center repeat-y;
}

#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: 480px;
	line-height: 1.6em;
}

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



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

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

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
        color:#547d1c;
}


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



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.2em;
	text-decoration: none;
	color: #FF660B;
	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: 5px;
	text-align: justify;
}

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

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}
.leavecomment {
	background: #FFFFFF url('images/comment-small.gif') center right no-repeat;
	font-weight:bold;
	padding-right: 20px;
	padding-top:2px;
	padding-bottom:5px;
	vertical-align: center;
	text-align:right;
	/*border-top:1px dashed #ccc;*/
}

.leavecommentold {
	background: #FFFFFF url('images/comment-small.gif') center left no-repeat;
	font-weight:bold;
	padding-left: 40px;
	padding-top:2px;
	height: 33px;
	padding-bottom:1px;
	vertical-align: bottom;
	/*border-top:1px dashed #ccc;*/
}

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

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

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

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

blockquote {
        font-style: italic;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #effce0;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
        border-left: 5px solid #CCCCCC;
        background:#effce0; /* url(images/openquote.png) top left no-repeat; margin-left:0; padding-left:25px; */
}

/*
blockquote p:last-child { padding-right:25px; background:url(images/closequote.png) bottom right no-repeat; }
*/

code{
	font-family:'Courier New',Courier,Fixed;
        font-size:60%;
	/*display:block;*/
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #effce0;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

pre {
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
	font-family:'Courier New',Courier,Fixed;
        font-size: 80%;
 	color: #212121; 
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #effce0;
}

a img {
	border: 0;
}


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

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h2 {
	/*padding-bottom: 2px;*/
	padding-left: 2px;
	/*color:#547d1c;
	border-bottom: dashed 1px #EDE0B3;
	*/
	font-size: 105%;

	color:#effce0;
	background: #f1920b url('images/custom_menu.gif') repeat-x;
	margin-bottom:4px;
	
}

#sidebar .sidebar_right ul h2 {
	/*padding-bottom: 2px;
	border-bottom: dotted 1px #D3C69B;
	color:#547d1c;
	*/
	font-size: 105%;
	color:#effce0;
	background: #f1920b url('images/custom_menu.gif') repeat-x;
	padding-left:2px;
}


#sidebar ul li {
	list-style:none;
	line-height:1.8em;
	font-size: 1.1em;
}

#sidebar ul li ul li{
	list-style:none;
	line-height:1.8em;
	font-size: 1.1em;
}

#sidebar .sidebar_left ul ul li {
	/*border-bottom: dotted 1px #EDE0B3;*/
}

#sidebar  ul ul li {
	/*border-bottom: dotted 1px #D3C69B;*/
	/*background: #effae2;*/
	/*background: url(http://www.auinteractive.com/mybloglog/lightback2.png) repeat-x top left;*/
	background: #CCCCCC url('images/item_bg.gif') repeat-x bottom left;
	
}

#sidebar ul ul li:hover {
	width:100%;
	background: #CCCCCC url('images/item_bg_hl.gif') repeat-x bottom left;
	
}

#sidebar ul ul li a:hover {
	text-decoration:none;
	
}

#sidebar .sidebar_right ul ul li a {
	/*color: #FFFFFF;*/
	padding-left:5px;
}


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


#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}


#sidebar .addtofavs ul li a {
	list-style:none;
	line-height:1.8em;
	font-size: 1em;
	font-weight: bold;
	vertical-align:center;
}
#sidebar .textwidget li {
	list-style:none;
	height:25px;
	font-size: 1.1em;
	padding-top:3px;
}

#sidebar .textwidget {
	padding:0px;
	margin-top:-5px;
}

/*--------------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;*/
	background:#EFFCE0;
	/*border: 1px solid #DFFCD0;*/
}

ol.commentlist li p {
	padding-left:5px;
        padding-right:5px;
}
ol.commentlist li.alt {
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
	/*border-bottom: 1px dashed #ccc;*/
	
}

.box_ul {
	border: 1px solid gray;
	background-image: url(http://www.ideashower.com/i/comment_blue_top.gif);
}

.box_bottom {
	border: 1px solid gray;
	background-image: url(http://www.ideashower.com/i/comment_blue_btm.gif);
	
}

.ul { background: url(images/round-ul.gif) no-repeat top left;}
.ur { background: url(images/round-ur.gif) no-repeat top right;padding-left:5px;}
.ll { background: url(images/round-ll.gif) no-repeat bottom left;}
.lr { background: url(images/round-lr.gif) no-repeat bottom right;}


#comment_title {
	margin-bottom: 5px;
	background: #ddf8cc;
	/*padding-left:5px;*/
	font-weight:bold;
	/*border-bottom: 1px solid #FFFFFF;*/

}

#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: 125px;
	height: 18px;
	border: 1px solid #f3a93f;
	background: #fbd299;
	margin-left:60px;
	font-weight:bold;
	color: #ee7508;
}

/*-------------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;
}

#ad_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-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}
/*----------custom --------------*/
#menu { 
	background: #f1920b url(images/custom_menu.gif) top center repeat-x;
	margin: 0px 0px 20px 0px;
	text-align: center;
	/*border-bottom: 0px solid #99cc66;*/
	border-top: 0px solid #99cc66;
	/*padding: 5px 0px 5px 0px;*/
        font-weight: bold;
        /*height: 50px;*/
}
#menu h2 {
	color: #ffffff;
	font-size: 17px;
	font-family: Arial, "Trebuchet MS", Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu img {
	border: none;
	margin: 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: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 115%;
	color: #ffffff;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #FFFFFF;
	/*background: #ffffff;*/
	/*padding: 10px 20px 10px 20px;*/
	text-decoration: none;
}


#bookmark {
      border: solid 1px #DDDDDD; 
      /*padding: 1px; */
      /*margin: 1px;*/
      vertical-align:bottom;
}

#continuereading {
      font-weight:bold;
      color: #518b05;
      margin-top:5px;
      border-bottom: 1px dotted gray;
}

#continuereading a {
      color: #FF660B;
}

#postimage {
      display: block; 
      margin-left: auto; 
      margin-right: auto
}

#recent-posts ul li {
	list-style: none;
	padding-left:2px;

}

#recent-posts ul li a {
	font-size:90%;
}

#recent-comments ul li a {
	font-size:90%;
}

#recent-comments ul li {
	/*list-style: circle;*/
	padding-left:2px;
}
