/****
 	@desc	mediumnyc.com v1.8 stylesheet
	@author	Jamie Wilkinson <jamie@tramchase.com>
****/

@import url(/css/ratings.css);

* {
	padding:0;
	margin:0;
}

body {
	min-width: 400px; 
	background: #fff url('/images/layout/bird-big.gif') no-repeat;
	color: #373737;
	font: 11px/1.4em Verdana, Helvetica, Arial, sans-serif;
}

#header {
	font-size: 1.05em;
	text-align: left;
	padding: 0.3em 0;
	background: transparent url('/images/layout/bg-cloth.png') repeat-x;
	height: 100px;

}

#header h1 {
	text-indent: -1000px;
	background: #000 url('/images/layout/typeface-new-24.png') no-repeat;
	height: 50px;
	margin: 5px 0 10px 20px;
	padding: 0;
}

#footer {
	padding-left: 10px;
	padding-top: 30px;
	clear: both;
}

#container {
}

#center {
	padding: 0 0 0 220px;
	margin: 0;
	min-height: 450px;
	width: 680px;
}


/***** section overrides *****/

/* frontpage */
/*
body#default #center, body#test #center, body #frontpage #center {
	width: 710px;
}
*/

/* gallery */
body#gallery #left {
  height: 90%;
  overflow: auto;
}


/* frontpage stuff */
#center-left {
	float: left;
	clear: both;
	width: 440px;
	margin-left: 15px;
}

#center-right {
	margin-left: 450px;
	text-align: right;
	width: 250px;
}

/****** end section overrides *****/

#left {
	width: 190px;
	position: absolute;
	left: 5px;
	padding: 0;
	min-height: 200px;
	padding-top: 0px;  /* was 120 pre-bird */
}


#right {
	display: none;
}

#footer {
	clear: both;
	font-size: 90%;
	padding: 50px 30px 0 10px;
}



/********* links *******/
a {
	color: #4a669b;
	text-decoration: none;
}
a:hover {
	color: #8aa6db;
}



/** main styles **/

p {
	margin: 0 0 1.0em 0;
}

img, a img, img a {   /* FIXME which selector actually grabs img link? */
	border: 0;
}
	
ol, ul {
	margin: 0.2em 0 1em 0;
	padding-left: 20px;
	list-style-type: disc;
}
	
li .current {
	list-style-image: url(/images/bullet.png);
}

li {
	margin: 0.6em 0 0 0;
	line-height: 1.1em;
}
.introText li, .introText2 li {
  margin-left: 12px;
}

blockquote {
	font-size: 95%;
	padding-left: 20px;
}

.hr {
  text-align: center;
  padding-bottom: 25px;
}
hr {
	padding: 0;
	margin: 0;
}



/**** main content stylings ****/
#center a {
	font-weight: bold;
}


/********* headers *********/

h1, h2, h3 {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

h1 {
	line-height: 1.5em;
	font-size: 14pt;
}

h2 {
	color: #5c1910;  /* a31f0a */
	/*border-bottom: 1px dotted #773e3e;*/
	margin-top: 2em;
	font-size: 12pt;
}
h2 a { /* for permlinks */
	color: #5c1910;  /* a31f0a */
}

/* for article titles */
h2.title {
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font: bold 11pt "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin-bottom: 10px;
}

h3#comment {
	margin: 3em 0 1em 0;
}

	
h4 {
	font-size: 12px;
	margin: 0 0 0.2em 0;
	font-weight: bold;
}




/* misc handy styles */
 .hide  {
	display: none;
}
.row, .column {
	margin: 0 0 2em 0;
}
.row {
	clear: both;
}
.clear, .clearer {
	clear: both;
}
.floatRight {
	float: right;
	text-align: right;
	margin: 0 0 10px 5px;
}
.floatLeft {
	float: left;
	margin: 0 5px 5px 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.block {
	display: block;
}





/**** list stuff ****/
.current a {
	color: #ccc;
}

.current a:hover {
	color: #ccc;
}



/** masthead **/
.logoText {
	padding: 23px 0 0 5px;
display: block;
}
.logoBird {
	padding: 5px 0 0 15px;
	border: 0;
display: block;
}





/**
  frontpage intro stuff
**/

#intro {
  min-width: 650px;
  margin-bottom: 25px;
  margin-right: 30px;
}

/* "medium is ..." */
.introText {
  font-size: 1.2em;
  text-align: right;
  padding: 1.5em 1em 0 1em;
  line-height: 1.8em;
  float: left;
  width: 210px;
  height: 95px;
  
}
.introText2 {
 float: left;
	width: 190px;
	font-size: .95em;
	text-align: left;
  padding: .5em 1em 0 1em;
  border-left: 1px solid #ddd;
}





/* frontpage gallery stuff */
div .gallery_preview_primary { 
 display: block;
 margin: 0 auto;
}

.gallery_preview_primary img {
 display: block;
 margin: 0 auto; 

}

.gallery_preview_primary ul.gallery_preview_description {
 text-align: center;
 display: block;
 margin: 0 auto;
 list-style-type: none;
 padding-top: 5px;
 padding-bottom: 5px;
}
.gallery_preview_primary ul.gallery_preview_description li {
 display: inline;
 margin-right: 20px;
}


.article_gallery_thumbs_large {
 margin-right: 30px;
}


/* submissions */
.submission_frontpage {
  width: 140px;
  float: left;
  overflow: hidden;
  text-align: center;
}



/**** 'submit your work' rollover for the sidebar ****/
.rolloverSubmitWork {
	padding: 0px 0 10px 0px;
}
.rolloverSubmitWork img {
	border: 1px solid #333;
}
.rolloverSubmitWork a {
	display:block;
	width: 160px;
	height: 43px;
	background: url(/images/layout/frontpage2_roll.gif) 0 0px no-repeat;
	text-decoration: none;
}
.rolloverSubmitWork a:hover {
	background-position: 0 -43px;
	color: #049;
}






/**
 newsletter subscription form (OVERRIDING #zemContactForm hacks somewhere... FIXME)
**/
.newsletter, .newsletter #zemContactForm, .newsletter #zemSubscriberEmail, .newsletter #zemSubmit {
  width: 100%;
}
.newsletter label {
  display: none;
}
.newsletter #zemSubscriberEmail {
  width: 70%;
}
.newsletter #zemSubmit {
  width: 25%;
}







/**
	forms
**/

input, textarea {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  margin-bottom: .5em;
}

input {
	vertical-align: middle;
	background-attachment: fixed;
}

label {
  font-size: 95%;
  font-style: italic;
/*  display: block;
  clear: both; */
}

h3 {
 clear: both;
}



/**** search ****/

#search, #search input, #search form, #search label {
	display: inline;
}

/* note fixed positioning; needs to be modded when nav is changed... */
#search {
  position: absolute;
  left: 470px;
  top: 20px;
  width: 220px;
	padding-left: 1.5em;
	padding-top: .5em;
}
#search label {
	font-weight: bold;
	font-size: .9em;
	color: #999;
}
#search input {
	border: 1px solid #bbb;
	padding: 0.1em;
	margin: .1em 0 0 0em;
}
#search input:hover {
	border: 1px solid #a77;
}






/**
  etc pt. 2 
**/


.emailToFriend {
/*  float: right; */ /* was here just for FAQ items but unneeded */
  text-align: right;
  padding: 0px 4px 0px 4px;
}

.emailToFriend a {
  padding-left: 15px;
  background: transparent url(/images/layout/mail.gif) no-repeat 0 50%;
}















/**
  article formatting
**/

.article_metadata {
/*  display: none; */
	color: #888;
	font-size: 95%;
	margin: 0;
	padding: 0px 0 8px 0;
}
.article_blog img {
	display: block;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
}

.article_image, .article_thumb {
	float: right;
	text-align: right;
}

.article_image img, .article_thumb img {
/*  	border: 1px solid #888; */
	margin: 5px 5px 5px 10px;
}



/* kludge, the real one + comments invitation*/
.comments_invite a, .read_more a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 105%;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 8px;
	background-image: url(/images/layout/icons/comments.gif);
	background-repeat: no-repeat;
}
/* change icon */
.read_more a {
	background-image: url(/images/layout/icons/document.gif);
}

.comments {
	clear: both;
	display: block;
	margin-top: 15px;
}
.comments li {
	margin-top: 10px;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #ececec;
}


/** recent submissions **/
.submit_recent p {
	margin-top: 5px;
}


.submit_recent img, .recentSubmissions img {
	border: 1px solid #777;
	margin-top: 5px;
}





/************ newish ***************/

/**** slideshow styles ****/

.gallerySlideshow {
	width: 100%;
 display: block;
 margin: auto;
	text-align: center;
	overflow: hidden;
}

.galleryMetadata {
	border: 1px solid #600;
}


/* prevnext */
.prevnext {
 font-size: .8em;
	width: 160px;
}
.prevnext_link {
}
.prevnext_link a { 
 background-color: #4a669b;
 color: #fff;
 margin: 0;
 padding: 3px 4px;
}
.prevnext_prev, .prevnext_next {
 margin: 0;
 padding: 0 8px 0 10px;
}

.prevnext_prev {
 text-align: right;
 border-right: 1px solid #ccc;
}
.prevnext_next {
 text-align: left;
}



/* gallery tracker */
ul.gallery_tracker {
  width: 530px;
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
}

ul.gallery_tracker li {
  font-size: .9em;
  display: inline;
  margin-right: 15px;
  margin-bottom: 14px;
  line-height: 1.2em;
  white-space: nowrap;
}

ul.gallery_tracker li .current {
 color: #b32b22;
}






/* quick hack - FIXME also */
#gallery_preview_primary{
 padding-left: 50px;
}

#gallery_preview_primary h2.title {
 padding-bottom: 12px;
}




/* submissions */
.article_thumb {
 display: inline;
}

.article_submission_list {
 float: left;
 margin: 0 2em 0 0;
 padding: 1em 0 0 0;
 width:15em;
}

.article_submission_list img {
 border: 1px solid #222;
}

.photo_thumbnails img {
 float: left;
 padding: 4px;
 margin: 5px;
 border: 1px solid #ccc;
 background-color: #ececec;
}


/* rate */
#rating {
  width: 15em;
  margin-left: 2em;
}


/* team page */
.team_article {
 clear: both;
 padding: 10px 0 0 0;
 border-top: 1px solid #e3e6e9;
 min-height: 120px;
}
.team_article .article_image {
  float: left;
}
.team_article h3 {
  clear: none;
}
.team_article_body {
  margin-left: 130px;
  padding-top: 1px;
}


/* submit */
.image_form {
  width: 280px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ccc;

}

/* tumblr javascript embed */
#tumblr {

}
#tumblr li img {
  margin-bottom: 5px;
}
#tumblr li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;   
  width: 450px;
}
