/* Designed By Juan Solanoy
======================================================================
www.juansolanoy.com
www.youngandawesome.com
www.solanoy.ca
====================================================================== */



/* Colors
======================================================================
	#ffffff	: background
	#333	: text
	#404040	: text - subtle
	#1a1a1a	: border - bold
	#101010	: border - subtle
	#555	: border - content
====================================================================== */


@import url(base.css);


/* General
====================================================================== */
html {
	background: #ffffff;
	min-width: 800px;
}

body, input, select, textarea {
	font-family: Helvetica Neue, arial, verdana, sans-serif;
	font-size: .9em;
	line-height: -1px;
	font-weight: bold;
	color: #808080;
}

body.HasJS {
}

h2, h3 {
	margin-bottom: .75em;
	color: #808080;
	font-size: 1.5em;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
	color: #808080;
	font-size: .9em;
	font-weight: normal;
}

img {

}

a:link,
a:visited {
	color: #ea15ab;
}

a:hover,
a:active {
	color: #808080;
}
	
#page_wrapper {
	position: relative;
	padding: 95px 60px 20px 286px;
}



	
/* Header
====================================================================== */
h1 span { display: none;
color: #808080;
 }

h1 a {
	position: absolute;
	top: 42px;
	left: 150px;
	display: block;
	color: #808080;
	width: 336px;
	height: 46px;
	background: url(212_Logo.gif) no-repeat 0 0;
}
	
	

	
/* Navigation
====================================================================== */
#nav {
	position: absolute;
	top: 450px;
	left: 60px;
	width: 215px;
	font-size: .85em;
	line-height: 1px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: right;
}

#nav li ul {
	display: none;
}

#nav:hover li ul {
	display: block;
}

#portfolio #nav li ul {
	display: block;
}

#nav a:link,
#nav a:visited,
#nav span {
	display: block;
	width: 200px;
	padding: 12px 0 10px 0;
	color: #808080;
}

#nav li.Last a:link,
#nav li.Last a:visited {
}

#nav a:hover,
#nav a:active {
	color: #ea15ab;
}

#nav li ul a:link,
#nav li ul a:visited {
	font-size: .8em;
	color: #404040;
}

#nav li ul a:hover,
#nav li ul a:active {
	color: #ea15ab;
}

#nav li.Current a:hover,
#nav li.Current a:active {
	color: #ea15ab;
}

#nav li.Current {
	background: url(arrow.gif) no-repeat right 14px;
}

#nav li li.Current a:hover,
#nav li li.Current a:active {
	color: #ccc;
}

#nav li li.Current {
	background: url(arrow.gif) no-repeat right 8px;
}



	
/* Content
====================================================================== */
.Size420 img {
	width: 50%;
}

#flashcontent {
	width: 598px;
}

.Error, .Bio {
	margin-bottom: 30px;
	padding: 25px;
	border: 1px solid #808080;
}

.Error p, .Bio p {
	max-width: 650px;
}

#Bio {
	width: 598px;
	height: 850;
}

.Bio img {
	float: right;
	margin-left: 45px;
}

.Client {
	position: relative;
	float: left;
	margin: 0 25px 25px 0;
}

.Client img,
.Client a:link img,
.Client a:visited img {
	width: 222px;
	height: 175px;

}

.Client span {
	display: block;
	position: absolute;
	bottom: 1px;
	left: 1px;
	padding: 2px 10px;
	width: 202px;
	background: #000;
	moz-opacity: .8;
	opacity: .8;
}

/* Footer
====================================================================== */
#footer {
	margin-top: 20px;
	padding-top: 20px;
	text-align: right;
	font-size: .75em;
	border-top: 1px solid pink;
	position: bottom;
}

#footer a:link,
#footer a:visited {
	margin-left: 10px;
	color: #444;
}

#footer a:hover {
	color: #666;
}

#footer a:hover span { color: #a8d936; }

#footer a:active {
	color: #666;
}

.Size750 #content,
.Size750 #footer {
	width: 850px;
}

.Size600 #content,
.Size600 #footer {
	width: 600px;
}

.Size420 #content,
.Size420 #footer {
	width: 420px;
}


/* Contact
====================================================================== */

#contact{
	padding-left: 30px;
	border-color: red;

}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: .9em;
}



#leftcolumn
{
	position: relative;
    float:left;
    width:500px;
	padding: 30px 60px 30px 30px;


}

#rightcolumn
{
	position: absolute;
	top: 250px;
	left: 60px;
	width: 215px;
	font-size: .85em;
	line-height: 1px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: right;

	
}

#rightcolumn li ul {
	display: none;
}

#rightcolumn:hover li ul {
	display: block;
}

#rightcolumn li ul {
	display: block;
}

#rightcolumn a:link,
#rightcolumn a:visited,
#rightcolumn span {
	display: block;
	width: 200px;
	padding: 12px 0 10px 0;
	color: #808080;
}

#rightcolumn li.Last a:link,
#rightcolumn li.Last a:visited {
}

#rightcolumn a:hover,
#rightcolumn a:active {
	color: #ea15ab;
}

#rightcolumn li ul a:link,
#rightcolumn li ul a:visited {
	font-size: .8em;
	color: #404040;
}

#rightcolumn li ul a:hover,
#rightcolumn li ul a:active {
	color: #ea15ab;
}

#rightcolumn li.Current a:hover,
#rightcolumn li.Current a:active {
	color: #ea15ab;
}

#rightcolumn li.Current {
	background: url(arrow.gif) no-repeat right 14px;
}

#rightcolumn li li.Current a:hover,
#rightcolumn li li.Current a:active {
	color: #ccc;
}

