/* 
Website Name: Alexi Melvin Online
Website URL: http://www.aleximelvinonline.com/
Version: 4.0
Author: Robert Rudd
Author URL: http://www.morriganinteractive.com
*/


/* main site layout ends */
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	color:#333;
	height:50%;
	background-color: #266a80;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	top: 41px;
	bottom: 8px;
}
body {
    min-width:752px;
}
#wrap {
    background-color:#fff;
    margin:0 auto;
    width:752px;
	border: 1px solid #66b4cc;
}
#header{
	width: 737px;
	height: 75px;
	float:left;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
#content{
	width: 742px;
	height:100%;
	min-height:400px;
	float: right;
	background-color: #f0d3cd;
	padding:5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-image: url(../images/sitebg.jpg);
	background-repeat: no-repeat;
}
#footer{
	width:744px;
	height:40px;
	text-align: left;
	float: left;
	font-family: Arial Narrow, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #000;
	padding-top: 8px;
	padding-left: 8px;
	background-color: #f0d3cd;
}
#footer a, a:hover {
	color: #805933;
}

#footer a:hover {
	color: #000;
}
/* main site layout ends */

/* home page starts */
#welcome {
	width: 538px;
	float: right;
	min-height: 400px;
	height:100%;
}
/* home page ends */

/* site links start */
a {
	color:#805933;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

/* contact page begins */
#contact {
	width: 538px;
	float: right;
	min-height: 400px;
	height:100%;
}
/* contact page ends */

/* bio page begins */
#bio {
	width: 538px;
	float: right;
}
/* bio page ends */

/* gallery page begins */
#gallery {
	float:right;
	width: 538px;
	height:100%;
}
/* gallery page ends */

/*misc stuff */
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(images/icon_mailto.gif) no-repeat center right;
}
/* end misc stuff */

/* begin list links */
#links ul {
        list-style-type: none;
        width: 40px;
} 

#links li {
		  list-style-type: none;
}

#links li a { 
        color: #805933;
        display: block;
        font: Trebuchet MS, sans-serif;
        text-decoration: none;
		  text-align: center;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 40px;
}

#links li a:hover {
        background: #805933;
		  color: #fff;
}
/* end list links */
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: right;
	font: 12px Trebuchet MS, sans-serif;
	width: 100%;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #261317;
padding: 4px 8px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: #830707;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #260300;
background: #c59d88 center center;
}
