/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background:url(images/kubrickheader.jpg) repeat-x 0px -21px; /*height:149px*/
	
	}

/*#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 1003px; 
	} */

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	
	}

#footer {
 background:#ffffff;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background:url(images/video_top.jpg) no-repeat  top left; width:255px; height:28px;
	line-height:28px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;

	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	background:#f5f5f5;
	}

#page {
	background-color: white;
	margin:auto;
	padding: 0;
	width: 1003px;
	border: 1px solid #959596;
	}

/*#header {
	background-color: #73a0c5;
	padding: 0; 
	height: 149px; 
	width: 1003px;
	}*/

#headerimg {
	margin: 0;
	height: 130px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 670px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: -50px 0 0 25px;
	*margin: -5px 0 0 25px;
	width: 940px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 977px;
	line-height:17px;
	clear: both;
	border-top:1px solid #D3D3D3;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0px 0px 0px 10px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";

	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	border:1px solid #D3D3D3;
	border-bottom:none;
	width:243px;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding-left:10px;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;

	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0px 0px 0px -10px;
	padding:0px 0px 0px 5px;
	height:20px;
	line-height:20px;
	border-bottom:1px solid #D2D2D2;
	background:url(images/libg.jpg) repeat-x top left;


	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 7px; 
	text-align: left;
	
	}

#sidebar #searchform #s {
	width: 166px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 735px;
	width: 190px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
/*style sheet by us 5 march 08 start*/
.logo{ background:url(images/logo.gif) no-repeat; width:175px; height:90px; float:left}
/*.top_nav{ width:767px; float: right;}
.top_nav ul{ padding:0px; margin:75px 0px 0px 0px; list-style:none; float:left}
.top_nav ul li{ list-style:none; float:left; background:url(images/top_nav_bg.jpg) no-repeat top right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none; height:27px; line-height:27px; padding:0px 5px 0px 0px; margin:0px 0px 0px 2px}
.top_nav ul li a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none;}
.top_nav ul li a:hover{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:underline;}
.head_width{ width:1003px; margin:auto; }
.top_nav_left_img{ background:url(images/top_nav_left.jpg) no-repeat top left; width:8px; height:27px; float:left}*/
.clear{ clear:both}
.mobile-phone{ width:1003px; margin:0px 0px 0px 0px; clear:both}
.top_txt{ width:600px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#000000; text-decoration:none; height:40px; line-height:40px; font-weight:bold; padding:0px 0px 0px 24px}
.top_txt_1{ font-family:Arial, Helvetica, sans-serif; font-size:19px; color:#000000; text-decoration:none;font-weight:bold}
.top_search{ width:263px; float:right; background:url(images/topsearchbg.jpg) repeat-x top left; height:40px; line-height:40px; margin:-4px 0px 0px 0px;}
.top_search_1{ background:url(images/topserach_img.jpg) no-repeat top left; width:12px; height:40px; float:left}
.top_search_2{ float:right; width:240px; height:40px; line-height:40px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff; padding:0px 0px 0px 0px; vertical-align:top; margin:0px 0px 0px 0px}
.form_gap{ margin:0px; padding:0px}
.textfield{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; width:150px; margin-top:11px; text-decoration:none; border:1px solid #991413; height:14px}
.textfield_1{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; margin-top:11px; text-decoration:none; border:1px solid #991413; height:14px;}
.btn{ background:#FB9F20; border:1px solid #B86B00; font-family:Tahoma; font-size:11px; color:#ffffff; text-decoration:none; font-weight:bold}
.video_main{ width:255px}
.video_top{ background:url(images/video_top.jpg) no-repeat top left; width:255px; height:20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; text-decoration:none; font-weight:bold; padding:8px 0px 0px 10px}
.video_bottom{ background:url(images/video_bottom.jpg) no-repeat top left; width:255px; height:15px}
.video_mid{ background:#E4E4E4; border:1px solid #0B3170; border-bottom:none; border-top:none}
.video_mid_img{ background:url(images/video.jpg) no-repeat bottom left; width:200px; height:195px; margin:0px 0px 0px 26px;}
.p1{ background:url(images/p_1.jpg) no-repeat top left; width:39px; height:82px; margin:5px}
.four_border{ border:1px solid #D3D3D3; width:240px;*width:253px;  margin-left:0px}
.four_border_1{ border:1px solid #D3D3D3; width:253px;*width:253px;  margin-left:0px}
.p1_img{ background:url(images/nokia-n97.gif) no-repeat top left; width:39px; height:82px;  margin:5px 5px 5px 5px; float:left; cursor:pointer}
.p2_img{ background:url(images/samsung-tocco-lite.gif) no-repeat top left; width:39px; height:82px;  margin:5px 5px 5px 15px; float:left; cursor:pointer}
.p3_img{ background:url(images/sony-ericsson-w995.gif) no-repeat top left; width:39px; height:82px;  margin:5px 5px 5px 15px; float:left; cursor:pointer}
.p4_img{ background:url(images/samsung-s8000-jet.gif) no-repeat top left; width:39px; height:82px;  margin:5px 5px 5px 15px; float:left; cursor:pointer}
.p5_img{ background:url(images/laptop.gif) no-repeat top left; width:57px; height:78px; margin-left:7px;  float:left; cursor:pointer}
.p6_img{ background:url(images/sony-ps3-slim-120gb.gif) no-repeat top left; width:57px; height:78px;  float:left; cursor:pointer}
.p7_img{ background:url(images/nintendo-wii.gif) no-repeat top left; width:57px; height:78px;  float:left; cursor:pointer}
.p8_img{ background:url(images/37-inch-lcd-tv.gif) no-repeat top left; width:57px; height:78px;  float:left; cursor:pointer}
.click-here{ text-align:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none; padding:5px}
.click-here a{ text-align:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:none; padding:5px}
.click-here a:hover{ text-align:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-decoration:underline; padding:5px}
.serach_top{ background:url(images/search.jpg) no-repeat top  left; width:255px; height:21px; margin:10px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; text-decoration:none; font-weight:bold; padding:7px 0px 0px 6px}
.fooer_new_content {font-size: 9px; font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}

.top_nav{background:url(images/bg-hlink.gif) repeat-x;float:left;width:828px;height:25px;display:inline;padding:0px 0 0px;margin-top:8px; margin:55px 0px 0px 0px; overflow:hidden; font-weight:bold}
.top_nav ul { display:inline; list-style:none}
.top_nav ul li{list-style-type:none; display:inline; margin-left:5px; padding:0px 5px 0px 5px; float:left; height:25px; font-size:11px; background:url(images/hlink-vbar.gif) 0px 2px no-repeat;}
.top_nav li ul a {	color:#ffffff;	background: url(images/more-bull.gif) no-repeat left; padding: 2px 0px 2px 15px;}
.top_nav li ul a:hover {	background: url(images/more-bull.gif) no-repeat left #D50809;	padding: 2px 0px 2px 15px;}
#top_nav { float:left; height:25px; display:inline; margin:0px; padding:0px 0 0px; color:#FFFFFF; font-size:12px;  }
#top_nav a{padding-right:.1em;display:block;padding-left:.2em;padding-bottom:0.5em;padding-top:0.5em; text-decoration:none;color:#ffffff;}
#top_nav a:hover{padding-right:.1em;display:block;padding-left:.2em;padding-bottom:0.5em;color:#ffffff;padding-top:0.5em;text-decoration:none;}



/*.top_nav{ width:835px; float: left;}
.top_nav ul{ padding:0px; margin:75px 0px 0px 0px; list-style:none; float:left}
.top_nav ul li{ list-style:none; float:left; background:url(images/top_nav_bg.jpg) no-repeat top right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none; height:27px; line-height:27px; padding:0px 5px 0px 0px; margin:0px 0px 0px 2px}
.top_nav ul li a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none;}
.top_nav ul li a:hover{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:underline;}
.head_width{ width:1003px; margin:auto; }
.top_nav_left_img{ background:url(images/top_nav_left.jpg) no-repeat top left;   width:6px; height:27px; float:left}
*/

.dropmenudiv_a{
position:absolute; top: 10px; *top: 0;   margin-left:16px; *margin-left:18px; font:bold 11px Arial; line-height:18px; z-index:1000; background:#BF0405;  width: 180px; visibility: hidden;}


.dropmenudiv_a a{
display: block; background:#BF0405 url(images/more-bull.gif) no-repeat 5px 10px; border-bottom:#fff 1px solid; padding:3px 0px 3px 15px; text-decoration: none; color: #fff; }

* html .dropmenudiv_a a{ 
width: 100%;;
}

.dropmenudiv_a a:hover{ 
color: #fff; text-decoration:none; background:#D50809 url(images/more-bull.gif) no-repeat 5px 10px;  }


/*.top_nav li ul {font-weight: normal; left:-999em; _left:-9em; margin: 0px; margin-left:-11em; width: 180px; position: absolute; height: auto; margin-top:0px; text-align:left; background:#BF0405; _width:175px;}
.top_nav li ul li {
	width: 175px;
	background:none;
	border-bottom:#FF0000 1px solid;
	padding: 2px 0px 2px 0px;
	

	
}
.top_nav li ul a {
	color:#ffffff;
	background: url(../images/more-bull.gif) no-repeat left;
	padding: 2px 0px 2px 15px;
	
}

.top_nav li ul a:hover {
	background: url(../images/more-bull.gif) no-repeat left #D50809;
	padding: 2px 0px 2px 15px;
	
}

.top_nav li:hover ul {
	left: auto
}
.top_nav li li:hover ul {
	left: auto
}

.top_nav li.sfhover ul {
	left: auto
}
.top_nav li li.sfhover ul {
	left: auto
}

.top_nav li ul li:hover {
	background:#BF0405;
}

.top_nav li ul li.sfhover {
	background:#BF0405;
	}
.top_nav table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
.top_nav iframe {position:absolute; left:-9999px; top:-9999px; list-style:none;}	
.top_nav :hover iframe.two {left:0; top:25px; _top:25px; *top:25px; width:202px; height:103px;}



*/
