@charset "utf-8";
/* CSS Document */
/*background and links*/
body {
	background: url(images/background.jpg) no-repeat top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

a:link {
	text-decoration: none;
	color: #6F0;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #6F0;
}
a:active {
	text-decoration: none;
	color: #6F0;
}
.greentext{
	color: #F90;
}

/*body*/
.wrapper {
	width: 830px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
}
.header {
	width: 830px;
	
}
.column-l {
	width: 200px;
	float: right;
	color: #333;
	height: 30px;
	
}

.column-r {
	font-size:12px;
	display: inherit;
	padding: 15px;
	width: 600px;
	height: auto;
	text-align:left;
	background:  #333;
}
.column-rhm {
	font-size:12px;
	display: inherit;
	padding: 15px;
	width: 600px;
	height: auto;
	text-align:left;
	background:  #333;
	
}
.footer {
	font-size:10px;
	color:#fff;
	text-align:center;
	background:  #000000;
	padding: 10px;
}
.container {
	color: #fff;
	background-color:#333
}
.container2 {
	color: #fff;
	background-color:#333;
	padding: 5px;
	text-align:right;
}
.heading {
	width: 819px;
	background:#000;
	padding:5px;
	font-size:24px;
	color: #FFF;
	background:url(images/head.gif);
	text-align: inherit;
	height: 30px;
}
#title_portfolio {
	width: 819px;
	background:#000;
	padding:5px;
	font-size:24px;
	color: #FFF;
	background:url(images/title_portfolio.gif);
	text-align: inherit;
	height: 30px;
}
#title_hireme {
	width: 819px;
	background:#000;
	padding:5px;
	font-size:24px;
	color: #FFF;
	background:url(images/title_hireme.gif);
	text-align: inherit;
	height: 30px;
}
#title_profile {
	width: 819px;
	background:#000;
	padding:5px;
	font-size:24px;
	color: #FFF;
	background:url(images/title_myprofile.gif);
	text-align: inherit;
	height: 30px;
}
#title_contactme{
	width: 819px;
	background:#000;
	padding:5px;
	font-size:24px;
	color: #FFF;
	background:url(images/title_contactme.gif);
	text-align: inherit;
	height: 30px;
}
#title_articles{
	width: 819px;
	background:#000;
	padding:5px;
	font-size:24px;
	color: #FFF;
	background:url(images/title_articles.gif);
	text-align: inherit;
	height: 30px;
}
.search {
	width: 200px;
	text-align:right;
	float: right;
}
.sidemenu {
	width: 190px;
	height: 20px;
	background:url(images/topbox.gif) left top;
	text-align:center;
	vertical-align:bottom;
	color:#fff;
	font-weight: bold;
}
.sidecontent {
	width: 190px;
	background:#222;
	padding: 0px;
	font-size:11px;
	color:#6F0;
	text-align: center;
}
.sidebarspace {
	height: 20px;
}
.left {
	width: 430px;
	text-align: left;
	display: inline;
}
.right {
	width: 400px;
	text-align: right;
	float: right;
	height: 30px;
	position: top;
}
.form {
	width: 590px;
	text-align: right;
	padding:3px;
	}
.form-l {
	width: 100px;
	text-align: left;
	display: inline;
}
.form-r {
	width: 400px;
	text-align: left;
	float: right;
	height: 35px;
}
/*boxes*/
.bottomborder {
	border-bottom:dotted 1px;
	width: inherit;
	color:#fff;
}

.bottombordercontent {
	background: #222;
	padding: 5px;
}
.profilepic {
	background: #222;
}

.bottombordermid {
	width: inherit;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	background:#000
}
.topbottomborder {
	border:dotted 1px 0 1px 0;
	width: inherit;
	color:#fff;
	font-size:16px;
	text-align: center;
	background:#222;
}
.topbottombox {
	border-top:dotted 1px;
	border-bottom:dotted 1px;
	width: inherit;
	color:#fff;
	text-align: left;
}
.dotbox {
	border: solid 2px;
	width: inherit;
	color: #999;
	text-align: center;
	padding: 13px;
	background: #666;
}
	
#formaboutyou {
	border-style:dotted;
	border-width: 1px;
	text-align:left;
	padding: 5px;
	background: #09C;
	font-weight: normal;
}
.formproject {
	border-style:dotted;
	border-width: 1px;
	text-align:right;
	padding: 5px;
	background: #666;
	font-weight: normal;
}
.formbusiness {
	border-style:dotted;
	border-width: 1px;
	text-align:left;
	padding: 5px;
	background: #2EA2E0;
}
#correction {
	text-align: center;
	background: #C00;
}
/*blog*/
#msndiv{
width: 100%;
}

.p3 {
	text-align:left;
	font-size:16px;
	text-decoration: underline ;
	
}
.p4 {
	text-align:right;
	font-size:16px;
	text-decoration: underline ;
}

/*image viewer*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #111111;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/*thumbnailviewer*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: # 111;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
font-size: 11px;
padding: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
