/* CSS Document */

* { 
	padding:0px;
	margin:0px;
	}
	
body {
	font-family: "Century Gothic", Helvetica, "Helvetica Neue", san-serif;
	font-size: 76%;
	}
/*__________TEXT____________*/


@font-face{
	font-family: 'Century Gothic';  
	src: url('../fonts/Century Gothic.ttf') format('truetype');  
	}

h1 { /*Article Title*/
	font-size: 2em; /* 24px */
	color: #555;
	}
h2 {
	font-size: 1.8333em; /* 22px */
  	line-height: 1em; /* 22px */
 	margin-bottom: 1em;
	margin-top: 22px;
	color: #555;
	}
h3 {
	font-size: 1.5em; /* 18px */
  	line-height: 1.2222em; /* 22px */
  	margin-bottom: 1.2222em;
	margin-top: 22px;
	}
	
h4 {
	font-size: .75em; 
  	line-height: 1.2222em; /* 22px */
  	margin:0 0 1.2222em 0;
	color: #ccc;
	font-weight: 200;
	letter-spacing: .25em;
	}

h5 {
	font-size: .85em; 
  	line-height: 1.2222em; /* 22px */
  	margin:.19em 0 1.2222em 0;
	color: #ccc;
	font-weight: bold;
	letter-spacing: .65em;
	text-transform: uppercase;
	}
	

p {
	font-size: 1.1667em; /* 14px */
	line-height: 1.5714em; /* 22px */
	margin-bottom: 1.5714em;
	color: #999;
	}

a {
	text-decoration:none;
	}
a:visited {
	color: #1F75B7;
}
	
.first {
	font-weight: lighter;
	font-style:normal;
	text-transform: uppercase;
	color: #666666;	
	}
.second {
	font-weight: lighter;
	text-transform: lowercase;
	color: #666666;
	margin-left: 15px;
	}
.left {
	float:left;
	}
.left1 {
	float:left;
	margin-top: 180px;
	}
.right {
	float:right;
	}
.clear {
	clear:both;
	margin: 25px 0 80px 0;
	}
.pics {
	width: 520px;
	margin:0px 0 25px 10px;
	padding:0px 0 15px 0;
	}
	
.pics h3 {
		padding-top: 18px;
	}	
	
/*__________DIVISIONS____________*/

#container {
	width: 960px;
	height:100%;
	}
	
/*_____Content_____*/
#content {
	width:350px;
	margin: 0;
	padding:0 30px 25px 15px;
	float:left;
	}
	
a {
	color:#777;
	border-bottom: 1px dotted #ccc;
	} 
a:hover {
	color:#555;
	border-bottom: 1px dotted #555;
	}
	
#wrapper {
	width: 960px;
	height:100%;
	}
/*_____Header_____*/
.header {
	width:355px;
	height: 219px;
	padding-top: 10px;
	margin-bottom: 15px;
	}
.logo {
	width: 218px;
	height: 219px;
	float:left;
	}
.header ul {
	width:137px;
	float:right;
	list-style:none;
	margin-top:5px;
	}
.header li {
	margin-bottom: 1.1111em;
	text-align: right;
	}
.header a {
	font-size: 1.5em; /* 18px */
	color: #1275b9;
	padding: 2px 1em;
	display: block;
	border-bottom: 1px solid #fff;
	}
.header a:hover {
	color: #f7eb0e;
	border-bottom: 1px solid #666;
	}
	
.header a:active {
	color: #e31f2d;
	border-bottom: 1px solid #666;
	
	}
	
.header li a.selected {
	color: #e31f2d;
	border-bottom: 1px solid #666;
	}
	
.header img {
	border:none;
	}
	
#show {
	background: url(../images/shapes.gif) no-repeat;
	margin:25px 0 35px 0;
	float:right;
	width:560px;
	height: 100%;
	}
#show h3 {
	padding-left: 22px;
	color: #666;
	margin: 0; 
	}
	
#show h2 {
	margin-top:180px;
	}
	
#show a:link {
	color: #666666;
	border-bottom: 1px dotted #666666;
	}
	
#show a:hover {
	color: #333;
	}

#thumbs {
	padding-top: 115px;
	border-bottom: 6px groove #ccc;
	height: 40px;
	}	
#thumbs li {
	float: left;
	display:inline;
	border-right: 3px solid #ccc;
	}
#thumbs a {
	padding: 0 10px 0 10px;
	font-size: 1.85em;
	color: #000000;
	display: block;
	}
#thumbs a:hover {
	background-color:#993333;
	}
#thumbs a:active {
	background-color:#993333;
	margin-top: -10px;
	}
#footer {
	clear:both;
	text-indent: 30px;
	height: 125px;
	padding: 18px 0 0 10px;
	text-align: left;
	background-color: #333;
	}
	
#footer a {
	color:#ccc;
	border-bottom:none;
	margin:0;
	padding:0;
	}
	
#footer a:hover {
	color:#ccc;
	border-bottom: #ccc 1px dotted;
	text-decoration:none;
	margin:0;
	padding:0;
	}
	
#footer h4 {
	margin-top: 35px;
	}
#footer img {
	border: none;
	}
	
/*_____External links coding_____*/

.box.default a[href^="http:"] {
	background: url(images/external.gif) no-repeat right top;
	padding-right: 10px;
}
.box.default a[href^="http://www.thedingking.com"],
.box.default a[href^="http://www.atfcreative.com"]{
	background-image: none;
	padding-right:0;
}

/*_____drop shadow_____*/

.pics .img-wrapper {
	background:url(../images/shadow.gif) no-repeat right bottom;
	float: left;
}

.pics .img-outer {
	background:url(../images/bot_l.gif) no-repeat left bottom;
	float: left; /* : KLUDGE Fixes problem in IE5.2/Mac */
}

.pics .img-inner {
	background:url(../images/top_r.gif) no-repeat top right;
	padding: 0 5px 5px 0;
	float: left; /* : KLUDGE Fixes problem in IE5.2/Mac */
}

.pics .img-wrapper img {
	background-color: #fff;
	padding: 4px;
	display: block;
	border: 1px solid #ccc;
}

.pics .img {
	padding: 5px;
	}

.bot {
	margin-bottom: 3900px;
}

.fixed {
	position: fixed;
}

.top {
	margin-top: 180px;
	}

.highslide-caption .first a {
	color: #999;
	border-bottom: 1px dotted #ccc;
}

.highslide-caption .first a:hover {
	color: #555;
	border-bottom: 1px dotted #999;
}

.p {
	padding:10px;
	font-style: italic;
}

.script {
	width:500px;
	height:333px;
	margin-top: 210px;
}
	