/*
THEME NAME: Art Hsu Version 2
THEME URI: http://arthsu.net
DESCRIPTION: Art Hsu's Portfolio
VERSION: 2.0
AUTHOR: Mario Luevanos
AUTHOR URI: http://marioluevanos.com
TAGS: portfolio, classic, simple, modern, gallery, image, slider, one page
*/

@import url(library/styles/hacks/reset.css);
@import url(library/styles/dropdown.css);
@import url(library/styles/prettyPhoto.css);

html {
	background: #000 url(library/img/bg.jpg) fixed top center no-repeat;
	overflow-x:hidden;
}

body {
	background: url('library/img/border-bottom.jpg') fixed repeat-x bottom left;
	color:#aaa;
	font: 11px Tahoma, Geneva, Arial, sans-serif;
	line-height:20px;
}

#global_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

.divider {
	display:inline;
	float:left;
	margin: 100px 0 0;
	width:620px;
}

/* ------------------------- */
/* STRUCTURE FOR THE SIDEBAR */
/* ------------------------- */

#sidebar {
	position: fixed;
	width:150px;
	height:100%;
	height: 100%;
	display:inline;
	float:left;
	top: 0;
	padding: 40px 0px;
}

/* -------------------------------- */
/* STRUCTURE FOR THE CONTENT COLUMN */
/* -------------------------------- */

.logo {
	text-align:right;
	margin:15px 0 35px 0;
}

.logo a,
.logo a:hover { border-bottom:none; }

.navigation { margin: 15px 0 0 24px; }

#content {
	background: transparent;
	margin-left:220px;
	width:740px;
	display:block;
	top: 0;
	position:relative;
}

.pageAnchor {
	border-bottom:none;
	margin-top:40px;
	text-indent:-9999px;
	display:block;
	height:20px!important;
}

.pageAnchor:hover { border-bottom:none; }

.head_col {
	display:none;
	position:absolute;
	right:0;
	text-align:right;
	width:150px;
	height:100%;
}

.content_body {
	padding: 0;
	width:590px;
}

.content_block {
	margin-bottom: 400px;
	clear: both;
	padding:0;
}

table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto;
	padding:0;
	clear:both;
	position:relative;
	z-index:2;
}

table tr td {
	margin:0;
	padding:0;
	vertical-align:top;
}

.videos table {
	width:85%;
	float:left;
}

p iframe {
	width:200px;
	float:left;
	display:inline;
}

#tophat {
	background:url(library/styles/custom/img/trim_top.png) repeat-x;
	top:0;
	color:#FFFFFF;
	left:0;
	height: 14px;
	position:fixed;
	width:100%;
	z-index:1000;
}

.quote { float:left; }

#footer {
	background:#000;
	border-top:3px solid #FF3300;
	bottom:0;
	font-size: 10px;
	color:#666666;
	left:0;
	opacity:0.9;
	padding:14px 8px 2px 8px;
	position:fixed;
	width:100%;
	height:31px;
	z-index:1000;
}

#footer ul {
	float:left;
	list-style:none;
	margin:0 20px;
}

#footer ul li {
	float:left;
	display:inline;
	list-style:none;
	padding:0 10px 0 0;
	margin-right:10px;
	border-right:1px solid #222;
	color:#333;
}

#footer .end { border:none; }

#footer ul li a {
	color:#333;
	text-decoration:none;
	border-bottom:none;
}

#footer ul li a:hover { color:#555; }

.arrow {
	height: 45px;
	width: 46px;
	background: url(library/img/downarrow.png) no-repeat;
	bottom:0;
	position:fixed;
	right:10px;
	z-index:2000;
}

.arrow.active { background: url(library/img/uparrow.png) no-repeat; }

.miniicon {
	float: left;
	display:block;
	padding-right:20px;
	margin: 2px 20px 0 2px;
	border-right:1px solid #222;
}

.mario {
	color:#252525;
	float:right;
	margin:0 75px 0 0;
}

.mario a { color:#333; }

input,
textarea { line-height:normal !important; }

/* HEADINGS -------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Helvetica Condensed", "HelveticaCondensed", Arial Narrow;
	color: #FF3300;
	font-weight:normal;
	clear:both;
	text-transform: uppercase;
}

#content h2 {
	font-size: 18px;
	margin:0 0 10px;
	padding-top:10px;
	font-weight:bold;
}

#content h3 {
	font-size: 20px;
	margin:0 0 10px;
	padding-top:20px;
}

#content h4 {
	font-size: 18px;
	margin: 10px 0px 10px;
}

#content h5 {
	font-size: 16px;
	margin: 5px 0px 10px;
}

#content h5 {
	font-size: 14px;
	margin: 5px 0px 10px;
}

/* TEXT ELEMENTS -------------------------------------------------------------- */

a { color: #aaa; }

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

.content_body a {
	color: #aaa;
	border-bottom:1px solid #660000;
}

.content_body a:hover {
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #FF3300;
}

p { margin-bottom:18px; }

ul,
ol { margin: auto; }

ul { list-style: none; }

ol {
	list-style-type: decimal;
	margin-left: 20px;
}

ol ol { list-style:upper-alpha; }

ol ol ol { list-style:lower-roman; }

ol ol ol ol { list-style:lower-alpha; }

ul ul,
ol ol,
ul ol,
ol ul { margin-bottom:0; }

dl { margin:0 1.5em; }

dd { margin-bottom:18px; }

strong { font-weight: bold; }

cite,
em,
i { font-style: italic; }

blockquote {
	color: #666666;
	line-height: 24px;
	margin-bottom: 10px;
}

blockquote em,
blockquote i,
blockquote cite { font-style:normal; }

pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}

code { font:11px Monaco, monospace; }

ins { text-decoration:none; }

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup { bottom: 1ex; }

sub { top: .5ex; }

/* PULLQUOTES -------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}

/* IMAGE STYLING ------------------------------------------------------------ */
img.alignright {
	margin: 0 0 4px 10px;
	display: inline;
	float: right;
}

img.alignleft {
	margin: 0 10px 4px 0;
	display: inline;
}

.alignright { float: right; }

.alignleft { float: left; }

#content .videos img,
#content .videos a img {
	padding: 2px;
	background:#000 none repeat scroll 0 0;
	border:1px solid #333;
	display:block;
}

#content .videos a,
#content .videos strong {
	display:block;
	border-bottom:none;
}

#content .videos img:hover,
#content .videos a img:hover { border:1px solid #555; }

.cleanimg {
	padding: 0px !important;
	border:0px !important;
	margin: 0 5px 2px 0 !important;
}





/* ------------------------------------------------- */
/* CUSTOM TEXT STYLING FOR THIS THEME -------------- */
/* ------------------------------------------------- */
#navigation li a, x:-moz-any-link {
 font-size: 14px;
 background: black;
 padding: 5px 6px 4px;
 color: #fff;
 text-transform: uppercase;
}
#navigation li a, x:-moz-any-link, x:default {
 font-size: 14px;
 background: black;
 padding: 2px 6px 4px;
 color: #fff;
 text-transform: uppercase;
 height: 20px;
}

#navigation li { margin: 5px 0 0 0; }

#content h1 {
	text-align:center;
	display:inline;
}

#navigation li { text-align: right; }

#content h1 a:hover,
#navigation li a:hover,
#content h2.download a:hover { text-decoration: none; }

.content_body ul {
	list-style:none;
	line-height:normal;
	margin:20px 0 0 30px;
}

.content_body ul li {
	background:url(/wp-content/themes/shapeshifter/library/img/bullet.gif) no-repeat 0 2px;
	list-style:none;
	padding: 0 0 15px 15px;
	margin:0 0 15px 0;
	border-bottom:1px dotted #222222;
}

.content_body ul li strong {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color:#FFF;
	display:block;
}

.spacer {
	margin-right: 40px;
	float: left;
}

textarea {
	height:150px;
	padding:5px;
	width:97%;
	line-height:24px;
	border: 1px solid #ddd;
	background: #eee;
}

input {
	padding:5px;
	border: 1px solid #ddd;
	background: #eee;
}

#cu3er-wrapper {
	background: transparent url(library/img/shadow.png) no-repeat scroll 0 294px;
	height: 340px;
	position: relative;
}

#cu3er-container {
	width:590px;
	outline:0;
}

.portfolio,
.videos { padding-bottom: 400px; }

.portfolio img {
	float: left;
}

.portfolio p,
.videos { margin: 5px 0 0 0; }

.box img { margin-bottom: 8px; }

.box {
	width: 205px;
	margin-bottom: 20px;
	float: left;
	display: block;
}

.cleanimg {
	padding: 0;
	background: transparent !important;
	border: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 #content h1 {
 margin-left:605px;
 position:relative;
 top:2px;
}
 #content h1 span, #navigation li a {
 padding: 1px 6px 4px;
}
 #content h1 span {
 padding: 3px 6px 4px;
}
}

#content h1 a:hover {
	color: #000;
	border-bottom:none;
}

#navigation li a:hover {
	background: #ff3300;
	border-bottom:none;
}

#socialLinks {
	position: relative;
	left: 50%;
	margin-left: 331px;
	background: #F30;
	width: 160px;
	height: 35px;
	border-bottom: none;
	border-top: 5px solid #F30;
	padding: 0 0 10px 0;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#socialLinks.open {}

#socialLinks.closed {}

#socialLinks ul {
	width:190px;
	margin:10px 0 10px 20px;
	display:block;
}

#socialLinks ul li {
	display:inline;
	list-style:none;
	margin:0 10px 0 0;
	float:left;
}

#socialLinks ul li a {
	display:block;
	text-indent:-9999px;
	height:22px;
	width:22px;
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}

a.imdb { background:url(library/img/socialicons.gif) no-repeat 0 0; }

a.youtube { background:url(library/img/socialicons.gif) no-repeat -23px 0; }

a.facebook { background:url(library/img/socialicons.gif) no-repeat -46px 0; }

a.twitter { background:url(library/img/socialicons.gif) no-repeat -69px 0; }

a.myspace { background:url(library/img/socialicons.gif) no-repeat -92px 0; display:none!important; }

a.imdb:hover { background:url(library/img/socialicons.gif) no-repeat 0 -23px; }

a.youtube:hover { background:url(library/img/socialicons.gif) no-repeat -23px -23px; }

a.facebook:hover { background:url(library/img/socialicons.gif) no-repeat -46px -23px; }

a.twitter:hover { background:url(library/img/socialicons.gif) no-repeat -69px -23px; }

a.myspace:hover { background:url(library/img/socialicons.gif) no-repeat -92px -23px; }

.contact_btn {
	background:transparent url(library/img/mynetworks.png) no-repeat scroll center top;
	border-bottom:medium none;
	display:block;
	height:27px;
	left:50%;
	margin-left:390px;
	position:relative;
	top:0;
	width:101px;
	cursor:pointer;
}

a.contact_btn:hover {
	text-decoration:none!important;
	border-bottom:none;
}

#navigation li a {
	font-size: 18px;
	background: black;
	padding:0 6px 2px;
	color: #fff;
	border-bottom:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-transform: uppercase;
}

#content h1 span {
	color: #ccc;
	text-transform: uppercase;
	font-size: 12px;
	background:none;/*
	padding:0 12px 2px;
	background:#CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
*/
}

