/*
Theme Name: Hardiman & Carroll
Theme URI: http://
Description: Main Stylesheet for All Modern Browsers
Author: Melton Eduardo Cartes
Author URI: http://www.anadguy.com
*/

/* < =COLORS: body: #333; a:#1d6671; a:hover, a:active:#9e9185; .subtitle, copyright:#6e6761; #sub_container: #ffffff; #content(background-color):#ffffff; .text: #333333; .text h2: #9e9185; > */


/*< =01 MAIN LAYOUT ELEMENTS =* >*/
html, body {margin:0;padding:0;border:none;}
body {position:relative;color:#333;font-family:Arial, Helvetica, "MS Sans Serif", sans-serif;font-size:62.5%;background:#333;margin:0;padding:0;min-width:80em;}
	/*<height:100% not good for SAF/FF, good for IE6!!! >*/
#mainbox {float:left;position:relative;min-height:100%;width:80em;margin:0 auto;left:50%;margin-left:-40em;min-width:80em;}
#container {float:left;display:inline;position:relative;width:80em;margin:0 auto;background:#fff;}

.wrap {margin:0;	}
#content {min-height:76em;width:65em;margin:0 auto 3em auto;padding:0;	border-bottom:3px solid #9e9185;}
#content.archive {min-height:76em;width:65em;margin:6em auto 3em auto;padding:0;border-bottom:3px solid #9e9185;}


/*<	=Alternating Header Art =*>*/
#header {height:8.7em;width:80em;margin:0;padding:0;background:url(images/masthead_bridge.jpg);}

.BG {display:none;}
/*<	=end of Alternating Header Art =*>*/


#sidebar {float:left;display:inline;height:2.8em;width:80em;margin:0 0 1em 0;padding:0;border-bottom:2px solid #6e6761;background:#fff;z-index:100;}

#sidebar_2 {float:left;		display:none;		z-index:1;width:100%;top:0;left:-.2em;margin:0;padding:0;		background:yellow;}
#sidebar_3 {float:left;		display:none;		z-index:1;width:50%;top:0;left:-.2em;margin:0;padding:0;		background: red;}
#sidebar_3 ul {list-style:none;margin:0;padding:0;}
#sidebar_4 {float:left;display:none;position:relative;z-index:-1;height:77em;width:14.5em;margin:0 0 0 60.7em;padding:0;}
#sidebar_4 ul {list-style:none;margin:0;padding:0;}



ul {}/* < see lists below > */
.navigation {}/* < see navigation below > */

.post {margin:5em 0;height:100%;}
.entry {}

.footer {min-height:10em;width:80em;margin:0;padding:0;}
#footer {color:#6e6761;height:100%;position:relative;clear:both;width:80em;margin:0;padding:0;}
/*< =End-01 MAIN LAYOUT ELEMENTS =* >*/



/* <  * HEADER * > */
#logo {position:absolute;top:0;left:0;margin:0;padding:0;z-index:-1;}
#logo h1 a {float:left;display:inline;margin:0 0 0 .35em;padding:0;text-indent:-9000px;text-align:left;color:#000;font: normal normal 1.5em/1em Tahoma, Geneva, "MS Sans Serif", sans-serif;			/*background:yellow;*/}
.description {position:absolute;margin:0;padding:0;top:0;left:0;text-align:left;text-indent:-9000px;color:#000;font-weight:normal;font-style:italic;font-size:2em; font-family:Tahoma, Geneva, "MS Sans Serif", sans-serif;}
.notice {margin:3em 0;height:1em;width:80em;}
#header a {text-decoration:none;}
/* <  * end of HEADER * > */

/* < * MAIN Navbar "Sidebar" * > */
/* < * SIDEBAR 1, site navigation menu * > */
/* < * This hides the default title "Pages" from the Sidebar nav menu * > */
#pages-3.widget_pages h2 {display:none;}

/* < 1st Level -- These are the rollover actions > */
#sidebar ul {position:relative;color:#000;text-transform:uppercase;height:2em;width:78em;margin:0 auto;padding:0;}
#sidebar h2 {display:none;}
#sidebar li {float:left;display:block;margin:0;padding:0;text-indent:0;}
#sidebar li a {margin:0;padding:0;color:#6e6761; 	background:#fff;}


/* < 2nd Level > */
#sidebar ul ul{margin:0;padding:0;height:2em;		}	/* < 2nd Level > */
#sidebar li li{margin:.6em 0 0 0;padding:0 1em;text-align:center;border-right:1px solid #6e6761;}

/* < =Rollover Background Effect 2nd Level > */

/* < 3rd Level > */
#sidebar li li:hover ul,#sidebar li li a:hover ul {display:block;position:absolute;margin:-.4em 0 0 0;padding:0;text-align:left;}
#sidebar li li:hover ul li,#sidebar li li a:hover ul li {display:block;height:1.5em;margin:0 0 0 -1.1em;padding:0;		}
/* this is the final links, as in the attorneys' names */
#sidebar li li:hover ul li a,#sidebar li li a:hover ul li a {display:block;position:relative;height:1em;font-size:1em;margin:.6em 0 0 1em;padding:0 .2em .5em .5em;line-height:1.5em;font-weight:normal;text-align:left;	/*	background:orange;*/}

.page_item {}

#sidebar ul ul ul {display:none;}

#sidebar li li li {clear:both;height:1.1em;font-size:1em;margin:0;padding:0;text-align:left;border-left:1px solid #6e6761;border-right:none;border-bottom:1px solid #6e6761;}
#sidebar li li li a {margin:0;padding:0 .5em;width:20em;}
/* < 3rd Level > */

/* < new solution > */
#sidebar{position:absolute;}
#sidebar ul {float:left;display:inline;}
#sidebar ul ul ul {position:relative;margin:0;}
#sidebar ul:hover .page_item{display:block;}

#sidebar ul:hover .page_item a{text-decoration:none;height:1.2em;		/*background:orange;*/}
#sidebar ul:hover .page_item a:hover{color:#000;height:1.2em;z-index:100;text-decoration:underline; 	/*background:yellow;*/}

#sidebar ul ul ul:hover .page_item a:hover{color:#000;height:1.5em;z-index:200;padding:0 0 0 .4em;		background:white;border-left:1px solid #999;border-right:1px solid #fff;border-bottom:1px solid #999;}

#sidebar ul{float:left;margin:0px;padding:2px;	list-style:none;}
.clear{clear:both;height:10px;}
/* < new solution > */


/* < =Rollover Background Effect 3rd Level > */

/* < * ==)))))) DISABLED LEVELS ((((((== * > */
/* < 4th Level > */
/* < =Rollover Background Effect 4th Level> */
/* < * ==)))))) end of DISABLED LEVELS ((((((== * > */

/* < * Sidebar Links * > */
#sidebar a:link {text-decoration:none;}
#sidebar a:visited {text-decoration:none;}
#sidebar a:hover {text-decoration:underline;color:#000;}
/* < * end of Sidebar Links * > */

/* < * Sidebar Current Page elements * > */
#sidebar ul li.current_page_item {}
#sidebar ul li.current_page_ancestor,#sidebar ul li.current_page_parent {}
#sidebar ul li.current_page_item a,#sidebar ul li.current_page_ancestor a,#sidebar ul li.current_page_parent a {color:#000;font-weight:bold;}
#sidebar ul li .current_page_item li a,#sidebar ul li.current_page_ancestor li a,#sidebar ul li.current_page_parent li a {color:#000;}
/* < * end of Sidebar Current Page elements * > */

/* < * Sidebar Widget elements * > */
#sidebar .widget {margin:0;padding;0;border:0;}
#sidebar .textwidget {margin:0 1em;padding:0;text-indent:2em;}
#sidebar small {font-style:italic;}
#sidebar #archives.widget_archive {text-align:center;}
/* < * end of SIDEBAR 1, site navigation menu * > */
/* < * end of MAIN Navbar "Sidebar" * > */

/* < =COLORS: body: #333; a:#1d6671; a:hover, a:active:#9e9185; .subtitle, copyright:#6e6761; #sub_container: #ffffff; #content(background-color):#ffffff; .text: #333333; .text h2: #9e9185; > */



/* < *=02 Main Content area elements, Post, Entry, Links, Tables, Lists *====* > */

/* < * General * T E X T  > */
p {font-size:1.3em;line-height:1.6em;margin:0 0 1em 4em;padding:0;text-align:left;		/*color:#000;*/}
.post p {font-size:1.3em;line-height:1.6em;margin:0 0 1em 14em;padding:0;text-align:left;		/*color:#000;*/}

.posttitle {float:left;display:inline;margin:0 0 1em 18em;		}
.posttitle h2 {margin:0;}
.posttitle small {font-size:1.1em;}
.pagetitle {text-indent:0;text-align:left;font-size:1.6em;color:#40567D;margin:1em 1em;}

.post small {margin:0 0 0 20.2em;}
.post h2 a {margin:0;padding:0;color:#369;			}
.post a:hover {text-decoration:underline;}

.postcontent {	clear: both;}
.postfoot {border-top: 1px solid #9e9185;border-bottom: 1px solid #9e9185;padding-top: 6px;padding-bottom: 6px;margin:4.3em 0;}

/* < * General Headings * > */
h2,h3, h4, h5, h6 {text-indent:0;margin:1em 0 .2em 0;color:#6e6761;font-weight:normal;}
h2{font-size:1.9em;margin:0 0 0 9.5em;}
h3{font-size:1.7em;margin:0 0 0 10.7em;}
h4{font-size:1.6em;margin:0 0 0 11.4em;}
h5{font-size:1.4em;font-weight:bold;color:#888;margin:0 0 0 13em;}
h6{font-size:1.3em;font-style:italic;font-weight:bold;color:#888;margin:0 0 0 14em;}
/* < * end of Headings * > */


/* < * Blockquote * > */
blockquote {color:#6e6761;text-align:left;margin:1em 0 1em 18em;padding:1em;background:#ccc;}
blockquote cite {margin:5px 0 0;display:block;}
blockquote p {margin:0 0 0 0 !important;padding:0;}
/* < * end of Blockquote * > */


/* < * Link elements * > */
a:link, a:active {margin:0;padding:0;text-indent:0;color:#6e6761;}
a:visited {text-decoration:underline;color:#6e6761;}
a:hover {text-decoration:underline;color:#8B0000;}
/* < * end of Link elements * > */


/* < * Table elements * > */
.entry table {color:#6e6761;font-size:1.3em;width:70%;margin:0 0 0 14.5em;padding:.3em;	background:#ECEDF8;}

.entry table col {}
.entry table caption {font-size:1.3em;font-weight:bold;}
.entry thead {}
.odd {background:#CCCBDB;}

/* < * end of Table elements * > */



/* < * Lists * > */
.post ul,.post ol {font-size:1.3em;line-height:1.6em;margin:0 0 2em 14em;}
.post ul li li,.post ol li li {font-size:.9em;line-height:1.6em;}

.post ul ol li,
.post ol ul li {font-size:.75em;margin:0 0 0 -18.5em;}

.post ul.nobullets,.post ol.nobullets {list-style:none;text-decoration:none;}
.post ul ul,.post ol ol {font-size:1.1em;margin:0;}

.postmetadata ul, .postmetadata li {display:inline;list-style-type:none;list-style-image:none;}



/* < * Definition Lists * > */
dl {font-size:1.3em;font-weight:normal;margin:0 0 0 14em;}
dt {font-weight:bold;}
dd {font-style:italic;}
/* < * end of Definition Lists * > */

/* < * end of Lists * > */



/* < * CommentBox elements * > */
.commentBox {position:relative;float:right;	display:none;	height:5.4em;width:4.7em;text-align:center;z-index:100;}
.commentBox img {border:0;}
.commentsquare {position:absolute;width:4.7em;top:0;left:0;text-align:center;z-index:100;}
.commentsquare a:link, .commentsquare a:visited {/*color:#CC9900;*/font-size:2.1em;text-decoration:none;}
.commentsquare a:hover {text-decoration: underline;}
.commentsquareImg {position:absolute;float:right;width:4.7em;top:0;left:0;margin:0;padding:0;z-index:-1;}
/* < * end of CommentBox elements * > */



/* < * additional elements * > */
.clear, hr {clear:both;}
.attr {display:block;font-weight:bold;font-style:italic;text-align:right;margin:0 0 1em 0;	}
code {font-size:1.3em;text-align:left;color:#000;}
/* < * end of additional elements * > */


/* < * Navigation block elements * > */
.navigation {position:relative;float:left;display:inline;width:78%;margin:1em 5em;padding:0 0 .5em 0;color:#9e9185;font-style:italic;font-size:1.3em;border-bottom:5px solid #9e9185;}
.navigation a:link, .navigation a:visited, .navigation a:active {color:#9e9185;}
.navigation a:hover {color:#8B0000;}

.navigation .alignleft {float:left;display:inline;}
.navigation .alignright {float:right;display:inline;}
.navigation .alignleft, .navigation .alignright {}
/* < * end of Navigation block elements * > */



/* < * Post elements ==See Main Layout elements * > */
#respond, #comments {clear:both;margin:0 3.1em;}


/* < *=END-02 of Main Content area elements, Post, Entry, Links, Tables, Lists *====* > */
/* < *=Plugins ===*> */

/* < *=END of Plugins ===*> */


/* < *=03 PHOTO or IMAGE SIZING elements * > */

/*< * GALLERY * >*/
/*.gallery {background:yellow;}
.gallery-item {border:1px solid red;}
.gallery-icon {border:1px solid green;}
.gallery-caption {border:1px solid purple;}
.attachment-thumbnail {}*/
/* < 		Taken from wp-includes>media.php		 > */
	.gallery {margin:auto;border:none;}
	.gallery-item {float:left;margin:1em 0 0 0; width:9em !important;}
	.gallery img {/*border:2px solid #cfcfcf;*/}
	.gallery-caption {margin:0 0 1em 0;font-size:.85em;font-style:italic;}
/* < 		Taken from wp-includes>media.php		 > */
/*< * end of GALLERY * >*/



/* < * WP-Caption and WP uploaded image handling * > */
.wp-caption {margin:0;padding:0;	}
.wp-caption img {margin:0;padding:0;	}

/* < WP-Caption Text > */
p.wp-caption-text {float:left;display:inline;font-style:italic;margin:0;text-indent:0;font-size:1.2em;line-height:1.2em;width:95%;	}

/* < Sizes with side margins > */
.size-thumbnail,
.size-medium,
.size-full,
.size-large {margin:0 1em;}

/* < Alignright with Captions > */
.alignright p.wp-caption-text {float:right;}
.alignright .size-thumbnail {float:right;}
.alignright .size-medium {float:right;}

/* < Alignnone AlignCenter > */
.alignnone,.aligncenter {display:block;margin:0 auto;}

/*img.aligncenter {left:50%;margin-left:-34%;padding:0;		}*/

h2.centered {float:none;margin:0 !important;text-align:center;}

/* < Captions with AlignLeft, AlignRight> */
.wp-caption.alignleft,.wp-caption.alignright {margin:0;padding:0;}

/* < AlignLeft, Alignright > */
.alignleft {float:left;display:inline;margin:0 1em 0 0;	}
.alignright {float:right;display:inline;margin:0 0 0 1em;}
/* < * end of WP-Caption and WP uploaded image handling * > */

img.alignleft {float:left;display:inline;margin:0 1em 0 -14em;}

/* < * Vipers Video Quicktags * > */
.vvqbox {display:block;margin:0;padding:0;}
.textwidget .vvqbox {float:left;display:block;/*border:1px solid green;*/}
.textwidget .vvqbox object {/*border:1px solid purple;*/position:relative;margin:0 0 0 -2em;padding:0;}


/* < * end Vipers Video Quicktags * > */
/* < *=END-03 of IMAGE SIZING AND BORDERS * > */



/* < *=04 Sidebars 1, 2, 3, 4 etc. * > */
/*< * see MAIN LAYOUT ELEMENTS for Sidebar positioning rules * >*/

#search {list-style:none;}
.search {position:absolute;display:inline;width:;/*margin:12em 5em 0 0;*/top:0;right:.5em;	}


#searchform {margin:0 auto;padding: 5px 3px;	}
#s {margin:0 auto;width:10.5em;		}
#searchsubmit {width:5em;background:#9e9185;}

/* < * Sidebar_2 elements * > */
#sidebar_2 .textwidget {margin:0 0 1.5em 0;padding:0;font-size:1.2em;line-height:1.4em;text-indent:2em;}

#sidebar_2 .textwidget img {border:1px solid #000;margin:.5em 0;}

#sidebar_2 .textwidget .email {margin:5% auto 0 auto;text-align:center;}
#sidebar_2 .textwidget .submit {color:#666;background:#40567D;margin:1% 23%;text-align:center;}

#sidebar_2 p {margin:0 .2em;padding:0;line-height:1.4em;text-align:left;text-indent:2em;}
#sidebar_2 p a,#sidebar_2 a {font-size:1.2em;text-decoration:underline;color:#666;}
#sidebar_2 ul {position:relative;margin:0;padding:0;text-align:left;line-height:1.5em;list-style:none;}
#sidebar_2 li {margin:0 1em 1em 1em;padding:0;line-height:1.1em;text-align:left;text-indent:0;}

#sidebar_2 h2,
#sidebar_2 h3,
#sidebar_2 h4,
#sidebar_2 h5,
#sidebar_2 h6 {margin:.5em .1em 0 .1em;line-height:1em;}

#sidebar_2 h2 {color:#666;font-size:1.3em;text-decoration:none;}

#sidebar_2 h4{font-size:1.2em;}
#sidebar_2 h5{font-size:1.1em;}
#sidebar_2 h6{font-size:1em;}

#sidebar_2 fieldset {float:left;display:inline;width:17em;margin:0;padding:0;}

#sidebar_2 img {float:left;display:inline;margin:0 0 0 -1em;padding:0;		border:1px solid red;}

.nobottommargin {margin:0;}
/* < * end of Sidebar_2 elements * > */



/*< * Sidebar_3, see Main Layout elements * >*/

/*< * end of Sidebar_3 * >*/



/*< * Sidebar_4, see Main Layout elements  * >*/

/*< * end of Sidebar_4 * >*/
/*< *=END-04 Sidebars * > */


/* < * Widget stuff * > */
.textwidget {margin:0;}
.widget {margin:0;padding:0;/*float:left;display:inline;*/}
.widget_text {padding:0;	/*text-align:center;*/		}

fieldset {border:0;}

/* < end of Widget stuff > */



/* < * Archivebox elements - Is this needed? * > */
.archivebox {background-image: url("images/list1.gif");background-repeat: repeat-y;width: 186px;padding-bottom: 3px;border: 1px solid #DFE882;}
.archivebox ul {padding: 0px;margin: 0px;}
.archivebox li {list-style-type: none;margin-top: 6px;margin-left: 27px;}
.archivebox a {font-size: 12px;}
.archivebox a:link, .archivebox a:visited {text-decoration:underline;}
.archivebox a:hover {text-decoration: underline;color:#8B0000;}
/* < * end of Archivebox elements - Is this needed? * > */



/* < *=05 FOOTER elements * > */
/*.footer img {height:9em;}*/
#footercontent {margin:0 auto;}
#footer h2 {text-align:center;font-size:1.1em;margin:0 auto;}
#footer a {color:#6e6761;margin:0;padding:0;font-size:1em;font-weight:normal;}
#footer h3 {margin:0;padding:0;}
#footer h3 a {margin:0;padding:0;font-size: 11px;font-weight: bold;}

.recent_date {margin:0 .5em;}
.recentcontent {margin-bottom:.5em;}
.recentcontent p {margin:0;padding:0;}

/*< These and... >*/
.footbox {width:15em;float:left;display:inline;text-align:center;margin:.2em .5em 1.4em .5em;}
.footbox ul {width:100%;float:left;display:inline;margin:0;padding:0;text-align:center;}
.footbox li {text-align:left;list-style:none;margin-bottom:.8em;font-size:1.1em;}
.footbox ul ul {margin:0 0 1em 0;	display:none;}
.footbox li li {font-size:1em;margin:0 0 0 1em;}

#footbar {width:100%;height:2em;text-align:center;margin:.5em auto 0 auto;font-size:1em;font-weight:normal;}
#footbar a {}

/*< ...these match. This set is if the bottom footer widget is being used. >*/
#footer li.widget {list-style:none;width:15em;float:left;text-align:center;margin:.2em .5em 1.4em .5em;}
#footer .widget ul {width:100%;float:left;display:inline;margin:0;padding:0;text-align:center;}
#footer .widget li {text-align:left;list-style:none;margin-bottom:.8em;font-size:1.1em;}
#footer .widget ul ul {margin:0 0 1em 0;}
#footer .widget li li {font-size:1em;margin:0 0 0 1em;}
/* < *=END-05 end of FOOTER elements * > */



/* < * Other Stuff * > */
.meta {}
#sidebar ins {/*display:none;*/text-decoration:none;}
/*.textwidget .indie ul {display:none;position:relative;margin:0 2em 0 -2em;padding:0;border:1px solid red;}*/



/* < *  Begin Form, Comment form Elements * > */
.entry form { /* This is mainly for password protected posts, makes them look better. */text-align:center;}
form {margin:0;		}
fieldset {width:100%;margin:0 0 0 -73em;	}
/*select {width:130px;	}*/

#commentform {margin:1em auto; 	/*background:pink;*/}
#commentform input {width:17em;padding:.2em;margin:.5em .5em .1em 0;}
#commentform textarea {width:95%;margin:.5em;padding:.2em;		/*background:grey;*/}
#commentform #submit {margin:0;float:right;display:inline;}
/* < *  End Form Elements * > */

/* < *  Begin Comments * > */
.alt {margin:0;padding:1em;		background:#ECECF8;}
.commentlist {padding:0;text-align:justify;}
.commentlist li {margin:1.5em 4.5em .3em;padding:.5em 1em .3em;list-style:none;}
.commentlist p {margin:1em .5em 1em 0;}
#commentform p {margin:0 4em;}
.nocomments {display:none;text-align:center;margin:0;padding:0;}
.commentmetadata {margin:0;display:block;}
/* < *  End Comments * > */



/* < * WP CALENDAR * > */
#calendar {empty-cells: show;margin:1em auto 0;}
table#wp-calendar {float:left;margin:0 0 1em 0;padding:0;}
#wp-calendar caption {/*font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/font-size:1.3em;line-height:1.3em;text-align: center;}

#wp-calendar #prev a, #wp-calendar #next a {font-size:1em;	}
#wp-calendar #prev a {padding:0 0 0 .2em;text-align:left;	}
#wp-calendar #next a {padding:0 .2em 0 0;text-align:right;	}
#wp-calendar a {display:block;text-decoration: none;}

#wp-calendar th {font-style:normal;text-transform: capitalize;		background:#40567D !important;	border:1px solid #40567D;}
#wp-calendar td {padding:.3em 0;text-align:center;}
#today {color:#fff;background:#40567D !important;	border:0;}

#wp-calendarLarge {/*opacity:.6;filter:alpha(opacity=60);*/}
/* < * end of WP CALENDAR * > */



/* < * Begin Various Tags & Classes * > */
acronym, abbr, span.caps {cursor:default;}
acronym, abbr {}
.center {text-align:center;}
a img {border:none;}
/* < *  End Various Tags & Classes* > */

/* < * Events Calendar additional IDs * > */
#EC_previousMonthLarge,#EC_nextMonthLarge {font-size:.7em;}

/* < * end of Events Calendar additional IDs * > */



/* < * PoMMo Subscription form * > */
#subscribeForm {}
#subscribeForm form {}
#subscribeForm fieldset {line-height:2.3em;}
#subscribeForm legend {}
#subscribeForm label {font-size:1.4em;float:left;display:inline;clear:left;margin:0 0 0 5.5em;}
#subscribeForm input {float:right;margin:0 4em 0 0;}
#subscribeForm textarea {float:right;margin:0 4em 0 0;}
.notes {}
#subscribeForm .buttons {float:left;display:inline;margin:0 0 2em 8em;}
.required {font-weight:bold;font-style:italic;}

input#field15,
input#field16,
input#field17,
input#field18,
input#field19,
input#field20 {float:left;display:inline;margin:.7em 0 0 .7em;}

/* < * End of PoMMo Subscription form * > */



/* <  = = = = =  TEMPORARY LOCATING BORDERS = = = = =  TEMPORARY LOCATING BORDERS = = = = > */
/* < 
body {	border:3px dashed red;}	
#mainbox {	border:1px dashed green;}	
#container {	border:1px solid orange;}		
#content {		border:1px dashed darkred;}		

#header {	border:1px solid maroon;	}	
#logo {	border:1px solid maroon;	}		
.description {		border:1px solid green;		}	
.headerart {	border:1px solid purple;}
.bodyart {	border:1px solid teal;}
.footerart {	border:1px solid maroon;}

.post {		border:1px solid purple;	}		
.posttitle {		background:yellow;	}
.post img {		border:4px double red;	}

.entry {		background:orange;		}	
.entry a, .post a {			}

.wrap {		border:1px solid orange;	}

#sidebar {		border:1px solid red;			}	
#sidebar ul {		border:3px solid blue;				background:orange;	} 
#sidebar ul li { 	border:1px solid purple; }

#footer {		border:1px solid blue;		}	
.footer {		border:1px solid orange;	}
.footer img {		border:1px solid green;	}

#footercontent {		border:1px solid purple;		}	
#footer h2 {		background:yellow;		}
.footbox {			border:1px solid lightblue;		}

#searchform {		background:yellow;		}
.clear {		border:1px solid red;	}		

*html #menu li {		border:1px solid maroon;	}
*html #menu ul li a:hover {		border:1px solid pink;		}
> */

/*.pageofposts .entry .alignright {display:none;}*/