/*
Theme Name: d3velopers.com
Theme URI: http://d3velopers.com
Description: d3velopers.com
Version: v1
Author: Abdul Wahid Color2life@gmail.com
Author URI: http://color2life.com
Date: 3rd August 2010
*/
@charset "utf-8";
@import "reset.css";

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
a {
	color:#0071be;
	text-decoration:none;
	}
hr{
	border:none;
	height:0px;
	border-top: 1px solid #ccc;
	margin:0px;
	}
/* Wrapper main page area */
.wrapper{
	width:987px;
	background:#FFF;
	margin:0 auto;
	padding:0px;
}

/* header */
.header{
	height:85px;
	background:url(images/header_bg.png) top left repeat-y;
	padding:0px 0px 11px 0px;
}

/* logo */
.logo{
	background:url(images/logo.png) top left no-repeat;
	width:227px;
	height:66px;
	float:left;
	margin:15px 15px;
	display:block;
}

/* main nav */	
.main-nav{
	float:left;
	margin:33px 0px 0px 70px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}
.main-nav li{
	float:left;
	padding:0px 20px;
	margin-top:4px;
	border-left:1px solid #ddd;
	}
.main-nav .separator{
	border-left:1px solid #ccc;
	height:40px;
	width:1px;
	float:left;
	}
.main-nav a{
	float:left;
	padding:0px;	
	margin:0px 2px 0px 0px;
	text-decoration:none;
	}
.main-nav li span{
	float:left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6d6d6d;

	}
.current-menu-parent, #menu-item-24{
	background:url("images/bg_sub_menu.png") no-repeat scroll 88% 10px transparent;
	}
/* sub header  */
.sub-header{
	background:url(images/banner_bg.png) top left no-repeat;
	width:987px;
	height:193px;
	overflow:hidden;
}

/* content */
.content{
	margin-top:15px;
	margin-bottom:0px;
	width:100%;
	float:left;
	}
	
/* main content */
.content{
	width:98%;
	margin: 20px 1% 0 1%;
	}
.main{
	width:640px;
	padding:5px 10px;
	float:left;
	}
	
/* side-bar */
.side-bar{
	width:280px;
	float:right;
	padding:5px 10px;
	}

/* footer */
.footer{
	float:left;
	width:967px;
	height:218px;
	padding:15px 10px 0px;
	background:url(images/footer.png) top left no-repeat;
	}
.footer-content{
	margin: 30px auto 0px;
	color: #fff;
	}	
.footer .side-bar{
	width:275px;
	float:right;
	padding:5px 10px;
	}
.footer .site-info a{
	margin-bottom:5px;
	display:block;
	}
.site-info .current-menu-item a{
	border:none !important
}
/* clear all zero */
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
/* common styles */
h1{
	font-size:18px !important;
	color:#000;
	width:100%;
	padding:0px 0px 2px 0px !important;
	border-bottom:1px solid #ccc;
	margin:0px 0px 15px 0px !important;
	color:#000;
	}
h1 a
{
	color:#000;
	}
h2{
	font-size:16px !important;
	color:#444;
	width:100%;
	padding:0px 0px 2px 0px !important;
	margin:0px 0px px 0px !important;
	}
p{
	margin:0px 0px 10px 0px !important;
	line-height:18px;
	}
.hundred{
	width:95%;
	float:left;
	margin:0px 5% 20px 0px;
	}
.fifty{
	width:45%;
	float:left;
	margin:0px 5% 20px 0px;
	}
.thirtythree{
	width:27%;
	float:left;
	margin:0px 5% 20px 0px;	
	}
.twentyfive{
	width:20%;
	float:left;
	margin:0px 5% 20px 0px;
	}
.hundred img, .fifty img, .twentyfive img{
	float:left;
	margin: 0px 5px 5px 0px;
	}
.v-saparator30{
	height:30px;
	}
.v-saparator20{
	height:20px;
	}

/* =Menu
-------------------------------------------------------------- */

#access  li,
div.menu li {
	float: left;
	position: relative;
	
}
#access a {
	line-height: 20px;

}
#access ul ul {
	box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	width: 139px;
	background:#fff;
	margin-top:0 !important;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 12px;
	font-size:14px;
	padding: 10px 0px;
	width: 160px;
	height: auto;
	border-bottom:none;
}
.sub-menu .current-menu-item a{

	}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul li:hover > ul {
	display: block;
}
.current-menu-item a{
	border-bottom: 2px solid;
	}

/* =Portfolio
-------------------------------------------------------------- */
.portfolio-item { float: left; margin: 0 15px 50px 15px; width: 290px; height:300px; }
.portfolio-item h1 { font-size: 16px; margin: 20px 0 5px 0; }
.portfolio-item img { margin: 0 0 10px 0; width:280px; height:142px; padding:4px;}
.portfolio-img{ margin: 0 0 10px 0; background:url(images/bg.png) top left no-repeat; width:288px; height:164px;}
.portfolio-url {  font-style:italic; margin-bottom:5px; display:block;}
.alignright {float:right; text-align:right; margin-left: 10px;  }

/* =Form quite
-------------------------------------------------------------- */
.quote{
	background: 100%;
	background:#e4e4e4;
	padding:5px;
	}
.quote em{
	color:#F00;
	}
.quote input,.quote textarea {
	width: 266px;
	}
.quote input[type=submit]{
	width:100px;
	float:right;
	}

/* =Recent blog post
-------------------------------------------------------------- */
.recent-blog-post li{
	padding:0px 0px 10px;
	width:100%;
	}
.entry li{
	list-style:inside;
	list-style-type:square;
	}
.entry b, .entry strong{
	font-weight:bold;
	}
.entry p{
	padding:5px 0px 5px 0px;
	}

.twitter{
	background:url(images/twitter.png) top  left no-repeat;
	padding-left:28px !important;
	}

/*  comment form */
#commentform p {
	font-size:1.2em;
	margin:1px 0 15px;
	padding:2px;
}
#commentform  input, #commentform   textarea {
	border:1px solid #E5E2E0;
	margin-bottom:2px;
	padding:3px;
}
#commentform  label{
	margin-bottom:2px;
	padding:3px;
	font-size:13px;
	width:120px;
}
ul.commentlist {
	font-size:11px;
	margin:0;
	padding:0;
	width:100%;
}
ul.commentlist li {
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	list-style-type:none;
	margin-bottom:10px;
	padding:15px 10px 4px;
}
.avatar  {
	float:left;
	margin:5px 10px 5px 0;
}
ul.commentlist li .commentmetadata {
	border-bottom:1px solid #DDDDDD;
	color:#999999;
	margin:0 8px 5px;
	font-size:12px;
}
ul.commentlist li  p {
	padding:0 0 16px 6px;
	font-size:12px;
}
