@charset "utf-8";
/* JDE-STUDIOS STYLESHEET */





/* GLOBAL */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #f2f2ee;
}

a {
	color: grey;
	text-decoration: none;
}


/* BASIC STRUCTURE */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	
}

#dHeader {
	width: 1000px;
	float: left;
	background-image: url(../images/top_header.jpg);
	height: 315px;
	position: relative;
	margin-bottom: 20px;
}

#dContent {
	width: 1000px;
	float: left;
	padding-bottom:60px;
}
html>/**/body #dContent {padding-bottom:0px;}

#dContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #585858;
}

.pageTxt {
	color: #525252;
	margin: 0 0 20px 0;
	line-height: 20px;
}

#dContentLeft {
	width: 695px;
	float: left;
	padding-left: 5px;
 
}

#dAboutBox {
	width: 96%;
	padding: 10px 2%;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	float: left;
}

#dAboutBoxLeft {
	float: left;
	width: 170px;
}

#dAboutBoxLeft img {
	float: left;
	border: 1px solid #d5d5d1;
	padding: 4px;
}

#dAboutBoxRight {
	float: right;
	width: 470px;
}

#dAboutBoxRight p {
	color: #7a7a7a;
	line-height: 18px;
	padding: 0;
	margin: 0 0 20px 0;
}


#dContentLeft a {
	color: #1fbfbf;
	text-decoration: none;
	font-weight: bold;
 
}

#dContentLeft a:hover {
	text-decoration: underline;
 
}

#dContentRight {
	width: 260px;
	float: right;
	
}

#dContentRightBox {
	width: 240px;
	float: left;
	background-color: #fff;
 	border: 1px solid #e5e5e5;
	padding: 10px; 
}

#dContentRight h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #29bec2;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width:99%;
	letter-spacing:0.02em;
}

#dContentRight img {
	width: 230px;
	float: left;
	border: 5px solid #e6e6e6;
	margin-bottom: 10px;
}

#dSideShadow {
	width: 260px;
	float: left;
	background-image: url(../images/side_shadow.jpg);
	background-repeat:no-repeat;
	height: 20px;
}

#dMoreLink {
	width: 100%;
	float: left;
}

#dMoreLink a {
	color: #6f6bab;
	text-decoration: none;
	font-weight: bold;
}

#dMoreLink a:hover {
	text-decoration: underline;
}

.sideTxt {
	float: left;
	color: #5f5f5f;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}



/* PORTFOLIO BOX */

.dFolioContainer {
	width: 100%;
	float: left;
	margin: 0 0 70px 0;
}

.dFolioPreview {
	width: 700px;
	height: 200px;
	float: left;
}

.dFolioPreview img {
	float: left;
}

a.linkOpacity img {
	border: 5px solid #d1d0d0;
}

a.linkOpacity:hover img {
	border: 5px solid #10b3b8;

}

.dFolioInfoBox {
	width: 270px;
	float: right;
}

.dFolioTitle {
	width: 100%;
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px dashed #666666;
}

.dFolioDesp {
	width: 100%;
	margin-bottom: 10px;
}

.dFolioDesp h2 {
	width: 100%;
	color: #525252;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}


.folioTxt {
	color: #5f5f5f;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

.dFolioLaunch {
	width: 207px;
	float: left;
	height: 17px;
	background-image:url(../images/button.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 0 23px;
}

.dFolioLaunch a {
	color: #666666;
}

.dFolioLaunch a:hover {
	color: #10b3b8;
}


/* NAVIGATION */

#dNavMain {
	width: 400px;
	position: absolute;
	top: 200px;
	left: 605px;
	
}

#dNavMain ul {
	padding: 0;
	margin: 0;
	
}

#dNavMain li {
	display: inline;
	float: left;
	list-style-type: none;
}

#dNavMain li a {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	letter-spacing: 1px;
	color: #707070;
	text-decoration: none;
	margin-right: 10px;
	border-right: 2px solid #999999;
	padding: 5px 10px 0 0;
}


#dNavMain li a.activeItem {
	color: #6868be;
	background-image: url(../images/nav_arrow.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#dNavMain li a.lastItem {
	 border-right: none;
}

#dNavMain li a.blogItem {
	border-right: none;
	color: #6868be;
	background-image: url(../images/nav_arrow.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#dNavMain li a:hover {
	color: #26babe;
}




/* FOOTER */

#dFooterContainer {
	width: 100%;
	position: fixed;
	bottom: 0;
}

#dFooterBox {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding: 25px 20px 0 20px;
	font-weight: bold;
	color: #9c9c9c;
}

.sBlueTxt {
	color: #43c2cc;
}

#dCopyright {
	float: left;
}

#dFooterLinks {
	float: right;
}

#dFooterLinks a {
	color: #858282;
	text-decoration: none;
}

#dFooterLinks a:hover {
	color: #43c2cc;
}



/* CONTACT */

#formtable {
	float: left;
	border-collapse: collapse;
	color: #494949;
	margin: 0;
}

td, th {
	border: none;
	padding: 0 20px 5px 0;
}

.red {
	font-weight: bold;
	color: #B70000;
}

input {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 5px;
	color: #787878;
	width: 225px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

textarea { 
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 5px;
	color: #787878;
	width: 500px;
	height: 100px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button {
	width: 65px;
}

.contactText {
	float: left;
	margin-bottom: 20px;
}

.contactText em {
	color: #b9b9b9;
	font-style: normal;
}


/* NETWORK OF FRIENDS */

#friendsList {
	padding: 0;
	margin: 0px;
	width: 230px;
	float: left;
}

#friendsList ul {
	padding: 0;
	marging: 0;

}

#friendsList li {
	list-style-type: none;
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px solid #f2f2ee;

}

#friendsList li a { 
	text-decoration: none;
	color: #878785;
	font-weight: bold; 
	padding-left: 20px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;

}

#friendsList li a:hover { 
	color: #706bab;
}



/* BLOGGING */

#blogPosts {
	width: 100%;
	float: left;
	margin-bottom:60px;
}
	
.post {
	width: 98%;
	float: left;
	background-image: url(../images/blog_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 5px 1%; margin: 0px 0px 10px 0px;
	color: #565050;
}

.post:last-child {
	margin: 0px;
}
		
h3 {
	margin: 0 0 10px 0;padding: 0px;
	color: #716cae;
	font-size: 2em;
	letter-spacing: -2px;
}
		
.post p {
	margin: 0px 0px 8px 0px;
}
		
.post span {
	display: block;
	padding: 4px;
	color: #8f8d8d;
}





