/* @override http://localhost:8888/stuffid-current-live/theme/Stuffid/style.css?v=3.2.0 */

/* GENERAL */
body {
	 
	
	
}

.wrapper {
	width: 960px;
	position:relative;
	display:block;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}



/* HEADER */
.header {
	
	height: 140px;
	background-color: #414141;
	border-bottom: 11px solid #28b8da;
}


/* HEADER: logo */
#language-menu {
	position: absolute;
	top: 10px;
	margin: 0;
	left: 3px;
}
#language-menu ul{
	list-style: none;
	float:  left;
}

#language-menu li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

#language-menu li a:hover, 
#language-menu li a:focus {
		color:#FFF;
	text-decoration:none;
	
}


#language-menu a {
	text-decoration: none;
}

header #logo {
	position:absolute;
	top: 15px;
	left: 680px;
	width: 260px;
	height: 88px;
	background: url(images/stuffidlogorvh.png) no-repeat;
}
header #logo:link, 
header #logo:visited, 
header #logo:hover, 
header #logo:focus {
	text-decoration:none;
}

/* HEADER: navigation */

header nav {
	position:absolute;
	right:0;
	width: 960px;
	height: 20px;
	top: 114px;
}

header nav ul {
	list-style:none;	
}	
header nav li {
	float: left;
	margin: 0;
	display: block;
}
header nav li a {
	display:block;
	font-size: 11px;
	padding: 3px 13px 1px;
	font-weight: bold;
}

header nav li ul {
	display: none;
}

header nav li a:link, 
header nav li a:visited {
	color: #00abd4;
	text-decoration:none;
}

header li:focus ul, header li:hover ul {
	display: block;
}


header nav li a:hover, 
header nav li a:focus {
		color:#FFF;
	text-decoration:none;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: gray;
	
}
header nav li.current a {
	color:#FFF;
	text-decoration:none;
	border-bottom-style: solid;
	border-bottom-color: #00abd4;
}*/


/* BODY CONTENT */
.gallery-image img {
	border: 1px solid black;
}
#news-events li.search-entry {
	font-size: 13px;
}

#news-events h3.search-entry-title a {
	text-decoration: none;
	color: #414141;
	letter-spacing: -2px;
	list-style: none;
	font: 34px/30px Ubuntu;
}




#news-events img {
	margin: 0 20px 0 0;
}

#right_col ul.search-results {
	margin-top: -74px;
}

#news-events .search-entry-excerpt {
	margin-bottom: 15px;
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
}

#news-events ul li {
	list-style: none;
}

#articlediv {
	float: left;
	width: 780px;
	border-left: 1px dotted gray;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#left_col {
	width: 380px;
	float: left;
	margin-bottom: 20px;
}

#mid_col {
	width: 370px;
	float: left;
	margin-left: 20px;
}
#full_width {
	width: 960px;
	clear: both;
	border-top: 3px dotted #00abd4;
	padding-top: 20px;
}
#right_col {
	width: 154px;
	float: right;
	background-color: gray;
	padding: 6px;
}

#right_col_full {
	float: left;
	width: 560px;
	margin-left: 20px;
}
#right_col h3 {
	font: bold 20px arial;
	letter-spacing: -2px;
	color: white;
}
h2.search-header {
	visibility: hidden;
}
article {
	float:left;
	width: 960px;
	min-height:500px;
	margin-top: 0;
	margin-bottom: 20px;
}
article h1 {
	letter-spacing: -4px;
	color: #414141;
	font: 58px/50px Ubuntu, helvetica, arial;
	letter-spacing: -4px;
	padding-bottom: 20px;
}

#right_col ul li {
	list-style: none;
	margin-bottom: 18px;
	border-bottom: 1px solid #28b8da;
}

#right_col ul {
margin: 0px;
padding: 0;
}

#right_col a {
	text-decoration: none;
	color: white;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}

#right_col ul h3 {
	line-height: 14px;
	margin-top: -5px;
}

#left_col h1 {
	letter-spacing: -4px;
	color: #414141;
	font: 58px/50px Ubuntu, helvetica, arial;
	letter-spacing: -4px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 2px solid #28b8da;
	margin-top: -7px;
}

hr {
	border-color: #28b8da;
	border-width: 1px;
}

article h2 {
	margin:0 0 10px 0;
	color: #222222;
	font: bold 24px helvetica, arial, sans-serif;
}


article h3 {
	margin:0 0 15px 0;
	font: bold 15px/20px helvetica, arial;
	letter-spacing: -1px;
	color: #414141;
}
article h4 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #555;
	font-size:20px;
	font-weight:100;
}
article h5 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {
	line-height:22px;
	font-size:14px;
	color:#333;	
}
article section p {
	margin: 0 0 15px;
}

#articlediv h1 {
	font-size: 40px;
	margin-bottom: 20px;
}

#articlediv p {
	margin-bottom: 15px;
}

#articlediv h2 {
	margin-bottom: 10px;
	letter-spacing: -1px;
	font: 22px Ubuntu;
}

#mid_col p {
	margin: 0 0 15px;
	font-size: 11px;
	line-height: 9px;
}



#left_col_projects {
	width: 140px;
	min-height: 700px;
	float: left;
	position: relative;
	top: 20px;
	padding-right: 10px;
}

#desc_projects p {
	margin-bottom: 15px;
	text-align: right;
}

#project_images p img {
	margin-bottom: 20px;
	border-width: 1px;
	border-color: #414141;
	z-index:-10
}

#project_title {
	width: 780px;
	float: left;
	position: relative;
	display: block;
}

#project_title h1 {
	font-size: 48px;
	text-align: right;
	letter-spacing: -3px;
	margin-bottom: 20px;
	line-height: 46px;
	color: #414141;
}

#projects_home {
	width: 780px;
	float: left;
	margin-top: 50px;
}

#projects_home_images {
	width: 780px;
	float: left;
	margin-top: 30px;
	margin-bottom: 60px;
}
#projects_home_image_left {
	width: 148px;
	height: 148px;
	display: block;
	float: left;
	margin-bottom: 13px;
}

#projects_home_images h3 {
	font-size: 15px;
	text-align: right;
	border-bottom: 2px solid #00aad3;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#projects_home_image_left img{
	transition: opacity 1.95s ease-in-out, border-radius 1.95s ease-in-out;
	   -moz-transition: opacity 1.95s ease-in-out, border-radius 1.95s ease-in-out;
	   -webkit-transition: opacity 1.95s ease-in-out, border-radius 1.95s ease-in-out;
		
	opacity: 0.44;
}
#projects_home_image_right img{
	transition: opacity 1.95s ease-in-out, border-radius 1.95s ease-in-out;
	   -moz-transition: opacity 1.95s ease-in-out, border-radius 1.95s ease-in-out;
	   -webkit-transition: opacity 1.95s ease-in-out, border-radius 1.95s ease-in-out;
	
	opacity: 0.44;
}

#projects_home_image_right {
	width: 144px;
	height: 148px;
	display: block;
	float: left;
	margin-left: 13px;
	margin-bottom: 13px;
}

#projects_home_image_left img:hover, #projects_home_image_left img:focus, #projects_home_image_right img:hover, #projects_home_image_right img:focus {
	opacity:  1.0;
	-moz-border-radius: 74px;
	border-radius: 74px;
	
	transition: opacity .15s ease-in-out,  border-radius .15s ease-in-out;;
	   -moz-transition: opacity .15s ease-in-out,  border-radius .15s ease-in-out;;
	   -webkit-transition: opacity .15s ease-in-out,  border-radius .15s ease-in-out;;
	   	 
	   }



#lightgrey {
	color: gray;
}

#left_col ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
#left_col li {
	
	padding-left: 18px;
	background: url(assets/images/bullet.png) no-repeat 0 6px;
}

h1 {
	letter-spacing: -4px;
	color: #414141;
	font: 58px/50px Ubuntu;
	margin-top: 10px;
	margin-bottom: 0;
}

#left_contact {
	float: left;
	width: 355px;
}

#right_contact {
	float: left;
	margin-top: -10px;
}

#p01-contact1_field0 {
	width: 330px;
}


#p01-contact1_field1 {
	width: 330px;
}

#p01-contact1_field2 {
	width: 330px;
}

#p01-contact1_field3 {
	width: 330px;
}


#left_col_articles {
	width: 140px;
	min-height: 700px;
	float: left;
	position: relative;
	top: 20px;
	padding-right: 10px;
}

#left_col_projects h3 {
	color: #2b3c8e;
	font: bold 16px Helvetica, Arial;
	margin-bottom: 10px;
	letter-spacing: -1px;
	margin-top: 10px;
}



#left_col_projects li {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 5px;
}




#left_col_articles h3 {
	color: #2b3c8e;
	font: bold 18px Helvetica, Arial;
	margin-bottom: 10px;
	letter-spacing: -1px;
	margin-top: 10px;
}

#left_col_articles a {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #414141;
	letter-spacing: -1px;
	margin-left: 10px;
	display: block;
	line-height: 16px;
	margin-bottom: 10px;
}


#left_col_articles li {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 5px;
}

article section p img {
	margin-top: 0;
	margin-bottom: 40px;
	margin-right: 20px;
}

#left_col_articles li a:hover {
	color: #28b8da;
}


#desc_projects {
	float: left;
	position: relative;
	width: 220px;
	margin-left: 10px;
}

#project_images {
	width: 540px;
	float: left;
	position: relative;
	margin-left: 20px;
}

#mid_col p img {
	margin-bottom: -12px;
	border-width: 1px;
	border-color: black;
	opacity: 0.64;
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	
}

#mid_col p img:hover {
	opacity:  1.0;
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	   }

article section ul {
		list-style: circle colour:#28b8da;
		
	}

article section ul, 
article section ol {
	margin:0 0 25px 30px;
	
	
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}





/* FOOTER */
footer {
	padding: 20px 10px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size: 11px;
	border-top: 2px solid #2b3c8e;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

footer .left p {
	font-size: 11px;
	margin-top: 5px;
}

footer .right p {
	font-size: 9px;
	margin-top: 5px;
	color: #CCCCCC;
}

footer .right a:link, footer .right a:visited {
	color: #CCCCCC;
}

#footlogo {
	width: 251px;
	height: 64px;
	background-image: url(images/stuffidlogorv.png);
	display: block;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:none;
}


/* HOME PAGE SLIDER*/

#home_slider {
	width: 960px;
	margin-bottom: 15px;
	margin-top: 0;
	display: block;
}

div.gallery-text {
	position: absolute;
	top: 244px;
	left: 0;
	font: 12px Ubuntu;
	color: white;
	height: 18px;
	background-color: rgba(0, 0, 0, 0.32);
	padding-top: 6px;
	padding-left: 10px;
	width: 949px;
	opacity: 1;
}


#projnav {
    float: left;
	margin: 0;
}

#projnav ul {
	margin-left: 10px;
}

#projnav li a h3 {
	border-bottom: 1px dotted gray;
	padding-bottom: 8px;
}

#projnav li a {
    display: block;
    text-decoration: none;
    color: #000;
	font-size: 11px;
	line-height: 11px;
}
#projnav li a:hover, #projnav li a.active {
	color: #28b8da;
}


#projnav .active ul {
display: block;
}

#projnav li ul {
    display: none; // used to hide sub-menus
}
#projnav li ul li a {
	
}

