/*
Theme Name: Frock and Roll
Theme URI: http://www.frocknrollstylists.co.uk/
Description: Theme for the Frock and Roll Stylists.
Author: Roweena Web Design www.roweena.co.uk
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #000;
	color: #fff;
	font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
	font-size: 85%
}

#container {
	width: 1010px; 
	margin: 0 auto;
	position: relative;
}

#content {
	  width: 650px;
      margin-top: -20px;
	  margin-left: 130px;
      border: solid 1px black;
	  position: relative;
}

#logo {
	padding: 20px 0 0 -10px;
}

#header {
	height: 100px; margin: 20px 0 0 0
}

#menu-navigation {
	float: left;
	margin: 5px 0 0 0
}	

#menu-navigation li {
	list-style: none;
	color: #fff;
	height: 30px;
	margin: 0 0 0 0
}

#menu-navigation li a {
	color: #fff;
	text-decoration:none;
}

#menu-navigation li a:hover {
	color: #bd0101;
}

#menu-navigation li.current-menu-item a {
    color: #bd0101;
}

#credit-info {
	width: 550px;
	float: left;
	padding: 0 0 0 30px;
	height: 400px;
}

#credit-info h2 {
	margin: 0 0 10px 0;
	color: #b70101;
	display: inline
}

#relative-selector {
	position: absolute;
	top: 20px;
	left: 0
}


h1, h2, h3 {
	font-size: 150%;
	font-weight: normal;
	margin: 20px 0 20px 0
}

p {
	margin: 0 0 15px 0
}

#content a {
	color: #fff;
	text-decoration:none
}

#content a:hover {
	text-decoration:underline
}

/* PORTFOLIO SCROLL */

#scrollto {
	color: #fff;
	position: absolute;
	top: 360px;
	left: 20px;
}


#content-slider {
      width: 850px;
      height: 6px;
      margin: 15px 0 0 110px;
      background: #666;
      position: relative;
}

.ui-slider-handle {
      width: 8px;
      height: 14px;
      position: absolute;
      top: -6px;
      background: #900;
      border: solid 2px #660000;
}

#content-scroll {
      width: 850px;
     /* height: 300px; */
      margin-top: 10px;
      overflow: hidden;
	  margin-left: 110px;
      border: solid 1px black;
	  position: relative;
}

#content-holder {
      width: 6500px;
    /*   height: 270px; */
}

.content-item {
      width:auto;
     /*  height: 270px; */
      float: left;
}

#text {
	margin: 40px 0 0 110px; 
	color: #999999
}

