/*
Theme Name: LovelyPrint Business Template
Theme URI: http://themeforest.net/
Description: Colorful portfolio, product site.
Version: 1.0
Author: Ivor Padilla
Author URI: http://twitter.com/iPad

=====================================
1.- General Section
=======================================*/
#page {
	width: 100%;
	margin: 0;
	background: url(../images/bg.jpg) repeat;
	padding: 0;
}
div.hr {
	border-top: 1px dashed #CCC;
	background: url(../images/scissor-trans.png) no-repeat 0 -7px;
	height: 13px;
	margin:30px 0 20px 0;
}
div.hr hr {
	display:none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.center {
	text-align: center;
}
H1,
H2,
H3,
H4,
H5,
H6 {
	color: #6F6F6F;
	line-height: 24px;
}
/*======================================================== 
          Error / Success / Notice   
=========================================================*/ 
 
.notes {
	background: #f0f0f0;
	border: 1px solid #b8b8b8;
}
.success {
	background: #ccfcd1;
	border: 1px solid #60a400;
}
.error {
	background: #f9e3e3;
	border: 1px solid #e79e9e;
}
.notice {
	background: #fcf0cc;
	border: 1px solid #ecc735;
}
.notes,
.notice,
.success,
.error {
	font-size: 100%;
	color:#484848;
	padding:10px;
	width:auto;
	margin: 0 0 20px 0px;
	text-align:center
}
.notes span,
.notice span,
.success span,
.error span {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 40px;
}
.notes p,
.success p,
.error p,
.notice p {
	margin: 0px;
	padding: 0px 40px;
}
/*=====================================
2.- HEADER
=======================================*/

/*Logo*/
#logo A {
	display: block;
	overflow: hidden;
	height: 44px;
	width: 322px;
	text-indent: -9999px;
	margin: 40px 0 60px 5px;
	background: transparent url(../images/ppogo-transshadow.png) no-repeat top left;
}
/*Main Navigation*/
UL.menu {
	margin-top: 60px;

}
UL.menu LI {
	float:left;
	position:relative;
	min-width:1em;
	_padding:0;
	padding-left:27px;
	list-style:none;
	left:68px;
	_left:0;
	*left:0;
}
UL.menu LI A {
	color: #FFFFFF;
	text-shadow:1px 1px #505050;
	font: 14px 'Myriad Pro', Arial, 'Sans Serif';
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	padding: 0 10px 6px 10px;
	margin-left:-30px;
	_margin:0;
	_padding:0; /*Necessary for IE6*/
	*margin:0;/*Necessary for IE7*/
	*padding:0;
}
UL.menu LI A:hover {
	padding: 0 10px 6px 10px;
	border-bottom: 5px solid #FFFFFF;
	*text-decoration:underline;
	_padding:0; /*Necessary for IE6*/
    *padding:0; /*Necessary for IE7*/
}
UL.menu LI A.current {
	color: #FFFFFF;
	padding: 0 10px 6px 10px;
	border-bottom: 5px solid #FFFFFF;
	_padding:0; /*Necessary for IE6*/
 *padding:0;
}
/*=====================================
Slider
=======================================*/
#mainSlider {
	position: relative;
}
#slider {
	background: transparent url(../images/main_banner-trans.png) no-repeat top left;
	height: 328px;
	position: relative;
	margin: 0px 0px -35px 0;
	padding: 0;
	z-index: 2;
}
#slider .badge {
	position: absolute;
	top: -5px;
	left: 816px;
	z-index: 3;
}
#slider UL,
#slider LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider LI {
	width: 943px;
	height: 328px;
	overflow: hidden;
}
#prevBtn,
#nextBtn {
	display: block;
	width: 39px;
	height: 40px;
	position: absolute;
	left: 840px;
	top: -28px;
	z-index: 1;
}
#nextBtn {
	left: 885px;
	background: transparent url(../images/right-trans.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 1;
}
#prevBtn A,
#nextBtn A {
	display: block;
	width: 111px;
	height: 39px;
}
#prevBtn A {
	background: transparent url(../images/left-trans.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 111px;
	height: 39px;
}
#slider h1,
#slider p {
	clear:both;
	display:block;
	float:left;
	margin:28px 0 0 30px;
	width:280px;
	_margin-left:15px;
}
#slider img.imageslider {
	margin: 18px 0 0 37px;
	padding: 5px;
	background: #CCC;
}
#slider img:hover.imageslider {
	margin: 18px 0 0 37px;
	padding: 5px;
	background: #E1DFDF;
}
#slider A {
	color: #6F6F6F;
	text-decoration: none;
}
#slider A:hover {
	color: #909090;
	text-decoration: underline;
}
#slider P {
	color: #515151;
}
.details {
	float: left;
	width: 230px;
	margin: 35px 0 0 25px;
}
/*=====================================
Main Content
=======================================*/
#tag {
	background: transparent url(../images/tag_background-trans.png) no-repeat left top;
	padding-bottom: 30px;
}
#tag IMG {
	margin-top: -41px;
	margin-right: 59px;
}
#tag .pricing {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/pricing-trans.png) no-repeat;
	margin: 20px 0 15px 20px;
	height: 38px;
}
#tag .blog {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/blog2-trans.png) no-repeat;
	margin: 20px 0 15px 20px;
	height: 38px;
}
#tag .about {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/about-trans.png) no-repeat;
	margin: 20px 0 15px 20px;
	height: 38px;
}
#tag .contact {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/contact-trans.png) no-repeat;
	margin: 20px 0 15px 20px;
	height: 38px;
}
#mainContent {
	background: #FFFFFF url(../images/main_cont_top.jpg) repeat-x top left;
}
.blogp {
	_margin-bottom:-90px;
} /*This is for IE6 (Yes, I Know... IE6 is a pain in the ass ;) )*/
#mainContent h1.mainColumns {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#mainContent A {
	color: #6F6F6F;
	text-decoration: none;
	font-weight: bold;
}
#mainContent A:hover {
	color: #909090;
	text-decoration: underline;
}
#mainContent P {
	color: #525151;
}
DIV#mainContent A.readmore {
	background: #787878 /*Set the Background of the Button*/ url(../images/alert-overlay-trans.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25); /*RGB Made easy customization*/
	position: relative;
	cursor: pointer;
}
DIV#mainContent A:hover.readmore {
	background-color: #616161;
}
DIV#mainContent A:active.readmore {
	top: 1px;
}
#mainContent #col1 IMG {
	float: left;
	padding-right: 9px;
}
#mainContent #col2 IMG {
	float: left;
	padding-right: 9px;
}
#mainContent #col3 IMG {
	float: left;
	padding-right: 9px;
}
#mainContent #col3 SPAN {
	color: #6F6F6F;
	font-style: italic;
	font-size: 12px;
}
#mainContent #col3 A {
	color: #6F6F6F;
	font-style: italic;
	font-size: 12px;
}
/* ================================================= */
/* 	 INPUT FIELD CSS                                 */
/* ================================================= */
#contactinfo {
	padding:30px;
	width:600px;
}
form {
	padding-left:136px;
}
form span {
	color:red
}
form input {
	background-color: #FAFAFA;
	background-image: url("../images/bg_box.gif");
	color: #484848;
	padding: 2px;
	border-radius:5px;
}
form textarea {
	vertical-align:top;
	width:330px;
}
form input[type=radio],
form input[type=checkbox] {
	border: none;
}
input[type=text],
input[type=password] {
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background: #fff url('../images/bg_box2.gif') repeat-x top left;
	border: 1px solid #b8b8b8;
	padding: 5px 8px;
	margin: 2px 0px;
}
textarea {
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background: #fff url('../images/bg_box.gif') repeat-x top left;
	border: 1px solid #b8b8b8;
	padding: 5px 8px;
	margin: 2px 0px;
}
input[type=text]:focus,
input[type=password]:focus {
	background: none;
}
textarea:focus,
input:focus {
	background:none;
}
form div input.inputCheckbox,
form div input.inputRadio,
input.inputCheckbox,
input.inputRadio {
	width: auto;
	margin: 2px 10px;
}
.button1 {
	background: #33729D url(../images/alert-overlay-trans.png) repeat-x;
	padding: 5px 10px 6px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #699DC7;
	margin-left: 229px;
	position: relative;
	cursor: pointer;
}
.button1:hover {
	background: #6BA2C8;
}
/*=====================================
Columns
=======================================*/
#columns_top {
	margin-top: 28px;
	padding: 0px 0px 276px;
}
DIV#col1,
DIV#col2,
DIV#col3 {
	width: 270px;
	padding: 0px 0px 0px 23px;
}
DIV#columns_bottom .image {
	display: block;
	float: left;
	padding-top: 5px;
	padding: 4px;
	background: #DCDCDC;
	border: 1px solid #A7A7A7;
	clear: both;
	width: 44px;
	height: 44px;
}
/*=====================================
Blog Posts
=======================================*/
#mainContent .comments {
	background: transparent url(../images/comment-trans.png) no-repeat 0 0;
	height: 64px;
	width: 56px;
	font-size: 18px;
	position: absolute;
	line-height: 46px;
	text-align: center;
	right: -2px;
	top: -2px;
}
#mainContent .comments A {
	color: #252525;
}
.post {
	position: relative;
}
#blogposts {
	margin: 35px 0 150px 35px;
}
#blogposts IMG {
	float: left;
	margin: 10px 19px 10px 3px;
}
#blogposts,
#blogposts IMG {
	padding-top:15px;
}
.images_bg {
	padding: 7px;
	background: #F0F2F3;
	border: 1px solid #D3D3D3;
}
.margin15 {
	margin: 8px;
}
#blogposts SPAN.datetag {
	font-size: 11px;
	color: #585858;
	text-align: right;
	/*+placement:shift 106px -25px;*/
	position: relative;
	left: 106px;
	top: -30px;
	left: -1px;
	top: -4px;
	padding: 4px 10px 4px 9px;
	background: #F2F2F2;
	border: 1px solid #B9B9B9;
	/*+border-radius:2px;*/
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#blogposts H1 {
	color: #498BB1;
}
/*=================================
Navigator
=================================*/
.pages {
	margin-top: 37px;
	text-align: center;
	margin-bottom: -99px;
	_margin-bottom:2px;
}
.paginator {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.paginator A,
.pageList .this-page {
	-moz-background-clip: border;
	background: #F0F0F0 none repeat scroll 0 0;
	border: 1px solid #DCDCDC;
	padding: 2px 6px;
	text-decoration: none;
	/*+border-radius:2px;*/
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.paginator A:visited {
	-moz-background-clip: border;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	padding: 2px 6px;
	text-decoration: none;
}
.paginator .prev {
	-moz-background-clip: border;
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #DDDDDD;
	margin-right: 20px;
	padding: 2px 6px;
}
.paginator .break {
	-moz-background-clip: border;
	background: #FFFFFF none repeat scroll 0 0;
	border: medium none #000000;
	padding: 2px 6px;
	text-decoration: none;
}
.paginator .next {
	-moz-background-clip: border;
	background: #F0F0F0 none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	margin-left: 20px;
	padding: 2px 6px;
}
.paginator .AtEnd {
	-moz-background-clip: border;
	background: #FFFFFF none repeat scroll 0 0;
	color: #AAAAAA;
	margin-left: 20px;
	padding: 2px 6px;
}
.paginator .this-page {
	-moz-background-clip: border;
	background: #FFFFFF none repeat scroll 0 0;
	border-color: #999999;
	color: #3A79A4;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 6px;
	vertical-align: top;
}
.paginator A:hover {
	background: #D9D9D9;
	border-color: #A3A9B0;
}
.pages DIV.results {
	color: #AAAAAA;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
	margin-top: 8px;
	text-align: center;
}
/*==================================
Pricing Table
===================================*/
TABLE A,
TABLE A:link,
TABLE A:visited {
	border: none;
}
IMG {
	border: 0;
	margin-top: 0.5em;
}
TABLE {
	font-size: 0.9em;
	width: 90%;
	border-top: 1px solid #E3F1FE;
	border-right: 1px solid #E3F1FE;
	margin: 1em auto;
	border-collapse: collapse;
}
CAPTION {
	color: #9BA9B4;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 1em 0 0;
	margin-bottom: 0;
	caption-side: top;
	text-align: center;
}
TR.odd TD,
TR.odd .column1 {
	background: #F4F9FE url(../images/background.jpg) no-repeat;
}
.column1 {
	background: #F9FCFE;
}
TD {
	color: #515050;
	border-bottom: 1px solid #E3F1FE;
	border-left: 1px solid #E5EFF8;
	padding: 0.3em 1em;
	text-align: center;
}
TH {
	font-weight: normal;
	color: #515050;
	text-align: left;
	border-bottom: 1px solid #E3F1FE;
	border-left: 1px solid #E5EFF8;
	padding: 0.3em 1em;
}
THEAD TH {
	background: #F4F9FE;
	text-align: center;
	font: bold 1.2em/2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #66A3D3;
}
TFOOT TH {
	background: #F4F9FE;
	text-align: center;
}
TFOOT TH STRONG {
	font: bold 1.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0.5em 0.5em 0.5em 0;
	color: #66A3D3;
}
TFOOT TH EM {
	color: #F03B58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
/*Pricing Box*/
.pbox {
	width: 177px;
	-moz-background-clip: border;
	/*-moz-background-inline-policy: continuous
-moz-background-origin: padding*/
	margin: 30px 0 0 28px;
	padding: 0 13px;
	background: url(../images/p_box.jpg) no-repeat scroll 0% 100%;
}
.pbox H3 {
	color: #3F7EA9;
	background: transparent url(../images/top_box-trans.png) no-repeat 0 0;
	margin: 0 -13px 18px;
	padding: 7px 13px;
	text-shadow: 1px 1px 0 #FFFFFF;
	font: 400 18px 'Myriad Pro', Arial, 'Sans Serif';
}
.pbox .title {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	display: block;
	margin: 0 0 0 0px;
	padding-bottom: 10px;
}
.pbox P {
	text-align: left;
	padding: 0 2px;
}
.pbox .boxcontent {
	float: left;
	padding: 0 17px 8px 0;
	margin-left: 4px;
}
.learnmore {
	display: block;
	overflow: hidden;
	width: 154px;
	padding: 10px 0;
	margin: -30px 0 0 8px;
	border-top: 1px solid #C7E1FC;
}
#mainContent .product-left {
	width: 600px;
	margin: 30px 0 0 50px;
}
.product-left H2 {
	color: #3F7EA9;
}
.product-left LI {
	line-height: 24px;
	color: #525151;
	list-style-image: url(../images/check-trans.png);
}
#bigbuttom IMG {
	margin: 30px auto;
	display: block;
	height: 99px;
}
/*=====================================
Sidebar
=======================================*/
#sidebarContainer {
	float: right;
	margin: 30px 0 0;
	position: relative;
}
#sidebar {
	background: #F6F6F6;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#sidebar .rss {
	position: absolute;
	top: -43px;
	left: 20px;
}
#sidebarContainer .feed {
	position: absolute;
	top: -22px;
	left: 90px;
	font-size: 12px;
	color: #8A8A8A;
}
#sidebarContainer .feed A {
	font-size: 12px;
	color: #8A8A8A;
	text-decoration: none;
	font-weight: bold;
}
#sidebarContainer .feed A:hover {
	text-decoration: underline;
}
DIV#sidebar #sponsors IMG {
	padding: 0px 13px 8px 0px;
}
DIV#sidebar #sponsors {
	padding: 0 0 12px 24px;
}
#sponsors_heading {
	display: block;
	overflow: hidden;
	height: 21px;
	width: 143px;
	text-indent: -9999px;
	margin: 17px 0 0 74px;
	padding: 0 0 17px;
	background: transparent url(../images/sponsors.jpg) no-repeat top left;
}
DIV.hr_sidebar {
	height: 30px;
	background: transparent url(../images/hr_sidebar.jpg) repeat-x;
}
DIV.hr_sidebar HR {
	display: none;
}
#archives {
	position: relative;
}
.archiveHeading {
	display: block;
	overflow: hidden;
	height: 17px;
	width: 104px;
	text-indent: -9999px;
	margin: -15px 0 10px 92px;
	background: transparent url(../images/archives.jpg) no-repeat top left;
}
#sidebar A.archivesLinks {
	color: #FFF;
	padding: 2px 10px;
	background-color: #D0D0D0;
	position: relative;
	top: -12px;
	left: 182px;
}
#sidebar A:hover.archivesLinks {
	padding: 2px 10px;
	background-color: #E0DFDF;
}
#sidebar #archives P {
	width: 200px;
	margin-left: 50px;
	color: #A3A1A1;
}
.searchsiteHeading {
	display: block;
	overflow: hidden;
	width: 136px;
	text-indent: -9999px;
	margin: -15px 0 10px 80px;
	background: transparent url(../images/search.jpg) no-repeat top left;
}
#sidebar #search #searchform {
	background: url(../images/search_bg.jpg) repeat-x top left;
	border: 1px solid #CCC;
	height: 15px;
	color: #666;
	float: left;
	margin-right: 7px;
}
#sidebar #search input[type="text"] {margin:0;}
#sidebar #search #buttom {
	background: #D0D0D0;
	height: 26px;
	width: 60px;
	margin: 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	color: #FFFFFF;
	/*+border-radius:3px;*/
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
#sidebar #search FIELDSET {
	padding: 0 0 20px 34px;
}
.categoriesHeading {
	display: block;
	overflow: hidden;
	width: 132px;
	text-indent: -9999px;
	margin: -15px 0 10px 80px;
	background: transparent url(../images/categories.jpg) no-repeat top left;
}
#categories UL {
	list-style: none;
	width: 265px;
}
#categories UL LI {
	color: #8F8F8F;
	padding: 7px 0 7px 15px;
	border-top: 1px dotted #CACACA;
}
#categories UL LI:hover {
	/*HOVER*/
	background-color: #E8E6E6;
	padding: 7px 0 7px 15px;
	border-top: 1px dotted #CACACA;
}
#categories UL LI A {
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
}
#categories UL LI A:hover {
	color: #8F8F8F;
	text-decoration: underline;
}
/*================================
Left Content and sidebar (About-us.html)
=================================*/
#leftcontent {
	padding: 30px 0 0 30px;
}
#leftcontent IMG {
	padding: 6px;
	background: #EBEBEB;
	border: 1px solid #CFCFCF;
	margin-left: 2px;
	margin-bottom: -1px;
	margin-right: 15px;
	margin-top: -2px;
}
#leftcontent IMG.right
{
	margin: 0px -6px 15px 20px;
}

#rightbar {
	float: right;
	margin: 30px 0 0;
	padding: 0 15px 0 35px;
	background: url(../images/divider.jpg) repeat-y 10px 0;
}
DIV#leftcontent .emphasis {
	padding: 2px 3px;
	background: #D4DFE3;
	font: bold 1em sans-serif;
	color: #195A72;
}
/*=====================================
Footer and Copyright
=======================================*/
#footernav UL {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 23px;
}
UL#footernav LI {
	padding: 0 0 10px;
	display: block;
}
#footernav A {
	color: #808080;
	font-size: 12px;
	text-decoration: none;
}
#footernav A:hover {
	text-decoration: underline;
}
div#footernav UL LI {
	padding-bottom: 5px;
}
div#footernav H3 {
	color: #525151;
	font-size: 14px;
	margin-left: 53px;
	margin-top: 5px;
	margin-bottom: 4px;
}
#bottombg {
	background: url(../images/bottombg-trans.png) no-repeat;
	height: 40px;
	margin: 0 10px;
	width: 940px;
	clear:both;
}
#footernav {
	background: url(../images/footer_bg.jpg) repeat-x center bottom;
	width: 940px;
	margin: 0 10px;
	height: 195px;
	clear: both;
}
#footernav .col1,
#footernav .col2,
#footernav .col3,
#footernav .col4 {
	width: 195px;
	text-align: center;
	padding: 0 0 0 8px;
}
#copyright {
	float: inherit;
}
#copyright p {
	padding:15px 0 0 20px;
 *margin-bottom:20px;
	color: #FFFFFF;
	font-weight: 900;
}
#copyright A {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright A:hover {
	text-decoration: none;
}
