/*
Theme Name: A Digital City
Theme URI: http://www.adigitalcity.com/
Version: 4.0
Description: Portfolio showcase.
Author: Jeremy Krygsman
*/

/* default elements */

* {margin: 0; padding: 0;}

body{
	height:100%;
	font-family: Tahoma, sans-serif; 
	font-size:14px; 
	line-height:1.3em;a
	}

a{	
	outline: none;
	color: #0080ff;
	}

a:hover{
	color: #51a8ff;
	}

h2, h3 h4{
	font-family:Verdana,sans-serif;
	padding-bottom:2px;
	margin-bottom:5px;
	font-weight:bold;
	line-height:1em;
	}

h2 a, h1 a{
	color: black;
	text-decoration: none;
	}
h2 {
	font-size:18px;	
	}

h3 {
	margin-top:15px;
	font-size:14px;
	}

h4 {
	font-size:12px;
	}

img{
	border: 0px solid #b1b1b1;
	}

img a:hover{
	border: 0px solid #000000;
	}

p, ol li{
	margin-bottom:10px;
	}

ol{
	margin-left:20px;
	}

table {
	font-size:14px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: ;
	border-collapse: collapse;
	background-color: white;
	margin-bottom:10px;
}
table th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* header */

#header{
	background: url("img/header.jpg") center no-repeat;
	height:220px;
	border-bottom: 1px solid #b1b1b1;
	}
#header h1{
	margin-bottom: 500px;
	display: none;
	}

#header h2{
	margin-bottom: 500px;
	display: none;
	}

#hcontainer{
	margin: 0 auto;
	width:650px;
	max-width:100%;
	min-width:320px;
	}

#himage{
	background:url("img/headeroverlay.jpg") left no-repeat;
	float:left;
	height:220px;
	width:100%
	}

#himage a{
	display:block;
	width: 320px;
	height:145px;
	}

/* menu */

#menu{
	padding-top: 5px;
	padding-left:5px;
	font-family:HeldustryFT Regular,Century Gothic,sans-serif;
	font-size: 15px;
	}

#menu ul{
	padding-top:11px;
	list-style: none;
	}

#menu li{
	float: left;
	}

#menu li a{
	width: 70px;
	height: 16px;
	padding:10px;
	text-decoration: none;
	color: white;
	display: block;
	}

#menu li a:hover{
	color: #0080ff;
	}

.hover{
	border:1px solid #0b375d;
	}

/* content */

#contentwrap {
	background: #151a1d url("img/background.jpg") top left no-repeat;
	}

#content{
	top:-13px;
	position: relative;
	margin-bottom:50px;
	}


#contentainer, #contentainer-600{
	background: url("img/main-right.jpg") top right no-repeat white;
	margin-left: 5%;
	padding:30px;
	border: 1px solid #38332d;
	width:600px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#post, #single{
	padding-bottom:25px;
	margin-bottom:15px;
	padding-top:5px;
	border-bottom: 1px dotted #38332d;
	min-height:140px;
	}


.lo {
	color:#878787;
	font-weight: bold;
	font-size: 12px;
	margin-bottom:5px;
	}

/* img settings */

.imgcontainer{
	background:url(img/imgcontainer.jpg) no-repeat bottom right; 
	padding:15px;
	margin-top:-60px;
	margin-left:445px;
	padding-bottom: 60px;
	padding-right: 60px;
	position: absolute;
	}

#single .imgcontainer {
	background: none;
	margin:0px;
	padding:0px;
	position: relative;
	width: 600px;
	display: block;
	clear: both;
	}

.caption {
	background:white;
	float: left;
	font-size: 0.8em;
	padding: 5px;
	}

.caption a{
	color: black;
	text-decoration: none;
	}

.caption a:hover{
	color: #25211c;
	}

.overlap{
	position: relative;
	background: url("img/main-short.jpg") top right no-repeat white;
	padding: 20px;
	left:-70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#single .overlap {
	left:-5px;
	padding:5px;
	}

.disappear {
	margin-bottom:10px;
	}

#single .disappear {
	position: absolute;
	left:-10000px;
	}

#video{
	background: url('http://adigitalcity.com/wp-content/uploads/2010/07/vidbg.gif') repeat-x black; 
	width: 1000px; 
	text-align: center;
	margin-bottom:25px;
	margin-top:0px;
	}

/* custom page classes */

#portfoliothumb{
	position: relative;
	width: 600px;
	height:250px;
	margin-bottom:2px;
	font-weight: bold;
	font-size: 14px;
	}

#portfoliothumb a{
	display: block;
	text-decoration: none;
	color: black;
	margin-top: 10px;
	float: left;
	padding: 5px;
	padding-right:15px;
	background: white;
	position: absolute;
	}

#portfoliothumb a:hover{
	opacity: 0.8;
	}

#portfoliothumb small{
	font-size:11px;
	font-weight: normal;
	padding-left:5px;
	}

#portfoliothumb .portfolioimg {
	margin-top:0px;
	width:580px;
	height:240px;
	background: none;
	}

#article {
	height:60px;
	width:600px;
	font-size: 11px;
	margin-bottom: 5px;
	}

#article small{
	font-size:11px;
	font-weight:normal;
	}

#articletitle {
	font-size: 15px;
	font-weight: bold;
	margin-top:-3px;
	float:left;
	}

#articletitle a {
	text-decoration: none;
	color: black;
	}

#articletitle a:hover {
	text-decoration: underline;
	color: #51a8ff;
	}

#articleimage {
	width: 110px;
	height:54px;
	float: left;
	}

#articlexcerpt{
	float:left;
	width:475px;
	}

/* slideshow */

.slideshownav{
	position:absolute;
	z-index:1;
	background: url("img/transparency65.png");
	height:2px;	
	}

.slideshowslider{
	position:absolute;
	background:white;
	height:2px;
	opacity:0.7;
	}

.slideshownav li{
	background:white;
	list-style:none;
	position:relative;
	display:block;
	float:left;
	text-align:center;
	line-height:25px;
	width:25px;
	margin:3px;
	}

/* comments */

#comments {
	}

#comments h2 {
	padding-top:10px;
	padding-bottom:5px;
	font-size: 13px;
	}

#comments p{
	margin-bottom:5px;
	}

.commentlist ol {
	list-style: none;
	}

.commentlist ul {
	padding-left: 20px;
	margin-left:5px;
	}

.commentlist li {
	padding: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #dbdbdb;
	font-size:12px;
	}

.commentlist ul li {
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 0px;
	}

.commentform {
	margin: 1em 0;
	width: 80%;
	}

textarea.styled {
	width: 80%;
	height: 100px;
	}

.styled {
	font-size: 12px;
	border: 1px solid #b1b1b1;
	padding: 2px;
	}
.styled:hover {
	background: #FFF;
	border: 1px solid #b1b1b1;
	}
.styled:focus {
	background: #FFF;
	border: 1px solid #b1b1b1;
	}

.graybox{
	background: #e9e9e9;
	}

/* footer */

#footer{
	background:url("img/footer.png") bottom no-repeat;
	width:100%;
	margin-top:-50px;
	}
#clear {
	clear: both;
	}

#widgets{
	margin-left: 100px;
	padding-top: 50px;
	font-size: 13px;
	color: #848484;
	}

#widgets h2{
	color: white;
	font-size: 15px;
	}

#widgets a{
	color: #b1b1b1;
	text-decoration: none;
	}

#widgets a:hover{
	color: white;
	}

#widget{
	float: left;
	width: 200px;
	}

#widget ul{
	list-style: none;
	padding-right:10px;
	}

#widget ul ul{
	padding-left: 10px;
	}

#widget li{
	padding-top:3px;
	}

#shoe{
	margin:0 auto;
	margin-top: 150px;
	height: 80px;
	max-width:600px;
	text-align: center;
	font-weight:bold;
	font-size:10px;
	}

#shoe a{
	color: black;
	text-decoration: none;
	}
