*, html {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff url(../images/new/main_bg.jpg) no-repeat center 0;
}

#global {
	width: 915px;
	margin: 0 auto;
}

#wrapper {
	
	
}

#content {
	background: #fff url(../images/new/content_bg.jpg) repeat-y 0 0;
	padding: 0 15px;
}

#top_page {
	height: 11px;
	width: 915px;
	background: transparent url(../images/new/content_top.jpg) no-repeat 0 0;
	margin: 0px auto;
}

#header {
	background: transparent url(../images/new/content_bg.jpg) repeat-y 0 0;
	height: 180px;
	width: inherit;
	margin-top: 50px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 800px;
	height: 166px;
	background: transparent url(../images/new/royal_family_logo.jpg) no-repeat;
	margin: 0 auto;
}

#rotator {
	border: #CCCCCC 5px solid;
	height: 269px;
}

#rotator ul {
	height: 269px;
	overflow: hidden;
}

#rotator ul li {
	display: inline;
}

.wide-left {
	padding: 30px 30px 0 50px !important;
}

#left-col {
	width: 580px;
	float: left;
}

#right-col {
	width: 200px;
	float: right;
}

.clear {
	clear: both;
}
/* LINKS STYLES */
a {
	text-decoration: none;
	color: #999;
	outline: none;
}

a:hover {
	color: #000;
}

#banner-header a, #banner-header a img, #banner-header img {
	border: #CCCCCC 4px solid;
}

#right-nav {

}

#right-nav ul {
	list-style: none;
}

#right-nav ul li {
	margin-bottom: 20px;
}

#right-nav ul li a {
	height: 154px;
	width: 207px;
	border: 2px solid #999999;
}

#right-nav ul li a p {
	color:#999999;
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	position: relative;
	top: 156px;
}

/*

#right-nav ul li.feat_artists a {
	display: block;
	background: transparent url(../images/new/feat_artist.jpg) no-repeat 0 0;
}

#right-nav ul li.join_family a {
	display: block;
	background: transparent url(../images/new/join_family.jpg) no-repeat 0 0;
}

#right-nav ul li.feat_items a {
	display: block;
	background: transparent url(../images/new/feat_item.jpg) no-repeat 0 0;
}

#right-nav ul li.fashion_show a {
	display: block;
	background: transparent url(../images/new/fashion_show.jpg) no-repeat 0 0;
}

#right-nav ul li a:hover {
	background-position: 0 -154px;
}

*/

/* FONT STYLE */
#content, #wrapper, #footer {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #999;
}

div.posts {
	font-family: Arial, sans-serif;
	margin-bottom: 13px;
	display: inline-block;
}

div.posts.last {
	border: none !important;
}


div.posts.press {
	float: left;
	width: 270px;
	padding-right: 20px;
}

h2.post-title {
}

div#post-container {
	margin-top: 10px;
}

div.posts p {
	font-size: 12px;
}

span.info {
	font-weight: bold;
	font-size: 11px;
}

div#twitter {
	font-family: Arial, sans-serif;
	border-bottom: #ddd 2px solid;
	margin-bottom: 13px;
	position: relative;
}

div#twitter img {
	float: left;
	margin: 0 10px 0 0;
}

div#twitter p {
	float: left;
	width: 520px;
}

div#twitter div.tweet {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}

.more_tweets {
	overflow: hidden;
}

div.t_toggler {
	width: 110px;
	height: 18px;
	background: transparent url(../images/more_tweets.jpg) no-repeat 0 -5px;
	position:absolute;
	bottom:-20px;
	right:0;
	cursor: pointer;
}


div.t_toggler.hover {
	background-position: 0 0;
}

div.t_toggler.active {
	background-position: 0 -28px;
}

div#twitter p.tweet-time {
	margin: 5px 0 0 0;
}

p#pagination {
	overflow: hidden;
	margin: 0 0 25px 0;
}

p#pagination a#next_page {
	float: left;
}

p#pagination a#prev_page {
	float: right;
}


/* SLIDER SETUP */
#scroll-nav {
	height: 245px;
	overflow-x: hidden !important;
}
.scroll-pane {
	overflow-x: hidden !important;
	width: 882px;
	float:left;	
	background-color: #fff;
	border: none !important;
	position: absolute;
}

.scroll-content {
	width: 1820px;
	float: left;
	height: 187px;
}

.scroll-content-item {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	font-size: 14px;
	text-align: left;
	height: 167px;
	width: 207px;
	position: relative;
}

/*
.scroll-content-item a.feat_artist {
	height: 154px;
	width: 207px;
	display: block;
	float: left;
	background: transparent url(../images/new/feat_artist.jpg) no-repeat 0 0;
}

.scroll-content-item a.join_family {
	height: 154px;
	width: 207px;
	display: block;
	float: left;
	background: transparent url(../images/new/join_family.jpg) no-repeat 0 0;
}

.scroll-content-item a.feat_items {
	height: 154px;
	width: 207px;
	display: block;
	float: left;
	background: transparent url(../images/new/feat_item.jpg) no-repeat 0 0;
}

.scroll-content-item a.fashion_show {
	height: 154px;
	width: 207px;
	display: block;
	float: left;
	background: transparent url(../images/new/fashion_show.jpg) no-repeat 0 0;
}
*/

.left-arrow {
	z-index:99;
	position: relative;
}

.right-arrow {
	z-index:99;
	position: relative;
	top: -18px;
}

.left-arrow a {
	background: transparent url(../images/new/slider_l-arr.jpg) no-repeat 0 0;
	height: 18px;
	width: 16px;
	text-indent: -99999px;
	display: block;
	float: left;
}

.right-arrow a {
	background: transparent url(../images/new/slider_r-arr.jpg) no-repeat 0 0;
	height: 18px;
	width: 16px;
	text-indent: -99999px;
	display: block;
	float: right;
}

.left-arrow a:hover, .right-arrow a:hover {
}

.scroll-content-item a:hover {
	background-position: 0 -154px;
}

.scroll-content-item a p {
	position: absolute;
	top: 156px;
	display: inline;
}

.scroll-content-item a img, .scroll-content-item img, .scroll-content-item a {
	border: #999999 2px solid;
}

.scroll-content-item p {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}
* html .scroll-content-item {
	display: inline;
} /* IE6 float double margin bug */

.scroll-bar-wrap {
	clear: left;
	height: 16px;
	position: relative;
	border: #000 1px solid;
}
.scroll-bar-wrap .ui-slider {
	background: none;
	border:0;
	height: 17px;
	margin: 0 auto;
	z-index: 1;
}
.scroll-bar-wrap .ui-handle-helper-parent { 
	position: relative;
	width: 100%;
	height: 17px;
	margin: 0 auto;
	z-index: 1;
}
.scroll-bar-wrap .ui-slider-handle {
	top:.2em;
	height: 17px;
	cursor: move;
}
.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -9px auto 0;
	position: relative;
	top: 50%;
}

#scrollwrapper {
	position: relative;
	top: 187px;
}

#scrollbar-1 {
	width: 853px;
	background: #D6D6D6;
	height: 16px;
	border: 1px solid #000000;
	position: relative;
	left: 15px;
}

#handle-1 {
	width: 365px;
	background: #4F4040;
	height: 16px;
}

/* TOURS PAGE */

.gallery-1 {
	width: 280px;
	margin: 5px 20px 0 0;
	padding: 10px 0;
	float: left;
}

.gallery-2 {
	float: left;
	width: 280px;
	margin: 5px 0 0 0;
	padding: 10px 0;
}

.gallery-1 h3, .gallery-2 h3 {
	float: left;
	font-size: 14px;
	display: inline;
	margin: 0 5px 5px 10px;
	padding: 0;
	width: 160px;
}

.gallery-1 p, .gallery-2 p {
	float: left;
	margin: 0 5px 0 10px;
	width: 160px;
}

.gallery-1 img, .gallery-2 img {
	float: left;
	width: 100px;
}

.center {
	text-align: center;
}

.col-1 {
	float: left;
	width: 154px;
	margin: 5px 59px 10px 0;
}

.col-2 {
	float: left;
	width: 154px;
	margin: 5px 0 10px 0;
}

.col-3 {
	float: left;
	width: 154px;
	margin: 5px 0 10px 59px;
}

.thumb {
	display: block;
	/*margin: 0 auto;*/
}

/* FAMILY PAGE */

.family-col-1 {
	width: 234px;
	margin: 5px 75px 20px 0;
	text-align: center;
	float: left;	
}

.family-col-2 {
	width: 234px;
	margin: 5px 0 20px 0;
	text-align: center;
	float: left;
}

.family-col-1 p, .family-col-2 p {
	margin: 7px 0 0 0;
	text-transform: uppercase;
}


/* ABOUT PAGE */

#about p {
	margin: 10px 0;
}

/* FOOTER */
#footer {
	background: transparent url(../images/new/content_bg.jpg) repeat-y 0 0;
}

#footer-cap {
	background: transparent url(../images/new/content_ft.jpg) no-repeat 0 0;
	height: 11px;
	width: 915px;
}

#footer {
	font-size: 10px;
	font-weight: bold;
	padding: 0 15px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
}
#studioakt {
	float: right;
	height: 30px;
	width: 170px;
}
#studioakt a {
	height: 12px;
	width: 160px;
	display: block;
	float: right;
	background: transparent url(../images/new/studioakt.jpg) no-repeat right 0;
	color: #999;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 0 0 0;
}


#footer #social_media p.become {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	float: left;
	margin-top: 5px;
}

#social_media {
	float: left;
	height: 30px;
	width: 260px;
}

#social_media ul {

}

#social_media ul li {
	height: 24px;
	width: 24px;
}

#social_media ul li a {
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	margin: 0 2px;
}

li.facebook a {
	background: transparent url(../images/new/facebook.jpg) no-repeat 0 -24px;
}

li.myspace a {
	background: transparent url(../images/new/myspace.jpg) no-repeat 0 -24px;
}

li.twitter a {
	background: transparent url(../images/new/twitter.jpg) no-repeat 0 -24px;
}

li.youtube a {
	background: transparent url(../images/new/youtube.jpg) no-repeat 0 -24px;
}

li.flickr a {
	background: transparent url(../images/new/flickr.jpg) no-repeat 0 -24px;
}

#footer #copyline {
	margin-top: 20px;
	text-align: center;
}

/* HOVER */

#studioakt a:hover {
	background-position: right -27px;
	color: #000;
}

#social_media li a:hover {
	background-position: 0 0;
}

/* MEDIA PAGE */

div#bannersContainer h3 {
	color: #999999;
	background: #EDEDED;
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	margin-bottom: 5px;
	line-height: 20px;
}

div#bannersContainer h3:hover {
	color: #000000;
	cursor: pointer;
}

div#bannersContainer span {
	font-size: 11px;
	line-height: 20px;
}

/* JOBS PAGE */

.halfleft {
	width: 280px;
	display: inline-block;
}

.joboffer {
	margin-bottom: 30px;
}

/* PRIVACY PAGE */

div#privacy ol {
	list-style-type: lower-alpha;
	margin-left: 30px;
}

div#privacy ol li ol {
	list-style-type: lower-roman;
}

div#privacy p{
	margin: 5px 0px 5px 30px;
}

div#privacy li {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#privacy ul {
	margin-left: 60px;
}

div#privacy {
	margin-bottom: 10px;
}
