/*
THEME NAME: Terry Bourque Photography
THEME URI: http://www.tbphoto.ca/
DESCRIPTION: Custom Theme for Terry Bourque Photography
VERSION: 1
AUTHOR: Pivit Inc.

*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('blueprint/screen.css');

body{

background: url(images/bg.jpg) top left repeat;


}

#header{

position:relative;
float:left;
height:92px;
background:url(images/mastHead.jpg) top left no-repeat;
width:960px;

}

#container{
position:relative;
float:left;
width:960px;
height:auto;
background:#fff;
padding:2em 0 0 0;
}

#footer{

width:960px;
height:18px;
background:url(images/footerBg.jpg) top left no-repeat;
text-align:center;
color:#62bd19;
}

/* -- daelan custom styles -- */


.sidebar{

position:relative;
float:left;



}

.sidebar ul{

list-style:none;
}


.menu ul{


margin:0;
}


.menu ul li{

margin:0;
background:#62bd19;
border-bottom:1px solid #fff;

}

.menu ul li a:link,.menu ul li a:visited{

text-decoration:none;
color:#000;
font-size:16px;
font-weight:normal;
background: url(images/navArrow.png) 4px 4px no-repeat;
padding-left:18px;

}

.menu ul li a:hover{


font-weight:bold;

}


.menu ul li ul li{

margin:0;
background:#86ca4f;
padding:0.5em;
border-bottom:1px solid #fff;

}

.menu ul li ul li a:link,.menu ul li ul li a:visited{

text-decoration:none;
color:#000;
font-size:14px;
font-weight:normal;
background:none;
padding-left:18px;

}


div.textwidget{
margin:2em 0 2em 0;
font-size:12px;
font-style:italic;


}

#contentLinks{

list-style:none;
padding:0;
margin:0 0 18px 0;

}

#contentLinks li{

padding:0;
margin:0;

}

a:link, a:visited{

color:#333;

}

a:hover{

color:#62BD19;

}


/*
#mainNav a {
	float: left;
	padding: 20px 0 0 0;
	margin: 0; 
	overflow: hidden;
	height: 0px !important; 
	
	}
	
#mainNav a:hover {
	background-position: 0 -20px;
	}

#mainNav a:active, #nav a.selected {
	background-position: 0 -20px;
	}
*/
	

	/*
#btnHome a  {
	width: 69px;
	background: url(../images/btnHome.gif) top left no-repeat;
	}
	
	#btnProducts a  {
	width: 116px;
	background: url(../images/btnProducts.gif) top left no-repeat;
	}
	
	#btnServices a  {
	width: 222px;
	background: url(../images/btnServices.gif) top left no-repeat;
	}
	
	#btnContact a  {
	width: 109px;
	background: url(../images/btnContact.gif) top left no-repeat;
	}
*/


.contentHolder{


padding:0.5em; 
margin:0 0 20px 0;
}


#homePhoto{
position:relative;
float:left;
width:680px;
height:auto;
padding:10px;
border:1px solid #ccc;
margin:0 0 18px 0;
}

#homeContent{
position:relative;
float:left;
width:680px;
height:auto;
margin:0 0 18px 0;

}

#photoNav{

position:relative;
float:left;
width:680px;
margin:0 0 36px 0;
}

#photoLink{

position:absolute;
bottom:10px;
right:20px;
z-index:20;

}

#copyright{

position:absolute;
top:0;
right:-13px;
z-index:10;

}



