/* IAMSUTHAN PORTFOLIO CSS 
- Yeah this is my "lazy" stylesheet... as you can see it's not clean! :) */

body {
margin: 0px;
padding: 0px;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
color: #151515;
}

#container {
width: 879px;
margin: auto;
}

#header {
height: 145px;
width: 1000px;
margin: auto;
background-image: url(images/header.jpg);
}

* {
margin: 0;
padding: 0;
}

.links ul {
height: 40px;
width: 879px;
margin: auto;
list-style-type: none;
color: #ffffff;
font-family: Tahoma;
font-size: 11px;
}

.links li {
float: left;
padding-top: 13px;
padding-right: 40px;
}


.links a, .links a:active, .links a:visited {
font-family: Tahoma;
font-size: 11px;
color: #505050;
font-weight: bold;
text-decoration: none;
}

.links b {
font-family: Tahoma;
font-size: 11px;
color: #bc0000;
font-weight: bold;
text-decoration: none;
}

.links a:hover {
font-family: Tahoma;
font-size: 11px;
color: #bc0000;
font-weight: bold;
text-decoration: none;
}

.welcome {
width: 879px;
height: 107px;
margin: auto;
}

.hireme {
float: right;
width: 252px;

}

.welcome_message {
width: 625px;
float: left;
margin-top: 31px;
font-family: Georgia;
font-style: italic;
font-size: 16px;
color: #6d6d6d;
}

.welcome_message a {
font-family: Georgia;
font-style: italic;
font-size: 16px;
color: #bc0000;
text-decoration: none;
}

.welcome_message a:hover {
font-family: Georgia;
font-style: italic;
font-size: 16px;
color: #bc0000;
text-decoration: underline;
}

.web {
margin-top: 50px;
font-family: Tahoma;
font-size: 11px;
color: #bc0000;
}

.web a {
margin-top: 50px;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #505050;
text-decoration: none;
}

.imagebox {
width: 248px;
margin-right: 30px;
float: left;
}

.image {
margin-top: 40px;
width: 248px;
height: 271px;
border: 7px solid #dddddd;
}

.image a {
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.image a:hover {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

.desc {
width: 248px;
height: 40px;
margin-top: 10px;
color: #4c4c4c;
font-family: Tahoma;
font-size: 11px;
margin-left: 2px;
margin-bottom: 50px;
}

.desc_title {
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #cfcfcf;
margin-left: 2px;
margin-top: 12px;
}

.seperator {
height: 1px;
width: 879px;
background-color: #242424;
clear: both;
}

.footer {
height: 135px;
width: 100%;
background-image: url(images/footer.jpg);
clear: both;
}

.footertext {
padding-left: 380px;
padding-top: 80px;
font-family: Tahoma;
font-size: 11px;
color: #4c4c4c;
}

.footertext b {
font-family: Tahoma;
font-size: 11px;
color: #bc0000;
}

.aboutbox {
margin-top: 40px;
width: 879px;
font-family: Tahoma;
font-size: 11px;
color: #4c4c4c;
}

.picture {
width: 268px;
height: 293px;
float: left;
}

.bio {
width: 568px;
float: right;
font-size: 12px;
line-height: 18px;
text-align: justify;
}

.fullpreview {
margin-top: 50px;
clear: both;
}

.spacer {
height: 40px;
clear: both;
}

.more {
width:879px;
clear: both;
margin-top: 20px;
}

.morebox {
height: 36px;
background-color: #f1f1f1;
border-left: 4px solid #b054b8;
width: 879px;
margin-bottom: 1px;
}

.moretext {
font-family: Tahoma;
color: #4c4c4c;
font-size: 11px;
padding-left: 10px;
padding-top: 12px;
}

.moretext a {
font-family: Tahoma;
color: #4c4c4c;
font-size: 11px;
text-decoration: none;
}

.moretext a:hover {
font-family: Tahoma;
color: #b054b8;
font-weight: bold;
font-size: 11px;
text-decoration: underline;
}

.twitter {
width: 827px;
height: 74px;
background-image: url(images/twitter.png);
margin-top: 20px;
}

.twitter_content {
width: 749px;
height: 45px;
margin-left: 65px;
margin-top: 14px;
position: absolute;
}


.twitter_content ul {
margin-top: 7px;
margin-left: 5px;
list-style: none;
font-family: Tahoma;
font-size: 12px;
color: #4c4c4c;
}

.twitter_content a{
font-family: Tahoma;
font-size: 12px;
color: #4c4c4c;
text-decoration: none;
}

#twitter-link {
margin-left: 5px;
font-family: Tahoma;
font-size: 11px;
color: #a92a9f;
font-weight: bold;
}

#twitter-link a{
font-family: Tahoma;
font-size: 11px;
color: #a92a9f;
font-weight: bold;
text-decoration: none;
}

#twitter-link a:hover {
font-family: Tahoma;
font-size: 11px;
color: #a92a9f;
font-weight: bold;
text-decoration: underline;
}

/* CONTACT */
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}