/*   
Theme Name:A Digital City
Theme URI: www.adigitalcity.com
Description:version 3 of adigitalcity.com, modified from the theme Monochrome
Author:Jeremy
Version:3.0
Tags: black, white, three-columns, fixed-width, theme-options, threaded-comments, translation-ready
*/


/* ----- basic --------------------------------------------------------------------------------------------------------------------------------- */
body { 
	margin:0; 
	padding:0; 
	background:#1e1e1e url();
	font-family: Tahoma, sans-serif; 
	font-size:12px; 
	color: black; }
a img { 
	border:none; 
	}
a, a:visited { 
	color:#4b85c5; 
	text-decoration:none; 
	outline:none; 
	}
a:hover { 
	color:#64a3d8; 
	text-decoration:underline; 
	}
p { 
	margin:0 0 1em 0; 
	padding:0; 
	line-height:200%; 
	}
ul { 
	margin: 0; 
	padding:0; 
	}
ul li { 
	margin:0; 
	padding:0; 
	}
ol { 
	margin:0 0 1em 23px; 
	padding:0; 
	}
* html ol { 
	margin:0 0 1em 23px; 
	padding:0; 
	}
ol li { 
	padding:0 0 5px 0; 
	}
form,table,input,textarea,dl,dt,dd { 
	margin:0; 
	padding:0; 
	}
table { 
	border-collapse:collapse; 
	width:100%; 
	border:0; 
	}
blockquote { 
	color: white;
	margin:0 0 1em 0; 
	padding:15px; 
	border:1px dotted black; 
	background:#595959 url(img/quote.png) bottom right no-repeat; 
	}
blockquote p { 
	margin:0; 
	}

pre { 
	border:1px solid #ccc; 
	background:#fafafa; 
	padding:10px 20px; 
	margin:0 0 1em 0; 
	overflow:auto; 
	}
object { 
	display:block; 
	margin:0 auto; 
	border:1px solid #000; 
	padding:10px; 
	background:#222; 
	}
.clear { 
	clear:both; 
	}


/* ----- layout -------------------------------------------------------------------------------------------------------------------------------- */
#wrapper { 
	width:750px; 
	margin-left: 7%;
	}

	/* --replace "white" with tiling image for bg-- */





/* ----- header -------------------------------------------------------------------------------------------------------------------------------- */
#header { 
	border-left: 5px solid black;
	border-right: 5px solid black;
	}


#logo { 
	background:url(img/header.jpg) no-repeat bottom;
	height: 190px;
	width: 740px;
	float:left; 
	}

/* blog title*/
#title {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 70px;
	width: 740px;
	float: left;
	background: #333333;
	}



/*description*/
#title h1 {
	font: normal 1em Century Gothic, Georgia,"Trebuchet MS",sans-serif;
	color: white;
	font-size: 42px;
	text-align: center;
	margin-top: 11px;
	display: block;
	}


#title h1 span { 
	font-size: 14px;
	}



/* ----- header-menu --------------------------------------------------------------------------------------------------------------------------- */
#header_menu { 
	float: left;
	height:40px; 
	width: 740px;
	background: #333333;
	}

#menu { 
	background: #333333; 
	float:left; 
	font-size:12px;
	height:40px;
	margin:0; 
	padding:0;

	}
#menu, #menu ul { 
	list-style-type:none;
	margin:0;

	}
#menu li { 
	position:relative; 
	float:left; 
	border-right:1px solid #444; 
	height:38px; 
	margin:2px 0 0 0;
	z-index:10; 
	}

#menu a:link, #menu a:visited { 
	color: white; 
	display:block; 
	padding:12px 30px;
	position:relative; 
	}
#menu a:hover { 
	color:#64a3d8;
	text-decoration:none;
	background:#333; 
	}
#menu ul { 
	list-style-type:none;
	position:absolute;
	top:38px; 
	left:0; 
	display:none; 
	opacity:0;
	width:200px; 
	}


#menu ul a:link, #menu ul a:visited, #menu .current_page_item ul a:link, #menu .current_page_item ul a:visited, #menu ul .current_page_item a:link, #menu ul .current_page_item a:visited, #menu ul .current_page_item ul a:link, #menu ul .current_page_item ul a:visited,
 #menu .current-cat ul a:link, #menu .current-cat ul a:visited, #menu ul .current-cat a:link, #menu ul .current-cat a:visited, #menu ul .current-cat ul a:link, #menu ul .current-cat ul a:visited { 
   color: white; 
   background:#282828; 
   line-height:140%; 
   padding:9px 28px 7px; 
   border:1px solid #444; 
   width: 132px; 
   margin:-1px 0 0 0; 
   }
#menu ul a:hover, #menu .current_page_item ul a:hover, #menu .current-cat ul a:hover, #menu .first_menu ul a:hover, #menu .last_menu ul a:hover {
	color:#64a3d8; 
	background:#333; 
	}

#menu .current_page_item, #menu .current-cat { 
	background:url(img/stripe2.gif) left top; 
	z-index:9;
	}
#menu .current_page_item a:link, #menu .current_page_item a:visited, #menu .current-cat a:link, #menu .current-cat a:visited{ 

	padding-bottom:12px; 
	background:#282828 url(img/stripe2.gif) left top;
	}
#menu ul .current_page_item a:link, #menu ul .current_page_item a:visited, #menu ul .current-cat a:link, #menu ul .current-cat a:visited { 
	background:#282828 url(img/stripe2.gif) left top; 
	}
#menu ul .current_page_item ul a:link, #menu ul .current_page_item ul a:visited, #menu ul .current-cat ul a:link, #menu ul .current-cat ul a:visited { 
	color:#999; background:#282828; 
	}
#menu ul .current_page_item ul a:hover, #menu ul .current-cat ul a:hover { 
	background:#333; 
	}


/* content area */
.contents ul{ 
	line-height:200%; 
	margin-left: 15px; 
	}


/* post/page */

.post {
	color: white;
	background: white center top;
	border: 5px solid black;
	margin-bottom: 15px;
	}

.page {
	background:white;
	color: black;
	padding: 30px;
	border: 5px solid black;
}

.page h2{
	margin-top: 5px;
	margin-bottom:15px;
	padding:0px;
	font-weight: normal;
	font-size: 2em;
	}
.page img{
	background: url(img/transparancy65.png);
	padding: 10px;
	border: 1px dotted black;
	}
.page a:hover img { 
	background: url(img/transparancy80.png);
	border:1px dotted white; 
	}

.ptitle {
	background: url(img/stripe1.gif);
	border-top: 0px solid grey;
	height: 15px;
	width: 740px;
	float: left;
	}

.postmeta {
	background: url(img/transparancy65.png);
	width: 150px;
	text-align: right;
	border: 1px dotted grey;
	margin-top: 20px;
	margin-left: 195px;
	padding: 5px;

	}

.psingle{
	color: black;
	}

/* post content */

.content {
	background:url(img/transparancy65.png);
	border: 1px dotted grey;
	width: 300px;
	margin: 5px;
	padding: 25px;
}

.content a {
	text-decoration: underline;
	}
.content h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

.content h2 a {
	text-decoration: none;
	}
.content img{
	border: 1px dotted grey;
	}
.content a:hover img { 
	border:1px dotted white; 
	}

#lightbar {
	margin-left: -25px;
	margin-top:-36px;
	margin-bottom: 15px;
	}


#lightbar a { 
	background:url(img/lightbar.png) no-repeat top; 
	width:350px; 
	height:25px;
    display:block; 
	}
	
#lightbar a:hover { 
	background:url(img/lightbar.png) no-repeat bottom; 
	}
/* more links */

.more {
	background: url(img/stripe2.gif) repeat-x bottom;
	height: 100px;
	}

.more ul{
	list-style-type:none;
	margin-left: 5px;
	}

.more li{
	float: left;

	}

.more ul a{
	background:url(img/transparancy65.png);
	border: 1px dotted grey;
	display: block;
	float: left;
	padding: 10px;
	margin-right: 5px;
	color: white;
	}

.more ul a:hover{
	background:url(img/transparancy80.png);
	border: 1px dotted white;
	text-decoration: none;
	}

/* thumbnails */
.overlap{
	background: black;
	border: 1px dotted grey;
	padding: 20px;
	margin: 10px;
	
	}

.thumbnails{
	float: right;
	margin-right: 17px;
	margin-left: 30px;
	margin-top: -40px;
	font-size: 0.9em;
	}

.thumbnails img{
	background: none;
	padding: 0px;
	border: none;
	}
.thumbnails a:hover img { 
	border:none; 
	}

.thumbnails ul{
	list-style:none;
	margin-left: 0px; 
	}

.thumbnails li{
	width: 150px;
	}

.thumbnails li a{
	background:url(img/transparancy65.png) ;
	border: 1px dotted grey;
	display: block;
	float: left;
	padding: 10px;
	margin-right: 5px;
	color: white;
	margin-bottom: 5px;
	}

.thumbnails li a:hover{
	background:url(img/transparancy80.png);
	border: 1px dotted white;
	text-decoration: none;
	}


/* search area */
#searchform {
	float: right;
	margin: 3px;	
	height: 30px;


	}

#searchsubmit {
	padding: 0px;
	height: 34px;
	background: #333;
	border: 1px dotted #444;
	color: #999;

	}

.formbg {
	background: #222;
	line-height: 15px;
	height: 15px;
	width: 200px;
	border: none;
	color: white;
	padding: 9px 3px;
	margin-right: -20px;
	}



/* ----- footer ------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	background:#333333; 
	height:90px; }

#return_top a { 
	position:absolute; 
	position:fixed;
	left:15px; 
	bottom:15px; 
	width:18px; 
	height:99px;
    display:block; 
	background:url(img/return_top.png) no-repeat left top; 
	}
#return_top a:hover { 
	background:url(img/return_top.png) no-repeat right top; 
	}


/* ----- page ---------------------------------------------------------------------------------------------------------------------------------- */



/* ----- archive/category/tag/search/ ---------------------------------------------------------------------------------------------------------- */


/* ----- page navi ----------------------------------------------------------------------------------------------------------------------------- */
.page_navi { 
	background: white;
	border-left: 5px solid black;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	height: 50px;
	width: 740px;
	margin-top: -15px; 
	margin-bottom: 15px;
	padding:auto; 
	}
.page_navi li { 
	line-height:0%;
	display:inline; 
	padding:0;
	margin:0;
	font-size:11px; 
	}
.page_navi a, .page_navi a:visited, .page_navi a:hover, .page_navi span.current, .page_navi span.pages, .page_navi span.extend, .page_navi span.current, .page_navi span.dots { 
	color:#999; 
	width:30px; 
	padding:0; 
	margin:0 3px 0 0; 
	display:block; 
	float:left; 
	text-align:center; 
	line-height:30px;
	background:url(img/pager1.gif) no-repeat left top; 
	}
.page_navi a:hover { 
	color:#999; 
	background:url(img/pager1.gif) no-repeat left bottom; 
	text-decoration:none; 
	}
.page_navi span.current { 
	background:url(img/pager2.gif) no-repeat left top; 
	color:#fff; 
	}




/* ---------- clearfix hack ---------- */
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


	
/* ----- legacy ---------------------------------------------------------------------------------------------------------------------------------- */

.caption {
	float: right;
	font-size: 0.8em;
	border: 1px dotted grey;
	margin-left: 5px;
	padding: 2px;
	}

/* ----- legacy articles --------*/

.article {
	height:50px;
	font-size: 11px;
	margin-bottom: 5px;
	}

.articletitle {
	font-size: 18px;
	font-weight: bold;
	padding-top:2px;
	float:left;
	width:415px;
	}

.articletitle a {
	text-decoration: underline;
	color:#333322;
	}

.articletitle a:hover {
	text-decoration: underline;
	color:#553;
	}

.articleimage {
	width: 103px;
	height:54px;
	background: url(img/articleimagebg.gif) no-repeat;
	float: left;
	padding-left:3px;
	}