
/*	===============================================================
	© Jo McLeoad Photography

	Type:				Type Styles
	Build by:			Shoreline Design
	Document Author:	James Lester
	Author Email:		james@shorelinedesign.co.uk
	Creation Date:		1st February 2008
	---------------------------------------------------------------
	Version number: 	1.0
	Last edited:		NA - Still in developement
	============================================================ */


/*	===============================================================
	DOCUMENT CONTENTS
	
	1.	Global settings
	2.	Positioning & Structure rules
	3.	Primary navigation
	4.	Secondary Navigation
	5.	Footer
    6.	Extra Elements 
	------------------------------------------------------------ */
	
	
/*	---------------------------------------------------------------
	#1 GLOBAL SETTINGS
	---------------------------------------------------------------
	these are mostly font sizing and positional issues
	------------------------------------------------------------ */


body { font-size: 62.5%; font-family: Tahoma, Arial, Helvetica, sans-serif; }



/*	---------------------------------------------------------------
	#2 POSITIONING & STRUCTURE RULES
	---------------------------------------------------------------
	Outlines the main structure of the website
	------------------------------------------------------------ */

#text-container h3 { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ee0068;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

.price { color: #ffffff !important; }


#text-container h2 { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #ee0068;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}


#text-container p { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	line-height: 180%;
}
	
/*	---------------------------------------------------------------
	#3 PRIMARY NAVIGATION
	---------------------------------------------------------------
	Outlines the primary navigational elements of the website
	------------------------------------------------------------ */






/*	---------------------------------------------------------------
	#4 SECONDARY NAVIGATION
	---------------------------------------------------------------
	Outlines the secondary navigational elements of the website
	------------------------------------------------------------ */




/*	---------------------------------------------------------------
	#5 SIDEBAR
	---------------------------------------------------------------
	Outlines the sidebar elements of the website
	------------------------------------------------------------ */
	


/*	---------------------------------------------------------------
	#6 FOOTER
	---------------------------------------------------------------
	Outlines the footer elements of the website
	------------------------------------------------------------ */
	
	
#footer-block {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

#footer-copywrite {
	color: #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;	
}

#footer-copywrite a {
	color: #999999;
	text-decoration: none;
}

#footer-copywrite a:hover {
	text-decoration: underline;
}


/*	---------------------------------------------------------------
	#7 EXTRA ELEMENTS
	---------------------------------------------------------------
	Outlines the extra elements of the website
	------------------------------------------------------------ */

input, textarea { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF; 
	background-color: #000000; 
	border: 1px solid #666666; 
	width: 289px; 
	font-weight: bold;
	padding: 4px; }
	
input { float: left; margin-bottom: 20px; }
textarea { width: 330px; height: 122px; }