/*
Theme Name: Clear Magazine
Theme URI: http://www.clearmag.com/
Description: Clear Magazine Theme v1.0
Version: 1.0
Author: Long Tran & Jason Hui
Author URI: http://www.yankodesign.com/

	Clear Magazine v1.0
	 http://www.yankodesign.com/

	This theme was designed by Long Tran and built by Jason Hui
	from www.yankodesign.com
*/



/* Begin Typography & Colors */

* { margin-top: 0; padding-top: 0;}

body {
	color: #454545;
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	border: 0; /* removes the border around the viewport in old versions of IE */
	/*background-color: #FFFF66;*/
	font-family: "lucida sans unicode", "lucida grande", Helvetica, Tahoma, sans-serif;
	font-size: .8em;
	line-height: 150%;
}

a, a:active, a:visited {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #2b82cb;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

img {
	border: 0;
}

#wrapper {
	width: 910px;
	overflow: hidden; /* force width */
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 30px 0 24px 0;
}

#header #logobar .voffset {
	margin-top: 22px;
}

#header #logobar .iconbar img {
	margin-left: 8px;
}

#header #logobar .searchbar {
	margin-right: 120px;
}

#header #navibar {
	margin: 25px 0 40px 0;
	height: 45px;
	position: relative;
	z-index: 9;
}

#header #navibar ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	top: 0px;
	position: absolute;
	z-index: 10;

	padding-right: 1px; /* 1px off, just pad it bg color for now */
	background: #f1f1f1;
}

#header #navibar ul li {
	display: inline;
	list-style-type: none;
}

#header #newsletter {
	width: 160px;
	height: 90px;
	position: relative;
}

#header #newsletter .signupbtn {
	position: absolute;
	bottom: 0px;
	background-image: url(images/rss_signup.gif);
	width: 160px;
	height: 47px;
}

#header #newsletter .signupbtn:hover {
	background-position: 0 47px;
}

/* Navigation CSS */

#header #navibar img {
	height: 45px;
	background-image: url(images/navi.gif);
}

#header #navibar .navifashion {
	width: 109px;
	background-position: 0 0;
}
#header #navibar .navifashionhighlight,
#header #navibar .navifashion:hover {
	width: 109px;
	background-position: 0 -45px;
}
#header #navibar .navidesign {
	width: 100px;
	background-position: -110px 0;
}
#header #navibar .navidesignhighlight,
#header #navibar .navidesign:hover {
	width: 100px;
	background-position: -110px -45px;
}
#header #navibar .naviart {
	width: 82px;
	background-position: -210px 0;
}
#header #navibar .naviarthighlight,
#header #navibar .naviart:hover {
	width: 82px;
	background-position: -210px -45px;
}
#header #navibar .naviarchitecture {
	width: 138px;
	background-position: -292px 0;
}
#header #navibar .naviarchitecturehighlight,
#header #navibar .naviarchitecture:hover {
	width: 138px;
	background-position: -292px -45px;
}
#header #navibar .naviluxury {
	width: 102px;
	background-position: -430px 0;
}
#header #navibar .naviluxuryhighlight,
#header #navibar .naviluxury:hover {
	width: 102px;
	background-position: -430px -45px;
}
#header #navibar .navievents {
	width: 106px;
	background-position: -532px 0;
}
#header #navibar .navieventshighlight,
#header #navibar .navievents:hover {
	width: 106px;
	background-position: -532px -45px;
}
#header #navibar .navicollaboration {
	width: 146px;
	background-position: -638px 0;
}
#header #navibar .navicollaborationhighlight,
#header #navibar .navicollaboration:hover {
	width: 146px;
	background-position: -638px -45px;
}
#header #navibar .navishopclear {
	width: 126px;
	background-position: -784px 0;
}
#header #navibar .navishopclearhighlight,
#header #navibar .navishopclear:hover {
	width: 126px;
	background-position: -784px -45px;
}

#header .searchbar {
	background: url(images/search_left.gif) no-repeat;
}

#header #searchleft {
	height: 32px;
    
	margin: 0;
	padding: 0;
}

#header #searchinput {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10pt;
	line-height: 10pt;
	margin: 10px 0 0 10px;
	padding: 0;
	space: 0;
	float: left;
	width: 220px;
}

#header #lowerbar {
}


/* Content */

#content {
	/* background-color: #FF66FF; */
}

#content .modulecontainer {
	width: 728px;
}

#content .modulecontainer .excerpt {
	height: 54px;
	text-align: center;
}

#content .modulecontainer .excerpt img {
	vertical-align: top;
}

#navigation {
	font-weight: bold;
	color: #d1d1d1;
	font-size: 2em;
	margin-top: 50px;
}

#navigation .right {
	padding: 0 0 0 40px;
}

.issuelinks {
	font-weight: bold;
	color: #d1d1d1;
	font-size: 1em;
}

.issuelinks a,
.issuelinks a:active,
.issuelinks a:visited {
	color: #828282;
	padding-right: 30px;
	display: block;
	float: left;
}

#navigation a,
#navigation a:active,
#navigation a:visited {
	color: #000000;
}

#navigation a:hover,
.issuelinks a:hover {
	color: #2b82cb;
}

#subfooter {
	border-top: solid 1px #c1c1c1;
	padding-top: 20px;
	margin-top: 100px;
}

#subfooter .collabrators {
	color: #d5d5d5;
	font-size: 18px;
	line-height: 24px;
}

#subfooter .footerarchive {
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
}

#subfooter .footeryear {
	margin: 0 10px;
	color: #d5d5d5;
	font-size: 18px;
}

.footeryear .archiveprev,
.footeryear .archivenext {
	cursor: pointer;
}

#subfooter .footerarchive .month {
	width: 150px;
	float: left;
	color: #d5d5d5;
}

#subfooter .listing ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 1.0em;
}

#subfooter .listing ul a,
#subfooter .listing ul a:active,
#subfooter .listing ul a:visited,
#subfooter .footerarchive .month a,
#subfooter .footerarchive .month a:active,
#subfooter .footerarchive .month a:visited {
	font-weight: normal;
	color: #828282;
	font-size: 18px;
	line-height: 24px;
}

#subfooter .listing ul a:hover,
#subfooter .footerarchive .month a:hover {
	color: #62b7ff;
}

#subfooter h2 {
	font-family: "helvetica neue", Helvetica, Verdana, Arial, sans-serif; 
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 0;
}

#footer {
	margin-top: 60px;
}

#footer #linkbar {
	color: #7f7f7f;
	padding: 10px 0 7px 0;
	margin: 0 0 8px 0;
	border-bottom: solid 1px #c1c1c1;
}

#footer #linkbar a,
#footer #linkbar a:active,
#footer #linkbar a:visited {
	font-weight: normal;
}

#footer #linkbar a:hover {
	
}

#footer #copybar {
}

/* post */

.postcontainer {
	width: 728px;
	overflow: hidden;
}

.post {
	background-color: #ffffff;
	background-image: url(images/perma_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-bottom: 60px;
}

.post .posttext {
	width: 540px;
}

.post .posttext h2 {
	margin-top: 0;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .postdate {
	width: 60px; /* has extra give */
	font-size: 3em;
	font-weight: bold;
	line-height: 80%;
	font-family: "helvetica neue", Helvetica, Verdana, Arial, sans-serif; 
}

.post .metadata {
	color: #767676;
	margin-top: 30px;
	line-height: 200%;
	font-size: .95em;
}

.post .metadata a,
.post .metadata a:visited,
.post .metadata a:active {
	font-weight: normal;
}

.post .metadata img {
	vertical-align:middle;
}

.post .issue {
	margin-top: 60px;
}

.post .issue .imgcontainer {
	margin-right: 25px;
}

#writecomment {
	background: #d5d5d5 url(images/writecomment_top.gif) left top no-repeat;
	padding: 0;
	
}

#writecomment .inner {
	background: url(images/writecomment_bottom.gif) left bottom no-repeat;
	padding: 18px 30px 18px 30px;
	
}

#writecomment input {
	height: 30px;
	padding: 0;
}

#writecomment .commentsfieldpadding {
	margin: 10px 0 0 0;
}

.commentholder {
	background-color: #ffffff;
	padding: 7px 30px 7px 30px;
}

.commentouter {
	background: url(images/comment_top.gif) top no-repeat;
	padding: 0;
	margin: 20px 0 0 0;
}

.commentinner {
	background: url(images/comment_bottom.gif) bottom no-repeat;
	padding: 3px 0 12px 0;
	position: relative; /* fix ie render bug */
}

/* generic float classes */

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.inline {
	display: inline;
}

.clear {
	clear: both;
	height:0px;
    overflow:hidden;
}

/* misc */

.margintop20 {
	margin-top: 20px;
}

.alphablack {
	opacity:0.6;
	filter:alpha(opacity=60);
	background-color: #000000;
}

.alphablackdark {
	opacity:0.75;
	filter:alpha(opacity=75);
	background-color: #000000;
}


/* ad containers */

.skyscraper {
	width: 160px;
	height: 600px;
	overflow: hidden;
}

.leaderboard {
	width: 728px;
	height: 90px;
	overflow: hidden;
}

/* transparent text bars */

.module {
	position: relative;
}

.module a,
.module a:active,
.module a:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.module .featuretagline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.module a:hover {
	color: #62b7ff;
}

.module .transbar {
	position: absolute;
}

.module .textbarfeature {
	padding: 30px 0 0 30px;
	color: #ffffff;
	line-height: 240%;
}

.module .textbartall {
	padding: 20px 20px;
	color: #ffffff;
}

.module .textbarshort {
	padding: 12px 20px;
	color: #ffffff;
}

.module .textbartitle {
	font-size: 2em;
}

.module .textbartitle a,
.module .textbartitle a:active,
.module .textbartitle a:visited,
.module .textbarfeature a,
.module .textbarfeature a:active,
.module .textbarfeature a:visited {
	font-family: "helvetica neue", Helvetica, Verdana, Arial, sans-serif; 
	font-weight: lighter;
}

#issuecover {
	width: 300px;
}

#issuecoverfooter {
	width: 175px;
}

#issuecoverhover,
#issuecoverfooterhover {
	display: none;
}

#issuecoverhover .issuecoveralpha {
	width: 300px;
	height: 392px;
	position: absolute;
}

#issuecoverfooterhover .issuecoveralpha {
	width: 175px;
	height: 228px;
	position: absolute;
}

#issuecoverhover .issuecoverinner {
	width: 260px;
	height: 338px;
	position: absolute;
	color: #ffffff;
	padding: 20px 27px;
}

#issuecoverfooterhover .issuecoverinner {
	width: 155px;
	height: 208px;
	position: absolute;
	color: #ffffff;
	padding: 10px 10px;
}

#issuecoverhover .issuecoverinner ul {
	padding-left: 10px;
	margin-left: 10px;
}

#issuecoverfooterhover .issuecoverinner ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#issuecoverfooterhover .issuecoverinner li {
	margin: 0;
	padding: 0;
	line-height: 110%;
}

#issuecoverhover .fontlarger,
#issuecoverfooterhover .fontlarger {
	font-size:1.4em; /* stacked */
}

#issuecoverhover .fontbasesize {
	font-size: 1.4em;
}

#issuecoverfooterhover .fontbasesize {
	font-size: .8em;
}

#issuecoverhover p {
	margin-top: 25px;
	line-height: 150%;
}

#issuecoverfooterhover p {
	margin: 10px 0 0 0;
	/*line-height: 150%;*/
}

#issuecoverhover a,
#issuecoverhover a:active,
#issuecoverhover a:visited,
#issuecoverfooterhover a,
#issuecoverfooterhover a:active,
#issuecoverfooterhover a:visited {
	color: #ffffff;
	font-weight: normal;
}

#issuecoverhover a:hover,
#issuecoverfooterhover a:hover {
	color: #62b7ff;
}

/* hard coded 462px from top to fix IE6 render issue (bottom: 0; no worky) */
.post .captionbar {
	top: 462px;
	width: 100%;
	height: 26px;
	position: absolute;
	z-index: 5;
}

/* hard coded 462px from top to fix IE6 render issue (bottom: 0; no worky) */
.post .captiontext {
	top: 462px;
	width: 100%;
	height: 16px;
	position: absolute;
	color: #ffffff;
	font-size: .9em;
	margin: 2px 30px;
	z-index: 6;
}

.post .postcontent {
	margin: 30px;
}

/* rounded corners */

.cornercontainer {
	position: relative;
}

.cornercontainer .corner {
	position: absolute;
	width: 5px;
	height: 5px;
}

.cornercontainer .ctl {
	left: 0;
	top: 0;
}

.cornercontainer .ctr {
	right: 0;
	top: 0;
}

.cornercontainer .cbl {
	left: 0;
	bottom: 0;
}

.cornercontainer .cbr {
	right: 0;
	bottom: 0;
}

.cornercontainer .corner img {
	width: 5px;
	height: 5px;
}


/* gallery */

.gallery img, .gallery a img {
border: solid 0px #D9D9D9;
background: #ffffff;
padding: 0px;
}


/* stuff from kubrick default theme.... remove later when no longer needed for refernce */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 0 10px 0 0;		
}

#commentform p.anon-field input {
  height: auto;

  width: 241px;
  padding: 7px;
  *padding: 5px; /*ie*/
  margin: 0px;
}

#comment {
  /*padding: 7px;
  width: 649px;*/
}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */