/* Philadelphia Handmade Paper Company Main Style Sheet*/

/*<group=global typography>*/

body {
	margin: 0;
	padding: 0;
	background-color:#cc9;
	/*background-image: url(../images/background.jpg);*/
	/*background-attachment: fixed;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #333;
}
#container{
padding-right:0px;
width:90%;
margin:auto;
background-color:#fff;
}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:normal;
	font-weight:500;
	color: #363;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:normal;
	font-weight:500;
	color: #363;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363;
}

h2, h3 {
	margin: 1em 0 .5em 0;
}
h4{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666;
margin-left:15px;
}
p {
	font-size: 12px;
	margin: 0 0 1em 0;
}
p.mainParagraph{
padding:15px 15px;
border:1px solid #cc9;
}
.paragraphBlock{ 
padding:15px 15px;
border:1px solid #cc9;
}
address {
	font-style: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #039;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #900;
}

.homeStory{
font-family: "Times New Roman", Times, serif;
font-size:14px;
padding-left:5px;
}
/*</group>*/

/*<group=layout structure>*/
.nav4 {
	display: none;
}


#top, #main, #globalNav, #footer {
	/*min-width: 765px;
	max-width: 1000px;
		margin: 0 auto;
		width:100%;
*/
	
}
/* the following rule sets width for all IE browsers because they don't understand min and max-width rules like the good browsers do */
* html #top, * html #main, * html #globalNav, * html #footer {
   /*width: 100%;*/
   
   } 

#top {
background-image:url(http://www.2makepaper.com/images/logo1.gif);
background-repeat:no-repeat;
background-position:left;
background-color: #E5E5CC;
border:none;
height: 90px;
padding:5px 0 0 10px;
}

#top .logo {
	display: block;
	margin: 10px 0 0 12px;
}
#top p{
color:#666;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
}
#globalNav {
	background-color: #666;
	height: 24px;
	border-right: 1px solid #666;
	margin:0;
	padding:0 5px 0 0;
	border-left: none;
	border-bottom:none;
}

#main {
	margin:0;
	padding:0;
	background-color: #fff;	
}

#colM {
	border-right:1px solid #CCCCE5;
	float: left;
	width: 79%;
}

#colM .content {
	margin: 0 5px 0 2px;
	padding: 1em;
}

#colR {
	/*clear:left;*/
	float: right;
	width: 20%;
	background-color: #CCCCE5;
}

#colR .content {
	margin: 0px;
	padding:5px;
	font-size: 11px;
}
/*Jack Albright Addition*/
#colL {
	float: left;
	width: 20%;
	background-color: #CCCCE5;
}

#colL .content {
	margin: 10px;
	font-size: 11px;
}
/*end of Jack Albright addition*/

#footer {
background-color:#fff;
border-top:2px solid #cc9;
font-size: 10px;
text-align: center;
clear: both;
padding-top: 2em;
}

/* the following styles prevent 100% width tables from breaking the layout in IE5 PC. the 2nd rule uses a css comment-workaround to reapply the corrrect width for all other browsers */

.ie5 {
	width: 99%;
}

.ie5 {
   width/**/: 100%;
   }
	
/*</group>*/

/*<group=global navigation>*/

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width:100%;
}

#nav li {
	float: left;
	border-right: solid 2px #fff;
	border-bottom:none;
	position: relative;
}

#nav li ul {
	display: none;
}

#nav li:hover {
	background-color: #999;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	background-color: #999;
	position: absolute;
	top: 27px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 3px;
	width: 200px;
}

/* IE5 MAC only rules */
#nav li.over {
	padding: 0 0 0 0;
	height: 27px;
}
#nav li.over a {
	margin: 0 ;
	padding-bottom: 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac: the below rule resets the correct padding for IE PC \*/
#nav li.over a {
	padding-bottom: 6px; 
} /* End IE5-Mac hack */
/* end IE5 MAC only rules */

#nav li a {
	display: block;
	float: left;
	padding: 6px 12px;
	font-weight: bold;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #fff;
}

#nav li a:hover, #nav li a:visited:hover {
	background-color: #999;
	color: #fff !important;
}

#nav li ul li {
	border: none;
	float: none;
	padding: 3px 3px 0 0;
}

* html #nav li ul li {/* this declaration for IE PC only */
   width: 100%;
   } 

#nav li ul li a {
	float: none;
	background-color: #CCC;
}

#nav li ul li a:link, #nav ul li a:visited {
	color: #333 !important;
}

/*<group=selected tab effect>*/
#home .home,
#worldArtProject .worldArtProject,
#products .products,
#specialWorkshops .specialWorkshops,
#historicPrograms .historicPrograms,
#createScarf .createScarf{
	background-color: #fff;
	/*background-image:url(../images/menuHoverBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	color:#363;
}

#home .home a:link, #home .home a:visited, 
#historicPrograms .historicPrograms a:link,#historicPrograms .historicPrograms a:visited,
#worldArtProject .worldArtProject a:link,#worldArtProject .worldArtProject a:visited,
#products .products a:link,#products .products a:visited,
 #specialWorkshops .specialWorkshops a:link,#specialWorkshops .specialWorkshops a:visited,
#createScarf .createScarf a:link,#createScarf .createScarf a:visited {
	color: #363 !important;
}
/*</group>*/

/*</group>*/

/*<group=data table>*/

table.dataList {
	border: 1px solid  #cc9;
	width: 100%;
	border-collapse:collapse;
}
.dataList tr.heading td{
background-color:#666;
color:#fff;
fong-size:15px;
font-weight:bold;
text-align:center;
}
.dataList tr.heading td a,
.dataList tr.heading td a:active,
.dataList tr.heading td a:link,
.dataList tr.heading td a:visited
{
color:#fff;
}
.dataList tr.heading td a:visited
{
color:#999;
}
.dataList td, .dataList th {
	padding: 5px;
	border: solid 1px #e5e5cc;
	vertical-align: top;
	font-size: 11px;
}
.dataList td.label{
background-color:#e5e5cc;
border:1px solid #fff;
font-size:12px;
color:#363;
text-align: center;
}
.dataList td.description{
background-color:#fff;
}
.dataList td.description img{
padding:3px;
border:1px solid #e5e5cc;
margin-right:5px;
margin-bottom:5px;
font-size:12px;
}
.dataList td.eventName{
border:1px solid #e5e5cc;
background-color:#fff;
color:#363;
font-weight:bold;
}
.dataList th {
	background-color: #CCCCE5;
}

.dataList tr.oddRow {
	background-color: #FFF;
}

.dataList tr.evenRow {
	background-color: #E5E5CC;
}

.dataList thead td, .dataList tfoot td {
	border-top: solid 1px #CCC;
}
.dataList h2 {
	margin: 0 0 .5em 0;
	font-size: 18px;
	color:#930;
}
.dataList h4 {
	margin: 0 0 .5em 0;
	font-size: 14px;
}
	
/*</group>*/

/*<group=table results navigation>*/

.resultNav {
	padding: 5px 0 20px 0;
}

.resultNav a {
	float: left;
}

.resultNav a:link, .resultNav a:visited {
	color: #039;
	text-decoration: underline;
}

.resultNav a:hover, .resultNav a:visited:hover {
	color: #900;
}

.resultNav ul, .pageNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.resultNav li, .pageNav li {
	float: none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.resultNav li, .pageNav li {
	float:left;
} /* End IE5-Mac hack */

.resultNav li.label {
	padding-right: 3px;
}

.pageNav a {
	padding: 0 5px;
	display: block;
}

.resultNav .pageNav {
	padding: 0 10px;
}


	
/*</group>*/

/*<group=form table>*/
table.formTable{
border-collapes:collapse;
padding:0;
/*border:1px solid #e5e5cc;*/
}
.formTable td {
	font-size: 11px;
	padding: 5px;
	border:1px solid #e5e5cc;
	margin:0;
}

.formTable td.label {
	font-weight: bold;
	background-color: #e5e5cc;
	text-align: right;
	width: 25%;
}
.formTable td.formValue {
	font-weight: bold;
	border:1px solid #e5e5cc;
	text-align: left;
}
.formTable td input,
.formTable td textarea{
border:1px solid #e5e5cc;
}
	
/*</group>*/
.homepageTable td {
	font-size: 11px;
	padding: 5px;
}

.homepageTable .headline {
	font-weight: bold;
	background-color: #e5e5cc;
	text-align: left;

}


/*<group=product/company info and requests>*/

.prodAct {
	padding-top: 12px;
}

a.prodDet {
	background-image: url(../images/icon_detail.gif);
	padding-left: 30px;
}

a.infoReq {
	background-image: url(../images/icon_req.gif);
	padding-left: 23px;
}

.prodAct a {
	display: block;
	height: 25px;
	margin-right: 12px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
}
.storyBox{
border:2px solid #caca97;
padding: 3px 10px;
margin:10px 0;
position:relative;
}
.storyBox p img{
padding-left:20%;
margin:auto;
}

/*</group>*/