/*   
Theme Name: The Red and the Black
Theme URI: 
Description: A child theme of Thematic updating the old Blix theme for new purposes. 
Author: Rob Cummings
Author URI: http://www.greenpointdesign.com/
Template: thematic
Version: 1.1
Tags: Thematic, Pratt Institute, Pratt Faculty Union, Greenpoint Design, Brooklyn, NY
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* Descriptors for two-column fixed LAYOUT with one sidebar right of content:
-----------------------------------------------------------------------------------*/


body {
    min-width:101%;
	min-height:101%;
	margin:0;
	padding: 10px 0px;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:75%;
  	line-height:1.6em;
  	text-align:left;
  	background: #5f5f5f ;
}

#wrapper {
	width: 692px;
    margin: 10px, 10px, 10px, 0;
	padding: 8px;
	background: #ffffff;
}

.hfeed {
    margin: 0;
}

#header {
	z-index:10;
	position: relative;
	margin: 0;
	height: 200px;
	width: 690px;
	background-color:#000000;
  	background-image:url(images/pheaders/rotator.php);
}

#branding {
	margin:0;
	position: relative;
}

#access {
	margin: 0;
	position: relative;
	display: block;
	width: 490px;
	height: 26px;	
	overflow: visible;
	z-index:90;
}


.menu {
    width: 490px;
	height: 26px;
    margin: 0;
	position: relative;
	display: block;
}

#container {
    width:490px;
	margin: 2px auto;
    float:left;
  	padding-top:30px;
}

#content {
    margin:0;
    width:485px;
    overflow:hidden;
}


body.singular.safari #wrapper { /* this is a hack for Safari 2 on the Mac */
	width: 692px;
    margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 8px;
	background: #ffffff;
}

/* Header elements
-------------------------------------------------------------- */

#blog-title {
	font-family:Arial,sans-serif;
    font-size:72px;
    line-height:80px;
}
#blog-title a {
    display: block;
	text-indent:-900px;
	height:200px;
	width:690px;
	color:#000;
}

#blog-title a:active,
#blog-title a:hover {
    color: #000;
}
#blog-description {
    display: none;
	color:#666;
    font-size:13px;
}


/* Global Elements, from thematic default.css below
-------------------------------------------------------------- */

input, textarea {
	margin:0;
  	padding: 2px;
  	font-family:Arial, Helvetica, sans-serif;
  	text-align:left;
	color:#414141;
}

#container, #content {
    background: #ffffff;
}


p, ul, ol, dd, pre {
    margin-bottom:22px;
}

pre, code {
	font:10px Monaco, monospace;
	line-height:22px;
}

blockquote {
    color:#595959;
    font-style:italic;
}

hr {      
	border:0;
    color:#ccc;
    height:2px;
    margin-bottom:20px;
}

a:link {
    color:#1a1a1a;
}

a:visited {
    color:#733026;
}

a:active,
a:hover {
    color: #ff3300;
}

caption {
    text-align:left;
}



/* Main layout table; replaces #main in Thematic style 
--------------------------------------------------------------- */
#maintable {
	position: relative;
	width:690px;
	border-collapse:collapse;
    margin:0;
	padding:0; 
}

#leftcol {
	width:490px;
}

#leftcolnav {
	width:490px;
	background: #000000;
}

#rightcol {
	width:200px;
	background: #e6e6e6;
}
#rightcolnav {
	width: 200px;
	background: #000000;
}

#rightcol2 {
	width:200px;
	background: #ffffff;
}


/* General table definitions
-------------------------------------------------------------- */

table {
	display: table;
	width:100%;
	border-collapse:collapse;
	}	

th {
	background:#e4e4e4;
	text-align:left;
	}

th, td { vertical-align: top; }
	
#pdf1 {
  width: 100%;
  margin: 0 ;
  padding: 2px ;
  font-size:0.9em;
  line-height:1.1em;
}

#pdicon {
 	padding: 0 5px 0 5px;
}

#pdflink{
	text-align: left;
	height: 16px;
	margin: 0 2px 0 180px;
	width: 300px;
	display: block;
}


/* Menu layout
--------------------------------------------------------------*/
.skip-link { display:none; }

.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	line-height: inherit;
}
.sf-menu ul {
	position: absolute;
	display: block;
	top: 1px;
	left: 0;/* left offset of submenus need to match (see below) */
	width:	490px; 
}
.sf-menu ul li {
	margin: 0;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:	right;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 0; /* match top ul list item height */
	z-index: 99;
}


/* Menu colors etc 
--------------------------------------------------------------*/

.sf-menu {
	float: right;
	background:	#000000;
	line-height: 26px;
}
.sf-menu a {
	text-decoration:none;
	color: #ffffff;
}
.sf-menu .current_page_item a {
    background:	#ff3300;
}
.sf-menu a, .sf-menu a:visited  { 
	color:	#ffffff; /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {
	background:	#000000;
	display:block;
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 16px 0 15px;
	text-transform:uppercase;
	border-right: 1px solid #ffffff;
}

.sf-menu li.current_page_item {
    background: #ff3300;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #ff3300;
}

.sf-menu ul {
	margin: 0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #ff3300;
}

body.blog.msie li.current_page_item  {/* this is a hack for IE .. 6, 7 and 8 */
	margin: 0;
	width: 60px;
	height: 26px;
	background:	#ff3300;
}

body.ie6 .sf-menu a:hover  {/* this is a hack for IE6  */
	display: block;
	background-position: inherit;
	background:	#ff3300;
}

body.blog.mac li.current_page_item  {/* this is a hack for Macs */
	margin: 0;
	width: 45px;
	height: 26px;
	background:	#ff3300;
}


/* Search form style
-------------------------------------------------------------- */

#searchform5
{
 margin: 0 2px;
 width: 195px;
 height: 18px;
 border-bottom: 3px solid #000000;
 border-top: 2px solid #000000;
}

.searchform .search
{
	height: 15px;
	margin: 0;
	font-size: 10px;
	padding: 2px 1px 0 1px;
	width:140px;
	color:#000000;
}

.search-btn
{
 	margin: 0;
	height: 18px;
 	width: auto;
 	border:1px solid white;
 	font-size: 10px;
 	font-weight: bold;
 	color:white;
 	background-color:#000000;
  	letter-spacing:1px;
  	text-align:center;
  	vertical-align: middle; 
}

body.ie7 .search-btn {/* this is a hack for IE7 */
	margin: 2px 2px 0 2px;
	display: inline;
	width: 36px;
	height: 18px;
	border: 1px solid white;
 	font-size: 11px;
 	font-weight: bold;
 	color:white;
 	background-color:#000000;
  	letter-spacing:1px;
  	text-align:center;
  	vertical-align: top;
	padding-bottom: 2px;
}


body.ie6 .search-btn {/* this is a hack for IE6 */
	margin: 2px;
	display: inline;
	width: 38px;
	height: 18px;
	border: 1px solid white;
 	font-size: 11px;
 	font-weight: bold;
 	color:white;
 	background-color:#000000;
  	letter-spacing:1px;
  	text-align:center;
  	vertical-align: top;
	padding-bottom: 3px;
}

body.ie8 .search-btn {/* this is a hack for IE8 */
	margin: 1px 2px 3px 2px;
	display: inline;
	width: 38px;
	height: 18px;
	border: 1px solid white;
 	font-size: 11px;
 	font-weight: bold;
 	color:white;
 	background-color:#000000;
  	letter-spacing:1px;
  	text-align:center;
  	vertical-align: top;
	padding-bottom: 4px;
}

body.safari .search-btn {/* this is a hack for Safari 2 on Mac */
	margin: 2px;
	display: inline;
	width: auto;
	height: 18px;
	border: 1px solid white;
 	font-size: 11px;
 	font-weight: bold;
 	color:white;
 	background-color:#000000;
  	letter-spacing:1px;
  	text-align:center;
  	vertical-align: center;
	padding: 2px;
}



.search-results h1 { /* for search results page */
font-weight: bold;
} 




/* Contact form style
-------------------------------------------------------------- */

.wpcf7
{
	margin: 0;
	height: auto;
	width: 450px;
}

.wpcf7-form
{
 	padding: 2px;
	width: 420px
}

.wpcf7-form-control-wrap {
	margin: 0;
	height: auto;
	width: 420px;
}

/* Comment form style
-------------------------------------------------------------- */

.formcontainer
{
	margin: 0;
	padding: 8px;
	height: auto;
	width: 450px;
	background-color: #dedede;
}

.form-textarea
{
 	width: auto;
	margin: 2px 8px;
	padding: 2px;
}

.form-label
{
 	font-size: 1.1em;
	font-weight: bold;
}




/* Content
-------------------------------------------------------------- */

.page-title {
	font-family:Georgia, serif;
    font-size: 1.6em;
    line-height: 1.8em;
    padding:0 0 16px 0;
}
.attachment .page-title { font-style:italic; }
.hentry { margin:0 0 25px 0; }
.single .hentry { padding:0; }

.home #content .sticky {
    border: 0;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    margin:0 0 16px 0;
	font-family:Georgia, serif;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.6em;
}

.entry-title a {
    color:#2a2a2a;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #848484;
}

.entry-content { margin:0 0 25px 0; }

.entry-content h1,
.entry-content h2 {
    font-family:Georgia, serif;
  	font-size:1.6em;
    font-weight: bold;
    margin:0 0 15px 0;
}
.entry-content h3 {
    font-family:Georgia, serif;
  	font-size:1.2em;
	line-height:1.2em;
	font-weight: 600;
	margin:0 0 14px 0;
}
.entry-content h4 {
    margin:0;
  	font-size:0.8em;
    font-weight:bold;
}
.entry-content table { margin-left:1px; }
.entry-content embed {margin:0 0 22px 0; }
.entry-meta {
    background-color:#fafafa;
	border:medium none;
	font-size:0.8em;
	margin: 0 0 10px 0;
	padding:3px;
	width: 100%;
	position:relative;
}

.entry-utility {
    background-color:#fafafa;
	border:medium none;
	font-size:0.8em;
	margin: 0;
	padding:3px;
	width: 100%;
	position:relative;
}
.entry-utility a { text-decoration:none; }
.entry-utility a:active,
.entry-utility a:hover { color: #FF4B33; }


/* ------- Styling for gallery insertion and images ... ? --------- */
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* Attachments (images in posts)
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:450px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:450px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* Previous/Next Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size: 1em;
    line-height: 1.6em;
    margin:0px 0 15px 0;
    overflow:hidden;
}
.navigation a {
    color: #181818;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #ff4b33;
}

.nav-previous {
	float: left;
	width: 140px;
	background:transparent url(images/pratt/previous.gif) no-repeat scroll left center;
	padding: 1px 2px 1px 20px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 140px;
	background:transparent url(images/pratt/next.gif) no-repeat scroll right center;
	padding: 1px 20px 1px 2px;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:none;
    padding:0 0 44px 0;
}
#nav-below .meta-nav {
	display: none;
}

/* Comments
-------------------------------------------------------------- */

#comments { 
padding:22px 0 0 0;
position: inherit;
}

#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 15px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 8px 0 4px;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#ffffcc;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
	margin: 2px;
    top:24px;
    left: 5px;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-1000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 6px;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


body.safari #comments { /* this is a hack for Safari on the Mac */
	width: 440px;
    margin: 0;
	padding:20px 2px 0 10px; 
	background: #ffffff;
}

body.safari #content #comments { /* this is a hack for Safari 2 on the Mac */
	width: 470px;
    margin: 0;
	padding: 10px;
	background: #ffffff;
}


/* Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside {
    width: 100%;
	color:#181818;
}

.aside,
.aside input {
    font-size: 10px;
   	padding: 2px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:16px;
}
.aside .current_page_item a { color: #ff1e00;}
.aside .current_page_item .page_item a { color:#0a0a0a; }
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active { color: #FF4B33; }
.aside a { 
	color:#181818;
	text-decoration:none;
	}
.aside a:active,
.aside a:hover { color: #ff4b33;}
.aside h3 {
	line-height: 1.4em;
	display: block;
	color: white;
	background-color:#333333;
	margin:0;
	padding:5px 10px;
	font-size: 1.2em;
    font-weight: bold;
	font-family: Georgia, serif;
}

.aside h3 a { text-decoration:none; }
.aside caption {
    font-size:0.7em;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
}
.aside ul {
    list-style:none;
    margin:0;
}
.aside ul ul {
    list-style: square;
    margin:0 0 20px 0;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:20px;
}
.aside table { border:none; }
.aside thead { border:1px solid #ccc; }
.aside tbody { border:1px solid #ccc; }
.widget_tag_cloud { margin:0 0 22px 0; }

#loginlink { 
	margin: 12px 2px 0 90px;
	width: 50px;
	padding: 1px;
	line-height:1.2em;
 }
 
#loginlink a {
	font-size:0.9em;
	font-weight:bold;
	color:#181818;
	text-decoration: none;
}
#loginlink a:visited {
    color: #181818;
} 

#loginlink a:hover {
    color: #ff3300;
} 

/* Main Asides 
---------------------------------------------------------------------  */
.main-aside { 
	margin:0;
	}
.main-aside ul { 
	margin: 0;
	}
	
.main-aside h3 { 
	padding: 2px 4px 2px 10px; 
	}
	
.main-aside ul ul { 
	margin: 0 2px 0 20px;	 
	}
	
#primary, #secondary {
   	margin:0; 
	padding: 2px;
	}

#primary .widgetcontainer,
#secondary .widgetcontainer {
    margin:0 0 20px 0;
	width: 99%;
}


/*Content Asides 
--------------------------------------------------------------------------- */
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:bold;
    font-size:1.8em;
    padding:0 0 7px 0;
}
#content .aside ul ul { padding:0; }


/*Footer Asides
---------------------------------------------------------   */
#subsidiary { 
	margin:0 auto;
    overflow:hidden;
	padding:20px 0 0 0;  
	}

#subsidiary .aside { margin:0 auto; }
#subsidiary #third { margin:0 auto; }
#siteinfo {
    clear:both;
    width:670px;
    margin:0 auto;
}


/* Footer
-------------------------------------------------------------- */

#footer {
    clear:both;
	margin: 0;
	width: 690px;
	border-top:5px solid #4E4E4E;
	padding: 4px 0 20px 0px;
	overflow: hidden;  
  	font-size:0.9em;
}

#siteinfo {
    color:#666;
    line-height:1em;
}

#footer p {
	margin: 0 0 5px 0;
  	padding: 1px 40px 1px 40px;
}

#siteinfo a {
    color:#000000;
}

#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


/* Copy of thematic image style below
---------------------------------------------------------------------*/

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}



/* Override dynamic styles and some styles from imported stylesheets below 
---------------------------------------------------------------------------  */

abbr, acronym {
  border: none;
  cursor: auto;
  }
  
.comments-link {
  padding-left:16px;
  background:url(images/pratt/pcomment.gif) center left no-repeat;
  }
  
.meta-sep {
  margin: 0;
  padding-left:2px;
  padding-right:2px;
 }


.xoxo {
	position: relative;
	}



/* ------------------------------------------------------------
END STYLESHEET FOR THE RED AND THE BLACK
*/