/* CSS Document */

/*
adampoots.com general CSS
*/

/*
	GLOBALS: used to set all the general elements
*/

body {
        /* background-image:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/main_back.gif); */
        background-repeat:repeat;
	background-color:#000000;
	/* url(http://poots.com/peoples/mod/template/templates/Default_Template/images/wrap.gif) repeat-y; */
	color:#697C83;
	font-family:Arial;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 11px;
	line-height:1.6em;
}

/*
div {
	border: 1px solid red;
}
*/

.headsub {
	font-family: Arial;
	font-size: 20pt;
	color: #FFFFFF;
}

p {
	color:#555;
	margin:0 0 10px 0;
}

a {
	text-decoration:none;
	color:#3AA5C6;
}

ol, ul {
	color:#697C83;
        list-style-type:none;
        margin:0pt;
        padding:0pt;
}

h1 {
	font-size:130%;
}

h2, h3, h4, h5 {
	font-size:100%;
}

blockquote{
	background: #EEE url(http://poots.com/peoples/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/*
	TABLES IN ELGG
*/

td {
	border-bottom:1px solid #eee;
	padding:10px 0px 10px 0px;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

/*
	CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	background:#ebebeb;
}

/* HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR */

div#header {
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	width:100%;
	height:40px;
	background-color: #000000;
	background-image: url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/header_back.gif);
	background-repeat: repeat;
	background-position: center bottom;
}
div#header-inner {
	width: 965px;
	margin-right: auto;
        margin-left: auto;
}
div#header-pic {
        float:left;
	width: 183x;
}
div#header-quote {
	display:none;
	float: right;
	padding-top: 130px;
	width: 480px;
}

div#buttons {
        height:40px;
        float:right;
        width:375;
}

div#yourhome {
        float:right;
        height:40px:
        
}

div#header #logo{
	margin: 0px;
	padding:10px;
	display:none;
	float:left;
}
div#header-image {
	width: 173px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}


div#header #logo h1 {
	font-size:30px;
	padding:0;
	margin:10px 0 6px 0;
}

div#header #logo h1 a{
	color:#fff;
	font-family:Helvetica, "Myriad Web", Arial, sans-serif;
}

div#header #logo h2{
	color:#f17d00;
	padding:0;
	margin:0;
	font-size:1.2em;
}

/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	width:470px;
	margin:0;
	padding:0;
	top:10px;
	right:0;
}

div#header #search-header img {
	margin:0 0 0 10px;
}

div#header #search-header p {
	padding:0 0 0 0px;
	margin:0;
}

div#header #search-header span a {
	color:#3aa5c6;
}
div#header #search-header span a:hover {
	color:#3aa5c6;
	text-decoration:underline;
}

/*
	CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
	width:100%;
	position:relative;
        background:#ffffff;
}

div#content-holder a:hover {
	/* text-decoration:underline; */
}

div#content-holder h1 {
font-family:arial;
font-size:16px;
font-weight:bold;
letter-spacing:0em;
margin-top:0px;
padding-top:0px;
}

div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	font-size:1.1em;
}

/*
	VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/*
	THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
	margin: 0 auto;
	padding: 30px;
	width:900px;
	text-align: left;
	color:#666666;
	overflow:hidden;
	min-height:500px;
	background-color:#FFFFFF;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0;
	padding: 30px 30px 30px 30px;
	width:900px;
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:800px;
	background-color:#FFFFFF;
}

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	font-size:11px;
	width: 220px;
	margin:0;
	padding:0;
	margin:0;
	float: right;
}

/*
	THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
	width: 200px;
	margin:0 0 0 20px;
}

div#splitpane-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#splitpane-sidebar ul li {
	
}

div#splitpane-sidebar ul li ul li a {
	
}

div#splitpane-sidebar h2 {
	text-align:left;
	border-bottom:5px solid #ccc;
	color:#777;
	font-size:0.9em;
	width:200px;
}

/*
	FOOTER
*/


div#footer {
	clear: both;
	position: relative;
	background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/footer_back.gif) repeat-x top;
        background-color:#000000;
	text-align: center;
	padding:40px 0 0 0;
	font-size:1em;
	height:200px;
	margin-top:20;
	color:#000;
	width:100%;
}

div#footer a {
	color:#fff;
}
div#footer img {
	margin:20px 0 0 0;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer a:link, div#footer a:visited {
	text-align:right;
}

div#footer_poots {
	clear: both;
	position: relative;
	background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/footer_back.gif) repeat-x top;
        background-color:#000000;
	padding:40px 0 0 0;
	font-size:1em;
	height:200px;
	margin-top:20;
	color:#000;
	width:100%;
}
div#footer-inner { width:965px;height:130px;margin-right: auto;margin-left: auto;border-bottom:1px solid #333333; }
div#footer-inner a { color:#999999}
div#footer-inner a:hover { color:#00ccff}
.footer-inner_block {
	width:293px;
	height:110px;
	color:#CCCCCC;
	float:left;
	font-family:arial;
	font-size:11px;
	line-height: normal;
}
.footer-inner_block_middle {
	width:293px;
	height:110px;
	color:#cccccc;
	float:left;
	font-family:arial;
	font-size:11px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-right:20px;
	padding-left:20px;
	margin-right:20px;
	margin-left:20px;
	line-height: normal;
}
.footer_title {
	font-size:16px;
	color:#77cccc;
	font-weight: bold;
}
div#footer_legal {width:965px;margin-right: auto;margin-left: auto;color:#444444;font-size:10px;font-family:arial;padding-top:20px;}

/*
	SYSTEM MESSAGES
*/

div#system-message{
	background:#00ccff;
	color:#000;
	padding:3px 50px;
	margin-left:auto;
        margin-right:auto;
        width:860px;
        z-index:5;
        text-align:center;
}

div#system-message p{
	padding:0px;
	margin:2px;
        color:#000000;
}

/*
	CLEAR BOTH
*/

.clearing {
	clear:both;
}

/*
	THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
	WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.
*/

/* BLOGGING ENGINE */
.weblogdateheader {width:600px;}
#back-link {border-bottom:5px solid #EBEBEB;float:right;width:265px;}
.weblog_dateheader {width:600px;}
.weblog_keywords {margin-top:10px;}
.weblog-post {
	margin:20px 0 10px 0;
        width:600px;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
}

.user img {
	border:1px solid #eee;
	padding:2px;
        height:75px;
        width:75px;
}

.weblog-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.weblog-title {
	margin:10px 0 10px 115px;
        font-size:150%;
}

.post {
	margin:10px 0 10px 115px;
	
}

.info {
	border-top:1px solid #ebebeb;
	margin:10px 0 10px 115px;
	clear:both;
}

.info p {
	padding:0 0 0 0x;
	margin:0;
	color:#999999;
}

.info p a {
	font-size:0.9em;
	color:#555;
}
.info p a:hover {color:#00ccff}

/* this is the thin line between the actual post and comments */

#comments-divide {height:1px;background:#ccc;}

.comment-owner {
        
	border-top:1px solid #cccccc;
	background:#ebebeb;
	padding:20px;
	margin:20px 0 5px 0;
	width:590px;
}

.comment-owner img {
        border:1px solid #CCCCCC;
        background:#ffffff;
        padding:2px;
        float:left;
	margin:0px 5px 0px 0px;
	text-align:left;
}

.comment-owner a {}

.comment-owner p {
	padding:0;
	margin:0;
}
.weblog-comment-body {margin-left:75px;color:#666666;}
.weblog-comment-header {margin-left:75px;}
.weblog-comment-header a {color:#666666;font-weight:bold;}

/* END OF BLOGGING ENGINE */

/*
	SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

div#sub-menu p {
	/* margin:10px 10px 0px 0px; */
	padding:3px;
	/* background:#efefef; */
}

/* END OF SUB-MENU DIV */

/*
	INFOHOLDER: this holds profile data, account settings and administration content
*/

.infoholder {
	margin:5px 0 10px 0;
}

.infoholder p {
	padding:0px 0 0px 0px;
}

/* the end of INFOHOLDER */

#tagcloud {
	padding: 15px;
	border: solid 1px #eee;
	background: #f5f5f5;
	line-height:2.9em;
}
	
#tagcloud a {
	text-decoration: none;
}

/*
 PROFILE WIDGETS STUFF
*/

/* Widget Basic Information */
.w_basic_info { }
.w_basic_info_usericon {padding:5px;border:1px solid #cccccc;float:left;margin-right:10px;}
.w_basic_info_username {font-family:arial;font-size:22px;font-weight:bold;display:block;}
.w_basic_info_tagline {font-family:arial;font-size:14px;font-weight:none;display:block;margin-bottom:30px;}
.w_basic_info_birthday {font-family:arial;font-size:12px;font-weight:none;display:block;}
.w_basic_info_location {font-family:arial;font-size:12px;font-weight:none;display:block;}


img.profile-photo {
   border:1px solid #ccc;
   padding:5px;
}

.profile_main {
   display:none;
   color:#000;
}

.profile_main p {
   color:#000;
}

.profile_main p a {
	text-decoration: underline;
}

.profile_main_bottom {
	clear: both;
}

.profile_primary {
	width: 690px;
	margin-top: 10px;
}

.profile_secondary {
	width: 690px;
	margin-top: 10px;
	color:#000;
}

.profile_bio {
	padding-top: 10px;
	background:#efefef;
}

.profile_widgets {
	clear: both;
    width: 760px;
	/*background: #004995;*/
}

.profile_icon img {
	border:1px solid #eee;
	padding:2px 2px 2px 2px;
}

.profile_widgets_left {
	float: left;
	width: 330px;
}

.profile_widgets_right {
	float: right;
	width: 330px
}

/* profile - widgets */

#profile_widgets {
   position:relative;
}

.profile_bio {
   width:244px;
   padding:2px;
}

.widgets_even {
   float:left;
   width:670px;
   margin:0;
   padding:0;
}

.widgets_odd {
   float:right;
   width:200px;
   margin:0;
   padding:0;
}

.widget {
    margin-bottom: 15px;
    padding: 0;
}

.widget .widget_content {
   
}

.widget .widget_content h3 {
    padding:0;
    margin:0;
}

.widget .widget_bottom {
     display: block;
     margin: 0px;
     padding-left: 10px;
     font-size:0.8em;
}

.widget .widget_menu ul {
    margin:0 0 0 5px;
	padding:0;
}

.widget .widget_menu ul li {
     list-style:none;
}

.widget .widget_menu ul li a {
     text-decoration:underline;
}

.widget .widget_admin_menu {
    padding:2px 0 0 0px;
}

#hidden3, #hidden2, #hidden4, #hidden5 {
  height:20px;
}

.widget .widget_title {
          border:0;
          border-bottom:5px solid #e6e6e6;
          padding:0 2px 0 2px;
          margin:0 0 10px 0;
          color:#000;
	  font-size:11px;
	  font-weight:bold;
}

.widget  .widget_content h2 a {
    background:url(http://poots.com/peoples/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}

/* CONTACT WIDGET */

contact { }

#connect ul {
font-size:11px;
margin-top:5px;
}

#contact ul li {
border-bottom:1px solid #ccc;
font-size:11px;
line-height:200%
}

stuff { }

#stuff ul {
font-size:11px;
margin-top:5px;
}

#stuff ul li {
border-bottom:1px solid #ccc;
font-size:11px;
line-height:200%;
display:block;
}
#stuff ul li a: {text-decoration:none;color:#3AA5C6;}
#stuff ul li a:link {}
#stuff ul li a:hover {}
#messages { }

#messages_table th{
  color: #6D929B;
  text-align: center;
  padding: 6px 6px 6px 12px;
  background: #EFEFEF;
}
#messages_table td{
  background: #fff;
  padding: 2px 2px 2px 10px;
  font-weight: bold;
}
#messages_table td.message_read{
  background: #F5FAFA;
  padding: 2px 2px 2px 10px;
  font-weight: normal;
}
#detailed_message h3{
  color: #000;
}
.widget_title.hidden { visibility: hidden; display:none; }
#pic {}
.singlepic_widget img { 
  max-width: 96.5%;
  border:1px solid #CCCCCC;
  padding:10px;
 }



/* Image Display Page */

#image_subfolders a:hover { color: #00ccff; }


#image_info {
	background-color: #FFFFFF;
	height: 120px;
	width: 280px;
	padding: 5px;
	margin-left: 5px;
}
.image_display {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
        border:none;
}
#image_inf {
	float: right;
	width: 310px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#image_return {
	width: 280px;
	margin-top: 15px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FFFFFF;
}

#image_nav {
	background-color: #FFFFFF;
	padding: 5px;
	width: 280px;
	margin-top: 15px;
	margin-left: 5px;
	height: 120px;
}

#image_nav img {
	width: 100px;
	height: 75px;
}

#image_nav a, #image_nav a:hover {
	text-decoration: none;
	color: #697C83;
}

#image_nav .link {
	display: block;
	width: 140px;
	height: 100px;
	text-align: center;
	float: left;
}

.image_title {
	border-bottom: 5px solid #ebebeb;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

#image_subfolders {
	background-color: #FFFFFF;
	padding: 5px;
	width: 280px;
	margin-top: 15px;
	margin-left: 5px;
}

#image_subfolders a {
	color: #666;
}

#image_subfolders .folder {
	border-bottom: 1px solid #ebebeb;
	padding: 3px 0px;
}

#image_subfolders img {
	vertical-align: bottom;
}

#image_backer {
	background-color: #FFFFFF;
	width: 440px;
	height: 400px;
}

#image_container {
	background-image: url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/photo_back.gif);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	padding-bottom:10px;
        margin-bottom:20px;
	width: 100%;
}

#image_desc {
	margin-top: 5px;
	height: 90px;
	overflow: auto;
}

.pics_widget .main_img {
	width: auto;
	height: auto;
}

.pics_widget img {
	width: 115px;
	height: 85px;
}

.pics_widget img, #image_nav img {
	padding: 3px;
	border: 1px solid #CCCCCC;
        margin:0px 3px 3px 0px;
}

.pics_widget_comments .comment {
	background-color: #EBEBEB;
        border-top: 1px solid #CCCCCC;
        margin: 0pt 0pt 15px;
        min-height: 120px;
        padding:10px;
        display:block;
}

.pics_widget_comments .comment p { }
.pics_widget_comments .comment img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	width: 90px;
	height: 90px;
	margin: 5px 10px 10px;
        padding: 2px;
}
/* End Image Display Page */

/* file folders & file */

.foldertable {color: #888888;}
.foldertable a {color: #333333;} 
.foldertable a:hover {color: #00ccff;}
.filetable img {border:1px solid #CCCCCC;padding:2px;}
#sub_nav_header {
	height: 60px;
	border-bottom:5px solid #EBEBEB;
}
#sub_nav_header h1 {color:#333333;}
#sub_nav_header img {
	border:1px solid #cccccc;
	padding:2px;
	margin-right: 10px;
	float: left;
}
.sub_nav_header_title {
	font-size:16px;
	font-family:arial;
	font-weight: bold;
	letter-spacing: 0em;
	padding-top: 0px;
	margin-top: 0px;
}
#sub_nav_header_text {
	width:auto;
	margin-left: 50px;
	height: 32px;
	padding-top: 12px;
}
.sub_nav_header_text_sub {color:00ccff;text-decoration:underline;}
.sub_nav_header_text_sub a { color:00ccff;text-decoration:underline;}
.sub_nav_header_text_sub a:hover { color:00ccff;text-decoration:none;}

#gallery_folders div {margin:10px;}
#gallery_folders img {border:1px solid #cccccc;padding: 5px;}
/* End file folders & file */

/* Login/Sign Up Page */
#login_header {width:900px;height:224px;background-image:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/heart_fader.jpg);}
#login_wrapper {width:600px;height:300px;margin-left:auto;margin-right:auto;}
#login_title {
	background-image: url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/title.gif);
	height: 14px;
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: right;
}
.login_box_username {
        background-color: #ffffff;
	border-top: 2px solid #cccccc;border-bottom: 1px solid #cccccc;border-right: 1px solid #cccccc;border-left: 1px solid #cccccc;
	height: 25px;
        float:right;
	width: 521px;
	font-family: Arial;
	font-size: 18px;
	margin-top: 20px;
	color: #cccccc;
	vertical-align: text-bottom;
	padding-top: 5px;
	padding-left: 5px; 
}
.login_bttn { }
.sub_bttn {
	background-color: #cccccc;
	height: 30px;
	border: 3px solid #cccccc;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 20px;
	width: 185px;
	margin-left: 415px;
}
.sub_bttn:visited  {text-decoration: none}
.sub_bttn:link  {text-decoration: none}
.sub_bttn:active  {text-decoration: none}
.sub_bttn:hover   {cursor: pointer; color: #FFFFFF; background-color: #00ccff; text-decoration: none}
#login_user {width:72px;background:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/username.gif) no-repeat scroll left bottom;float:left;display:block;}
#login_pass {width:72px;background:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/password.gif) no-repeat scroll left bottom;float:left;display:block;}

/* Friends Page Stuff */
.new-submenu {
height:20px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
padding-top:5px;
font-size:11px;
font-family:arial;
margin-bottom:30px;
}
.new-submenu .current { font-weight: bold; }
.new-submenu a{color:#666666;text-decoration:none;}
.new-submenu a:hover{color:#00ccff;}
.network_wrapper {}
.network_user {
	float:left;
	width:100px;
	height:130px;
	align:center;
	text-align: center;
	margin:24px;
}
.network_user img {padding:3px;border:1px solid #cccccc;}
.network_user_username a{font-size:11px;font-family:arial;color:666666;text-decoration:none;color:#666666;}
.network_user_username a:hover{color:#00ccff;}
.network_user_username_delete a{font-size:11px;font-family:arial;color:#cccccc;text-decoration:none;color:#cccccc;}
.network_user_username_delete a:hover{color:#333333;}
#sub-menu {
font-size:10px;
margin-top:-60px;
position:absolute;
text-align:right;
width:930px;
z-index:10;
}
.sub-menu .current { font-weight: bold; }
#sub-menu .current { font-weight: bold; }
.sub-menu .selected { font-weight: bold; }
#sub-menu a{color:#666666;text-decoration:none;}
#sub-menu a:hover{color:#00ccff;text-decoration:none;}

/* Blog Tag Navigation */
.weblogtag_nav_container { 
        float:right;
	margin-left:30px;
	width: 265px;
}
.weblogtag_nav_title {
    display:block;
	border-bottom:5px solid #ebebeb;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.weblogtag_nav_tags {
	display:block;
	width: 265px;
}
.weblogtag_nav_tags a {display:block;}
.weblogtag_nav_tags a:hover {display:block;background:#CCFFFF;}

.friends_widget { }
.friends_widget img {padding:3px;border:1px solid #ebebeb;margin:0px 5px 5px 0px; }
.friends_widget_displayname {display:none;}
.friends_widget_displayname a { }
.friends_widget_displayname a:hover { }

/* Comment Widget User Profile */
.comment {
	background-color:#EBEBEB;
        border-top:1px solid #CCCCCC;
        margin:0pt 0pt 15px;
        padding:10px;
}
.comment img {
	background-color:#FFFFFF;
        border:1px solid #CCCCCC;
        float:left;
        margin:5px 10px 10px;
        padding:3px;
}
.comment p {margin:0px 10px 0px 125px; }
#sneaky{display:none;}
.delete-comment-icon{float:right;}

hr { border:0pt none;height:0pt;width:0pt; }

.communities_widget { }
.communities_widget img {
border:1px solid #EBEBEB;
margin:0px 5px 5px 0px;
padding:3px;
}

/* Search Related CSS */
#search_header{
	border-bottom:1px solid #ebebeb;
	height:33px;
	margin-bottom: 15px;
	padding-bottom:10px;
}
#search_header_title{
	height:23px;
	width:134px;
	float:left;
	font-family: arial;
	font-size: 150%;
	font-weight: bold;
	padding-top: 10px;
}
#search_browsebutton {
	height:33px;
	width:134px;
	background-image: url(/elgg8/search/images/bttn_browse.gif);
	background-repeat: no-repeat;
	float: right;
}
#search_browsebutton:hover { background-position: 0 -33px; }
#search_criteriabox_top{
	width:880px;
	background-color:#f5f5f5;
	margin-bottom: 8px;
	color: #999999;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#search_criteria_box {height:40px;padding:10px;}
#search_filters_box {height:30px;padding:10px;}
#search_criteria_field {width:525px;float:left;height:35px;border-top:2px solid #cccccc;border-bottom:1px solid #cccccc;border-left:1px solid #cccccc;border-right:1px solid #cccccc;background:#FFFFFF;line-height:36px;color:#999999;font-size:110%;padding-left:10px;}
.search_bttn_box {width:305px;float:right;}
.search_bttn_peoples {height:32px;width:145px;border:3px solid #cccccc;background:#666666;line-height:32px;text-align:center;color:#ffffff;font-size:110%;font-weight:bold;margin-right:10px;}
.search_bttn_poots {height:32px;width:145px;border:3px solid #cccccc;background:#666666;line-height:32px;text-align:center;color:#ffffff;font-size:110%;font-weight:bold;}
#search_filters_top{
	width:880px;
	background-color:#f5f5f5;
	margin-bottom: 15px;
	color: #999999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.search_filter_typetitle{width:100px;height:30px;text-align:center;line-height:28px;font-weight:bold;color:#666666;background:#cccccc;float:left;}
.search_filter_type_user{width:300px;height:28px;text-align:center;line-height:28px;color:#999999;background:#ffffff;float:left;border:1px solid #cccccc;margin-right:10px;}
#search_boxes{border-bottom:1px solid #ebebeb;margin-bottom: 15px;}
#search_tag_title{height:33px;border-bottom:5px solid #ebebeb;margin-bottom: 15px;font-family: arial;font-size: 200%;font-weight: bold;color:#00ccff;line-height:33px;}
#search_tag_title span {font-family: arial;font-size: 11px;color:#999999;line-height:33px;}
.search_bttn_criteria, .search_bttn_criteria_open {height:14px;width:90px;display:block;background-image: url(/elgg8/search/images/bttn_search_criteria.gif);background-repeat: no-repeat;}
.search_bttn_filters, .search_bttn_filters_open {height:14px;width:90px;display:block;background-image: url(/elgg8/search/images/bttn_search_filters.gif);background-repeat: no-repeat;}
.search_bttn_criteria_open, .search_bttn_filters_open {background-position: 0 -28px;}
.search_bttn_criteria:hover, .search_bttn_filters:hover {background-position: 0 -14px;}
.search_bttn_criteria_open:hover, .search_bttn_filters_open:hover {background-position: 0 -42px;}
.search_results_container {width:100%;min-height:100px;padding-bottom:10px;border-bottom: 1px solid #ebebeb;margin-bottom:15px;position:relative;}
.search_results_style_stats {font-size: 150%;font-weight: bold;}
.search_results_left_content {width:685px;float:left;position:relative;}
.search_results_right_content {width:205px;float:right;position:relative;}
.search_results_user {float:left;height:100px;margin:0px 10px 10px 0px;width:100px; }
.search_results_user img {border:1px solid #CCCCCC;padding:3px;}
.search_results_image {float:left;height:93px;margin:0px 10px 10px 0px;width:123px; }
.search_results_image img {border:1px solid #CCCCCC;padding:3px;}
.search_results_blog {width:655px;height:45px;border-bottom:1px solid #ebebeb;margin-bottom:10px; }
.search_results_blog_title {color: #333333;font-weight: bold;font-size: 110%; }
.search_results_files {width:655px;height:30px;border-bottom:1px solid #ebebeb;margin-bottom:10px; }
.search_results_files img {padding-right:10px;float:left;}
.search_results_files_title {color: #333333;font-weight: bold;font-size: 110%; }
.search_results_hr_clear {clear:both;position:relative;margin: -0.66em 0;}
.clearer {clear: left; line-height: 0; height: 0;}
/* Search Related CSS END */

/* Home Page Start */
#home_user {
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}

#home_user_icon {height:70px;width:70px;float:left;overflow:hidden;}
.home_user_icon img {height:70px;width:70px;}
#home_user_icon_contain {
       border:1px solid #CCCCCC;
       float:left;
       height:70px;
       margin-right:15px;
       padding:5px;
       width:70px;
}
#home_user_title {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	height: 43px;
}
#home_user_title_logout {float:right;}
#menu_container {
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.home_menu { 
    overflow:hidden;
}

.home_menu ul {
font-size:11px;
}

.home_menu ul li {
	border-top:1px solid #ccc;
	font-size:11px;
	font-family: Arial;
	color: #666666;
}

.home_menu ul a:link {display: block;color: #666666;text-decoration: none}
.home_menu ul a:visited {display: block;color: #666666;text-decoration: none}
.home_menu ul a:active {display: block;color: #666666;text-decoration: none}
.home_menu ul a:hover {display: block;color: #666666;text-decoration: none;color: #333333;background-color: #ccffff;background-repeat: repeat;}

#home_me {
	background-image:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/home_me.gif);
	padding-top:90px;
	width:280px;
	float:left;
	margin-right:30px;
	background-repeat: no-repeat;
}
#home_my_stuff {
  background-image:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/home_my_stuff.gif);
  background-repeat: no-repeat;
  padding-top:90px;
  width:280px;
  float:left;
  margin-right:30px; 
}
#home_my_peoples { 
  background-image:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/home_my_peoples.gif);
  background-repeat: no-repeat;
  padding-top:90px;
  width:280px;
  float:left; 
}
#home_message {
	background-color: #FFFFCC;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 25px;
}
#home_ad_space {
	padding-top: 10px;
	font-family: Arial;
	color: #666666;
}
/* Home Page End */
.files-comment-owner {border-top:1px solid #cccccc;
	background:#ebebeb;
	padding:20px;
	margin:20px 0 5px 0;
	width:860px; }
.files-comment-owner img {border:1px solid #CCCCCC;
        height:50px;
        width:50px;
        background:#ffffff;
        padding:2px;
        float:left;
	margin:0px 5px 0px 0px;
	text-align:left; }
.cent {width:200px;}
#newprofilesubmenu {
background:#000000 none repeat scroll 0% 50%;
color:#CCCCCC;
font-size:10px;
height:20px;
margin-left:auto;
margin-right:auto;
text-align:center;
border-bottom:3px solid #666666;
}
#newprofilesubmenu a {color:#cccccc;font-weight:bold;}
#newprofilesubmenu a:hover {color:#00ccff;}

/* Basic Profile Widget - Clean this up!
.me {float:left;margin-right:10px;}  */

.user_message_count_frontpage{float:right;}
.clear {clear:both;position:relative;}

/* Peoples Page */
#header_peoples {
background-image:url(http://www.adampoots.com/elgg8/mod/template/templates/Default_Template/images/header_back_2.gif);
background-position:center bottom;
background-repeat:repeat-x;
position:relative;
height:50px;
width:100%;
}
#inner-header {
margin-left:auto;
margin-right:auto;
width:960px;
}

#inner-header-nav {
height:40px;
margin-left:292px;
text-align:left;
}

#cab {
height:39px;
position:absolute;
text-align:left;
}

#cab ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#cab li {
display:block;
float:left;
text-align:center;
}
#cab a.navbut3-submit {
	background:url(http://poots.com/peoples/mod/template/images/bttn_make_f.gif) no-repeat right top;
	text-decoration:none;
	display:block;
	width:95px;
	height:39px;
	color:#999999;
	font-weight:bold;
	font-family:arial;
	font-align:center;
	font-size:11px;
	text-transform: uppercase;
}
#cab a.navbut3-submit:hover {background-position:0px -39px;color:#00ccff}
#cab a.navbut3-new {
	background:url(http://poots.com/peoples/mod/template/images/bttn_new_f.gif) no-repeat right top;
	text-decoration:none;
	display:block;
	width:90px;
	height:39px;
	color:#999999;
	font-weight:bold;
	font-family:arial;
	font-align:center;
	font-size:11px;
	text-transform: uppercase;
}
#cab a.navbut3-new:hover {background-position:0px -39px;color:#00ccff}
#cab a.navbut3-poots {
	background:url(http://poots.com/peoples/mod/template/images/bttn_poots_f.gif) no-repeat right top;
	text-decoration:none;
	display:block;
	width:90px;
	height:39px;
	color:#999999;
	font-weight:bold;
	font-family:arial;
	font-align:center;
	font-size:11px;
	text-transform: uppercase;
}
#cab a.navbut3-poots:hover {background-position:0px -39px;color:#00ccff}
#cab a.navbut4-peoples {background:url(http://poots.com/peoples/mod/template/images/bttn_peoples_f.gif) no-repeat right top;background-position:0px -39px;text-decoration:none;display:block; height:39px;width:93px;color:#00ccff; font-weight:bold;font-family:arial;font-align:center;font-size:11px;text-transform: uppercase;}
#cab a.navbut4-peoples:hover {color:#999999}
#inner-header-content {height:20px;}

/* HEADER */
.bttn_poots-cards { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_poots-cards_not-selected.gif) no-repeat top left;
}

.bttn_poots-cards:hover { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_poots-cards_not-selected.gif) no-repeat bottom left;
}

.bttn_peoples { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_peoples_selected.gif) no-repeat top left;
}

.bttn_peoples:hover { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_peoples_selected.gif) no-repeat bottom left;
}

.bttn_search { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_search_not-selected.gif) no-repeat top left;
}

.bttn_search:hover { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_search_not-selected.gif) no-repeat bottom left;
}

.bttn_admin { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_admin_not-selected.gif) no-repeat top left;
}

.bttn_admin:hover { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_admin_not-selected.gif) no-repeat bottom left;
}

.bttn_login { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_login_not-selected.gif) no-repeat top left;
}

.bttn_login:hover { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_login_not-selected.gif) no-repeat bottom left;
}

.bttn_home { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_home_not-selected.gif) no-repeat top left;
}

.bttn_home:hover { background:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/bttn_home_not-selected.gif) no-repeat bottom left;
}

#siteusers img {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC !important;
margin:5px;
padding:3px;
width:44px;
height:44px;
}