/*------------------------------------------------------

Theme Name: Studio 8 - version 1.0
Type: Core css

CSS overview:

1. Resets
2. Backgorund
3. Main Elements
i.gobal wrapper
ii.sidebar +content
4. Menu
5. Page elements
i.cols
ii.team list
iii. portfolio
iv.blog
v.form
vi.button
vii.pagination
6. Hover containers
7. Footer
8. Links
9. Typography


---------------------------------------------------------
--------------------------------------------------------
1.RESETS
--------------------------------------------------------*/
*
{
	margin: 0px;
	padding: 0px;
}
HTML, BODY, DIV, H1, H2, H3, UL, OL, LI, DT, P, TABLE, TH, TD, IMG
{
	margin: 0;
	padding: 0;
	border: none;
}
/*--------------------------------------------------------
2.BACKGROUND
--------------------------------------------------------*/
HTML, BODY
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
BODY
{
	background: #000;
}
/*--------------------------------------------------------
3.MAIN ELEMENTS
--------------------------------------------------------
i.---global wrapper*/
#wrapper
{
	width: 100%;
	height: 100%;
	overflow: auto;
}
/*ii.---sidebar + main content*/
#sideBar
{
	width: 180px;
	height: auto;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	left: 20px;
	top: 0;
	margin-right: 20px;
}
#sideBar #inner
{
	width: 180px;
	height: auto;
	overflow: hidden;
}
#sideBar #logo
{
	width: 172px;
	height: auto;
	margin: 150px auto 0;
}
#sideBar #close-but
{
	width: 180px;
	height: 41px;
	margin: auto;
	text-align: center;
	padding-top: 0px;
	cursor: pointer;
	position: relative;
}
#sideBar #close-but DIV
{
	padding-top: 4px;
}
#content-wrapper
{
	position: relative;
	width: 620px;
	height: auto;
	overflow: hidden;
	left: 280px;
	margin-top: 40px;
}
.content
{
	width: 500px;
	height: auto;
	overflow: hidden;
	margin: 30px auto 20px;
}
#launch-but
{
	width: 110px;
	height: 110px;
	position: absolute;
	left: 52.5px;
	top: 0px;
	cursor: pointer;
}
#launch-but #circle
{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
/*border-radius: 80px*/
}
#launch-but #circle-overlay
{
	position: absolute;
	width: 0px;
	height: 0px;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
/*border-radius: 80px*/
}
#launch-but #label
{
	position: relative;
	line-height: 110px;
	width: 100%;
	z-index: 5;
}
/*--------------------------------------------------------
4.MENU
--------------------------------------------------------*/
#navContainer
{
	width: 130px;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-top: 15px;
}
#nav
{
	float: left;
	width: 130px;
	height: auto;
	list-style: none;
}
#nav LI
{
	width: 130px;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
#nav LI A
{
	height: 15px;
	display: block;
	background: none;
}
/*#nav li a:hover{}
#nav li a.active {}
--------------------------------------------------------
5.PAGE ELEMENTS
--------------------------------------------------------
i.---cols*/
.colFull
{
	width: 500px;
	height: auto;
	float: left;
}
.colHalf
{
	width: 230px;
	height: auto;
	float: left;
}
.colThird
{
	width: 140px;
	height: auto;
	float: left;
}
/*ii.---team list*/
UL.listStyle
{
	width: 500px;
	list-style: none;
	float: left;
}
UL.listStyle LI
{
	width: 500px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float: left;
}
UL.listStyle LI P IMG
{
	float: left;
	margin-right: 20px;
}
UL.listStyle LI P
{
	float: left;
	text-align: left;
}
UL.listStyle LI P SPAN.title
{
	padding: 5px;
}
/*iii.---portfolio*/
.thumb_holder
{
	width: 160px;
	height: 100px;
	float: left;
	cursor: pointer;
	margin-bottom: 10px;
}
._logoThumb
{
	width: 160px;
	height: 100px;
	position: absolute;
	border: none;
	z-index: 3;
	background: url(../images/black/logo_hover.png) no-repeat 0 -160px;
}
/*iv.---blog*/
.post
{
	width: 500px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	float: left;
}
.post .entrySpec
{
	width: auto;
	float: left;
	margin-bottom: 15px;
}
.comment
{
	width: 500px;
	height: 45px;
	background: url(../images/black/comments_blog.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	text-align: center;
	margin-top: 155px;
}
.comment DIV
{
	margin-top: 20px;
}
._div
{
	width: 500px;
	height: 1px;
	margin: 30px auto;
	float: left;
}
.blogImg_holder
{
	width: 500px;
	height: auto;
	float: left;
	cursor: pointer;
	margin-bottom: 20px;
}
._logoBlog
{
	width: 500px;
	height: 200px;
	position: absolute;
	border: none;
	z-index: 3;
	background: url(../images/black/logo_hover2.png) no-repeat 0 -160px;
}
/*v.---form*/
.field
{
	width: 233px;
	height: 30px;
	border: none;
	padding: 0 5px;
	margin: 0 0 10px;
}
.field:focus
{
	outline: none;
	border: none;
}
.tarea
{
	width: 233px;
	height: 101px;
	border: none;
	padding: 8px 5px 5px;
	float: left;
	text-align: justify;
	overflow: auto;
}
.tarea:focus
{
	border: none;
	outline: none;
}
.formProgress
{
	float: left;
	margin-top: 25px;
}
/*vi.---buttons*/
.sendForm
{
	width: auto;
	height: auto;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 15px;
	float: right;
	text-align: right;
	padding: 10px 25px;
}
.sendForm:hover
{
	background: none;
}
.sendForm:active
{
	outline: none;
}
/*vii.---pagination*/
.ellipse
{
	float: left;
}
.container
{
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#folioContainer
{
	padding-bottom: 25px;
}
.page_navigation, .alt_page_navigation
{
	width: 500px;
	height: 40px;
	text-align: center;
	letter-spacing: 35px;
	white-space: nowrap;
	line-height: 12px;
	overflow: hidden;
	padding-top: 15px;
	position: absolute;
	bottom: 45px;
}
.page_navigation A, .alt_page_navigation A
{
	margin: 2px;
	width: 10px;
	height: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	background: url(../images/black/page_sel.png) no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
}
.active_page
{
	background: url(../images/black/page_sel.png) no-repeat 0px -10px !important;
	text-decoration: none;
}
UL.contentPaginate LI
{
	list-style: none;
}
/*--------------------------------------------------------
HOVER CONTAINERS
--------------------------------------------------------*/
._rollover
{
	position: absolute;
	border: none;
	z-index: 2;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
._original
{
	position: absolute;
}
/*--------------------------------------------------------
FOOTER
--------------------------------------------------------*/
#footer
{
	width: 500px;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #333333;
	margin: auto;
}
.icon_holder
{
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 18px;
}
/*--------------------------------------------------------
LINKS
--------------------------------------------------------*/
A, A:visited
{
	text-decoration: none;
	outline: none;
	border: none;
}
A:hover
{
	text-decoration: underline;
}
A.r-more, A:visited.r-more
{
	text-decoration: none;
	outline: none;
	border: none;
	float: right;
	margin-top: 15px;
}
A.r-more:hover
{
	text-decoration: underline;
}
/*--------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------*/
H1
{
	font-family: "Bebas Neue";
	font-size: 130px;
	float: left;
	border-bottom: 1px dotted #2F2F2F;
	line-height: 130px;
	padding-top: 13px;
	float: left;
/*ie fix*/
	position: relative;
	z-index: 10;
	width: 500px;
/**/
}
H2, H3, H4, H5, H6
{
	color: #CCCCCC;
	width: 100%;
	width: 100%;
	font-family: Ubuntu;
	float: left;
/*ie fix*/
	position: relative;
	z-index: 11;
	width: 500px;
/**/
}
H2
{
	font-size: 25px;
	margin: 30px 0;
}
H3
{
	font-size: 20px;
	margin: 0px 0 30px;
}
P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	float: left;
	text-align: justify;
	overflow: auto;
}
P.slogan
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
BLOCKQUOTE
{
	width: 420px;
	margin: 30px 40px 0px;
	background: url(../images/black/open_quote.png) no-repeat 0 0;
	clear: both;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	float: left;
}
BLOCKQUOTE P
{
	float: left;
	font-size: 15px;
	color: #CCCCCC;
	margin-left: 45px;
	padding-top: 3px;
}
BLOCKQUOTE P.clientRef
{
	float: left;
	font-size: 11px;
	margin: 8px 0 0 45px;
}
P.form
{
	float: left;
	overflow: hidden;
}
