/*
Theme Name:		CDZ blog
Theme URI:		http://www.cyberdesignz.com
Version:		2.0
Author:			Khurram Ahmad

*/

body {
	behavior:url('http://www.cyberdesignz.com/csshover.htc');
	margin:0px;
	background-image: url('http://www.cyberdesignz.com/images/bg.jpg');
	background-repeat: repeat-x;
	background-position: left 54px;
	font: 62.5% Arial, Helvetica, sans-serif;
	overflow-x:hidden;
	
}

* { padding: 0; margin: 0; }


/*---:[ HEADER custumization css ]:---*/

/* START CSS Drop Down Menu */

.aboutus_li li a{
	display:block;
	}
ul li.support_li a{ 
	display:block;
	width:180px;
	height:42px;
	}
	
ul li.client_li a{ 
	display:block;
	width:180px;
	height:42px;
	}

#topmenubg{
	background-image:url('http://www.cyberdesignz.com/images/topmenubg.jpg');
	background-color:#000000;
	background-repeat:repeat-x;
	width: 100%;
	height: 54px;
	border:solid 0px #00FF33;
}

#menu-center{
	margin: 0 auto;
	width: 895px;
	height:54px;
}

#topmenu{
	list-style: none;
	text-align: center;
	border: solid 0px #ffffff;
	padding: 0px;
	margin: 0px;
}

#topmenu li{
	float: left;
}

#menuh
	{ 
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:1025px;
}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: none;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	/*background-color: none;*/
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	
	background-position: right center;
	background-repeat: no-repeat;
	}


#menuh ul ul li.pink a{ font-weight:bold; text-align:left; width:100%;}

#menuh ul ul li.pink a:hover{  background:#333333; width:100%;}



#menuh ul ul li.green a{ font-weight:bold; text-align:left; width:100%;}

#menuh ul ul li.green a:hover{  background:#333333; width:100%;}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:150px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{ 
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em; 
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:94%;
	width:100%;
	}


#menuh ul ul ul.next
	{
	top:0;
	left:100%;
	width:100%;	
	}


div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


#clear{ clear:both;}

.clear{ clear:both;}

#topnav{
 float:left; margin-top:20px; 
}
	


.txtCpy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a.txtCpy:link {
	text-decoration: none;
	color:#000000;
}
a.txtCpy:visited {
	text-decoration: none;
	color:#000000;
}
a.txtCpy:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

.phone{
	text-align: center;
	font-size: 12px; 
	font-weight: bold;
	margin-top:5px;
		
}

#topleft{
	width:61px;
	height:262px;
	float:left;
	display:inline;
	margin-top:0px;
	
}

#topright{
	float:left;
	width:61px;
	height:262px;
	margin-top:0px;
	
}


#flash{
	float: left;
	margin-top: 0px;		
	width: 911px;
}


/*---:[ FOOTER custumization css ]:---*/

#footerleft{  
width:1000px;
	
	
	float:left;
	height:180px;
	display:inline;
}



#footerline{ 
	float:left;
	list-style:none;
	display:block;
	
	
}

.footerline{
	float:left;
	list-style:none;
	display:block;
	
	
}


#footerlinks{
width:100%;margin-top:20px; margin-bottom:20px;text-align:center; 
}


#footerline li{ 

	text-align:left;
	display:block;
	list-style:none;
	padding-bottom:3px;
	padding-left:35px;
	
	
}


#footerline li.toplink{
	display:block;
	list-style:none;
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
	
	
}



#footerline li.toplink a{
	list-style:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
}




#footerline li.toplink a:hover{
	list-style:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
}

#footerline li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:left;
	text-decoration:none;
	}
	
	
#footerline li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:left;
	text-decoration:underline;
	}
	
	
	#footerline li.none{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:left;
	text-decoration:none;
	
	}
	

.footerlinks{
width:100%;margin-top:20px; margin-bottom:20px;text-align:center; 
}


.footerline li{ 

	text-align:left;
	display:block;
	list-style:none;
	padding-bottom:3px;
	padding-left:35px;
	
	
}


.footerline li.toplink{
	display:block;
	list-style:none;
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
	
	
}



.footerline li.toplink a{
	list-style:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
}




.footerline li.toplink a:hover{
	list-style:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
}

.footerline li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:left;
	text-decoration:none;
	}
	
	
.footerline li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:left;
	text-decoration:underline;
	}
	
	
.footerline li.none{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:left;
	text-decoration:none;
	
	}


#bottomnav{
	display:block;
	list-style:none;
	display:block;
	width:390px;
	margin:0 auto;
	
	}
	#bottomnav li{
	display:block;
	list-style:none;
	padding-left:3px;
	padding-right:3px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	}
	
	#bottomnav li a{
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	
	text-align:left;
	text-decoration:none;
	}
	
	
	#bottomnav li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	
	text-align:left;
	text-decoration:underline;
	}
	
#copyrights{
	color: #888888; margin-top:20px; font-size:12px; font-family:Arial, Helvetica, sans-serif;
}


/*---:[ global typography elements ]:---*/

a { color: #02376E; text-decoration: none; }

a:visited { color: #02376E; text-decoration: none; }

a:hover { color: #02376E; text-decoration: none; }
	
a img { border: none; }
	
blockquote { margin: 0 0 1.5385em 1.5em; padding: 0 0 0 0.7692em; font-family: Georgia, "Times New Roman", Times, serif; color: #555; border-left: 0.2308em solid #02376E; }

abbr, acronym { font-size: 0.8462em; line-height: 1.0em; border-bottom: 1px dotted #999; text-transform: uppercase; letter-spacing: 1px; cursor: help; }

code { color: #090; font-family: Courier, "Courier New", monospace; line-height: 1.0em; }

pre { margin: 0 0 1.5385em 0; padding: 0.7692em; font-size: 1.3em; overflow: auto; background: #ececec; }

p.unstyled { font-size: 1.3em; }

p.center { text-align: center; }

/*---:[ these styles apply to the flickrRSS plugin, which is not yet fully supported ]:---*/

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }



/*---:[ headlines ]:---*/

h1, h2, h3, h4 {  font: normal 18px Arial, Helvetica, sans-serif;   }
	
h1, h2 {  color:#02376E; 	}

	h2 a, h2 a:visited { color: #02376E; }
	
	h2 a:hover { color: #02376E; }
	
	.page h1 { margin: 0 0 0.6071em 0; border-bottom: 0.10714em double #CDE0E6; }
	
	.archive h1 { font-size:12px; line-height: 1.66667em; margin: 0 0 5px 0; color: #000;  }
	
	#sidebar h2 { font-size: 18px; line-height: 1.5556em; margin: 0 0 0.5em 0; border-bottom: 0.166667em double #CDE0E6; color: #02376E; }
	
h3 { font-size: 1.3846em; line-height: 1.1111em; color: #000; }

	.entry h3 { margin: 1.6667em 0 0.5556em 0; }
	
	#comments h3 {font-family:Verdana,Geneva,sans-serif; font-size:11px; font-weight:bold; }
	
	#comments h3.comment_intro { margin: 0 0 1.11111em 0; padding: 2.05556em 0 0 0; border-top: 0.166667em double #CDE0E6; }

	#comments h3#respond { margin: 2.2222em 0 0 0; }
	
h4 { font-size: 1.1538em; line-height: 1.3333em; color: #000; }



/*---:[ core layout elements ]:---*/

#header { width:1033px; margin: 0 auto; }

#container { width: 990px; margin: 0 auto; background-color:#FFFFFF; padding-top:20px;  }
	
	#content_box { width: 940px; margin: 0 auto;   }
	
		#content { width: 650px; padding: 0 6em 0 0; float:left;}
		
		#sidebar { width: 20em; float:right; padding-bottom:100px; }
		
#footer { width:990px; margin: 0 auto;   }



/*---:[ #header styles ]:---*/

#logo { width: 960px; margin: 10px auto; float:left; margin-left:15px; background:transparent url('custom/seohead.jpg') no-repeat; }


	
	#logo a { font: normal 5.0em "American Typewriter", "Trebuchet MS", Verdana, sans-serif; color: #fff; }
		
	#logo h1, #logo #tagline { display: none; font: normal 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif; }



/*---:[ nav menu styles ]:---*/

#nav { width: 72.8em; margin: 0 0 50px 0; }

	#nav ul { list-style: none; }

		#nav ul li { font-size: 1.6em; float: left; }
	
			#nav ul li a, #nav ul li a:visited { display: block; padding: 0.3125em 0.8125em 0.5em 0.8125em; color: #345B66; }
	
			#nav ul li a:hover, #nav ul li a.current:hover { color: #fff !important; background: #02376E; text-decoration: none !important; }
		
			#nav ul li a.current, #nav ul li a.current:visited { color: #02376E; text-decoration: underline; }



/*---:[ content styles ]:---*/

.post_date { font-size: 1.1em; line-height: 1.5455em; margin: 0 0 1.8182em 0; color: #aaa; border-bottom: 0.2727em double #CDE0E6; width:700px; }

	.post_date a, .post_date a:visited { color: #000; padding: 0.0909em; }
	
	.post_date a:hover { color: #000; background: #CDE0E6; }

.entry { color:#000; font-family:Verdana,Geneva,sans-serif; font-size:12px; line-height:18px; text-align:justify; width:700px; }
	
	.entry a, .entry a:visited { padding: 1px 0; border-bottom: 1px solid #bbb; }
	
	.entry a:hover { padding: 1px 0; color: #fff; background: #02376E; border-bottom: none; }
	
	.entry p { margin: 0 0 1.5385em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5385em 3.0em; }
	
	.entry ul { list-style-type: disc; }
	
		.entry li { }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0 1.5em; }
	
	.entry dl { margin: 0 0 1.5385em 0; }
			
		.entry dt { font-weight: bold; }
		
		.entry dd { margin: 0 0 0 1.5em; }
		
	.entry sup, .entry sub { line-height: 1.0em; }
		
	.entry blockquote.right, .entry blockquote.left { width: 13.6875em; padding: 0.4375em 0; font-size: 1.2308em; line-height: 1.25em; border: 0.0625em solid #CDE0E6; border-width: 0.0625em 0; text-align: center; }
	
	.entry blockquote.right { margin: 0 0 0 0.9375em; float: right; clear: right; }
	
	.entry blockquote.left { margin: 0 0.9375em 0 0; float: left; clear: left; }

		.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; }
		
	.entry .ad { margin: 0 0 0 1.1538em; float: right; clear: right; }
	
		.entry .ad_left { margin: 0 1.1538em 0 0; float: left; clear: left; }

	.entry img { }

	.entry img.left { margin: 0 1.1538em 0 0; float: left; clear: left; }
	
	.entry img.right { margin: 0 0 0 1.1538em; float: right; clear: right; }
	
	.entry img.center { display: block; margin: 0 auto 1.5385em auto; clear: both; }

	.entry img.frame { border: 0.3846em solid #ddd; }
	
	.entry img.stack { clear: none !important; }

.post_meta { margin: 0 0 4.5385em 0; padding: 0.3846em 0 0 0; border-top: 0.23077em double #CDE0E6; font-size: 1.3em; line-height: 1.0em; clear: both; width:700px; }
	
	.add_comment { padding: 0 0 0 1.6154em; background: url('images/icon_comment.gif') 0 50% no-repeat;  }

	.post_meta a:hover { color: #000; border-bottom: 1px solid #02376E; }

.page .entry { margin: 0 0 3.0769em 0; border-bottom: 0.23077em double #CDE0E6; }

.navigation { width: 39em; margin: 0 0 3.3333em 0; font-size: 1.2em; line-height: 1.6667em; }
	
	.navigation a:hover { color: #000; border-bottom: 1px solid #02376E; }
	
	.next { text-align: right; }



/*---:[ sidebar styles ]:---*/


ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 16.6667em; margin: 0 0 1em 0; font-size: 1.2em; line-height: 1.6667em; float: left; }

		li.widget p { margin: 0 0 1.66667em 0; }
		
		li.widget ul, li.linkcat ul { list-style: none; margin: 0 0 0.8333em 0; }
		
			li.widget li, li.linkcat li { padding: 0 0 0 1.16667em; background: url('images/bullet.gif') 0 0.4167em no-repeat; }
					
				li.widget li a:hover, li.linkcat li a:hover { color: #02376E; border-bottom: 1px solid #02376E; }
				
		/*---:[ special widget styles ]:---*/
		
		#calendar_wrap { width: 16.3333em; margin: 0 0 0.8333em 0; padding: 0 0.166667em; }
		
		table#wp-calendar { width: 16.3333em; border-collapse: collapse; }
		
			table#wp-calendar caption { font-weight: bold; line-height: 1.58333em; border-bottom: 0.08333em solid #CDE0E6; }
		
			table#wp-calendar th { width: 2.3333em; font-size: 1.0em; line-height: 1.58333em; border-bottom: 0.08333em solid #CDE0E6; color: #666; text-align: center; }
			
			table#wp-calendar td { width: 2.3333em; line-height: 1.66667em; color: #999; text-align: center; }
			
				table#wp-calendar td a, table#wp-calendar td a:visited { color: #02376E; font-weight: bold; }
				
				table#wp-calendar td a:hover { text-decoration: underline; }
				
			table#wp-calendar td#next, table#wp-calendar td#prev { width: 7.0em; }
		
		/*---:[ the following styles are for the flickrRSS plugin, which is not yet fully supported ]:---*/
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; border-bottom: none; }
	


/*---:[ footer styles ]:---*/





/*---:[ comment styles ]:---*/

#comments { width: 46.8em; }

	dl#comment_list { margin: 0 0 0 0; }
		
		dl#comment_list dt { padding: 0 0 33px 0; background: url('images/comment_top.gif') 0 100% no-repeat; font-size: 1.1em; line-height: 1.8182em; color: #999; }
		
		dl#comment_list dt.author { background: url('images/comment_author_top.gif') 0 100% no-repeat; }
		
			dl#comment_list dt .comment_num { padding: 0 0.3636em 0 0; }
			
				dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited { color: #999; }
				
				dl#comment_list dt .comment_num a:hover { color: #02376E; }
				
			dl#comment_list dt strong { font-size: 1.4545em; color: #000; }
				
				dl#comment_list dt strong a, dl#comment_list dt strong a:visited { color: #000; border-bottom: 1px dotted #999; }
				
				dl#comment_list dt strong a:hover { color: #000; border-bottom: 1px solid #02376E; }
		
		dl#comment_list dd { width: 428px; padding: 0 20px; margin: 0 0 1.5385em; background: #dfdfdf url('images/comment_bottom.gif') 0 100% no-repeat; }
		
		dl#comment_list dd.author { background: #f6f4c9 url('images/comment_author_bottom.gif') 0 100% no-repeat; }
		
			dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote { margin-bottom: 1.1538em; }



/*---:[ comment form styles ]:---*/

p.log_in { margin: 0 0 3.07692em 0; }

#comment_form { width: 46.8em; margin: 0 0 4.0em 0; }

	#comment_form a:hover { text-decoration: underline; }

	#comment_form p { padding: 0.7692em 0; }
	
		#comment_form label { padding: 0 0 0 0.83333em; font-size: 1.2em; }

		#comment_form .text_input { width: 15.3846em; padding: 0.23077em; color: #02376E; font: bold 1.3em Verdana, sans-serif; border-top: 0.15385em solid #999; border-left: 0.15385em solid #999; border-right: 0.07692em solid #eee; border-bottom: 0.07692em solid #eee; }
		
		#comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
		
		#comment_form .text_area { width: 32.9231em; }

		#comment_form p.subscribe-to-comments { font-size: 1.3em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

		#comment_form .form_submit { padding: 0.5em; background: url('images/submit_bg.gif') repeat-x; color: #000; border: 0.21429em double #999; border-top-color: #CDE0E6; border-left-color: #CDE0E6; font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif; cursor: pointer; }
		
		#comment_form .form_submit:hover { color: #02376E; }
			
			

/*---:[ search form styles ]:---*/

#search_form { margin: 0 0 0.5833em 0; }

html[xmlns*=""] body:last-child #search_form { margin: 0 0 0.75em 0; } /* This is a hack for Safari */

	#search_form .search_input { width: 15.91667em; padding: 0.25em; color: #777; font: normal 1.0em Verdana, Arial, Helvetica, sans-serif; border: 0.083333em solid #999; border-right-color: #eee; border-bottom-color: #eee; }
	
	#search_form .search_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
	
	#content .search_input { font-size: 0.9231em !important; }
		


/*---:[ self-clearing floats courtesy of Dan Cederholm at simplebits.com ]:---*/

#header:after, #logo:after, #nav:after, #content_box:after, .page .entry:after, #comments:after, dl#comment_list dd:after, #comment_form:after { display: block; height: 0; content: "."; visibility: hidden; clear: both; }



.custom-website-design-development{
		margin-bottom:10px;width:190px; height:103px;  float:left; text-align:center; background-image:url(http://www.cyberdesignz.com/blog/wp-content/uploads/2010/01/images_01.jpg) ;
		}
		
		.content-management-system{
		margin-bottom:10px;width:190px; height:103px;  float:left; text-align:center; background-image:url(http://www.cyberdesignz.com/blog/wp-content/uploads/2010/01/images_02.jpg) ;
		}
		
		.e-commerce-website{
		margin-bottom:10px;width:190px; height:103px;  float:left; text-align:center; background-image:url(http://www.cyberdesignz.com/blog/wp-content/uploads/2010/01/images_03.jpg) ;
		}
		
		.top-7-reasons{
		margin-bottom:10px;width:190px; height:103px;  float:left; text-align:center; background-image:url(http://www.cyberdesignz.com/blog/wp-content/uploads/2010/01/images_04.jpg) ;
		}
		
		.inner-express{margin:17px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; line-height:18px;}

