/*
Theme Name : 	ebuildlink

Theme URI:   	http://www.webbyidea.com

Description:	Developed By webbyidea.com

Template URI:	http://www.webbyidea.com/

Template:		twentyten

Version:		0.1.0

Author:			xceed

*/


@import url("../twentyten/style.css");



/* General Styling :D

----------------------------------------*/

body{

	background:#f6f6f6;		
}

body,
input,
textarea {
	color: #111111;
	font-size: 12px;
	line-height: 18px;
	
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #0074a4;
	text-decoration:none;

	
	
}
a:visited {
	color: #0074a4;
}
a:active,
a:hover {
	color: #0074a4;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

h1 {
	font-size:22px;
	
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

/* Structure :D

----------------------------------------*/

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper,
#header2,
#packages {
	margin: 0 auto;
	width: 950px;
}

#wrapper {
	margin-top:0px;
	padding:0px;
	width:100%;
	background:#f6f6f6 url(images/body_top.jpg) repeat-x top;
}

#main{
	clear: both;
	padding:10px 0 0 0;
	background:#FFFFFF;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}

#header{
	padding: 0px 0 0 0;
}


#container {	
	float: left;
	margin: 0 -300px 0 0;
	width: 100%;
}

#content {
	margin: 0px 310px 0px 10px;
}


#primary{
	float:right;
	width:280px;
	padding:0px;
	margin: 0 0px 0px 0px;
}

/*Header :D */

#branding{

}

#branding .header{
	padding:0px;
	padding:0px 0px 0;
	height:81px;
	background:url(images/header.jpg) no-repeat 0 0;
}

#header2{
	padding:0px;
	height:366px;
	width:100%;
	background:url(images/bannerbg.jpg) repeat-x top;
}

#header2 .wrap{
	margin:0 auto;
	width:950px;
	height:252px;
	background:url(images/header.jpg) no-repeat 0 -81px;
}

#header2 .wrap2{
	margin:0 auto;
	width:950px;
	height:114px;
	background:url(images/header.jpg) no-repeat 0 -333px;
}


#header2 .wrap h1{
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	padding-top:28px;
	padding-left:392px;
	font-family:"Century Gothic";
}

#header2 .wrap .analysis{
	float:right;
	width:460px;
	height:65px;
	margin-top:17px;
	text-indent:-999px;
	font-size:0px;
}

#header2 .wrap2 h1{
	color:#454545;
	font-size:40px;
	line-height:46px;
	padding-top:6px;
	padding-left:420px;
	font-family:Arial;
}

#branding .header .logo {
	float: left;	
	margin: 6px 0 0px 4px;
	width: 190px;
	height:70px;
	text-indent:-999px;
	font-size:0px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background:none;
	margin: 0 auto;
	margin-top:50px;
	width: 756px;
	height:28px;
	overflow:hidden;
}

#access .menu-header,
div.menu {	
	font-size: 14px;
	margin-left:156px;
	width:600px;
	font-weight:normal;
}
#access .menu-header ul,
div.menu ul {
	float:right;
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	position: relative;
	padding: 0 5px;
}

#access a {
	color: #000000;
	display: block;
	line-height: 28px;
	padding: 0 8px;
	text-decoration: none;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top:28px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #ebf3fe;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #092e59;
	background:#f7f7f7;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #092e59;
	background:#f7f7f7;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #092e59;
	background:#f7f7f7;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}


#packages{
	height:163px;
	margin-top:1px;
}

#packages .package1{
	float:left;
	width:220px;
	padding:15px 13px 23px 67px;
	height:125px;	
	background:url(images/header.jpg) no-repeat 0 -448px;
}

#packages .package2{
	float:left;
	width:220px;
	padding:15px 13px 23px 67px;
	height:125px;	
	margin-left:25px;
	background:url(images/header.jpg) no-repeat -326px -448px;
}

#packages .package3{
	float:left;
	width:220px;
	padding:15px 13px 23px 67px;
	height:125px;		
	margin-left:25px;
	background:url(images/header.jpg) no-repeat -651px -448px;
}

#packages h2{
	margin-bottom:10px;
}

#packages .package3 h2{
	font-size:18px;
	color:#bd0000;
}

#packages p{
	height:70px;
	margin-bottom:0;
}

#packages .readmode{
	float:right;
	width:97px;
	height:30px;
	text-indent:-999px;
	font-size:0;
}


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 840px;
}
.one-column #content h1{
	color:#327415;
}


#content table,
#content .businessSEO{
	border: 1px solid #e7e7e7;
	margin: 10px 0px 24px 0;
	text-align: left;
	width: 100%;
}

#content tr th,
#content thead th,
#content .businessSEO tr th,
#content .businessSEO thead th,
 {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 10px;
	text-align:center;
	border-left: 1px solid #e7e7e7;
}

#content tr th:first-child,
#content thead th:first-child{
	text-align:left; 
	padding-left:5px; 
	width:180px;
	background:#dbd8d8;
}

#content tr td:first-child {
	text-align:left; 
	width:180px;
	font-size:12px;
	background:#dbd8d8;
}

#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 10px;
	font-size: 12px;
	text-align:center;
	width:15%;
	border-left: 1px solid #e7e7e7;
}

#content tr.odd td {
	background: #f2f7fc;
}

#content .businessSEO tr th:first-child,
#content .businessSEO thead th:first-child{
	text-align:left; 
	padding-left:5px; 
	width:220px;
	background:#dbd8d8;
}

#content .businessSEO tr td:first-child {
	text-align:left; 
	width:300px;
	font-size:13px;
	font-weight:bold;
	background:#dbd8d8;
}

#content .businessSEO tr td.secondChild {
	border-top: 1px solid #e7e7e7;
	padding: 3px 10px;
	font-size: 14px;
	text-align:center;
	width:80px;	
	font-weight:bold;
	border-left: 1px solid #e7e7e7;
}

#content .businessSEO tr td.fullChild {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background:#CCCCCC;
}

.post, .type-page{
	clear: both;
	padding:0px;
	margin-bottom:20px;
	position: relative;
}

#content,
#content input,
#content textarea {
	color: #353535;
	font-size: 14px;
	line-height: 22px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}


#content .entry-title {
	color: #000001;
	font-size:18px;
	line-height:20px;
	margin-bottom: 0;
	padding-bottom:8px;
}

.entry-title a:link,
.entry-title a:visited {
	color:#000001;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #000001;

}

/* Images */

#content img{
	max-width: 610px;
}

#content embed{
	max-width: 610px;
}

#content img.alignleft {
	margin-bottom: 12px;
	margin-right:10px;
}

.entry-content img {
	float:left;
	margin-bottom:5px;
	margin-right:5px;	
}

#content .readmore{
	float:right;
	margin-top:5px;
	margin-right:10px;
}

#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}

#primary .widget-container {
	padding:0px;
	margin: 0 0 18px 0;
}

#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 10px;
}

.widget-title {
	color: #000001;
	font-weight: bold;
	font-size:19px;
	padding:0px 0px;
	line-height:20px;
	padding-bottom:5px;
}

/* footer */

#footer {
	margin-bottom:0px;
	height:35px;
	padding-top:10px;
}

#site-generator a {
	background:none;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

#colophon {
	width:930px;
	border-top:0px;
	overflow: hidden;
	padding:7px 10px 0;
}

#site-info {
	width:930px;
	padding-top:0px;
	padding-left:10px;
	font-weight:normal;
	font-size: 14px;
	color:#2fa9ed;
	text-align:center;
}

#site-info a {
	color: #2fa9ed;
	text-decoration: none;
	font-weight:normal;
}

.links {
	list-style-type: none;
	overflow: hidden;
	font-size: 12px;
	text-align:center;
	color: #8d8d8c;
	padding-top:0px;

}

.links a {	
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color: #8d8d8c;
}

.links a:hover{	
	text-decoration:underline;
}