/*
Theme Name: The PaperCore
Description: A simple and clean theme. 
Author: Pexeto
Tags: clean, business, professional, jquery slider, AJAX contact form
Author URI: http://pexeto.com/
*/



/* ----------- Restart-----------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { 
	outline: 0; 
}



/* ----------- End Restart-----------------*/

/*---------------------------- TEXT STYLES ----------------------------*/

a {
	text-decoration:none;
	color:#1B6F6F;
}

a:hover {
	text-decoration:underline;
	color:#BF004F;
	font-weight:bold;
}

p a {
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	padding-top:25px;	
	text-shadow:1px 1px #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#207484;
	text-decoration: none;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color:#DD212A;
	font-weight:normal;
}


h1 {
	font-size:36px;
	line-height:36px;
	color:#46026B;
}

.postBox h1 {
	font-size:32px;
	line-height:32px;
}

h2 {
	font-size:32px;
	line-height:32px;
	color:#6B0269;
}

h3 {
	font-size:26px;
	line-height:26px;
	color:#006F6D;
}


h4 {
	font-size:22px;
	line-height:22px;
	color:#B30045;
}

.mwm-aal-title{
	font-size:22px;
	line-height:22px;
	color:#B30045;
}


h5 {
	font-size:22px;
	line-height: 22px;
	color:#7FB226;
}


h6 {
	font-size:22px;
	line-height:22px;
	color:#E3C227;
}


hr {
	background-color:#c6c6c6;
	border:#c6c6c6;
	height:1px;
}

p{
	margin-bottom:12px;
	margin-top:5px;	
}

ul{
	list-style:disc;
	margin-left:30px;
}

ol{
	margin-left:35px;
}

strong{
	font-weight:bold;
}

em{
	font-family:georgia;
	font-style:italic;
	letter-spacing:0.3px;
	font-size:105%;
}


.alignleft{
	float:left;
	margin:15px 15px 15px 0;
}

.alignright{
	float:right;
	margin:15px 0 15px 15px;
}

hr{
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-color:#c6c6c6;
}


div.hr1 {
  height: 1px;
  background-color:#c6c6c6;
}
div.hr1 hr {
  display: none;
}

div.hr2 {
  height: 1px;
  background-color:#c6c6c6;;
}
div.hr2 hr {
  display: none;
}

div.hr3 {
  height: 1px;
    background-color:#c6c6c6;
}
div.hr3 hr {
  display: none;
}


div.hr4 {
  height: 1px;
    background-color:#c6c6c6;;
}
div.hr4 hr {
  display: none;
}


div.hr5 {
  height: 1px;
  margin-top:20px;
   background-color:#c6c6c6;;
}
div.hr5 hr {
  display: none;
}

div.hr6 {
  height: 1px;
  margin-top:20px;
   background-color:#c6c6c6;
}
div.hr6 hr {
  display: none;
}




/*---------------------------- END TEXT STYLES ----------------------------*/



body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:14px;
	color:#222222;
	font-weight:300;
	line-height:1.5em;
	background-color:#fff;	
	text-shadow:1px 1px #eee;
}

#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color:#fff;
	overflow:hidden;
}

#lineTop{
	height:5px;
	background-color:#1e1e1e;
	border-bottom:1px solid #FFFFFF;
}


.center{
	height:auto;
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:0px;
	position:relative;

}

.center-footer {
	height:auto;
	width:960px;
	margin: 0 auto;
	text-align:left;
	padding:0px;
	position:relative;

}
/*---------------------------- LOGO ----------------------------*/


#logoContainer{
	height:175px;
	width:100%;
	float:left;
}



#logoContainer a{
	width:650px;
	height:144px;
	display:block;
	background-repeat:no-repeat;
	position:relative;
	top:20px;
	margin:auto;
	background-image: url(images/logo.jpg);
}



/*-------------------------MENU---------------------------------*/



#navigationContainer{
	height:41px;
	width:100%;
	float:left;
	
}

#menu{
	height:37px;
	margin:auto;
	padding:0;
	width:100%;
	background-image: url(images/menu-bg.jpg);
	
}

#menu ul{
	margin:auto;
	text-align:center;
	display:block;
	height:37px;
	padding-top:8px;
}


#menu ul li{ 
    display: inline;
}

#menu ul li a{
	text-transform:uppercase;
	padding-right:8px;
	padding-left:8px;
	font-family:arial,verdana,sans-serif;
	font-size:12.5px;
	font-weight:bold;
	line-height:16px;
	color:#173C4C;
	height:34px;
	text-decoration: none;
}

#menu ul li a:hover{
    color:#ffffff;
}

#menu ul li ul li a:hover{
    color:#2E004D;
}

#menu ul li.selected a{
	color:#222222;
}



/*---------------------------HEADER----------------------------*/

#header{
	width:960px;
	height:400px;
	float:left;
	position:relative;
	top:25px;

}

/*------------------------------SLIDER-----------------------------*/


.wrapper {
	position: relative;
	margin:0 auto;
	padding:10px;
	overflow:hidden;
	width:932px;
	height:348px;
	text-align:center;
	  -moz-box-shadow: 2px 2px 5px #DDDDDD;
-webkit-box-shadow: 2px 2px 5px #DDDDDD;
box-shadow: 2px 2px 5px #DDDDDD;
border:1px solid #DDDDDD;
	
}

.wrapper a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  background: url("images/fader-1.jpg") no-repeat scroll 0 0 transparent;
  


}

.wrapper:hover {
  	background: none no-repeat scroll 0 0 #853994;
}



/*------------------------------END SLIDER------------------------------*/

/*---------------------------- CONTENT ----------------------------*/

#contentContainer{
	margin-top:0;
	position:relative;
	min-height:200px;
	width:940px;
	float:left;
	height:auto;
	padding: 0 10px 30px 10px;
}

#topText{
	width:960px;
	margin-top:25px;
	margin-bottom:25px;
	position:relative;
	float:none;
	clear:both;
}

#topText p {
color:#065F5F;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
letter-spacing:0.2px;
line-height:1.2em;
margin-bottom:12px;
margin-top:12px;
text-align:center;
text-transform:none;
font-style:italic;
}

#topText h1 {
color:#6B0269;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:42px;
font-style:italic;
letter-spacing:0.2px;
line-height:24px;
margin-bottom:22px;
margin-top:25px;
text-align:center;
text-transform:none;
}

#content{
	height:auto;
	width:580px;
	float:left;
	padding-right:20px;
	margin-top:0;
}

#content h2+hr{
	margin-bottom:20px;
}

#pageContent{
	padding-top:0;
	padding-bottom:20px;
}

.featuredTitleContainer{
	color:#959595;
	text-transform:uppercase;
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
}

.smallSubtitle{
	color:#999999;
	font-size:14px;
	margin-top:0px;
}

/*-------------------BLOG CONTENT------------------*/

.postBoxs{
	margin-top:-15px;
	margin-left:-3px;
}

.postBoxs hr{
	margin-top:40px;
	border-width:0px;
	border-bottom-width:0px;
	border-color:#bfbfbf;
	background-color:#bfbfbf;
	color:#bfbfbf;
}

.postBox{

	margin-bottom:20px;
	margin-top:0;
	overflow:hidden;
}

.postBox h1{
	padding-bottom:5px;
	padding-top:5px;
	line-height:28px;
}

.postBox h1 a{
	text-decoration:none;
	font-weight:normal;
}

.dateRibbon{
	text-transform:uppercase;
	color:#ef9100;
	width:63px;
	height:76px;
	background-image:url(images/date_bg.jpg);
	float:left;
	margin-top:0px;
	position:relative;
	text-align:center;
}

.dateRibbon h1{
	font-size:14px;
	padding: 7px 5px 0 0;
	line-height: 14px;
}

.dateRibbon h2{
	font-size:28px;
	padding: 0 5px 0 0;
	line-height: 20px;
}

.dateRibbon h3{
	padding: 0 5px 0 0;
	padding-left:0;
	text-shadow:none;
	font-size:10px;
	line-height: 16px;
}

.month{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	display:block;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	writing-mode: tb-rl;
	filter: flipV flipH;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:9px;
	right:10px;
	font-size:11px;
	text-shadow:none;
}

.info{
	width:100%;
	min-height:80px;
	display:block;
	margin-bottom:5px;
}


.postInfo{
	font-size:13px;
	color:#7F3593;
	margin-bottom:15px;
	float:left;
	text-transform:uppercase;
	width:500px;
}

.postInfo a{
	color:#7F3593;
	text-decoration:none;
}

.postContent{
	display:block;
	clear:both;
}



.moreLink{
	color:#999999;;
	text-decoration:none;
}

.moreLink:hover{
	text-decoration:underline;
}

.postImg{
	float:left;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #d6d6d6;
	margin-right:20px;	
}

.postImg+p{
	margin-top:0px;
}

.postBoxContent h1{
	margin-bottom:20px;	
}

.pageBoxInside h2{
	padding:0px;	
}

/*-------------------PORTFOLIO CONTENT----------------*/

#portfolio{
	width:990px;
	height:auto;
	margin-left:-15px;
	margin-top:7px;
	padding:0px;
}

#portfolio img{
	float:left;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #d6d6d6;
	height:auto;
}

.portfolioItem{
	height:200px;
	width:300px;
	position:relative;
	float:left;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:30px;
	overflow:hidden;
}
.portfolioItemInfo{
	background-image:url(images/trans.png);
	width:280px;
	height:auto;
	z-index:99;
	position:absolute;
	bottom:-100px;
	left:5px;
	padding-left:10px;
	text-shadow:none;
	
}

.zeroHeight{
	height:0px;
}

p.infoTitle, p.infoTitle a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	text-decoration:none;
}
.portfolioItemInfo p{
	color:#FFFFFF;
	margin-top:0px;
	font-size:14px;
}

#navButtons{
	float:left;
}

#blogNavButtons{
	width:600px;
	margin-top:30px;
}

.navigation a{
	text-decoration: none;
}

.navigation a:hover{
	text-decoration: underline;
}

#portfolioNavButtons{
	margin-left:20px;
	width:960px;	
	float:left;
}

#navButtonLeft a{
    height:27px;
    width:33px;
	background-image:url(images/arrow_left.jpg);
	background-position:0 0;
	display:block;
	float:left;
}

#navButtonLeft a:hover {
	background-position: 0px 29px;
}


#navButtonRight  a{
   
    height:27px;
    width:33px;
	background-image:url(images/arrow_right.jpg);
	display:block;
	float:right;
	background-position:0 0;
}

#navButtonRight a:hover {
	background-position:0px 29px;
}

#navButtons{
	float:left;
	width:960px;
}


#portfolioCategories{
	margin-left:15px;
	margin-bottom:30px;
	margin-top:-10px;
	font-size:15px;
	background-image:url(images/bundle_bg.jpg);
	width:902px;
	height:39px;
	line-height:37px;
	padding-left:20px;
	color:#242520;
	text-transform:uppercase;
	position:relative;
	letter-spacing:0.3px;
	
}



.menu-submenuks-container {
	text-align:center;

}



#portfolioCategories ul{
	display:inline;
	margin:0 18px 0 0;
}

#portfolioCategories ul li{
	border-right:medium none;
	display:inline;
	list-style:none outside none;
	padding-left:10px;
	padding-right:10px;
}

#portfolioCategories ul li a{
	font-weight: normal;
	text-decoration: none;
	color:#242520;
	text-shadow: 1px 1px 2px #332A73;
}

#portfolioCategories ul li a:hover{
	color:#2c2c2c; 
}

#portfolioCategories span{
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	text-transform:uppercase;
	font-weight: normal;
}

.leftBundle{
	width:24px;
	height:41px;
	background-image:url(images/bundle_left.jpg);
	position:absolute;
	top:0px;
	left:-18px;
}

.rightBundle{
	width:24px;
	height:41px;
	background-image:url(images/bundle_right.jpg);
	position:absolute;
	top:0px;
	right:-18px;
}

.video{
width:290px;
height:190px;
background-image:url(images/video.png);
position:absolute;
top:4px;
left:4px;
}

/*----------------SERVICES CONTENT---------------*/

.servicesBox{
	margin-top:25px;
	min-height:220px;
}

.servicesBoxs h2{
	padding-top:0px;
	padding-bottom:5px;
	text-transform:capitalize;
}

.servicesBoxs h2 a{
	text-decoration: none;	
}

.servicesBoxs hr{
	width:600px;
	margin-top:10px;
	float:right;
	margin-bottom:30px;
	border:0px;
	border-bottom-width:1px;
}

.servicesImg{
	float:left;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
	margin-right:20px;
}

.borderImg{
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
}

.smallPostImg{
	float:left; 
	margin-right:10px; 
	border:1px solid #ccc;
	margin-top:4px;
}


/*-----------------------  SIDEBAR MENU  ---------------------------*/


#sidebar{
	width:310px;
	height:100%;
	float:right;
	background-color:#E5E3D4;
	background-image:url(images/site_bg.jpg);
	border:1px solid #eaeaea;

}

.sidebarBox{
	margin-left:30px;
	width:252px;
	padding-top:11px;
	padding-right:20px;
}

.sidebarTitile{
	width:356px;
	height:46px;
	background-image:url(images/sidebar_title.jpg);
	margin-left:-55px;
	text-align:center;
}

.sidebarBox h2{
	font-style:italic;
	position:relative;
	top:-21px;
}

.sidebarMenu{
	margin-bottom:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:15px;
}

.sidebarMenu h4{
	padding-top:3px;
	padding-bottom:0px;
	padding-right:30px;
	font-weight:normal;
}

.sidebarMenu h4 a{
	text-decoration:none;
}

.sidebarMenu a:hover h4{
	color:#515151;
}

.sidebarPostInfo, .sidebarPostInfo a{
	padding-top:10px;
	padding-bottom:0px;
	color:#2F2109;
	display:inline;
	text-decoration:none;
	font-size: 16px;
}

.sidebarMenu hr{
	margin-left:-30px;
	border:0px;
	border-bottom:1px solid #f2f2f2;
	background-color:#f2f2f2;
	border:#f2f2f2;
	height:1px;
}

.bubble{
	width:24px;
	height:17px;
	background-image:url(images/bubble.jpg);
	background-repeat:no-repeat;
	display:inline-table;
	position:relative;
	top:5px;
	margin-left:3px;
	margin-right:3px;
}

.sidebarMenu ul{ 	
	text-decoration: none;
	font-weight:300;
	margin-left:0px;
	list-style:none;
	margin-left:-30px;
	margin-right:-15px;
}

.sidebarMenu ul li ul{
	padding-top:8px;
	padding-left:15px;
}

.sidebarMenu ul li ul li{
	border:0px;
	list-style:none outside none;
	padding-left:0px;
	margin-left:40px;
}

.sidebarMenu ul li{
	font-size:14px;
	padding-left:30px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:50px;
	font-weight: bold;
	border-bottom: 3px solid #EFE9D1;
}

.sidebarMenu ul li a{
	display:block;
	width:245px;
	text-decoration: none;
	list-style:none;
	line-height:20px;
	font-weight: bold;
}



.sidebarMenu ul.children li {padding: 8px 0; border-top: 2px solid #EFE9D1}

#searchInput{
	height:24px;
	background-color: #f3f3f3;
	border:1px solid #dedede;
	width:154px;
}

#searchButton{
	height:25px;
	width:70px;
	background-color: #535353;
	border: 1px solid #3c3c3c;
	color:#fff;
	text-transform: uppercase;
	font-family:"Times New Roman";
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
}

.textwidget{
	padding-right:15px;
	color:#2F2109;
	font-size:13.5px;
line-height:16px;
}

.sidebarImg{
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
	float:left;
	margin-right:10px;
}

.sidebarPortfolio{
	overflow:hidden;	
	
}

.sidebarPortfolio a{
	float:left;
}

.sidebarPortfolio a img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}


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

#footer{
	height:auto;
	width:100%;
	float:left;
	background-color:#e7e7e7;
	border:0px;
	border-top:1px solid #d5d5d5;
	margin:0px;
	padding:0px;
	position:relative;
}

#footer p {
	clear:both;
	color:#222222;
	font-size:10.5px;
	line-height:14.5px;
	margin:3px 0 5px;
	padding:0 10px;
}

#footerMenu{
	float:right;
}

#footerMenu ul{
	margin-top:15px;
	text-align:left;
	font-size:12px;
	color:#656565;
}

#footerMenu ul li{
	float:left;
	text-decoration: none;
	padding-left:15px;
	list-style:none;
}

#footerMenu ul li a{
	color:#222;
	text-decoration: none;
	font-size:13px;
}

#footerMenu ul li a:hover{
	color:#000;
}

/*---------------------------------------------------*/

#pp_full_res img{
	border:1px solid #828282;
}



/*---------------------------- CONTACT PAGE ----------------------------*/
.input{
	width:250px;
	height:20px;
	border:1px solid #ccc;
	background-color:#fff;
	padding-top:6px;
	font-family:Consolas,"Lucida Console","Courier New",Courier,mono-space;
	font-size: 14px;
}

.textArea{
	height:205px;
	width:300px;
	padding-top:0px;
	font-family:Arial;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
	font-family:Consolas,"Lucida Console","Courier New",Courier,mono-space;
	font-size: 14px;
}

.errorMessage{
	color:#cc0000;
}

/*----------------------------TABLES---------------------*/

table
{
	border:1px solid #d8d8d8;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}

td
{
	border:1px solid #d8d8d8;
	padding-left:0.4em;
	padding-right:0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

td#today{
	background-color: #ededed;
}

th
{
	border:1px solid #d8d8d8;
	border:1px solid #d8d8d8;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ededed;
}

caption{
	margin-bottom:10px;	
	font-size:18px;
}

.errorMessage, #message{
	display:none;	
}

/*----------------------- Comments ---------------------------*/

p.commentTitle{
	font-size:22px;	
	margin-bottom:5px;
}

.commentContainer{
border:#d2d2ca 1px solid;
margin-top:20px;
background-color:#fff;
padding:0px;
width:550px;
}

ul.commentlist{
	margin-left:0px;	
}

.comentBox{

padding:20px;
width:500px;
min-height:140px;
position:relative;
}

.comentBox p{

margin-top:-5px;

}

.comentBox img{
margin-right:20px;
margin-bottom:10px;
margin-top:0px;
padding:4px;
background-color:#FFFFFF;
border:1px solid #d6d6d6;

}
.commentAutor{
float:left;
}

.adminRibbon{
	width:61px;
	height:62px;
	position:absolute;
	right:-8px;
	top:-2px;
	background-image: url(images/admin.png);
	background-repeat: no-repeat;
}

.ComentAutorName{
font-size:14px;

}

.commentDate{
font-size:14px;
position:absolute;
bottom:0px;
right:20px;
color:#999999;
}

.comentBoxAdmin{
background-color:#fff;
}

.commentNavigation{
	width:100%;
	float:left;
	height:50px;
	position:relative;
	margin-top:20px;
}



.commentInput{
	padding-top:4px;
	height:20px;
	width:250px;
	margin-bottom:15px;
}

.commentTextArea{
	width:350px;
	margin-bottom:15px;
}

.commentText{
	padding-top: 5px;
}


/*-----------------------  End Comments ---------------------------*/

.sf-menu {
margin:0 auto;
width:960px;
}

/* Trisha's HomeBoxes */ 


#homeboxes {
  border: none;
  display:block;
  width:960px;
  float: left;
  background-color: transparent;
  font-size: 12px;
  margin-top:0;
}

#homebox1 {

float:left;
margin:0;
padding:20px;
width:200px;
 
  }

#homebox2 {

float:left;
margin:0;
padding:20px;
width:200px;

 }

#homebox3 {
	
float:left;
margin:0;
padding:20px;
width:200px;

 }
 
 #homebox4 {

float:left;
margin:0;
padding:20px;
width:200px;

 }
 
 #homeboxes h2 {
font-size:22px;
line-height:22px;
padding-top:0;
	
 }
 
 #homeboxes ul {
color:#A84F6B;
list-style:circle inside none;
margin-left:3px;
}
 
 #content ul,  #content ol {
	margin:10px;
 }
 
 #content ul li  {
	list-style:disc outside none;
	margin:0 0 10px 25px;
 }
 
 #content ol li {
	list-style:decimal outside none;
	margin:0 0 10px 10px;
 }
 
/* Sidebar Login Avatar */

.avatar_container {
	margin:3px 0 3px 3px;
	float:right;
}



#sidebarSearch {margin:20px 0 10px;}
