.hidden {
	display: none;
}

.middle {
	width: 640px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -320px;
    z-index: 20;

}
@font-face {
	font-family: GothamRndBook;
	src: url('GothamRnd-Book.otf');
}
@font-face {
	font-family: GothamRndMedium;
	src: url('GothamRnd-Medium.otf');
}
@font-face {
	font-family: GothamRndBold;
	src: url('GothamRnd-Bold.otf');
}
@font-face {
	font-family: GothamRndLight;
	src: url('GothamRnd-Light.otf');
}
@font-face {
	font-family: GothamRndBookItal;
	src: url('GothamRnd-BookItal.otf');
}
@font-face {
	font-family: Calibri;
	src: url('Calibri.ttf');
}
.round {
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	}
	
.roundpreview {
	width: 80px;
	height: 100px;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	}	
.sexythumbimg {	
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	margin-top:4px; 
	margin-left:15px; 
	margin-bottom:4px;
	border: 0px;
	height: 50px;
	width: 50px;
	}
.sexythumb {
	
	margin: 0px; 
	border: 0px;
	padding: 0px;
	}
.divider {
	border-top: #d9d9d9;
	border-top-style: solid;
	border-top-width: 1px;
	height: 0px;
	width: 100%;
	margin-top: -3px;	
}
		
/* Body, Backgrounds */

body.none {
	background-color: #ecdec1;
	background-repeat: no-repeat;
    background-attachment: fixed; 
    margin: 0;
    padding: 0;
}

/* Top Shadows */

.shadownone {
	background-image: url(http://purelymag.com/img/pixel.black.darkest.png);
	height: 40px;
	width: 100%;
	background-repeat: repeat;
	z-index: 10;

}
.shadowadd {
	background-image: url(http://purelymag.com/img/pixel.black.medium.png);
	width: 100%;
	background-repeat: repeat;
	z-index: 10;
	top: 40px;

}

.chick {
	background-image: url(http://purelymag.com/img/muriel.png);
	width: 434px;
	height: 900px;
	z-index: -5;
	margin-top: -90px;
	float: right;
}
/* --- Blackboxes --- */

.blackboxcontent {
	width: 640px;
	padding: 0px 10px 0px 10px;
}
.blackboxcontentsmall {
	width: 640px;
	padding: 5px 5px 5px 5px;
	margin: 0 5px 0 0;
}
.blackboxtiny {
	background-image: url(http://purelymag.com/img/box.semidark.pixel.png);
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	/*--Shadow--*/
	-webkit-box-shadow: 0px 1px 1px #000000;
	-moz-box-shadow: 0px 1px 1px #000000;
	box-shadow: 0px 1px 1px #000000;
	}
	
.blackboxsmall {
	width: 640px;
	background-image: url(http://purelymag.com/img/box.semidark.pixel.png);
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	height: 35px;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	/*--Shadow--*/
	-webkit-box-shadow: 0px 1px 1px #000000;
	-moz-box-shadow: 0px 1px 1px #000000;
	box-shadow: 0px 1px 1px #000000;
	}
.blackboxsmalldark {
	width: 640px;
	background-image: url(http://purelymag.com/img/pixel.b70.png);
	padding: 5px 0px 10px 0px;
	margin: 5px 0 0 0;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	}	
	
/* boxsemidark */

.blackbox {
	width: 640px;
	background-image: url(http://purelymag.com/img/box.semidark.pixel.png);
	padding: 10px 0px 10px 0px;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	/*--Shadow--*/
	-webkit-box-shadow: 0px 1px 1px #000000;
	-moz-box-shadow: 0px 1px 1px #000000;
	box-shadow: 0px 1px 1px #000000;
	}

/* msgbox */

.msgbox {
	width: 640px;
	background-color: #f59d89;
	border-width: 1px;
	border-style: solid;
	border-color: #f59d89;
	padding: 10px 0px 10px 0px;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	}

/* background: -webkit-gradient(linear, left top, left bottom, from(#d8ff00), to(#a8ff00));
   background: -moz-linear-gradient(top,  #d8ff00,  #a8ff00); */
	
.msgboxcontent {
	width: 610px;
	margin: 0px 15px 0px 15px;
	font-family:  Calibri, Arial, Georgia, Garamond, Times, "Times New Roman";
	font-size: 13px;
	color: #c81313;	
	text-align: center;
	text-decoration: none;
}

.msgbox a {
	text-decoration: none;
	color: #c81313;	
}
.msgbox a:visited {
	text-decoration: none;
	color: none;	
}
.msgbox a:hover {
 text-decoration: underline;
	border-bottom: none;
}


ul .msgbox {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	left: 0px;
	color: #7d7c7c;
	margin: 0 0 -10px -40px;
	padding: 10px;
	background-color: #dadada;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-color: #c2c4c3;
	border-width: 1px;
	border-style: solid;
	font-family: inherit;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	}	


/* whitebox */

.whitebox {
	width: 640px;
	background-image: url(http://purelymag.com/img/box.white.pixel.png);
	padding: 10px 0px 10px 0px;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	}

.whiteboxcontent {
	width: 610px;
	margin: 0px 15px 0px 15px;
	font-family:  Georgia, Garamond, Times, "Times New Roman";
}
.whiteboxcontentimg {
	width: 640px;
	padding: 0px 10px 0px 10px;
	font-family:  Georgia, Garamond, Times, "Times New Roman";
	margin: 0px 0px 0px 0px;
}

.whiteboxcontent a {
	border-bottom: 1px #000000 dotted;
	text-decoration: none;
	color: inherit;
	
	
}
.whiteboxcontent a:hover {

	color: red;	
	border-bottom: none;
}


/* special */

.whiteboxcontent .newstitle {
	font-size: 30px;
	height: 35px;
	font-style: normal; 
	font-weight: normal;
	font-family: "GothamRndBold";
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	font-stretch: expanded;	
	color: black;
}
.whiteboxcontent .newstitle a {
	text-decoration: none;
	color: inherit;	
	border-bottom: none;
	border-bottom-width: 0px;
}
.whiteboxcontent .newstitle a:hover {
	text-decoration: none;
	background-color: transparent;
	color: red;	
}
.whiteboxcontent .newsentry {
	font-size: 14px;
	font-style: normal; 
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: justify; 
	color: black;
}
.whiteboxcontent .newsentry a { 
	color: black;
	/*border-bottom: 1px #000000 dotted;*/
	text-underline-position: inherit; 
	text-decoration: none;
	
}
.whiteboxcontent .newsentry a:hover { 
	color: red;
	text-decoration: none;
	background-color: transparent;
}
.whiteboxcontent .date {
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	color: #9c9d9d;
	}
.whiteboxcontent .subtitle {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	line-height: 1.35;
}
.whiteboxcontent .title {
	font-size: 25px;
	font-style: normal; 
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
.whiteboxcontent .subtitle {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	line-height: 1.35;
}
.whiteboxcontent .question {
	font-size: 18px;
	font-family: "GothamRndBold";
	font-style: normal; 
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.whiteboxcontent .answer {
	font-size: 13px;
	line-height: 1.35;
	font-style: normal; 
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	text-align: justify;
	text-decoration: none;
}
.whiteboxcontent .answer5 {
	font-size: 13px;
	font-style: normal; 
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-align: justify;
	text-decoration: none;
}
.whiteboxcontent .answer5 ol {
	font-size: 13px;
	font-style: normal; 
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
}
.whiteboxcontent .answer5 li {
	margin-bottom: 5px;
}
.whiteboxcontent .answer0 {
	font-size: 13px;
	line-height: 1.35;
	font-style: normal; 
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.whiteboxcontent .image {
	width: 610px;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	
	}
.whiteboxcontent .image:hover {
	margin-bottom: inherit;	
}
.whiteboxcontent .more {
	width: 610px;
	height: 25px;
	margin: 10px 0px -10px 0px;
	padding: 0;
	text-indent:  10000px;
	overflow: hidden;
	background: url(http://purelymag.com/img/rest.png) top left no-repeat;
	border: 0px;
}
.whiteboxcontent .more:hover {
	width: 610px;
	height: 25px;
	background-position:  bottom left;
	border: 0px;
	text-decoration: none;
	background-color: transparent;
}
.whiteboxcontent .commentdate {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	color: #9c9d9d;
	}
.whiteboxcontent .commentlist {
	font-size: 14px;
	font-style: normal; 
	font-weight: normal;
	padding: 0;
	margin: 0px 0px 0px 0px;
	text-align: justify; 
	color: black;
}
.whiteboxcontent .commentlist a { 
	color: black;
	text-decoration: none;
}
.whiteboxcontent .commentlist a:hover { 
	color: red;
	text-decoration: none;
	background-color: transparent;
}
/* fin */
.whiteboxcontent .fin {
	font-family: "GothamRndMedium";
	color: #9c9d9d;
	margin: 0;
	padding: 10px;
	background-color: #f0f0f0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-color: #c2c4c3;
	border-width: 1px;
	border-style: solid;
	font-family: inherit;
	font-size: 14px;
	}
.whiteboxcontent .fin a {
	text-decoration: none;
	border-bottom: none;
	border-bottom-width: 0px;
	}
/* fin button */	
ul .finbutton {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	left: 0px;
	color: #7d7c7c;
	margin: 0 0 -10px -40px;
	padding: 10px;
	background-color: #dadada;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-color: #c2c4c3;
	border-width: 1px;
	border-style: solid;
	font-family: inherit;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	}
ul .finbutton:a {
	text-decoration: none;
	color: #c2c4c3;
	}		
ul .finbutton:hover {
	text-decoration: none;
	border-color: #ffea00;
	background-color: #ffea00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff200), to(#ffea00));
	background: -moz-linear-gradient(top,  #fff200,  #ffea00);
	color: black;
	border-width: 1px;
	border-style: solid;
	}		 
/* thumbs */

.thumbs li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:80px;
	height:100px;
}
.thumbs li,
.thumbs li a,
.thumbs img,
.thumbs .chick{				
	display:block;
	width:80px;
	height:100px;
	
}

.thumbs li a img{
	width:80px;
	height:100px;
	overflow: hidden;
	margin:0px;	
	border: 0;		
}
.thumbs li a{
	display:block;
	position:relative;
	overflow:hidden;
	width:80px;
	height:100px;
	z-index:1;	
	cursor:pointer;
	cursor:hand;			
}
.thumbs .chick{
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:100px;
	z-index:1;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.thumbs li a:hover{
	z-index:10;
}
.thumbs li a:hover{
	width:80px;
	margin-left:0px;
}
.thumbs li a:hover .fader{
    width:80px;
	height:100px;
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	background-image: url(http://purelymag.com/img/yellow.png);
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

/* thumbsnews */

.thumbsnews li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:80px;
	height:100px;
	border-bottom: none;
	border-bottom-width: 0px;
	border-width: 0px;
}
.thumbsnews li,
.thumbsnews li a,
.thumbsnews img,
.thumbsnews .chick{				
	display:block;
	border-bottom: none;
	border-bottom-width: 0px;
	border-width: 0px;
	
}

.thumbsnews li a img{
	overflow: hidden;
	margin:0px;	
	border: 0;	
	border-bottom: none;
	border-bottom-width: 0px;
	border-width: 0px;	
}
.thumbsnews li a{
	width:80px;
	float: left;
	height:100px;	
	cursor:pointer;
	cursor:hand;	
	border-bottom: none;
	border-bottom-width: 0px;
	border-width: 0px;		
}
.thumbsnews .chick{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom: none;
	border-bottom-width: 0px;
	border-width: 0px;
}
.thumbsnews li a:hover{
	z-index:10;
}
.thumbsnews li a:hover{
	width:80px;
	margin-left:0px;
}
.thumbsnews li a:hover .fader{
    width:80px;
	height:100px;
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	background-image: url(http://purelymag.com/img/yellow.png);
	/*--Top left rounded corner--*/ 
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}


/* Navigation */

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	list-style: none;
	font-size: 13px;
	color: black;
	font-family: Corbel, Calibri, Arial;
	text-transform: capitalize;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	list-style: none;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 30px;
	margin: 0; padding: 0;
	list-style: none;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; margin: 0; padding: 0;
	list-style: none;} /*--Hover State--*/

ul#topnav a.content {
	background: url(http://purelymag.com/img/nav_content.png) no-repeat;
	width: 129px;
	margin: 0; padding: 0;
	list-style: none;
}
ul#topnav a.subscribe {
	background: url(http://purelymag.com/img/nav_subscribe.png) no-repeat;
	width: 139px;
	margin: 0; padding: 0;
	list-style: none;
}
ul#topnav a.about {
	background: url(http://purelymag.com/img/nav_about.png) no-repeat;
	width: 129px;
	margin: 0; padding: 0;
	list-style: none;
}


/* Round corners */

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px; left: 0;
	z-index: 99999;
	background:  url(http://purelymag.com/img/sub_bg.png) repeat; /*--Background gradient--*/
	padding: 3px 0px 3px;
	float: left;
	/*--Top right rounded corner--*/ 
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	display: none;
	-webkit-box-shadow: 1px 1px 1px #6f6f6f;
	-moz-box-shadow: 1px 1px 1px #6f6f6f;
	box-shadow: 1px 1px 1px #6f6f6f;
	
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	margin: 0; padding: 0;
	list-style: none;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #000000;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: black;
	
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: black;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: black;
}
ul#topnav .sub ul li a:hover {
	color: red;
	background-position: 5px 12px ;/*--Override background position--*/
	
}

/* background-color: yellow;
	background-image: url(http://purelymag.com/img/nav_link.png);
	background-position: 0px; */
	
/* Lister */

ul.posts li a { 
	border: 0; 
	display: block; 
	overflow: hidden; 
	margin: 0;
	list-style: none;
	font-family: Georgia, Garamond, Times, "Times New Roman";
	text-decoration: none;
	color: black;
	font-size: 13px;
	padding: 3px 0 3px 0;
	}
/*	-webkit-transition: background-color .3s ease-out; */
	
ul.posts li a:hover {
	 background-color: #ffea00;
	 background: -webkit-gradient(linear, left top, left bottom, from(#fff200), to(#ffea00));
	 background: -moz-linear-gradient(top,  #fff200,  #ffea00);
	 color: black;
	 }
ul.posts li a:visited {
	 color: #9c9d9d;
	  }	
ul.posts li	 a:visited:hover {
	 background-color: #f4f2f2;
	 background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f4f2f2));
	 background: -moz-linear-gradient(top,  #ededed,  #f4f2f2);
	 color: #6c6c6c;
	 } 

ul.posts ul.posts strong.title, ul.posts { 
	padding: 0 0 0 0; 
	}

ul.posts { 
	list-style: none; 
	margin-right: 0px; 
	margin: 0; padding: 0;
	}
ul.posts li { 
	margin: 0; padding: 0;
	list-style: none;
	}
.group .filename {
	float:left; 
	margin-left:15px;
	width: 450px;
	}
.group .size {
	float:right; 
	width:85px; 
	text-align:right; 
	margin-right:15px;
	}
.group .date {
	float:right; 
	margin-right:3px; 
	width:67px; 
	text-align:middle;
	}
.group {
	border: 0; 
	display: block; 
	overflow: hidden; 
	margin: 0; padding: 0;
	}	
/* location bar */	
		
.location {
	padding: 5px 9px 0px 9px;  
	font-family:  Calibri, Arial; 
	text-decoration: none; 
	color: black; 
	font-size: 13px;
	}
.location a { 
	border: 0;
	text-decoration: none;
	color: black;
	background-color: transparent;
	}	
.location a:hover {
	 text-decoration: none;
	 color: red;
	 background-color: transparent;
	 }	
	
/* input bar */	
	
.input { 
	font-family:  Georgia, Garamond, Calibri, Arial;
	font-size: 14px; 
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: white;
	margin: 0px 0 5px;
	padding: 0px;
	text-align: left;
	width: 610px;
	height: 30px;
	text-indent: 5px;
	border-color: #c2c4c3;
	border-width: 1px;	
	border-style: solid;
	border-top-color: #c2c4c3;
	
	background-repeat: repeat-x;
	}
	
.inputdrop { 
	font-size: 14px;
	font-family:  Georgia, Garamond, Calibri, Arial; 
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #fff;
	margin: 0px 0 5px;
	padding: 5px 0px;
	text-align: left;
	width: 610px;
	height: 30px;
	border-color: #c2c4c3;
	border-width: 1px;	
	border-top-color: #c2c4c3;
	border-style: solid;
	}	
.inputbutton { 
	font-family: Georgia, Garamond, Times, Calibri, Helvetica, Arial; 
	font-size: 16px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #fff;
	border-style: solid;
	padding: 0px;
	text-align: center;
	width: 610px;
	height: 40px;
	border-color: #c2c4c3;
	border-width: 1px;	
	border-top-color: #c2c4c3;
	}
.inputbutton:hover { 
	color: white;
	background-image: url(http://purelymag.com/img/button.bckg_1.png);
	background-repeat: repeat-x;
	border-color: #a50000;
	background-color: #c81313;
	border-width: 0px;
}	
.simplebutton {
	padding: 5px; 
	margin: 0px; 
	font-family:  Georgia, Garamond, Calibri, Arial; 
	font-size:14px; 
	width:100%;
}

		
.inputbig {
	font-size: 14px;
	padding: 10px 0px 0px 5px;  
	font-family:  Georgia, Garamond, Calibri, Arial; 
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #fff;
	margin: 0px 0 10px;
	text-align: left;
	border-style: solid;
	width: 603px;
	height: 150px;
	border-color: #c2c4c3;
	border-width: 1px;
	
	background-repeat: repeat-x;
	}
.inputbigcontact {
	font-size: 14px;
	padding: 10px 0px 0px 5px;  
	font-family:  Georgia, Garamond, Calibri, Arial; 
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #fff;
	margin: 0px 0 5px;
	text-align: left;
	width: 610px;
	height: 200px;
	border-color: #c2c4c3;
	border-width: 1px;
	}			
.submitcomment {
	float: left;
	width: 610px;
	height: 40px;
	margin: 0px 0 0 0px;
	padding: 0;
	text-indent:  10000px;
	overflow: hidden;
	background: url(http://purelymag.com/img/comment.submit.png) top left no-repeat;
	display: block;
	border: 0px;
}
.submitcomment:hover {
	float: left;
	width: 610px;
	height: 40px;
	background-position:  bottom left;
	border: 0px;
}		
.commentlogin {
	font-family: Georgia, Garamond, Times,Calibri, Arial;
	margin-left:0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: black;
}
.commentlogin a {
	text-decoration: none;
	color: black;
}
.commentlogin a:hover {
	text-decoration: none;
	background-color: transparent;
	color: red;
}			
/* search bar */

.searchboxinput {
	width: 515px;
	height: 40px;
	border: 0px;
	background-image: url(http://purelymag.com/img/searchbox.png);
	background-color:transparent;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px 0px 0px 10px;
	float: left;
	font-family: Calibri, Arial;
	font-size: 22px;	
}
.searchbutton {
	float: left;
	width: 100px;
	height: 40px;
	margin: 0px 0 0 5px;
	padding: 0;
	text-indent:  10000px;
	overflow: hidden;
	background: url(http://purelymag.com/img/search.png) top left no-repeat;
	display: block;
	border: 0px;
}
.searchbutton:hover {
	float: left;
	width: 100px;
	height: 40px;
	background-position:  bottom left;
	border: 0px;
}
/* comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	font-family: Georgia, Garamond, Times,Calibri, Arial;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: normal;
}

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

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

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

#commentform p {
	font-family: Georgia, Garamond, Times,Calibri, Arial, Lucida Grande, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	
	}
.commentlist em {
	color: red;
	}
.commentlist li {
	margin: 0px 0 0 0px;
	padding: 5px 5px 0px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 12px;
	color: #c2c4c3;
	}	
.says {
	display: none;
}	
