/*  
Theme Name: Green stripe
Theme URI: ./../../../../
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: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url('./../../../../public/images/m_back.gif');
	color: #333;
	text-align: center;
	padding: 0px;
	margin: 0 0 20px;
}

a {color: #333;text-decoration: none;}
a:visited {color: #333;}
a:hover {color: #669900; text-decoration: none; background-color: #EEFFCC;}

.m_back a {color: #669900;}
.m_back a:visited {color: #b85b5a;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td{vertical-align: top;}

ul,ol {
	margin:5px 0;
	padding: 0 0 0 35px; 
}

ol li {
	list-style: decimal outside;
}

ul li {
	
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.sel,a.sel{
	color: #FF9900;
}

/* messages */

/* http://css.dzone.com/news/css-message-boxes-different-me */
.msg-error,.msg-success,.msg-info {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.msg-success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.msg-error {
	color: #D8000C;
	background-color: #FFBABA;
}

.msg-info {
	color: #00529B;
	background-color: #BDE5F8;
}

.msg-error a,.msg-success a,.msg-info a {
	color: #000;
	text-decoration: underline;
}

.msg-success-line {
	color: #4F8A10;
}

.msg-error-line {
	color: #D8000C;
}

.wrap {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	overflow: hidden;
}

.top_nav {
	background-image: url(./../../../../public/images/top_nav_back.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 40px;
	float: right;
	text-align: center;
	margin-right: 15px;
}

.total_top {
	font-size: 10px;
	float: left;
	width: 790px;
	padding-bottom: 10px;
	margin-left: 10px;
	height: 30px;
}

.nav_top {
	background: url(./../../../../public/images/downarrow.gif) left center no-repeat;
	width: 470px;
	height: 30px;
	padding: 0 0 0 12px;
	margin: 0px;
	float: left;
}

.search_top {
	width: 200px;
	float: right;
	height: 30px;
}

.m_lt,.m_rt,.m_rb,.m_lb {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.m_lt {
	background-image: url('./../../../../public/images/m_lt.gif');
	background-position: left top;
}

.m_t {
	background-image: url(./../../../../public/images/m_t.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.m_rt {
	background-image: url('./../../../../public/images/m_rt.gif');
	background-position: right top;
}

.m_r {
	background-image: url(./../../../../public/images/m_r.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

.m_rb {
	background-image: url('./../../../../public/images/m_rb.gif');
	background-position: right bottom;
}

.m_b {
	background-image: url(./../../../../public/images/m_b.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.m_lb {
	background-image: url('./../../../../public/images/m_lb.gif');
	background-position: left bottom;
}

.m_l {
	background-image: url(./../../../../public/images/m_l.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.m_pad {
	margin: 0px;
	overflow: hidden;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.m_back {
	background-color: #FFFFFF;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

/* main manu column */
.col1 {
	float: left;
	width: 90px;
	color: #666666;
	border: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.col1 ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.col1 ul li {
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.col1 ul li a,.col1 ul li a:visited {
	text-decoration: none;
	color: #666666;
	display: block;
}

.col1 ul li a:hover {
	color: #669900;
	text-decoration: none;
	background-color: #EEFFCC;
}

.col2 {
	float: left;
	width: 160px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.col3 {
	float: left;
	width: 615px;
	margin: 0 0 0 10px;
	overflow: hidden;
	padding: 0px;
}

.col0 {
	float: left;
	width: 790px;
	margin: 0 0 0 10px;
	overflow: hidden;
	padding: 0px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.footer {
	text-align: right;
	padding-top: 10px;
}

.footer2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	text-align: left;
}

.extremetracking {
	height: 15px;
	width: 15px;
	overflow: hidden;
	float: left;
}

/* google ad 1*/
.celg1 {
	height: 250px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}

.celg3 {
	height: 125px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	width: 125px;
}

/*      ---------------------------------------------------------------           */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom
		center;
}

#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}

#content {}

.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-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

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;
	margin: 10px 0;
	padding: 0px;
}

h1 {font-size: 2em;}
h3 {font-size: 1.3em;}
h2,h3{color: #900;}
h2.pagetitle {font-size: 1.6em;}

p{margin: 5px 0;}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}


/* side bar */
#sidebar {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	font-size: 13px;
	margin: 0px;
	color: #990000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#sidebar ul ul li,#sidebar ul ol li {
	color: #777;
	margin: 0px;
	padding: 0px;
}

#sidebar ul p,#sidebar ul select {
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul,#sidebar ul ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#sidebar ul ul ul,#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

/* side bar END*/



.commentlist li,#commentform input,#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite{
	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;
}

small,.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;
}



#wp-calendar #prev 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;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn {
	padding: 0px;
	margin: 0px;
}

.widecolumn {
	padding: 0px;
	margin: 0px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.widecolumn .post {
	margin: 0px;
}

.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;
}

/* End Structure */ /*	Begin Headers */
h2,h2.pagetitle {
	
}

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. */

.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;
}

/* End Entry Lists */ 

/* Begin Form Elements */
#searchform,.searchform {
	text-align: right;
	margin: 0px;
	padding: 0px;
	border:solid 1px #900;
}

#searchform #s,.searchform .q {
	width: 105px;
	padding: 2px;
	font-size: 12px;
	color: #666666;
	border: none;
}

#searchsubmit,.searchsubmit {
	width: 80px;
	background-color: #900;
	border: 1px solid #900;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0 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: 97%;
	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 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: 0px;
}
/* End Various Tags & Classes*/



/* main site styles */
.portfolio ul{ margin:0 0 0 60px;padding:0; list-style: none; text-align: left; }
.portfolio ul li{width: 66px; float:left; margin:0 0 0 20px; padding:0; overflow: hidden;}
.portfolio ul li ul{margin:0;}
.portfolio ul li ul li{margin: 10px 0;}
.portfolio ul li ul li img{ width: 60px; height: 45px;}
.portfolio ul li.cat a{ width: 66px; height: 240px; display:block; text-indent: -9000px;}
.portfolio ul li.cat1 a{background:url('./../../../../public/images/vcat_1.gif')}
.portfolio ul li.cat2 a{background:url('./../../../../public/images/vcat_2.gif')}
.portfolio ul li.cat3 a{background:url('./../../../../public/images/vcat_3.gif')}
.portfolio ul li.cat4 a{background:url('./../../../../public/images/vcat_4.gif')}
.portfolio ul li.cat li a{height: 45px; width:60px; padding:2px; border:solid 1px; background-image: none;text-indent: 0px;}


.portlist{margin-right: 10px;}
.portlist ul{list-style: none; margin:0;padding:0;}
.portlist ul li{padding:5px;margin:0 0 10px 0;background-color: #f5f5f5;}

.portlist img.rad5{background-color: #fff; padding:5px; border: solid 2px #eee; margin-right: 10px;}

.sub_title{color: #b85b5a; font-style: italic;}

.rad5{	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rad10{	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/*padding right*/
.pr10{padding-right: 10px;}

.box{padding:10px;margin:0;background-color: #f5f5f5;}
.box2{border:solid 3px #f5f5f5;}
ul.navbox{padding:10px;margin:0 0 10px 0;background-color: #f5f5f5; list-style: none;}
ul.navbox li{padding:0;margin:3px 0;border-bottom: solid 1px #ccc;}
ul.navbox li ul{padding:0;margin:0 0 0 10px;list-style: none;border-top: solid 1px #ccc;}
ul.navbox h3{margin:0;}
ul.navbox .lng{text-align: right;}

/* related products ekts*/
.related_products{border: solid 5px #eee;padding:3px; margin:0 0 10px; text-align: center;}
.related_products h3{margin:0;}
.text_point{color:#999999;font-style:italic;text-align: right;}

/* project links */
ul.project_links{ padding: 0; margin: 0 0 10px 0;}
ul.project_links li{ padding: 0 0 0 15px; margin: 3px 0; background-position: left center; background-repeat: no-repeat;}
.project_links .info{background-image: url('./../../../../public/images/in.gif');}
.project_links .file{background-image: url('./../../../../public/images/dw.gif');}
.project_links .url{background-image: url('./../../../../public/images/wb.gif');}
.project_links .prev{background-image: url('./../../../../public/images/pr.gif');}
.project_links .screens{background-image: url('./../../../../public/images/sc.gif');}
.project_links .doc{background-image: url('./../../../../public/images/dc.gif');}
.project_links .blank{background-image: url('./../../../../public/images/blank.gif');}

/* paginator */
.paginator{margin:20px 0px;font-weight:bold;}
.paginator a,
.paginator span{ padding:3px 6px; border:solid 1px #ddd; background-color: #F9F9F9;}
.paginator a{ text-decoration:none;}
.paginator a:hover,
.paginator span,
.paginator a.sel{background-color:#ddd;}

/* floating ad 250 */
.float_right_250{width:250px;float: right;margin:0 0 10px 10px;}

/* table grid */
.grid{ border-collapse: collapse; width: 100%; background-color: #fcfcfc;}
.grid th{ background-color: #eee; text-align: left; padding: 10px 5px;}
.grid tr.r1 td{ background-color: #f9f9f9;}
.grid td{ border-bottom: solid 1px #ddd; padding: 5px;}

/* featured projects */
.featured_projects{margin:0; padding:0; list-style: none;}
.featured_projects li{width: 235px; height:70px; overflow:hidden; margin:0 10px 10px 0; padding:0;float:left; background-color: #f5f5f5; padding:10px; }
.featured_projects li h3{ margin: 0;}
.featured_projects li img{float: left; margin: 0 5px 5px 0;}
.featured_projects li.big{height:150px; }


/* links */
.links{}
.links ul{margin: 0;padding:0;}
.links ul li{margin: 3px 0 3px 15px; padding:0;}

.project_thumb{text-align: center;}

/* fix link background for popup box */
#sb-container a:hover{background-color: transparent;}