/*****************************************************************
*************************** STYLESHEET BROUGHT TO YOU BY STUDIOAKT
*****************************************	HTTP://WWW.STUDIOAKT.COM
******************************************************************
******************************************** PROJECT LEAD: CORY S.
***************************************** PROJECT DATE: 08/19/2010
******************************************************************
***************** ©COPYRIGHT 2010, STUDIOAKT - ALL RIGHTS RESERVED
******************************************************************
******************************************************************/

*, html {
	margin: 0;
	font-size: 100%;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	background-color: #000;
	font-family: Helvetica, sans-serif;
}

a {
	outline: none;
	color: #ad0101;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

.clear {
	clear: both;
}
/* HEADER */
#global {
	width: 950px;
	background: transparent url(../images/main_bg.png) repeat-y 0 0;
	margin: 0 auto;
	position:relative;
	z-index:99;
}

#header {
	background: transparent url(../images/logo_top.png) no-repeat 34px 0;
	position: relative;
}

#header .logo a{
	width: 711px;
	height: 119px;
	margin-left: 30px;
	display: block;
	text-indent: -99999px;
}

#header_chime {
	left: -69px;
	position: absolute;
	top: 113px;
}

/* NAVI */
#navi {
	background: transparent url(../images/navi_bg.png) repeat-x 0 0;
	height: 43px;
	width: 874px;
	margin: 13px 0 0 35px;
	padding-top: 12px;
}

#navi ul li {
	display: inline;
}

#navi ul li a {
	text-indent: -9999px;
	height: 19px;
	display: inline-block;
	
	/*86*/
/* 	margin: 0 118px 0 25px; */
	margin: 0 72px 0 25px;
	float: left;
}

#navi li#home {
	margin-left: 0
}

#navi li#home a {
	background: transparent url(../images/hd_home.png) no-repeat 0 0;
	width: 44px;
	margin-left: 0;
}

#navi li#blog a {
	background: transparent url(../images/hd_blog.png) no-repeat 0 0;
	width: 40px;
}

#navi li#music a {
	background: transparent url(../images/hd_music.png) no-repeat 0 0;
	width: 48px;
}

#navi li#about a {
	background: transparent url(../images/hd_about.png) no-repeat 0 0;
	width: 51px;
}

#navi li#contact a {
	background: transparent url(../images/hd_contact.png) no-repeat 0 0;
	width: 68px;
}

#navi li#interviews a {
	background: transparent url(../images/hd_interview.png) no-repeat 0 0;
	width: 88px;
/* 	margin-right: 0; */
	
}

#navi li#attitudes a {
	background: transparent url(../images/hd_attitudes.png) no-repeat 0 0;
	width: 88px;
	margin-right: 0;
}

#navi li a:hover {
	background-position: 0 -19px !important;
}

/* SPECS-MAN */
#specsman {
	background: transparent url(../images/specs_man2.png) no-repeat 0 0;
	height: 656px;
	width: 383px;
	position:absolute;
	right:-160px;
	top:-14px;
	z-index: -1;
}

/* MUSIC PLAYER */

#music_player {
	float: left;
	margin: 0 0 0 35px;
}

/* ROTATOR */
#rotator-container {
	background: transparent url(../images/rotator_bg2.jpg) no-repeat 0 0;
	height:318px;
	width:874px;
	position:relative;
	margin-left: 35px;
	z-index: 1;
	overflow: hidden;
}

#rotator {
	margin:0 auto;
	width: 680px;
	padding: 12px 0 0 0;
}

#rotator img {
	top: 12px !important;
}

.corner-tr {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/corner_tr.png) no-repeat 0 0;
	width: 53px;
	height: 48px;
	z-index: 50;
}

.corner-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(../images/corner_bl.png) no-repeat 0 0;
	width: 53px;
	height: 48px;
	z-index: 50;
}

/* SOCIAL ICONS */
#social {
	height: 35px;
	width: 440px;
	float: right;
	margin: 3px 90px 0 0;
	position:relative;
	top:10px;
	z-index: 1;
}

#social ul li {
	display: inline;
	margin: 0 2px;
}

#social ul li a {
	text-indent: -9999px;
	height: 19px;
	display: inline-block;
}

#social li#follow {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	margin: 0 2px 0 0;
}

#social li#fb a {
	background: transparent url(../images/facebook.png) no-repeat 0 0;
	width: 53px;
}

#social li#tm a {
	background: transparent url(../images/tumblr.png) no-repeat 0 0;
	width: 61px;
}

#social li#yt a {
	background: transparent url(../images/youtube.png) no-repeat 0 0;
	width: 48px;
}

#social li#vi a {
	background: transparent url(../images/vimeo.png) no-repeat 0 0;
	width: 55px;
}

#social li#tw a {
	background: transparent url(../images/twitter.png) no-repeat 0 0;
	width: 65px;
}

#social li a:hover {
	background-position: 0 -19px !important;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}


/* CONTENT */
#content {
	margin-top: 30px;
}

#left-col {
	width: 415px;
	float: left;
	margin: 0 0 0 15px;
}

#left-col img {
	width: 415px;
}

#right-col {
	width: 250px;
	float: left;
	margin: 70px 0 0 25px;
}

#right-col.bring_up, #right-col-two.bring_up {

	margin-top:0;
	
}

#right-col-two {
	width: 160px;
	float: left;
	margin: 67px 0 0 25px;
}

#left-col.wide {
	border-right:1px dotted #C7AD5C;
	float:left;
	margin:0;
	padding-left:15px;
	padding-right:28px;
	width:415px;
}

#right-col.wide {
	width: 415px;
	float: right;
	margin: 0;
}

.copy {
	margin-top: 10px;
	width: 415px;
}

#prev {
	float: left;
}

#next {
	float: right;
}

.wide .copy {
	margin-top: 10px;
	width: inherit !important;
}

/* FONTS AND TITLES */

h4 {
	font-size: 14px;
}

h1.page-title {
	display: block;
	text-indent: -9999px;
}

.post-date, .post-title, .post-author {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 21px;
}

.post-date {
	font-size: 18px;
}

.post-date, .post-author {
	color: #a80101;
	text-shadow: 0px 0px 3px #a80101;
}

.post-author {
	font-size: 16px;
}

.post-date.larger {
	font-size: 26px;
	text-decoration: underline;
}

.post-title {
	color: #000;
	text-shadow: 0px 0px 3px #000;
	margin-bottom:5px;
}

.post-body {
	font-size: 12px;
}

.post-body img {
	width: 415px;
}

.comments {
	margin-top: 10px;
	margin-bottom: 20px;
	background: transparent url(../images/dotted_div.png) repeat-x 0 bottom;
	padding-bottom: 10px;
}

.page-title.pharmacy {
	background: transparent url(../images/hd_pharmacy.png) no-repeat 0 0;
	height: 50px;
	width: 212px;
}

.page-title.blog {
	background: transparent url(../images/hd_blog.png) no-repeat 0 0;
	height: 65px;
	width: 132px;
}

.page-title.prescriptions {
	background: transparent url(../images/feat_prescriptions.png) no-repeat 0 0;
	height: 30px;
	width: 253px;
	margin-bottom: 10px;
}

.page-title.category {
	background: transparent url(../images/categories.png) no-repeat 0 0;
	height: 34px;
	width: 155px;
	margin-bottom: 10px;
}

.page-title.videos {
	background: transparent url(../images/feat_video.png) no-repeat 0 0;
	height: 34px;
	width: 205px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.page-title.fashion {
	background: transparent url(../images/fashion_videos.png) no-repeat 0 0;
	height: 34px;
	width: 205px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.page-title.about {
	background: transparent url(../images/about_heading.png) no-repeat 0 0;
	height: 65px;
	width: 172px;
	margin-bottom: 10px;
}

.page-title.music {
	background: transparent url(../images/music_heading.png) no-repeat 0 0;
	height: 65px;
	width: 160px;
	margin-bottom: 10px;
}

.page-title.contact {
	background: transparent url(../images/contact_heading.png) no-repeat 0 0;
	height: 65px;
	width: 227px;
	margin-bottom: 10px;
}

.page-title.interviews {
	background: transparent url(../images/interviews_heading.png) no-repeat 0 0;
	height: 65px;
	width: 290px;
	margin: 0 0 10px 15px;
}

.page-title.twitter {
	background: transparent url(../images/feat_twitter.png) no-repeat 0 0;
	height: 34px;
	width: 250px;
	margin-bottom: 10px;
}

.page-title.ads {
	background: transparent url(../images/feat_ads.png) no-repeat 0 0;
	height: 29px;
	margin: 5px 0 10px 0;
}

.page-title.events {
	background: transparent url(../images/feat_events.png) no-repeat 0 0;
	height: 34px;
	width: 250px;
	margin-bottom: 10px;
}

.banner-space {
	height: auto;
	width: 552px;
	margin: 0 auto 10px auto;
}

.banner-space img {
	width: 415px;
}

/* RIGHT COL */

#tweet {
	font-size: 12px;
	line-height: 16px;
	margin: 10px;
}

#tweet ul li {
	list-style-type: none;
	overflow: hidden;
}

#tweet span {
	clear: both;
	display: block;
	float: right;
}

#tweet p {
	margin: 5px 0 0 0;
	position: relative;
	width: 175px;
}

#tweet sup {
	background: url(../images/quotes.png) no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 25px;
}

#tweet sub {
	background: url(../images/quotes.png) no-repeat -25px 0;
	display: block;
	float: right;
	height: 25px;
	text-indent: -9999px;
	width: 25px;
}

#tweet p em {
	background: url(../images/quotes.png) no-repeat -19px 0;
	display: inline-block;
	font-size: 16px;
	height: 18px;
	text-indent: -9999px;
	width: 19px;
}

#pagination {
	background: transparent url(../images/dotted_div.png) repeat-x 0 bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.presc {
	background: transparent url(../images/dotted_div.png) repeat-x 0 bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 250px;
}

.left_thumb {
	float: left;
	width: 115px;
	margin-left: 3px;
	overflow:hidden;
}

.left_thumb img {
	border: #aa0101 4px solid;
	width: 106px;
}

.right_info {
	display:table-cell;
	font-size:12px;
	height:113px;
	padding:0 0 0 10px;
	vertical-align:middle;
	width:135px;
}

.feat_title {
	font-weight: bold;
	text-transform: uppercase;
}

.categories, .feat_events {
	background: url(../images/dotted_div.png) repeat-x bottom left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

.categories ul {
	list-style: none;
	margin-left: 7px;
}
.categories ul li a{
	font-size: 12px;
}

.feat_videos {
	background: url(../images/dotted_div.png) repeat-x bottom left;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

.fashion_videos {
	background: url(../images/dotted_div.png) repeat-x bottom left;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

.feat_twitter {
	background: url(../images/dotted_div.png) repeat-x bottom left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

.feat_ads {
	background: url(../images/dotted_div.png) repeat-x bottom left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

.video_hold {
	position: relative;
}

.video_hold p {
	margin-top: 10px;
}

#v_over {
	position: absolute;
	top: 8px;
	left: 55px;
	background: transparent url(../images/video_over.png) no-repeat 0 0;
	height: 141px;
	width: 141px;
	cursor: pointer;
}

.side-ad {
	margin-top: 20px;
	width: 252px;
}

.side-event {
	display: block;
	margin: 10px 0;
}

/* FOOTER */
#footer {
	margin-top: 20px;
	padding-bottom: 30px;
}

#left-ft {
	width:575px;
	float: left;
}

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

#ft_navi {
	margin-left: 35px
}

#ft_navi ul li {
	display: inline;
}

#ft_navi ul li a {
	text-indent: -9999px;
	height: 19px;
	display: inline-block;
	margin: 0 15px;
	float: left;
}

#ft_navi li#ft_home a {
	background: transparent url(../images/hd_home.png) no-repeat 0 0;
	width: 44px;
	margin-left: 0;
}

#ft_navi li#ft_blog a {
	background: transparent url(../images/hd_blog.png) no-repeat 0 0;
	width: 40px;
}

#ft_navi li#ft_music a {
	background: transparent url(../images/hd_music.png) no-repeat 0 0;
	width: 48px;
}

#ft_navi li#ft_about a {
	background: transparent url(../images/hd_about.png) no-repeat 0 0;
	width: 51px;
}

#ft_navi li#ft_contact a {
	background: transparent url(../images/hd_contact.png) no-repeat 0 0;
	width: 68px;
}

#ft_navi li#ft_interviews a {
	background: transparent url(../images/hd_interview.png) no-repeat 0 0;
	width: 88px;
/* 	margin-right: 0; */
}

#ft_navi li#ft_attitudes a {
	background: transparent url(../images/hd_attitudes.png) no-repeat 0 0;
	width: 88px;
	margin-right: 0;
}

#ft_navi li a:hover {
	background-position: 0 -19px !important;
}

a#studioakt {
	text-indent: -9999px;
	background: transparent url(../images/studioakt.png) no-repeat 0 0;
	width: 155px;
	height: 25px;
	display: block;
}

a#studioakt:hover {
	background-position: 0 -25px;
}

/* FLASH MOTION BG */
#flashcontent {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:0;
}

#motion_bg {
	z-index: -1;
	position: relative;
}
#copyright-info{
	text-align: center;
	font-size: 11px;
	color: #AD0101;
	padding-top: 17px;
}

#rotator img {
    top: 11px !important;
}

#rotator {
    margin: 0 auto;
    padding: 12px 0 0;
    width: 852px;
}

h1.attitudes_heading {
	
	background: url("../images/attitudeslogo.png") no-repeat 0 0;
	
	text-indent: -9999px;
	
	height:259px;
	
	width:408px;
	
	margin-bottom:10px;

}

.attitudes_form label {

	font-size: 13px;
	font-weight: bold;

}

.attitudes_form input[type='text'] {

	margin-bottom:10px;
	width:306px;
	
}

.attitudes_form input[type='file'] {

	margin-bottom:10px;
}

.attitudes_form input[type='submit'] {
	
	background: none repeat scroll 0 0 #CFBC6D;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #AD0012;
    font-weight: bold;
    padding: 7px;
    cursor: pointer;
    float:right;

}

#recaptcha_widget_div {

	margin-left:-4px;

}
