/* app-style: white on gray, gradients, rounded edges, banners, etc */
@charset "UTF-8";
@import url("portfolio.css");

*{ margin:0; padding:0; }

a,a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}
a:hover{
/*	color:#0066FF;
*/	text-decoration:underline;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #CCCCCC;
	font-style: normal;
	font-size:larger;
	font-weight: normal;
	background-attachment: fixed;
	background-image: url(../images/background/black_static.jpg);
	background-repeat: repeat;
}
.container{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0px;
	bottom:0px;
}
.header {
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	bottom:25px;
	height:100px;
	z-index:3;
	background-attachment: scroll;
	background-image: url(../images/banner/sketchy/splatteredwhite.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:0;
	display:block;
	text-align:center;
}
.header a{
	width: 100%;
	height: 100%;
	display: block;
}
.nav {
	position:absolute;
	left:0px;
	width:150px;
	top:125px;
	bottom:125px;
	text-align: center;
	z-index:3;
}
.nav ul{
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
}
.nav li{
	display: block;
	line-height: 150%;
	width:100%;
	float:left;
}
.nav li a{
	color:#CCCCCC;
}
.nav li a:hover, .nav a:hover{
/*	display: block;
*/	background-color: #222222;
	color:#FFFFFF;
	text-decoration:none;
}
/* dropdown section */
.nav ul li ul {
	display: none;
	position: relative;
	left: -70px;
	right :0px;
	width: 200px;
	padding:0px;
	margin:0px;
	margin-right: 10px;
	font-size:smaller;
	font-weight:normal;
}
.nav ul li ul li{
	display: block;
	line-height: 120%;
	width:100%;
	clear: both;
	padding-bottom: 5px;
}
.nav ul li:hover ul, li.over ul {
	display: block;
	clear:both;
}
.nav ul li a:hover, .nav ul li ul li a:hover{
	color:#FFFFFF;
	background-color: #222222;
}

.content {
	position:absolute;
	width:600px;
	left:50%;
	margin-left:-350px;
	top:100px;
	bottom:100px;
	z-index:2;
	background-color:#333333;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	font-size:larger;
	overflow:auto;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;

}
.socmedicons {
	position:absolute;
	right:0px;
	width:150px;
	top:125px;
	bottom:125px;
}
.socmedicons .icon{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0px;
}
.footer {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	text-align: center;
    font-size: small;
}

.portfolioitem{
	max-width:595px !important;
}

.portfoliothumb{
	text-align:center;
	width:160px;
	font-size:small;
	font-weight:lighter;
}
.portfoliothumb img{
	width:160px;
}
.portfoliosub{
	background-color: #222222;
	border-radius: 5px;
	text-shadow: 0 2px 0 #000000, 0 4px 0 rgba(0, 0, 0, 0.5);
	max-width:595px !important;
}
.portfoliocap{
	color:#888888;
	text-shadow:none !important;
}

.portfoliocontent{
	padding-bottom:20px;
}
.portfoliocontent a{
	font-size:smaller;
	font-weight:lighter;
	color:#CCCCCC;
}
.portfoliocontent a:hover{
	color:#FFFFFF;
}
img.portfolioimg{
	max-width:595px;
}
.breadcrumb{
	padding-bottom:10px;
	text-shadow: 0 2px 0 #000000, 0 4px 0 rgba(0, 0, 0, 0.5);
}
.breadcrumb a{
	font-weight:normal;
	font-size:normal;
	color:#FFFFFF;
}

::-webkit-scrollbar {
	border-radius: 10px;
	background-image: url(../images/background/black_static.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	opacity: 0.5;
 } /* affects the whole scrollbar */
::-webkit-scrollbar-button {
	background: transparent;
	color: #FFFFFF;
	height: 1px;
 } /* arrow buttons */
::-webkit-scrollbar-track {
	background: #222222;
 } /* slider area */
::-webkit-scrollbar-thumb {
	background: #666666;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 0 rgba(50,50,50,0.5);
} /* slider */
::-webkit-scrollbar-corner {
	background-image: url(../images/background/black_static.jpg);
 } /* sizer (only visible in TEXTAREA) */