
/*________________________________________General page */
body {
	font-family: "Trade Gothic", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

img {
	border: none;
	outline: none;
	padding: 10px;
}

/*object {
	padding: 10px;
}
*/
p, ul {
	font-size:11px;
	color:#394a59;    /*dark grey*/
}

a:link, a:visited {
	text-decoration:none;
	color:#394a59;  /*dark grey*/
}

a:hover, a:active {
	color:#457e81;  /*Turquoise green*/
}

a:active {
	outline:none;
}

a:focus {
	-moz-outline-style: none;
}
h1 {
	text-indent:-9999px;
}

h3 {
	margin-bottom: 10px;
	font-size:15px;
	color:#457e81;  /*Turquoise green*/
	font-weight:bold;
	line-height:17px;
}


h4 {
	margin-bottom: 5px;
	font-size:15px;
	font-variant:small-caps;
	color:#394a59;  /*dark grey*/
}
h4.twoLines {
	margin-bottom:20px;	
}

.orange { 
	color:#DF7E1B;  /*orange*/
}

.bold { 
	font-weight:bold;
}

.italics {
	font-style:italic;
}

/*________________________________________Main Image */

div.main-image {
	height: 320px;
	margin-bottom: 10px;
	/*background-color:#f3f3f3;*/  /*light grey*/
	background-color:#f3f3f3;  /*light grey*/
}

div.second-image {
	height: 220px;
	margin-bottom: 10px;
	/*background-color:#f3f3f3;*/  /*light grey*/
	background-color:#f3f3f3;  /*light grey*/
}

#home-img {
	list-style:none;
	margin:0px;
}
/*_______________________________________Top-Nav Box */

.top-nav {
	height: 75px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.top-nav a {
	font-weight:bold;
} 

.top-nav a#logo {
	background-image:url('../images/logo.jpg');
	height:75px;
	width:225px;
	display:block;
}
.top-nav a#logo:hover {
	background-image:url('../images/logoHover.gif');
	display:block;
	height:75px;
	width:225px;
}
.top-nav a.current, .connect-box a.current {
	color:#457e81;    /*Turquoise green*/
}

.top-nav a:hover {
	/*color:#457e81; /*Turquoise green*/
}

.top-nav img {
	padding: 0px;
	margin:0px;
}

.top-nav p {
	color:#457e81;       /*Turquoise green*/
	line-height: 16px;
}




/*________________________________________Bottom Nav Box */

.nav-box {
	height: 320px;
	margin-bottom: 20px;
	background-color:#f3f3f3;	/*light grey*/
}

.nav-box.home {
	height:190px;	
	background:#f3f3f3 url('../images/fringe.jpg') repeat-x 0% 100%; /*light grey*/
	padding-bottom:10px;
}

.nav-box.work {
	height:170px;	
	background:#f3f3f3 url('../images/fringe.jpg')  /*light grey*/
	padding-bottom:0px;
}

.nav-box a {
	/*color:#E68219; */  /*orange*/
} 


.nav-box a:hover {
	/*color:#9EA739;*/    /*green*/
}

.nav-box.about {
	height:360px;	
	width:232px;
	background:#f3f3f3; /*light grey*/
	padding-bottom:15px;
}

.nav-box h3, .nav-box p {
	padding-right: 10px;
	padding-left: 10px;
}

/*________________________________________Footer */

.footer p {
	text-align:right;
	color:#394a59;
}


/*________________________________________Connect page */

.connect-box {
	height: 525px;
	margin-bottom:-10px
	background-color:#f3f3f3;    /*light grey*/
	padding-top:10px;
	overflow:auto;
}

.connect-box a {
	font-weight:bold;
}

.connect-box.about {
	height: 620px;
	background:#f3f3f3 url('../images/fringe.jpg') repeat-x 0% 100%;  /*light grey*/
	padding-bottom:10px;
	overflow:hidden;
}

.connect-box p, .connect-box h3, .connect-box h4, .connect-box ul  {
	padding-right: 10px;
	padding-left: 10px;
}

.connect-box p {
	font-size:12px;
}

.connect-box p.date {
	font-size:11px;
	font-style:italic;
}

textarea {
	height:10px;
	font-family: "Trade Gothic", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}

/*________________________________________Work main page */


.connect-box.work-left {
	height: 640px;
	background:#f3f3f3 url('../images/fringe.jpg') repeat-x 0% 100%; /*light grey*/
	padding-bottom:10px;
	overflow:hidden;
}

.connect-box.work-left .menuInside {
	height:555px;
	overflow:auto;
}

.connect-box.work-left p {
	margin-bottom:15px;
}

ul.switch {
	list-style:none;
	margin-left:-8px;
}

.switch h4 {
	font-weight:bold;
	margin-left:2px;
	color:#457e81;       /*Turquoise green*/
	cursor:pointer;
	font-weight:bold;
	font-variant:small-caps;
	
}
.switch h4:hover {
	color:#9EA739;
}

.switch .worklist {
	display:none;
	margin-bottom:10px;
}

.switch .worklist.open {
	display:block;
}

.switch .worklist a {
	display:block;
	background-image:url(../images/green-bullet.gif) repeat-none;
}

.switch .worklist a.current {
	color:#457e81;       /*Turquoise green*/
}

.switch .worklist ul {
	margin-left:20px; 
	display:block;
}

.switch .worklist ul li {
	margin-bottom:10px;
}

/*________________________________________Work sub page */

.work-image {
	height:auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color:#f3f3f3; /*light grey*/
}

.work-image img {
	padding-bottom:0px;
}

.connect-box.one-pic-box {
	height:525px;
	background:#f3f3f3 /*light grey*/
	overflow:hidden;
}

.connect-box.one-pic-box .menuInside {
	height:455px;
	overflow:auto;
}

.connect-box.two-pics-box {
	height:690px;
	background:#f3f3f3; /*light grey*/
	overflow:hidden;
}

.connect-box.two-pics-box .menuInside {
	height:620px;
	overflow:auto;
}

.connect-box.three-pics-box {
	height:1034px;
	background:#f3f3f3; /*light grey*/
}

.connect-box.four-pics-box {
	height:1378px;
	background:#f3f3f3;  /*light grey*/
}

.connect-box.five-pics-box {
	height:1722px;
	background:#f3f3f3; /*light grey*/
}

.connect-box.six-pics-box {
	height:2066px;
	background:#f3f3f3; /*light grey*/
}
.connect-box.video {
	background-image:none;
	overflow:hidden;
	margin-bottom:10px;
}
.connect-box.video p {
	margin-bottom:5px;
}


.fringe {
	height: 12px;
    background: #f3f3f3;  /*light grey*/
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

/*________________________________________News sub page */

.connect-box.news {
	height:200px;
	background:#f3f3f3; /*light grey*/
	margin-bottom: 0px;
	padding-bottom:0px;
}

.connect-box.news h3 {
	line-height:0em;
}

<style type="text/css">

/*________________________________________END News sub page */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f3f3f3;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
left: 300px; /*position where enlarged image should offset horizontally */

}


.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline;
width: 50px
height:50px;
}

.bubblewrap li img{
width: 50px; /* width of each image.*/
height: 50px; /* height of each image.*/
border:10;
margin-right:20px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
-moz-transform:scale(1.2); /*scale up image 1.5x*/
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
}

.main {

	height:220px;

	padding: 0px 0px 0 0;
	margin-bottom: 10px;

}
.clearer {clear: both; font-size: 0;}
.left {float: left;}

.right {float: right;}



.inner-container {

	border: 0px solid #000000;
	background: #222 url('../images/javier/bg.jpg') no-repeat;

	font-size: 1.2em;

	margin: 0 auto;

	padding: 0px;

	width: 930px;

	height:0px;

}





.center {

	margin: 0 0 0px 325px;

	padding: 5px;

	width: 280px;

	font-size: 1.1em;

 	color:#ffffff;	

	height:100px;

}







.left {

	margin: 0 0 0px 20px;

	float: left;

	width: 280px;

	padding: 5px;

	font-size: 1.1em;

 	color:#000000;

	height:100px;

}



.right {

	margin: 0 0 0px 0px

	float: right;

	width: 280px;

	padding: 5px;

	font-size: 1.1em;

 	color:#000000;

	height:100px;

}


</style>
