﻿/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */
*{margin:0px;}


body {
	background:url(http://icp.org.au/themes/icp/img/bg-body.jpg) repeat-x top center #FFFFFF;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  line-height:16px;
  /*font-size:62.5%; Sets default font size to 10px */
	color:#666666;
	}

a {
  color:#269BFF;
}
  
  
p {
  margin: 10px 0;
  
}
  
h1
{
	font-size: 22px;
	color: #6bad4a;
	margin-top: 0px;
	font-weight: normal;
	border-bottom: 1px #6bad4a solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 28px;
/*	width: 426px;	*/
}
  
img {
	border:0;
	}
/* Structure */

#wrapper {
	margin:0 auto;
	width:748px;
/*	background:#ffffff; */
  background: transparent url(http://icp.org.au/themes/icp/img/bg-wrapper.gif) repeat-y scroll 0 0;
  }
  
#header {
  height: 191px;
	background:url(http://icp.org.au/themes/icp/img/bg-header-int.jpg) no-repeat;
  padding-left: 4px;
}

/*search results listing*/
table#listing_results {
	border:1px solid #DFD2B0;
	color:#000000;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:18px;
	margin-bottom:0.9em;
	width: 620px;
	clear: both;
}

table#listing_results td
{
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:1px solid #DFD2B0;
	text-align:left;
	font-weight:normal;
	height:20px;
}

tr#listing_details_header {
	background:transparent url(http://icp.org.au/themes/icp/img/bg_searchname.gif) repeat-x scroll center top;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	height:28px;
	text-align:left;	
}

tr#listing_details_header td{
/*  padding-top: 3px; */
}

.img {
	vertical-align:middle;
}

.profile {
	vertical-align:middle;
	padding-right: 4px;
}

.frmSearchHeader {
padding-left:184px;
padding-top:107px;
}


td.lblSearch {
  padding-right: 100px;
}

.txtSearch {
background:transparent url(http://icp.org.au/themes/icp/img/search_bg.gif) no-repeat scroll 0 0;
border-color:#E1CEA5 -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:1px medium medium;
height:27px;
margin:0;
padding:5px 0 0 30px;
vertical-align:top;
width:224px;
}

select.txtSearch {
background:transparent url(http://icp.org.au/themes/icp/img/search_bg.gif) no-repeat scroll 0 0;
border-color:#E1CEA5 -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:1px medium medium;
height:27px;
margin:0;
padding:5px 0 0 30px;
vertical-align:top;
width:224px;

}


.btnSearch
{
	background: url(http://icp.org.au/themes/icp/img/btn_go.gif) no-repeat;
	border: none;
	width: 50px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#members {
  float:right;
  margin-right:14px;
  margin-top:45px;
}



#members a {
  color:#000000;
  font-weight:bold;
  /* padding-right:10px; */
  text-decoration:underline;
}

#menu_wrapper {
  width: 742px;
  margin-left: 2px;
  border-bottom: solid 1px #999999;  
}

#menu {
  width: 720px;
  margin: 0 auto;
  padding: 0 4px;
  
  
  /*thanks to stu nicholls: http://www.cssplay.co.uk/menus/centered.html*/
  
/*  float: left;  */
 

  
/*  
	height:35px;
	line-height:35px;
	background:url(http://icp.org.au/themes/icp/img/bg-menu.png) repeat-x; 
	padding:0 10px;
*/
	}
  
#sidebar {
	float:right;
	background:#ffffff;
  margin-bottom:75px;
  margin-top:73px;
  margin-right:60px;  
  width:146px;  
	}


/*  
#content {
	float:left;
	width:500px;
	min-height:400px;
}
*/
  
#content {
	width: 428px;
	margin: 0 auto;
	float: left;
	margin-bottom: 75px;
	padding-left: 70px;	
	padding-right: 40px;
	margin-top: 47px;
}
  
  
#content_full_page {
  width: 620px;
	margin: 0 auto;
	float: left;
	margin-bottom: 75px;
	padding-left: 80px;	
	padding-right: 40px;
	margin-top: 47px;
}
  
  
#footer {
	clear:both;
	height:100px;
	background:url(http://icp.org.au/themes/icp/img/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
/*	padding:5px 10px; 
	text-align:justify;
*/
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(http://icp.org.au/themes/icp/img/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu 

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(http://icp.org.au/themes/icp/img/bg-menu-hover.png) no-repeat center center;
	}
*/

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(http://icp.org.au/themes/icp/img/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer 

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

*/
#wrapper_footer
{
	width: 742px;
	height: 42px;
	margin: 0 auto;
	background: url(http://icp.org.au/themes/icp/img/footer_logo.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	padding-top: 25px;
}

#wrapper_footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#small_footer
{
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
}

#small_footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
  
  
  
  
/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(http://icp.org.au/themes/icp/img/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("http://icp.org.au/themes/icp/img/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	/*width:480px;
	height:72px;
	/*background:url(http://icp.org.au/themes/icp/img/bg-ad-top.png) no-repeat; */
	/*padding:5px; */
	}
  
  
 /* PROFILE PAGE */
 
#wrapper_search
{
	width: 500px;
	float: right;
  margin-bottom: 10px;
}

#search_image
{
	width: 100px;
	height: 129px;
	float: left;
	margin-bottom: 10px;
}
	#search_image img {
		max-width: 110px;
	}
 
 
#search_name
{
	width: 500px;
	height: 25px;
	background: url(http://icp.org.au/themes/icp/img/bg_searchname.gif) repeat-x;
	color: #287702;
	font-weight: bold;
	font-size: 1.54em;
	margin-bottom: 1.09em;
	float: left;
	padding-top: 5px;
}

#search_name img
{
	vertical-align: middle;
	margin-top: -4px;
}

#search_details
{
  padding-top: 1px; /* so the ICON doesn't cover the border*/
	width: 500px;
	height: 17px;
	height: auto !important;
	border-top: 1px solid #dfd2b0;
	border-bottom: 1px solid #dfd2b0;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #faf6eb;
	float: left;
	margin-bottom: 0.9em;
}

*:first-child+html #search_description {
	margin-bottom: 0 !important;
}

#search_description
{
	width: 610px;
	height: 25px;
	background: url(http://icp.org.au/themes/icp/img/bg_searchname.gif) repeat-x;
	color: #287702;
	font-weight: bold;
	font-size: 1.54em;
	margin-bottom: 1.09em !important;
	margin-bottom: 0;
	float: left;
	padding-top: 6px;	
	padding-left: 10px;
}

#description_container
{
	float:left;
	width:620px;
	background-color:#FAF6EB;
	border:1px solid #DFD2B0;
	margin-bottom: 8px;
}

.description_text{
	color: black;
	font-weight:bold;
	min-height: 80px;
	padding:6px 6px 6px 6px !important;
	padding: 0 6px;
}

#search_details img
{
	vertical-align: middle;
	margin-top: -1px;
}

table#doctor_details
{
  border-collapse:collapse; /* THIS GIVES US BORDER-TOP IN THE 'TREATMENT APPROACHES' CELL IN INTERNET EXPLORER.  */
  margin-top: 10px;
	width: 621px;
/*	border: 1px solid #c8ba93;*/
	clear: both;
}

table#doctor_details td
{
	border: none;
}

tr#doctor_details_header
{
	background: url(http://icp.org.au/themes/icp/img/bg_searchname.gif) repeat-x;
	background-position: top;
	height: 28px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 11px;  
}

table#doctor_details tr td#doctor_issues_text
{
	width: 120px;
	height: 130px;
	padding: 23px 4px 20px 15px;
	border-top: 1px solid #898989;
	border-right: 1px solid #c8ba93;  
	background-color: #faf6eb;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	vertical-align:top;
}

table#doctor_details tr td#doctor_treatment_text
{
	width: 125px;
	height: 130px;
	padding: 23px 10px 20px 15px;
	border-top: 1px solid #898989;
	border-left: 1px solid #c8ba93;
	border-right: 1px solid #c8ba93;
	background-color: #faf6eb;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	vertical-align:top;
}

table#doctor_details tr td#doctor_types_text
{
	width: 120px;
	height: 130px;
	padding: 23px 4px 20px 15px;
	border-top: 1px solid #898989;
  
	border-left: 1px solid #c8ba93;  
  
	background-color: #faf6eb;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	vertical-align:top;
} 



/* USER PROFILE EDIT / AVATAR ETC */
legend {
  font-weight:bold;
}

table.frm {
  width:100%;
}


ul.list {
  padding:0; 
  margin:0; 
}
ul.list  li{
/*  list-style-type: none; */
}

