@charset "UTF-8";
/* 
	Traveling Designers 1.0
	Author: Matt Oatley & Blend Production Group
*/

a {
	outline: none;	
}

html, body {
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url('../images/bkg_3.jpg') top center repeat;
}

#content {
	position: relative;
	width: 100%;
	height: 700px;
	background: url('../images/bkg_1.jpg') top center repeat-x;
}

#ads {
	position: relative;
	width: 100%;
	height: 63px;
	background: url('../images/bkg_2.jpg') top center repeat;
}

#footer {
	position: relative;
	height: 10px;
	width: 100%;
	margin-top: -10px;
	background: url('../images/bkg_3_top.png') top center repeat;
	margin-bottom: 40px;
}

#donate {
	position: absolute;
	width: 170px;
	height: 85px;
	top: 10px;
	left: 218px;
}

#donateBT {
	position: absolute;
	width: 170px;
	height: 85px;
	display: block;
}

#twitter {
	position: absolute;
	width: 90px;
	height: 35px;
	left: 434px;
	top: 50px; 
}

#content #all, #ads #all {
	position: relative;
	width: 720px;
	height: 535px;
	margin: 0px auto;
}

#ads #all {
	height: 60px;
}

a#hideAd {
	position: absolute;
	width: 82px;
	height: 24px;
	background: url(../images/hide.jpg) no-repeat;
	top: 676px;
	left: 555px;
	display: block;
	cursor: pointer;
}

/* Sexy Video Skin */

#content #all {
	position: relative;
	width: 720px;
	height: 700px;
	background: url('../images/mainbkg.jpg') no-repeat;
}

#video {
	position: absolute;
	width: 640px;
	height: 360px;
	top: 130px;
	left: 38px;
}

#others {
	position: absolute;
	top: 580px;
}

#footerAll {
	position: relative;
	width: 720px;
	height: 292px;
	margin: 0px auto;
	background: url(../images/section2.jpg) no-repeat;
	padding-bottom: 40px;
}

#about {
	position: absolute;
	width: 170px;
	left: 27px;
	top: 25px;
}

/* type */

body, p, h1, h2, a, a:link, a:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 100;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#about p {
	padding: 15px 24px 25px 21px;
	text-align: justify;
	color: #efefef;
}

#donate p {
	padding: 120px 4px 10px 7px;
	color: #777;
	font-size: 11px;
}

#donate p span {
	font-size: 12px;
	color: #e64664;
}

#twitter, #twitter a, #twitter a:link, #twitter a:visited {
	color: #efefef;
}

#twitter a:hover {
	color: #fff;
}

/* Social Networking Stuffs */

#links {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 10px;
	left: 600px;
}

a.snet {
	position: absolute;
	width: 35px;
	height: 35px;
	display: block;
}

a#digg {
	background: url(../images/digg.jpg) no-repeat;
}

a#stumble {
	left: 45px;
	background: url(../images/stumble.jpg) no-repeat;
}

a#delicious {
	top: 45px;
	background: url(../images/delicious.jpg) no-repeat;
}

a#facebook {
	left: 45px;
	top: 45px;
	background: url(../images/facebook.jpg) no-repeat;
}

#maNetwork {
	position: absolute;
	left: 415px;
	top: 120px;
	height: 163px;
	width: 268px;
	background: url(../images/maNetBKG.jpg) no-repeat;
}

a#aaron, a#matt, a#cdaily, a#burntout {
	position: absolute;
	display: block;
}

a#aaron {
	width: 35px;
	height: 74px;
	left: 36px;
	top: 25px;
	background: url(../images/aaron.jpg) no-repeat;
}

a#matt {
	width: 38px;
	height: 51px;
	left: 42px;
	top: 105px;
	background: url(../images/matt.jpg) no-repeat;
}

a#cdaily {
	width: 40px;
	height: 39px;
	left: 151px;
	top: 13px;
	background: url(../images/cdaily.jpg) no-repeat;
}

a#burntout {
	width: 29px;
	height: 29px;
	left: 218px;
	top: 69px;
	background: url(../images/burntout.jpg) no-repeat;
}

a#aaron:hover {
	background: url(../images/aaron.jpg) 0px -74px no-repeat;
}

a#matt:hover {
	background: url(../images/matt.jpg) 0px -51px no-repeat;
}

a#cdaily:hover {
	background: url(../images/cdaily.jpg) 0px -39px no-repeat;
}

a#burntout:hover {
	background: url(../images/burntout.jpg) 0px -29px no-repeat;
}

/* Ads */

a#defaultAd {
	position: relative;
	float: left;
	width: 167px;
	height: 41px;
	background: url(../images/default_ad.jpg) no-repeat;
	margin-top: 8px;
	margin-left: 28px;
}

#ads #all span {
	position: absolute;
	width: 468px;
	height: 39px;
	top: 8px;
	left: 212px;
	border: 1px solid #ececec;
	background: #cccccc;
}

