/*
Theme Name: VP Theme
Theme URI: http://wordpress.org/
Description: This theme is designed for http://www.vitaminprint.com
Author: Supreet Arora
Author email: supreet@vitaminprint.com

	Vitaminprint v0.1
	 http://www.vitaminprint.com

	This theme was designed and built by supreet arora,


*/



/* Begin Typography & Colors */
#content {
	font-size: 1em
	}

.widecolumn .entry p {
	font-size: 0.8em;
	margin-top:1.5em;
	color:#525252;
	font-family: arial;
	}

.narrowcolumn .entry p {
	font-size:13px;
	color:#525252;
	font-family: arial;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: arial;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: arial;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	font-weight:normal;
	}

h2.pagetitle {
	font-size: 1em;
	}

#sidebar h2 {
	font-family: arial;
	font-size: 1em;
	}

h3 {
	font-size: 0.9em;
	}

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: #6B6A6A;
	}

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: #6B6A6A;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.85em arial;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	color:#6B6A6A;
	font-weight: bold;
	font-style: normal;
	font-size: 1.01em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: arial;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 13px arial;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999A9B;
	}

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:#6B6A6A;
	border-color: #999A9B;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	}

a:hover {
	color: #22B3F8;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em arial;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 12px;
	}

.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: both;
	font-family:arial;
	font-size:0.9em;
	font-size:12px;
}

.clear {
	clear: both;
}

/* 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 {
	font-size:13px;
	font-weight:bold;
	margin:5px 0 0;
	padding:0;
	}

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;
	padding-left:24px;
	padding-top:10px;
	padding-bottom:10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 13px;
	}

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

#sidebar ul ul, #sidebar ul ol {
	/* margin: 5px 0 0 10px; */
	padding:0px;
	}

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	position:relative;
	top:-13px;
	width: 108px;
	padding: 2px;
	border:1px solid #22B3F8;
	}

#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 input#submit {
		margin-top:8px;
		margin-bottom:8px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	height:55px;
	margin-top:5px;
	padding:2px;
	width:268px;
	_width:265px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float:left;
	height:26px;
	margin:0 0 5px 0;
	width:92px;
	margin-left:73px;
	_margin-left:84px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0px;
	padding:0 0 20px;
	list-style: none;
	border:0px;
	border-bottom:1px solid #B3B1B1;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	color:#525252;
}
.children { padding: 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: 0px;
	margin-left: 545px;
	width: 216px;
	}

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

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


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


body{
margin:0px;
padding:0px;
text-align:center;
font-family:arial;
background:#E6E6E6 none repeat scroll 0 0;
}

.float_left{
float:left;
}

.float_right{
float:right;
}

/* Header */

#header{
position:relative;
height:140px;
}

#logo
{
	padding:6px 0px 0px 3px;
}
#logo a
{
	background:transparent url(images/logo-blog.gif) no-repeat scroll 0 0;
	display:block;
	height:100px;
	text-indent:-999999px;
	width:282px;
}
/* Header END */


/* BODY */
#container{
position:relative;
width:949px;
margin:0px auto;
padding:0px;
text-align:left;
}

#maincontent{
position:relative;
height:auto;
width:100%;
margin:0px;
text-align:center;
}

#otrContent{
}

#innerContent{

float:left;
width:98%;
margin:0px 10px;
background-color:white;
padding:1px;
}

/*Content */
#content{
	margin:27px 20px;
}

.narrowcolumn{
width:640px;
_width:620px;
float:left;
}

.widecolumn {
	position:relative;
	top:-30px;
	width: 895px;
	}

.widecolumn h2{
font-size:1.2em;
}

/* SideBar */
#sidebar{
	float:left;
	margin:0px;
	margin-top:27px;
	margin-left:20px;
	width:216px;
}



/* ------------------------- FOOTER ------------------------------ */



/* ------------------------- FOOTER ------------------------------ */



#footer
{
	/*_padding:30px 100px 0 100px;*/
	padding:30px 0px 0;
	width:949px;
	margin:auto;
	background-repeat: repeat-x;
	background-position: center top;
	clear:left;
}
#main_footer ul
{
	float:left;
	padding:0px 0px 20px 0px;
	margin:0px;
	list-style:none;
}
#main_footer ul li
{
	color:#6B6A6A;
	width:120px;
	margin:0px;
	padding:0px;
	font-family: arial
	font-size: 12px;
	line-height: 15px;
}
#footer a
{
	margin:0px;
	padding:3px;
	font:12px arial
	color:#6B6A6A;
	text-decoration:none;
}
#footer p,
#main_footer div#address
{
	text-align:center;
	font:12px arial
	color:#6B6A6A;
}
#main_footer li.heading a,
#main_footer li.heading
{
	font-weight:bold;
	line-height: 25px;
}

#footer a:hover{
color:#149CDD;
}

#main_footer{
padding-left:72px;
padding-right:0px;
}

#main-footer ul{
margin-left:5px;
margin-right:5px;
}



/* RESET CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tr, td{border:0;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{margin:0;padding:0;}
body {line-height:1.5;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* ADDITIONAL CLASSES */
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.clear
{
	clear:both;
	font-size:1px;
}
.clear_left
{
	clear:left;
}

.clear_right
{
	clear:right;
}
.center
{
	text-align:center;
}
.left
{
	text-align:left;
}
.right
{
	text-align:right;
}

/* */
.tagLink a{
color:#6B6A6A;
}

.entry a:hover,.tagLink a:hover{
color:#22B3F8;
text-decoration:none;
border: 0px;
}

.entry a{
color:#6B6A6A;
border-color: #B3B1B1;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
text-decoration: none;
}

/* feeds */
#sidebar h2.feed {
	color: #E78512;
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#sidebar h2.feed a:hover {
		border:0px;
	}

#sidebar ul.feed li { color:#E75112 }
#sidebar ul.feed li a {	color:#E78512 }
#sidebar ul.feed li a:hover { color:#E75112 }

ul.feed2 li {
	float:left;
	display:inline;
	text-transform: lowercase;
	}
	
ul.feed2 li a {	color:#E78512 }
ul.feed2 li a:hover { color:#E75112 }	
	
/* End Entry Lists */








/* Author Images */
.author_image{
	margin-top:10px;
	margin-right:10px;
	width:64px;	
}









/* Navigation */
#nav1{
	margin-top:41px;
	float:left;
	position:relative;
	margin-left:30px;
	_margin-left:0px;
	_left:-70px;
}

#nav1 a{
	display:block;
	color:#6B6A6A;
	text-decoration:none;
	font-size:16px;
	padding:0px;
	margin-right:1px;
}

#nav1 a span{
	position:relative;
	top:3px;
	left:10px;
	}

#nav1 a:hover {
color:#fff;
}

#nav1 .menuItem{
	display:inline;
	width:auto;
	float:left;
	position:relative;
}

#nav1 .menuItem .dropdown{
	position: absolute;
	width: 33em;
	left: -9999em;
	background-color:#0DB1FF;
	color:#fff;
	padding-bottom:14px;
	padding-top:10px;
	z-index:999;	
}

#nav1 .menuItem .dropdown ul{
	margin:0px;
	padding:0px;
	list-style:none;	
	float:left;
	margin-left:0px;
}

#nav1 .menuItem .dropdown ul li{
	margin-top:3px;
	padding:0px;	
}

#nav1 .menuItem .dropdown ul li a{	
	width:auto;
	color:#fff;
	margin:0px;
	padding:1px 10px;
	font-size:14px;
}

#nav1 .menuItem .dropdown ul li a:hover{
/*	border-bottom:1px solid #fff;*/
text-decoration:underline;
}

#nav1 .sfhover{
	
}

#nav1 .sfhover a {
color:#fff;
}

#nav1 .sfhover .dropdown{
	left: auto;
}

#nav2{	
	margin-top:41px;
	float:left;
	position:relative;
	_left:-70px;	
	margin-left:30px;
}

#nav2 ul{
list-style:none;
}

#nav2 ul li{
	display:inline;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.favicon{
	display:block;
	width:29px;
	height:29px;
	background:transparent url('images/Menu/fav.png') no-repeat 0 0;
}

.rssicon{
	display:block;
	width:29px;
	height:29px;
	background:transparent url('images/Menu/rss.png') no-repeat 0 0;
}


.a_products{
	background:transparent url('images/Menu/products.png') no-repeat 0 0;	
	width:82px;
	height:29px;
}

.a_services{
	background:transparent url('images/Menu/solutions.png') no-repeat 0 0;
	width:82px;
	height:29px;
}
.a_cq{
	background:transparent url('images/Menu/custom.png') no-repeat 0 0;	
	width:120px;
	height:29px;
}
.a_abtus{
	background:transparent url('images/Menu/about-n.png') no-repeat 0 0;	
	width:82px;
	height:29px;
}
.a_ctus{
	background:transparent url('images/Menu/contact.png') no-repeat 0 0;	
	width:95px;
	height:29px;
}


/* hover */
#nav1 .sfhover .a_products{
	background:transparent url('images/Menu/solutions-hover.png') no-repeat 0 0;
}

#nav1 .sfhover .a_services{
	background:transparent url('images/Menu/solutions-hover.png') no-repeat 0 0;
}
#nav1 .sfhover .a_cq{
	background:transparent url('images/Menu/custom-hover.png') no-repeat 0 0;
}
#nav1 .sfhover .a_abtus{
	background:transparent url('images/Menu/about.png') no-repeat 0 0;
}
#nav1 .sfhover .a_ctus{
	background:transparent url('images/Menu/contact-hover.png') no-repeat 0 0;
}

#nav1 .sfhover a.favicon{
	background:transparent url('images/Menu/fav-hover.png') no-repeat 0 0;
}

a.rssicon:hover{
	background:transparent url('images/Menu/rss-hover.png') no-repeat 0 0;
}

/* Input boxes */

.inptBox{
	border:1px solid #999A9B;
}


.divBoxSideBar{
	background-color: #E6E6E6;
}

.PostHeadingNew{
	font-size:13px;
}

a.ReadMorePost{
	background:transparent url("images/ReadMore.png") -5px -6px;
	display:block;
	height:27px;
	width:98px;
	text-decoration:none;
	border:0px;
	margin-top:10px;
}

a.ReadMorePost:hover{
	background-position:-5px -40px;
}

.horizontalBar{
  background-color:#999A9B;
	display:block;
	height:1px;
	margin-top:16px;
	width:100%;
}

h2 a:hover, h3 a:hover{
	text-decoration:none;
	color:#22B3F8;
	border:0px;
}

.lightgrey1{
	color:#999A9B;
	font-size:13px;
}

a.lightgrey1:hover{
	color:#22B3F8;
}

p.authorTags{
	margin-top:20px;
	}

p.authorTags span{
	color:#999A9B;
}

.authorTags a{
	border:0px;
}

#commentform label{
	width:100px;
    margin-right:10px;
	color:#6B6A6A;
}

#commentform label small{
	color:#6B6A6A;
}

.borderLineEntry{
	border-bottom:1px solid #B3B1B1;
	line-height:1.2em;
	padding-bottom:22px;
}