/*
CSS Author: Hyun Lee 
pdim.net
version: 1.0
 */
 
/* Universal 
===========================*/
* {
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	background: #191919 url(http://pdim.net/img/bg.jpg) repeat-x; 
	}
.clear {
	clear: both;
	}	
img {
	border: 0;
	}
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}	
.gutter {
	padding: 20px 15px 15px 0;
	}
.line {
	margin-top: 5px;
	border-bottom: 	#ff6600 1px solid;
	}
.line2 {
	border-bottom: #FF6600 1px solid;
	margin: 10px 0;
	}
.line3 {
	margin-top: 5px;
	border-bottom: 	#353535 1px solid;
	}		
hr, .hide {
	display: none;
	}	
li {
list-style: none;
}	
code {
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
color: #1b1b1b;
background: #ffcc33;
}
/* Typography Universal 
===========================*/	
body {
	color: #999;
	font: 12px/1.5em Verdana;
}
/*p {
	text-shadow: 0 0 0  #191919;
}*/
h1 {
	color: #68b7da;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 31px;
	margin: 15px 0 15px 0;
	letter-spacing: 0.07em;
	}
h2 {
	color: #68b7da;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	margin: 15px 0 10px 0;
	letter-spacing: 0.07em;
	}
h3 {
	color: #68b7da;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0 10px 0;
	letter-spacing: 0.05em;
	}	
h4 {
	color: #68b7da;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0 3px 0;
	padding-bottom: 5px;
	letter-spacing: 0.05em;
	}	
a:link, a:visited {
	color: #b2ce3d;
	text-decoration: none;
	}
a:hover {
	color: #FF34AE;
	}	
.lightText {
	color: #666;
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 10px;
	}
.bold {
font-weight: bold;
}	
#header h1 {
	margin-top: 35px;
	background: url(http://pdim.net/img/logo.gif) no-repeat top left;
	width: 362px;
	height: 60px;
	text-indent: -5000px;
	float: left;
	}	
.colText h4 {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;	
	color: #b2ce3d;
	font-weight: bold;
	margin-bottom: 2px;
	}
.colText p {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	}		
.paginate {
	background: #1b1b1b;
	padding: 2px 2px 2px 0;
	font-size: 10px;
	text-align: left;
	}	
.pagecount {
	color: #666;
	font-family: 'Lucida Grande', Verdana, sans-serif;
}	
.secondaryContentFirstCol h4 {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6699cc;
	margin: 5px 0 2px 0;
	}
.secondaryContentSecondCol h4 {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6699cc;
	margin: 0 0 2px 0;
	}
.secondaryContentFirstCol p {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	}		
.secondaryContentSecondCol p {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	}	
.secondaryContentBold {
	color: #6699cc;
	font-weight: bold;
	}
.itemText {
color: #68b7da;
font-style: italic;
}	

	
/* Header
===========================*/	
#header {
	width: 960px;
	margin: 0 auto;
	height: 90px;
	}
#brand {
	margin: 0 auto;
	}
		
/* Main Nav
======================== */
ul#nav {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	width: 475px;
	margin: 30px 0 0 0;
	padding:0;
	position:relative;
	z-index:4;
	float: right;
	text-transform: capitalize;
}
ul#nav li {
	font-size: 12px;
	float: right;
	margin:0 0 0 10px;
	padding:0;
	list-style: none;
}
ul#nav li a {
	color:#ccc;
	text-decoration:none;
	display:block;
	margin:0;
	padding:9px 0 0 0;
}
ul#subnav li a:hover, ul#subnav li a:active {color:#666;}

body#home #home_nav a, 
body#news #news_nav a, 
body#about #about_nav a, 
body#work #work_nav a, 
body#journal #journal_nav a,
body#contact #contact_nav a,
#mainNav a:hover { 
	color: #eee; 
	border-bottom: 2px solid #99CC00;
	}	

/* Content
======================== */
#contentWrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left; 
	padding: 0 5px;
	}
#content {
	width: 970px;
	margin: 0 auto;
	text-align: left; 
	display: inline;
	}	
#missionWrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	border-bottom: #FF6600 1px solid;
	}	
#missionContent {
	width: 640px;
	float: right;
	padding: 5px 0 0 0;
	}	
.latest {
	color: #666;
	float: right;
	font-weight: normal;
	}
.feed {
float: right;
margin: 5px 0 0 0;
}		
#homePic {
	float: left;
	background: url(http://pdim.net/img/home_pic/rotator.php) no-repeat top left;
	width: 311px;
	height: 162px;
	}
.searchField { /*SEARCH*/
	text-align: center;
	width: 301px;
	background: #666 url(img/grid.gif);;
	padding: 5px;
	margin: 0 0 0 0;
	}
form input#search { /*SEARCH*/
	border: solid 1px #666;
	background: #1b1b1b;
	color: #ff6600;
	font-size: 10px;
	padding: 4px;
	width: 200px;
	}
.leftTwoColContainer {
	float: left;
	width: 640px;
	}			
.firstCol {
	float: left;
	width: 310px;
	text-align: left;
	}	
.secondCol {
	float: right;
	width: 310px;
	}		
.thirdCol {
	float: right;
	width: 310px;
	}	
.firstCol img, .secondCol img, .thirdCol img {
	padding: 1px 0 1px 0;
	background: #FF6600;
	}
#workContainer {
width: 575px;
text-align: left;
}	
img#workContainer {
border-bottom: #ff6600 20px solid;
}
.commentBubble {
	background: url(http://pdim.net/img/comment_bubble.gif) no-repeat top left;
	float: right;
	width: 25px;
	height: 20px;
	text-align: center;
	color: #CCCCCC;
	font-weight: bold;
	}	
.commentBubble p {
	margin-top: -1px;
	font-size: 9px;
	}

.commentBubble p {
	margin-top: -1px;
	font-size: 9px;
	}	
.commentBubble a:link, .commentBubble a:visited {
	color: #ccc;
	text-decoration: none;
	}
.commentBubble a:hover {
	color: #fff;
	}
.firstCol dl { 
	float: left;
	width: 310px;
	margin: 5px 0 10px 0;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
	}
.firstCol dd {
	margin: 0 0 10px 90px;
	padding: 0;
	font-size: 10px;
	line-height: 1.5em;
	}
.firstCol dl dd.img {
	margin: 0;
	}
.firstCol dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 5px;
  	background: #1b1b1b;
  	}
.testimonial {
border-bottom: #1f1e1e 1px solid;
padding: 5px 0 5px 0;
}  	
.testimonialHome {
border-bottom: #ff6600 1px solid;
padding: 5px 0 5px 0;
} 	
.testimonialText {
background: url(http://pdim.net/img/quote.gif) no-repeat top left;
} 
.testimonialAuthor {
color: #df3416;
float: right;
}
.testimonialAuthorHome {
color: #df3416;
float: right;
}
 #workThumbs {
	list-style-type: none;
	width: 633px;
color: #df3416;
}
#workThumbs li {
	float: left;
	font-size: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	color: #68b7da;
}
#workThumbs img {
	display: block;
} 
.aboutImage img {
float: left;
background: #ff6600;
padding-bottom: 1px;
margin: 0 10px 0 0;
}	
/* Side Bar
============================*/
.sidebar {
float: right;	
width: 310px;
text-align: left;
}
.sidebar .sidebarBullets dd a {
display: block;
text-decoration: none;
padding: 3px 0 3px 25px;
border-top: 1px solid #1f1e1e;
}
.sidebar p.icon1, .sidebar .sidebarBullets dd.icon1 a {
background: url(http://pdim.net/img/dd_icons.gif) no-repeat 0 0px;
}
.sidebar p.icon2, .sidebar .sidebarBullets dd.icon2 a {
background: url(http://pdim.net/img/dd_icons2.gif) no-repeat 0 0px;
}
.sidebar .sidebarBullets dd.icon1 a:hover {
background: #353535 url(http://pdim.net/img/dd_icons.gif) no-repeat 0 -72px;
}
.sidebar .sidebarBullets dd.icon2 a:hover {
background: #353535 url(http://pdim.net/img/icons/dd_icons2.gif) no-repeat 0 -72px;
}

.sidebar_about {
float: right;	
width: 310px;
text-align: left;
}
.sidebar_about .sidebarBullets dd a {
display: block;
text-decoration: none;
padding: 3px 0 3px 25px;
border-top: 1px solid #1f1e1e;
}
.sidebar_about p.icon1, .sidebar_about .sidebarBullets dd.icon1 a {
background: url(http://pdim.net/img/dd_icons.gif) no-repeat 0 0px;
}
.sidebar_about p.icon2, .sidebar_about .sidebarBullets dd.icon2 a {
background: url(http://pdim.net/img/dd_icons2.gif) no-repeat 0 0px;
}
.sidebar_about .sidebarBullets dd.icon1 a:hover {
background: #353535 url(http://pdim.net/img/dd_icons.gif) no-repeat 0 -72px;
}
.sidebar_about .sidebarBullets dd.icon2 a:hover {
background: #353535 url(http://pdim.net/img/icons/dd_icons2.gif) no-repeat 0 -72px;
}

/*Footer
===========================*/
#footer {
	background: url(http://pdim.net/img/grid.gif);
	border-top:  #666 1px solid;
	text-align: center;
	margin-top: 10px;
	color: #ccc;
	}
#footerGutter {
	width: 970px;
	text-align: left;
	margin: 0 auto;
	padding: 0 5px;
	}	
.secondaryContentFirstCol {	
	width: 310px;
	float: left;
	margin: 0 0 0 0;
	}	
.secondaryContentFirstCol dl { 
	float: left;
	width: 310px;
	margin: 5px 0 0 0;
	padding: 0;
	border-bottom: #FF6600 1px solid;
	}
.secondaryContentFirstCol dd {
	margin: 0 0 10px 90px;
	padding: 0;
	font-size: 10px;
	line-height: 1.5em;
	}
.secondaryContentFirstCol dl dd.img {
	margin: 0;
	}
.secondaryContentFirstCol dd.img img {
	float: left;
	margin: 0 8px 0 0;
  	}
.secondaryContentSecondCol {	
	width: 310px;
	float: right;
	margin: 0 0 0 0;
	}	
.secondaryContentSecondCol img {
	background: #FF6600;
	margin-top: 5px;
	padding-bottom: 1px;
}
.thumbFloatLeft img {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	}
.posted {
font-weight: bold;
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
text-shadow: 2px 2px 0  #000;
font-size: 12px;
color: #ff6600;
margin-bottom: 10px;
}	
.authorPosted {
font-weight: bold;
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
text-shadow: 2px 2px 0  #000;
font-size: 12px;
color: #df3416;
margin-bottom: 10px;
border-bottom: #333 1px solid;
}	
.hyunPosted {
width: 300px;
font-weight: bold;
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
text-shadow: 2px 2px 0  #000;
font-size: 12px;
color: #fff;
background: #0c283f;
margin-bottom: 10px;
}	
/* Comments CSS
============================*/
.commentAuthor {
font-size: 12px;
color: #0c283f;
background: #68b7da url(http://pdim.net/img/admin_corner.gif) no-repeat top right;
padding: 5px 5px 5px 10px;
margin: 0 0 5px 0;
border-bottom: #ff6600 1px solid;
}
.commentAuthor a:link, .commentAuthor a:visited {
	color: #b2ce3d;
	text-decoration: none;
	}
.commentAuthor a:hover {
	color: #FF34AE;
	}
.commentDark {
font-size: 12px;
background: #1f1e1e url(http://pdim.net/img/dark_corner.gif) no-repeat top right;
padding: 5px 5px 5px 10px;
margin: 0 0 5px 0;
border-bottom: #666 1px solid;
}
.commentLight {
font-size: 12px;
background: #353535 url(http://pdim.net/img/light_corner.gif) no-repeat top right;
padding: 5px 5px 5px 10px;
margin: 0 0 5px 0;
border-bottom: #666 1px solid;
}
.comment_count {
font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 11px;
margin-top: -7px;
background: #ff6600;
text-shadow: 2px 2px 0  #000;
}
.commentForm {
text-align: left;
padding: 0 0 0 0;
background: transparent;
}
textarea {
	font-family: 'Lucida Grande', Verdana, sans-serif;
border: solid 1px #666;
background: #333;
font-size: 11px;
	padding: 4px;
	color: #ff6600;
}
.commentField {
font-family: 'Lucida Grande', Verdana, sans-serif;
border: solid 1px #666;
background: #333;
font-size: 11px;
padding: 4px;
color: #ff6600;
}
form #comment_Form { /*SEARCH*/
	border: solid 1px #666;
	background: #1b1b1b;
	color: #eee;
	font-size: 10px;
	padding: 4px;
	width: 200px;
	}	
.gravatar {
float: left;
margin: 0 10px 5px 0;
background: #ff6600;
padding: 4px;
}	
.gravatar img {
border-bottom: #ff6600 1px solid;
}

/* CONTACT FORM
============================*/
#contact_right {
	width: 550px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#contact_content {
	margin: 45px 0 0px 0;
}
label {
	display: block;
	font: normal 10px/16px verdana;
	margin: 0;
	padding: 0px 0;
	color: #666;
}
.textfield {
	font: normal 11px/13px verdana;
	padding:2px;
	margin: 0;
	border: 1px solid #666;
	background-color: #353535;
	width: 100%;
	color: #ff6600;
}
#contact td {
	padding:5px;
}
#contact table {
	width: 100%;
}

/* FLICKR CSS=========================================
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:left; width:635px;}
#flickr_badge_wrapper {padding:0 0 10px 0;}
.flickr_badge_image {display:inline; margin:10px 4.35px 10px 0;}
.flickr_badge_image img {
	border-top: #ff6600 1px solid;
	border-bottom: #ff6600 1px solid;
	}

#siteMap {
	background: #1b1b1b url(http://pdim.net/img/footer_bg.jpg);
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: #666 1px solid;
	padding: 10px 10px 25px 10px;
	}