/*==================================
	Dynamically Static
	Common styles
===================================*/

@import url("thickbox.css");

/*==================================
	Reset
===================================*/
body, div, form, html, img, li, ol, p, table, td, tr, ul{
	border: none;
	margin: 0;
	padding: 0;
}

body{
	background: #3b4d59 url(../images/bg_main.gif) top repeat-x;
	font-size: 62.5%;
}

h1 img{
	behavior:url(http://www.adijans.com/blog/wp-content/themes/Dynamically%20Static/scripts/iepngfix.htc);
}


#wrapper{
	margin: 0 auto;
	width: 920px;
}

.clearFloats{
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*==================================
	Common tags
===================================*/
/*Logo Heading*/
h1{
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
}
	
/*Page titles*/
h2{
	color: #666;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding: 0 20px 15px 20px;
}
		
#sidebar h3{
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}	

/*==================================
	Header
===================================*/
#header{
	height: 200px;
	overflow: hidden;
	position: relative;
}

#header #flashcontent{
	height: 200px;
	width: 920px;
}

#header h1{
	bottom: 17px;
	height: 44px;
	left: 22px;
	position: absolute;
	width: 318px;
}

/*==================================
	Menu bar
===================================*/
#menuBar{
	height: 40px;
	position: relative;
}

#menuBar ul{
	list-style: none;
	padding: 0 0 0 40px;
}

#menuBar li{
	float: left;
	list-style: none;
	padding: 0 40px 0 0;
}

#menuBar li a:hover{
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1em;
}

#menuBar li a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

#menuBar .searchForm{
	position: absolute;
	right: 20px;
	top: 10px;
}

#menuBar .searchForm .searchField{
	border: 1px solid #909aa0;
	color: #666;
	float: left;
	height: 18px;
	padding: 0 4px;
	width: 144px;
}

#menuBar .searchForm .searchBtn{
	border: 1px solid #909aa0;
	float: left;
	margin: 0 0 0 10px;
}

/*==================================
	Page
===================================*/
#page{
	background: #fff;
	padding: 20px 20px 0 20px;
}

#page #intro{
	background: #ecedef;
	border: 1px solid #9da6ac;
	padding: 20px 19px;
}

#page #intro p{
	color: #29363e;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.33em;
}

/*==================================
	Content
===================================*/
#content{
	float: left;
	padding: 0 0 0 0;
	width: 660px;
}

#page.withIntro #content{
	padding: 20px 0 0 0;
}

#content .post{
	background: url(../images/bg_post_dots.gif) repeat-x top left;
	padding: 20px;
}

#content .post h3{
	color: #3b4d59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

#content .post h3 a{
	color: #3b4d59;
	text-decoration: none;
}

#content .post h3 a:hover{
	color: #3b4d59;
	text-decoration: underline;
}

#content .post h4{
	clear: both;
	color: #3b4d59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

#content .post .postFlash, #content .post .postImage{
	border: 1px solid #29363e;
	display: block;
	margin: 10px auto 5px auto;
	overflow: hidden;
}

#content .post p{
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.0em;
	padding: 0 0 10px 0;
}

#content .post p a{
	color: #3b4d59;
	text-decoration: underline;
}

#content .post p a:hover{
	color: #29363e;
}

#content .post ul{
	padding: 0 0 5px 20px;
}

#content .post ul li{	
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.0em;
	list-style-position: inside;
	padding: 0 0 5px 0;
}

#content p.general{
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.0em;
}

#content .post .meta, #content .post .commentmetadata{
	color: #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 2px 0 3px 0;
}

#content .post .meta a, #content .post .commentlist a{
	color: #666;
	text-decoration: none;
}

#content .post .meta a:hover, #content .post .commentlist a:hover{
	text-decoration: underline;
}

#content .post .commentlist li{
	border-bottom: 1px solid #606f78;
	padding: 20px 0 0 0;
}

#content .post .commentlist .comment-author, #content .post .commentlist .vcard, #content .post .commentlist em{	
	color: #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 2px 0 3px 0;
}

#content .post #respond form{
	padding: 20px 0 0 0;
}

#content .post .floatLeft{
	float: left;
	margin: 8px 15px 0 0;
}

#content .post .floatRight{
	float: right;
	margin: 8px 0 0 15px;
}

#content .post #submit{
	background: #29363e;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1em;
}

#content .postFoot{
	background: url(../images/bg_post_dots.gif) repeat-x top left;
	clear: both;
	height: 21px;
	overflow: hidden;
}


/*==================================
	Portfolio
===================================*/
#content .post h4.showcase{
	border-bottom: 1px solid #606f78;
	font-size: 1.6em;
	padding: 20px 0 0 0;
}

.showcaseItem{
	float: left;
	padding: 10px 22px 20px 0;
	width: 192px;
}

.showcaseItem img{
	border: 1px solid #606f78;
}

.showcaseItem a, .showcaseItem span.fakeLink{
	color: #5f7d90;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
}

.showcaseItem a:hover{
	color: #29363e;
	text-decoration: underline;
}

div.lastShowItem{
	padding: 10px 0px 20px 0;
}


/*==================================
	Navigation
===================================*/
.navigation{
	height: 20px;
	padding: 0 0 20px 0;
}

.navigation .newer{
	float: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.6em;
	padding: 0 20px 0 0;
}

.navigation .older{
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.6em;
	padding: 0 0 0 20px;
}
.navigation a{
	color:#3B4D59;
}

.navigation a:hover{
	text-decoration: none;
}

/*==================================
	Sidebar
===================================*/
#sidebar{
	float: left;
	padding: 0 0 0 20px;
	width: 200px;
}

#page.withIntro #sidebar{
	padding: 20px 0 0 20px;
}

#sidebar .panel{
	padding: 0 0 20px 0;
}

#sidebar .panel h3{
	background: #29363e;
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	height: 30px;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0;
	padding: 10px 0 0 20px;
}

#sidebar .panel ul{
	list-style: none;
	padding: 7px 0 0 20px;
}

#sidebar .panel li{
	background: url(../images/bg_small_list.gif) no-repeat 0 8px;
	color: #3b4d59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	list-style: none;
	padding: 0 0 0 15px;
}

#sidebar .panel li a{
	color: #3b4d59;
	text-decoration: none;
}

#sidebar .panel li a:hover{
	color: #3b4d59;
	text-decoration: underline;
}

#sidebar .tagCloud{
	padding: 6px 20px 0 20px;
	text-align: justify;
}

#sidebar .tagCloud a{
	color:#3b4d59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sidebar .tagCloud a:hover{
	text-decoration: underline;
}

/*==================================
	Footer
===================================*/
#footer{
	color: #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
