/* Rising Signs website v.1 stylesheets

author: Steven Booth
email: steve@stevenboothdesign.co.uk
website: http://www.stevenboothdesign.co.uk */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.6em;
	background: #cccbc0 url(images/BG.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
}	


#wrapper {
	padding: 0;
	left: 50%;
	margin-left: -470px;
	width: 940px;
	margin: auto;
}
a {	
	color: #ff8000;	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff8000;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0;
}
.imgWrapRight {
	float: right;
	border: solid 4px #669900;
	margin: 0 0 0 1em;
}
.imgWrapLeft {
	float: left;
	border: solid 4px #669900;
	margin: 0 1em 0 0;
}
.imgFrame {
	border: solid 4px #669900;
}
/*------------------------------------- Header of web page (masthead) ----------------------------*/

#header {
	margin: 0;
	padding: 0;
	background: url(images/masthead.png) no-repeat;
	width: 940px;
	height: 181px;
}
#header h1 {
	display: none;
}
/*------------------------------------- main navigation ----------------------------*/

#container {
	top: 181px;
	width: 940px;
	height: 67px;
}

#globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 67px;
	display: inline;
	overflow: hidden;
	width: 940px;
	}
	
#globalnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#globalnav a {
	float: left;
	padding: 67px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:67px; /* for IE5/Win */
	}
	
#globalnav a:hover, #globalnav a:active, #globalnav a.selected {
	background-position: 0 -67px;
	}

#writing a  {
	width: 440px;
	background: url(images/nav_01.png) top left no-repeat;
	}
		
#home a  {
	width: 105px;
	background: url(images/nav_02.png) top left no-repeat;
	}

#portfolio a  {
	width: 137px;
	background: url(images/nav_03.png) top left no-repeat;
	}

#about a  {
	width: 111px;
	background: url(images/nav_04.png) top left no-repeat;
	}	

#contact a  {
	width: 147px;
	background: url(images/nav_05.png) top left no-repeat;
	}
	
/*-------------------------------------  main content area for portfolio page----------------------------*/		

#contentPortfolio {
	width: 860px;
	padding: 0 20px 0 0;
	margin: 10px 0 0 40px;
}

#contentPortfolio h2 {
	padding: .5em 0 0 0;
	line-height: 1.3em;
	margin: 0;
	font-size: 200%;
	color: #ff6600;
}
#contentPortfolio h3 {
	padding: 0;
	line-height: 1.3em;
	margin: 0;
	font-size: 70%;
	color: #877657;
	text-transform: uppercase;
	letter-spacing: .4em;
}
#contentStory {	
	float: left;
	width: 860px;
	overflow: visible;
	display: inline;
}
#contentStory dl {
	margin:0 20px 0 0; 
	padding: 15px;
	float:left; 
	width:370px; 
	height:160px; 
}
#contentStory dt {  
	margin: 0;
	padding: 0; 
	line-height: 1.5em; 
	color: #644f32; 
	font-size: 110%;
	font-weight: bold;
	position:relative; 
}
#contentStory dd {
	margin: 0;
	padding: 0;
}
.description {
	padding-top: .7em;
}
.storyBG {
	background: #eae3d8;
}
.story {
	float: left;
	margin-right: 10px;
	width: 220px;
	clear: both;
	display: block;
	padding: 0;
	border: 1px solid #b5ac9c;
	position: relative;
} 
.story .storyPicShadow {
	display: block;
	float: left;
	left: 0;
	bottom: -11px;
	height: 11px;
	position: absolute;
	background: transparent url(images/PicShadow_story.png) no-repeat center bottom;
	width: 220px;
}

/*-------------------------------------  main content area ----------------------------*/
#contentWrapper {
	width: 940px;
	padding: 0;
	margin: 0;
	background: url(images/content_BG.png) repeat-y;
	overflow: auto;
}

#contentMain {
	width: 600px;
	padding: 0 20px 0 0;
	margin: 10px 0 0 40px;
	float: left;
	border-right: #e2d8c7 dotted 4px;
}

#contentMain h2 {
	padding: .5em 0 0 0;
	line-height: 1.3em;
	margin: 0;
	font-size: 200%;
	color: #ff6600;
}
#contentMain h3 {
	padding: 0;
	line-height: 1.3em;
	margin: 0;
	font-size: 70%;
	color: #877657;
	text-transform: uppercase;
	letter-spacing: .4em;
}
.mainPic { 
	width: 330px;
	float: left;
	padding: 0;
	border: 1px solid #b8af9f;
	margin: 0 20px 0 0;
	position: relative;
}
 
.mainPic .picShadow {
	display: block;
	float: left;
	padding: 0;
	bottom: -11px;
	height: 11px;
	position: absolute;
	background: transparent url(images/PicShadow_main.png) no-repeat center bottom;
	width: 320px;
}




/*-------------------------------------  sidebar content area ----------------------------*/
#contentSidebar {
	width: 210px;
	float: right;
	margin: 10px 40px 0 0;
}
.sidebarBox {
	background: #dcd5ca;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.sidebarBox h3 {
	margin: 0;
	padding: 0 10px 0 30px;
	font-size: 130%;
	line-height: 39px;
	font-weight: bolder;
	color: #4f4332;
	background: #b4aa96 url(images/sidebarPanelHead.jpg) no-repeat top left;
}
.sidebarBox p {
	padding: 0 10px 0 10px;
	font-size: 90%;
	margin: 0;
	line-height: 1.5em;
}
.sidebarBox h4 {
	padding: .7em 10px 0 10px;
	margin: 0;
	line-height: 1.5em;
	font-size: 85%;
	color: #000;
	text-transform: uppercase;
}
.picSidebar {
	float: left;
	position: relative;
	margin: 10px;
	border: #4f4332 solid 1px;
}

/*------------------------------------- footer of web page (footer) ----------------------------*/


#footer {
	background: url(images/footer_BG.png) no-repeat top left;
	text-align: center;
	font-size: 80%;
	padding: 20px 0 0 0;
	clear: both;
}

