/* TEXT EDITOR */
#tinymce {
	background:#000;
	text-align:left;
	font-size:12px ;
	margin:5px ;
	width:auto ;
	padding:0;
}
/******************************************/
/*            STRUCTURE                   */
/******************************************/
body{
	background:#010101 url(../images/bg.jpg) repeat-x top left;
	color:#a42d6e;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

#global{ /*756px*/
	background:#000;
	font-size:1.5em; /*15px*/
	margin:0 auto;
	padding:10px;
	width:736px;
	position:relative;
}


#topnav{
	background:url(../images/dot.gif) repeat-x 0 -5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.735em;
	padding:10px 0;
	list-style:none;
	text-align:right;
}

#topnav li{
	display:inline;
	padding-left:0.7em;
}
#topnav a:link,
#topnav a:visited{color:#4d4d4d}
#topnav a:hover,
#topnav a:focus{color:pink}


/*Content*/
#contentwrap
{
	overflow:hidden;
	width:736px;
}
#content{
	float:right;
	width:480px;
}

#sidebar{ /*256px*/
	float:left;
	width:256px;
}
#quote{
	background:url(../images/dot.gif) repeat-x bottom left;
	padding:0 0 15px 0;
	margin:0 10px 10px 0;
}
#submessage
{
	font-size:1.266em;
	color:#a9006d;
	padding:10px;
	line-height:1.2em;
}

#header{height:120px;}
#header h1{
margin:0;
padding:0;
right:-47px;
position:absolute;
}
#header h1 a{
	background:url(../images/header.gif) no-repeat left top;
	display:block;
	height:119px;
	margin:0 0 0 auto;
	overflow:hidden;
	text-decoration:none;
	text-indent:-5000px;
	width:350px;
	
}
#header h2{display:none;}

/*Main Nav*/
#navigation{
	background:url(../images/nav_bg.gif) repeat-x;
	overflow:hidden;
	margin:0 0 0 5px;
	padding:12px;
	list-style:none;

}
*html #navigation{height:30px;}
#navigation li
{
	border-left:1px solid #999;
	float:left;
	padding:6px 13px 5px 12px;
	margin:0;
	line-height:1;
}
#navigation li.first{border:0; padding-left:0;}
#navigation a{
	font-size:0.75em;
	color:#fff;
	text-transform:uppercase;
	line-height:1;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover,
#navigation a:focus{
color:#92105c
}


#maincontent{
padding:10px;
}

/*FOOTER*/
#footer{
	background:url(../images/footer_bg.jpg) top left no-repeat;
	text-align:right;
	color:#4d4d4d;
	font-size:0.75em;
	padding:7px 10px 9px;
	margin:1em 0 0;
}
#footer a,
#footer a:visited{
color:#4d4d4d;
text-decoration:underline;
}
#footer a:hover,
#footer a:focus{
color:#92105c;
}

/* Projects*/
dl.project{
	background:url(../images/dot.gif) repeat-x top left;
	margin:0 0 0.5em;
	padding:20px 0 0;
	clear:left;
	overflow:hidden
}
* html dl.project{height:110px; overflow:visible}
dl.with_image dt{
float:right;
width:310px;
margin:0 0 5px;
padding:0;
}
dl.with_image dd{
padding:0;
margin: 0 0 0 150px;
}
dl.with_image dd.image{float:left; margin:0}



#latest_projects{
	height:140px;
	margin:10px 0 0 17px;
	width:460px;
}

dl.homeproject,
dl.homeproject dd,
dl.homeproject dt{
margin:0;padding:0;
}

dl.homeproject{
float:left;
width:140px;
margin-right:10px;
}

#latest_projects a,
#latest_projects a:visited{
color:#9b1162;
text-decoration:none;
}


#latest_projects a:focus,
#latest_projects a:hover{
color:#C685A1;
}
dl.homeproject dt{padding:5px 0;}