/* Basic Styles Start*/

* {
	margin: 0;
	padding: 0;
	line-height: 80%;
}

body {
	padding: 0px;
	background-color: #FFF;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;	
}

.wrap { 
	overflow: hidden;
	}

   


a {
	text-decoration: none;
}

a:hover { text-decoration: none;
}



h1, h2 {
	font-weight:100;

}
h1 {

 
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
	padding-top: 10px;
}


h1, h2, h3, p, ul, ol, pre, dl {
	margin-bottom: 5px;
	margin-left: 1px;
}


.copy h2 {
    border-top: 2px solid #FFF;
    padding-top: 10px;
    clear: both;
}

a img {
    border: none;
}

/* Nav Styles Start*/



#logo {
	padding: 0px;
	margin-top:30px;
	margin-left:12px;
	border-bottom:1px #999 dotted;
	padding-bottom:25px;
	height:35px;
}




ul.nav {
	font-size: 90% /*smaller*/;
	line-height: 1.5;
	text-align: left;
	position: fixed;
	width: 10em;

}
ul.social-nav {
  display: inline-table;
  font-size: 90%;
  line-height: 1.5;
  list-style: outside none none;
  padding-right: 10em;
  text-align: right;
  width: 98%;
}




/* Main-Nav Styles */


#filtering-nav {
	width: 10em;
	text-align: right;
	padding: 10px;
}
#filtering-nav a {
	display: block;
	height: 1em;
	width: 8em;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0em;
	clear: none;
	float: none;
	font-weight: 100;
}
#filtering-nav a.icon {
	display: inline !important;
}
	


#filtering-nav li {
	margin-left: 60px;	
}

 #filtering-nav li  a{
	margin-left: 0px;
	margin-top: 10px;
}
#filtering-nav .all, #filtering-nav .aboutnav, #filtering-nav .contactnav{
	color:#666;
}
#filtering-nav .all:hover, #filtering-nav .aboutnav:hover, #filtering-nav .contactnav:hover{
	color:#777;
	font-size: 1.2em;
}

#filtering-nav li {
	list-style: none;
	float: none;
	font-weight:lighter;
}

#filtering-nav a { 
	
	
	 font-weight: 600;
	 font-style:normal;
	 }
#filtering-nav li {
	margin-left: 15px;
}	 


/* Sub-Nav Styles */

#filtering-nav .web, #filtering-nav .print, #filtering-nav .photo, #filtering-nav .other{
	color:#999;
	font-size: 12px;
}
#filtering-nav .web:hover, #filtering-nav .print:hover, #filtering-nav .photo:hover, #filtering-nav .other:hover {
	color:#777;
	font-size: 12px;
}



/* Nav Style End*/





pre, code {
  
    font-size: 12px;
    background: #111;
    color: #F5F5F5;
}

p code {
    padding: 1px 3px;
}

pre {
    padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.hidden { display: none; }

.copy {
    width: 600px;
    line-height: 1.55em;
}

blockquote {
	margin: 0;
	font: italic 18px Georgia, serif;
}

dt {
    font-weight: bold;
    font-size: 14px;
}

dd + dt {
    margin-top: 0.5em;
}

dd {
    margin-left: 1.0em;
}



#footer {
    clear: both;
    margin: 20px 0;
    border-top: 0px solid #BBB;
    padding-top: 10px;
    line-height: 30px;
}


/**** Masonry CSS ****/

.wrap {
	border: 0px solid #456;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 285px;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
   
    visibility: hidden;
}

.box {
	margin: 2px;
	padding: 5px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 1-px;
	font-size: 11px;
	float: left;
}

.col1 { width: 180px; }
.col2 { width: 420px; }
.col3 { width: 180px; }
.col4 { width: 380px; }
.col5 { width: 380px; }

.col1 img { max-width: 280px; }
.col2 img { max-width: 380px; }
.col3 img { max-width: 180px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 380px; }



/**** Primer comparison ****/

#comparison {
    overflow: auto;
}

#comparison .example {
    width: 420px;
    float: left;
    margin-right: 20px;
}

#comparison .box h5 {
    float: left;
    margin-bottom: 0;
    font-size: 30px;
    margin-right: 4px;
    line-height: 28px;
    font-weight: bold;
    color: #FFF;
}



#primary .box h2 a {
	font-size: 14px;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	font-weight: 700;
}
	


.box.other, .box.web, .box.print, .box.photo, .box.all{
	background-color:#FFF;	
	color:#FFF;
}

.box.other, .box.web, .box.print, .box.photo, .box.all{
	background-color:#FFF;	
	color:#FFF;
}
.box.big{
		
	color:#666;
}
.box.other h2 a, .box.web h2 a, .box.print h2 a, .box.photo h2 a, .box.all h2 a{

	color:#FFF;
	
}


.box.other:hover, .box.web:hover, .box.print:hover, .box.photo:hover, .box.all:hover{
	color: #666; background-color:#EEE; }
.box.other:hover h2 a ,.box.web:hover h2 a, .box.print:hover h2 a,.box.photo:hover h2 a, .box.all:hover h2 a  {
	color: #666;
}
	
	
 

/* Title Style */
A.tip {
    BORDER-BOTTOM: 1px;  TEXT-DECORATION: none;
}
A.tip:hover {
    CURSOR: hand; position:relative;
}
A.tip SPAN {    DISPLAY: none;
}

A.tip:hover SPAN {
	BORDER-RIGHT: #c0c0c0 1px dotted;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c0c0c0 1px dotted;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	Z-INDEX: 100;
	BACKGROUND: url(../images/status-info.png) #fff no-repeat 100% 5%;
	LEFT: 0px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #c0c0c0 1px dotted;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #c0c0c0 1px dotted;
	POSITION: absolute;
	TOP: 10px;
	TEXT-DECORATION: none;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#666;
	margin-top: -12px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 85px;
	width:75px;
	text-align:center;
	display:none;
}

.big A.tip:hover SPAN {
	margin-left: 280px;

}

.nava{color:#999}
.nava:hover{color:#777}
.box img{
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}
	.box:hover img, .big img{
	-moz-opacity: 0.99;
	opacity:.99;
	filter: alpha(opacity=99);
}
	

 .box {
	
	font-weight: 300;
	font-style:normal;
	 }
.new {
	background-image: url(../images/justadded.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.box h2 {
  color: #ce7e22;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#invisible {display:none;}
#primary .box.col5.big p {
	line-height: normal;
}
#primary .box {
	font-family: helvetica;
	font-size: 1em;
	line-height: 15%;
}

#primary .box.col1 h2 {
	margin-top: 5px;
}

#primary .box.col1 {
	margin-bottom: 5px;
}


#primary .box.col5.big h2 a  {
	font-size: 16px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
}

#primary .box.col5.big p  {
	font-size: 1em;
	line-height: 130%;
	color: #666;
	text-decoration: none;
}


.navagation {
	display: inline-block;
	list-style-position: outside;
	list-style-type: none;
}
#filtering-nav {
	text-align: left;
}
.navesize {
	font-size: 24%;
}

#filtering-nav p a img {
	padding-bottom:30px;
	padding-top:30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #545454;
}
.sub-head {
	padding-bottom: 5px;
}
