@import url('navigation.css');

/*-----------------------------
		DEFAULT
				--------------*/

* {
padding:0px;
margin:0px;

}
body {

	background-color:white;
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-variant:small-caps;

	color: #ec993e;
}


.display #thumps {
	margin-bottom:10px;
}

#imagframe #example {
	margin-top:10px;
	margin:auto;
}

h1{

	text-indent: -999999px;
	font-size:180%;
	color:#73e3fb;
}

#intro {
 width: 750px; margin: auto auto 30px auto;
}

#welcomeTitle{
	background-image:url(images/title-welcome.jpg);
	background-repeat:no-repeat;
	width:163px;
	height:28px;
	margin-bottom:30px;
}

#webTitle{
		background-image:url(images/title-webdesign.jpg);
		background-repeat:no-repeat;
	width:218px;
	height:28px;
}

#graphicTitle{
		background-image:url(images/title-graphicdesign.jpg);
		background-repeat:no-repeat;
	width:299px;
	height:28px;
}

#contactTitles {
		background-image:url(images/title-contact.jpg);
		background-repeat:no-repeat;
	width:222px;
	height:28px;	
	
}

#banner{
margin-bottom:100px;
}

a>img{ border:none;}

#container{
	padding:0;
	margin:0;
	width: 868px;
	margin:auto;
	margin-top:20px;
	border:black solid 1px;
	overflow:hidden;
}

#content {
	
	width:830px; 
	margin-left:auto; 
	margin-right:auto;

}


/* ------------------- */
#contact {
	margin-bottom: 50px;
}

#contact #message {
	color:red;
	font-variant:normal;
	font-size:0.8em;
}



#contactform {
	width: 620px;
	margin:20px auto 50px auto;
}
#contactform #part1{
	float:left;
	margin-right:30px;
}
#part2{
	float:left;

}
.input>input{
	width:150px;
	
}

input{border:none;}

.input{
background-color: transparent;
background-image: url(images/input.jpg);

background-repeat: no-repeat!important;

background-attachment: scroll;

background-position: 0% 0%;

border-style:none;
color: #ec993e;
padding: 5px 0 5px 8px;
width:166px;
height:28px;

margin-bottom: 7px;
}



#textarea {
	width:400px;
	height:250px;
	background-image:url(images/textarea.jpg);
	background-color: transparent;




background-repeat: no-repeat;

background-attachment: scroll;

background-position: 0% 0%;


color: #ec993e;

padding-top: 7px;

padding-bottom: 8px;

padding-left: 8px;

border-style:none;

margin-bottom: 7px;}


textarea{
border: 3px solid #cccccc;

	width:390px;
	height:230px;
	border-style:none;
	
background-attachment:scroll;
}





.button{
	
	color: #ec993e;
	font-size: 1.4em;
	margin: 10px auto 100px auto;
	background-color:#fed;
	border: 1px solid #ec993e;
}

/*-----------------------------
		FOOTER
				--------------*/

#footer {
clear:both;
background-color:#1010b2;
width: 868px;
height:30px;
font-size: 12px;
}
#footer p  {

color:white;
text-align: center;
}






/*
PORTFOLIO SHOWCASE @ web.php
*/


.display {

width:700px;
margin-left:auto!important;
margin-right:auto!important;
margin-bottom:20px;
margin-top:45px;
}
.display a img {
	margin-bottom:10px;
	border:none;
	} 
 

.display p {
	width:630px;
	float:left;
	margin-bottom:10px;
}
.display a {
	width:50px;
	text-decoration:none;
	color: #ec993e;
}
.display a:hover{
	text-decoration:underline;
}

.work{
	width:400px;
	margin:0 auto 0 auto;
}

.work ul {
	width:200px;
	height:55px;
	float:left;
	margin: 0 auto 50px auto;

}


.demo {
	width:620px;
	margin:auto auto 50px auto;
	height:200px;
	background-color:white;
	
	background-image: url(images/code_div.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.demo_cont, .demo_cont p, .demo_cont2 p, .demo_cont2 {
	width:300px;

	
}

.demo_cont{
		float:left;
} .demo_cont2 {
	float:right;
}




