/* 
Theme Name: Phyts Theme by LRKane Creative (ie6-fix)
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: Customised by LRKane Creative
Author: LRKane Creative
Author URI: http://www.LRKaneCreative.com.au/
Version: 3.0 (iefix)

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "http://www.phytsbeauty.com.au/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color : #788f53;
	background-image : url(img/tile.gif);
	background-repeat : repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFF;
}

a:link, a:visited {
	font-weight:bold;
	text-decoration : underline;
	color: #FFF;
}

a:hover {
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	text-transform : uppercase;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	text-transform : uppercase;
}

#newwrap {
		width:795px;
		margin:0 auto;
		background-image : url(img/795.gif);
		background-repeat : repeat-y; 
	}

#maincontainer{
width: 795px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image : url(img/795.gif);
background-repeat : repeat-y; 
}

#topsection{
height: 130px; /*Height of top section*/
padding-top : 41px;
padding-left: 10px;
 background-image : url(img/headerbg.gif);
 background-repeat : no-repeat;
}

.topbuttons {
	margin-left:8px;
}

#newmain {
		float:right;
		width:570px;
		padding:10px;
margin-right: 55px;
		color: #788f53;
}

#contentwrapper {
	margin-left: 59px;
	margin-right: 70px;
}

#contentcolumn{
float: right;
width: 510px;
color: #788f53;
}

#contentcolumn a {
	color: #788f53;
	font-weight:bold;
	text-decoration : underline;
}

#contentcolumn a:hover {
	color: #92a17a;
	font-weight:bold;
	text-decoration : none;
}

#contentcolumn img {
	border: 5px solid #b5c494;
	margin: 5px;
}

#newsidebar {
		float:left;
		width:148px;
		padding:1px;
		background:#99c;
	}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/

}

#leftcolumn ul {
	list-style-image : url(img/ul.gif);
	font-size : 13px;
	line-height: 40px;
	list-style-position : outside;
	margin-left: 13px;
	padding-left: 10px;
}

#leftcolumn a {
	text-decoration: none;
}

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

#footer{
clear: both;
width: 100%;
color: #FFF;
text-align: right;
padding-right:25px;

}

#footer a: link {
color: #FFFF80;
}

.innertube{
margin:10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#lrkane {
	text-align: center
}

#lrkane a:link {
	font-weight:bold;
	text-decoration : underline;
}

#lrkane a:hover {
	color : #FF0099;
	font-weight:bold;
	text-decoration : none;
}

img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center;clear:none;}
img.alignnone {margin:0 0.5em 0 0;}