/* 
  SITE: QuentinJamesDesign.co.uk
  AUTHOR: Quentin James
  LAST UPDATED: 17-07-2008
  LE VERSION: 1.0
----------------------------------*/

/* COLORS
  HEX COLOR      	 DESCRIPTION
  
  ---MAIN COLORS---
  #ffcd00         	Golden Yellow (Accent Colour)
  #d9d9d9			Light Grey (Background Color)
  

  ---MISC COLORS---
     
  
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 NAVIGATION STYLES
  =03 LAYOUT
  =04 HOME CONTENT STYLES
  =05 LEFT CONTENT
  =06 RIGHT CONTENT
  =07 FOOTER
  =08 MAIN SINGLE
  =09 COLUMN 1

----------------------------------*/

/* CSS STRUCTURE
  DEFINES THE ORDER OF CSS TAGS WITHIN ELEMENTS TO KEEP THINGS CONSISTENT
  
  - positioning (with coordinates) styles
  - float/clear styles
  - display/visibility styles
  - spacing (margin, padding, border) styles
  - dimensions (width, height) styles
  - typography-related (line-height, color, etc.) styles
  - miscellaneous (list-style, cursors, etc.) styles  

----------------------------------*/

/*---------------------------------
 =01 UNIVERSAL
 
 NOTES:
 GLOBAL FONT SIZE SET TO 11px
 GLOBAL LINE HEIGHT SET TO 15px
----------------------------------*/


/* PNG FIX */
 img, div { behavior: url(http://www.quentinjamesdesign.co.uk/new/css/iepngfix.htc) }
/* CF2007 last modified 17.04.2008  */


body {
	padding: 0;
	margin: 0;
	border: 0;
 	background: #d9d9d9;
 	background-position: top center;
 	background-repeat: no-repeat;
}

#home {
	background-image: url("../images/backgrounds/home.jpg"); 
}


h1, h2, h3, h4, h5, h6,
dt, em, strong, caption{
  font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
}


fieldset {
  border: 0;
}


a:link
{
	color: #000;
	text-decoration: underline; 
}


a:visited
{
	color: #000;
	text-decoration: underline; 
}

a:hover
{
	color: #ffcd00;
	text-decoration: underline; 
}


p 
{
	margin: 0;
}


.yellow 
{
	color: #ffcd00;
}


.grey 
{
	color: #666666;
}

img.huxley 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -45px 0px;
}


em {
  font-style:normal;
}

strong, dt {
  font-weight: bold;
}

hr
{
	border: 0;
	background: #666;
	padding: 0px;
	margin: 20px 15px 10px 0px;
	height: 1px;
}



/*---------------------------------
 =02 LAYOUT
----------------------------------*/



#container 
{
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}




#header_left
{
	float: left;
	text-align: left;
	padding: 50px 0 0 0;
	margin: 0;
	border: 0;
	width: 280px;
}


#header_right
{
	float: right;
	text-align: right;
	padding: 50px 0 0 0;
	margin: 0;
	border: 0;
	width: 670px;
}


#header_right div
{
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}


#header_image
{
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 950px;
	height: 270px;
}


#header_image_portfolio
{
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 950px;
	height: 270px;
}


#home_content
{
	clear: both;
	padding: 30px 0 0 0;
	margin: 0;
	border: 0;
	width: 950px;
}


#home_content div
{
	float: left;
	padding: 0 25px 0 0;
	margin: 0;
	border: 0;
	width: 300px;
}


#home_content div.last
{
	padding: 0;
}



#portfolio_content
{
	text-align: left;
	padding: 30px 0 0 0;
	margin: 0;
	border: 0;
	width: 950px;
}


#portfolio_content div
{
	float: left;
	padding: 25px 25px 0 0;
	margin: 0;
	border: 0;
	width: 300px;
}


#portfolio_content div.last
{
	padding: 25px 0 0 0;
}


#portfolio_content div.wide
{
	padding: 0;
	width: 950px;
}


#clear
{
	clear: both;
}


#wide
{
	float: left;
	text-align: left;
	padding: 30px 0 0 0;
	margin: 0;
	border: 0;
	width: 630px;
}


#narrow
{
	float: right;
	text-align: left;
	padding: 30px 0 0 0;
	margin: 0;
	border: 0;
	width: 300px;
}


#twitter
{
	float: right;
	text-align: left;
	padding: 70px 0 0 0;
	margin: 0;
	border: 0;
	width: 300px;
}






/*---------------------------------
  =03 TEXT STYLES
----------------------------------*/

h1
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 100%;
	padding: 15px 15px 0 0;
	margin: 0;
}


#home_content p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 150%;
	padding: 15px 0px 0 0;
	margin: 0;
}


#home_content img.sample
{
	padding: 15px 0 0 0;
	margin: 0 0 -10px 0;
}



#portfolio_content p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 150%;
	padding: 15px 0 0 0;
	margin: 0;
}


#wide p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 150%;
	padding: 15px 0 0 0;
	margin: 0;
}


#narrow p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 150%;
	padding: 15px 0 0 0;
	margin: 0;
}


#narrow ul
{
	padding: 0 0 15px 15px;
	margin: 0;
}


#narrow p, li
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 150%;
	padding: 15px 0 0 0;
	margin: 0;
}







/*---------------------------------
  =07 FOOTER
----------------------------------*/


#footer {
	clear: both;
	margin-top: 30px;
	width: 100%;
	background-color: #ffcd00;
	background-image: url("../images/backgrounds/footer.jpg"); 
	background-position: top center;
 	background-repeat: no-repeat;
	}
	
	
#footer_content
{
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


#footer_content div
{
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	width: 300px;
}


#footer_content div.last
{
	padding: 0;
}


#footer p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 0.65em;
	font-style: normal;
	text-align: left;
	color: #000;
	line-height: 150%;
	padding: 5px 0px;
}


#footer a:link
{
	color: #000;
	text-decoration: underline; 
}


#footer a:visited
{
	color: #000;
	text-decoration: underline; 
}

#footer a:hover
{
	color: #FFF;
	text-decoration: underline; 
}


#footer_content div ul
{
	padding: 5px 0 30px 0;
	margin: 0;
}


#footer_content div li
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 0.65em;
	font-style: normal;
	text-align: left;
	color: #FFF;
	padding: 3px 0;
	list-style-type: none;
}





/*---------------------------------
 =08 CODA SLIDER
----------------------------------*/


noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
		



/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 266px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 950px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 950px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNav { display: none; }
.stripNavL { display: none; }
.stripNavR { display: none; }
