@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:e4e4e4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Here starts the style*/
body{
	background-image:url(Background.jpg);
	background-repeat:repeat;
	background-position: left top;
	background-color: transparent;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container{
	width:100%;
	height:100%;
	background-image:url(topleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	background-color: transparent;
}


#container2{
	width:100%;
	height:100%;
	background-image:url(topright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	background-color: transparent;
}

#Header{
	width:100%;
	height:88px;
	background-image: url(head.png);
}
.par{
	background-color:#E0E0E0;
	padding: 2px;
	text-align:center;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-right-style: solid;
	border-left-style: double;
}
.par:hover{
	background-color:#C90;
	color:#FFF;
}
#head960{
	width:960px;
	height:88px;
	margin:0px auto;
}

#logo{
	width:240px;
	height:88px;
	float:left;
	background-image:url(Logoo.png);
	background-position:0 0;
	clear: both;
	position:relative;
	display:block;
}

#logo span.hover{
	width:240px;
	height:88px;
	float:left;
	background-image:url(Logoo.png);
	background-position: bottom;
	position: absolute;
	display: block;
}
#menu{
	width:680px;
	height:20px;
	float:left;
	margin-top:30px;
	margin-left: 15px;
}

#menu2{
	width:380px;
	height:20px;
	float:left;
	margin-left:80px;
	margin-top:10px;
}

#social{
	width:80px;
	height:22px;
	float:left;
	margin-top:8px;
	margin-left: 20px;
}

ul#menuhd li{
	display: inline;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
ul#menuhd a{
	margin-right: 0.5em;
	padding: 0.5em 1em;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff,
}
ul#menuhd a:hover, ul#portfolio-filter a.current{
	color: #FFF;
	background-image:url(menu2.jpg);
	text-shadow: 0px 1px 0px #000;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-box-shadow: 0px 0px 3px #000; -moz-box-shadow:0px 0px 3px #000;
}
ul#menuhd a.current{ 
background-color: #DDD; 
}



#main{
	width:960px;
	height:100%;
	margin:0px auto;
}

#main-about{
	width:960px;
	height:600px;
	margin:0px auto;
}





/* Content - Portfolio Listing */

ul#portfolio-filter li{
	display: inline;
	padding-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
ul#portfolio-filter a{ 
margin-right: 0.5em; 
padding: 0.5em 1em;
color: #666; 
font-weight: bold; 
text-decoration: none; 
text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{
	color: #FFF;
	background-image:url(menu.jpg);
	text-shadow: 0px 1px 0px #ffae00;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-box-shadow: 0px 0px 3px #a6a6a6; -moz-box-shadow:0px 0px 3px #dcdcdc;
}
ul#portfolio-filter a.current{ 
background-color: #DDD; 
	-webkit-border-bottom-left-radius:10px; 
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px; 
	-moz-border-radius-bottomright:10px;
}


ul#portfolio-list{ margin: 10px 0 0 0; padding: 0; list-style: none;}
ul#portfolio-list li{ width: 226px; height: 234px; display: block; float: left; margin-right: 10px; overflow: hidden;}
ul#portfolio-list li a{ 
display: block; 
width: 220px; 
height: 194px; 
overflow: hidden; 
border: 3px solid #CDCDCD; 
}
ul#portfolio-list  li a:hover{
	border: 1px solid #f9a502; 
	-webkit-box-shadow: 0px 0px 10px #333; 
	-moz-box-shadow:0px 0px 10px #333; 
	
	-webkit-transition:	.4s ease-in-out;
	-moz-transition:		.4s ease-in-out;
	transition:			 .4s ease-in-out;
	
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);

	
	}
ul#portfolio-list li p{
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#whovasjen{
	width:600px;
	height:300px;
	float:left;
	padding: 10px;
}
#whovasjen h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	padding:10px;
	background-color: #FFF;
}

#freel{
	width:600px;
	height:300px;
	float:left;
	padding: 10px;
}

#filter{
	width:150px;
	height:26px;
	float:left;
	margin-top:7px;
	background-image:url(filter.jpg);
	background-repeat: no-repeat;
}

#info{
	width:940px;
	height:150px;
	background-image:url(tittlehead.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#info2{
	width:940px;
	height:150px;
	background-image:url(mailsend.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer{
	width:100%;
	height:600px;
	float:left;
	background-image:url(footer.png);
	background-repeat: repeat-x;
	background-color: #111111;
}

#footerin{
	width:940px;
	height:560px;
	background-image: url(images/bigfoot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
#foott{
	width:180px;
	height:220px;
	float:left;
	padding-top:10px;
}

.tinyTip{
	width: 325px; 
	padding: 17px 0px 0px 0px; 
	display: block; 
	background: url(images/tinyTip-top.png) 0px 0px no-repeat; 
	}
.tinyTip .content{
	text-align:center;
	padding: 0px 15px 0px 15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(images/tinyTip-content.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-weight: bold;
}
.tinyTip .bottom{ 
height: 47px; 
background: url(images/tinyTip-bottom.png) 0px 0px no-repeat; 
font: 0px/0px sans-serif; }

#cont{
	width:190px;
	height:40px;
	margin-left: 255px;
	margin-top: 93px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}





.caption-top, .caption-bottom {
	color: #ffffff;
	padding: 1.2em;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	border: 0px solid #F90;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	padding: 0.3em;
	background-color: #F90;
}
.caption a:hover, .caption a:hover {
	background: #F90;
}
.caption-wrapper {
	float: left;
}



/*--------CONTACT FORM------*/
#contact-wrapper{
	width:960px;
	height:600px;
	margin:0px auto;
}
#contact{
	width:960px;
	height:500px;
	margin: 0px auto;
}
#contact-area {
	width: 640px;
	margin-top: 25px;
	background-color:#e4e4e4;
	padding: 10px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	background-color:#F0F0F0;
}
#contact-area textarea {
	height: 100px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #09C;
}
#contact-area input.submit-button {
	width: 80px;
	float: right;
	margin-right: 42px;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.bio{
	width:280px;
	height:280px;
	float:right;
	margin-right:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#BEBEBE;
	margin-top:210px;
	line-height:20px;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F93;
	border-left-color: #F93;
	
}
.bio a{
	color:#FC3;
}
.bio2{
	width:280px;
	height:25px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F90;
	line-height:20px;
	margin-top:10px;
	
}
