/*=====================================================================
 *
 * Filename: sohorebelstyle.css
 * Website: www.sohorebel.co.uk
 * Author: Soho Rebel
 * Date Created: 18/02/2009
 * Media: Screen
 *
 * Description
 * -----------
 * This stylesheet sets out the global css for Soho Rebel
 * Text, float right and float left images are defined
 *
 *=====================================================================*/

/*====== begin global reset code created by Eric Meyer =====*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*====== end global reset code created by Eric Meyer =====*/

/*===== The Soho Rebel website at www.sohorebel.co.uk and www.sohorebel.com are copyright 2009 Soho Rebel All Rights Reserved ======*/

/*===== Start the Soho Rebel CSS Style code ======*/

	/*CSS style to be used globally for all the Soho Rebel pages */

	p,h1,h2,h3,h4,div,ul,ol,li,pre,blockquote{
		margin: 0;
		padding: 5px 0 5px 0;
	}
h1,h2,h3,h4,h5,p,ul { font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif; }

h1,h2,h3,h4,h5 { font-weight: bold; font-style: italic; margin-top: 0; margin-bottom: 0;  }


/*===== Start of anchor tag added by soho rebel ======*/

a {
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}
a:link { 
  color: #0000FF;
}
a:visited {
  color: #FF0000;
}
a:hover {
  background: #FFFF00;
}
a:active { 
  color: #00FF66;
}

/*===== End of anchor tag added by soho rebel ======*/


p { margin: 10px; text-indent: 2em; margin-top: 0; margin-bottom: 0; }
pre { font-family: monospace; }
strong { color: lime; }
	body{
	
	}
	
	#wrapper{
		margin:0 auto;
		width:90%;
	}
	
	#header{
		background-color:#FFFF99;
		font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
		font-weight: bold; font-style: italic;
		padding: 5px 0 5px 0;
	}
	
	#navigation{
		background-color:#FFFFCC;
		padding: 5px 0 5px 0;
	
	}
	
	#content{
		background-color:#FFFFFF;
		
	}
	
	#footer{
		background-color:#FFFF99;
		padding: 5px 0 5px 0;
	
	}

.floatright
{
float: right;
clear: right;
width: 102px;
margin: 0 0 0 10px;
background-color: #ddd;
padding: 10px;
border: 1px solid #666;
}

div.floatright img { border: 1px solid #000; }
p { margin-top: 0; }

.floatleft
{
float: left;
clear: left;
width: 102px;
margin: 0 10px 0 0;
background-color: #ddd;
padding: 10px;
border: 1px solid #666;
}

div.floatleft img { border: 1px solid #000; }
p { margin-top: 0; }

