/* 	SCREEN.CSS

	File contents:
	Reset.css
	-Resets browser default styles
	- based on http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
	
	Metapress styles
   -----------------------------------------------------------------------------------------------------------------------
*/

/* Reset styles */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/* Reset Global reset to values we would expect for some elements */
strong { font-weight: bold;}
 
/* Remove Mozilla's dashed borders */
a { outline:none;}
a:active {outline:none;}

/* Remove blue border around linked images */
a img {
	border: 0;
}

/* Metapress styles */

body {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
body #content-screen{
	font-size: 12px;
	line-height: 18px;
}

a{ text-decoration: none;}
a:hover{ color: blue; text-decoration: underline;} /* user hovers     */
a.visited { color: purple; }   /* visited links   */

/* Prevent large images in #content-print from creating a scrollbar*/
#wrapper{
	width: 980px;
	height:650px;
	margin: 0px auto;
	overflow: hidden;
}

/* Project details*/
#content-screen {
	visibility: visible;
	position: relative;
	width: 980px;
	padding: 35px 0px 35px 0px;
}

#content-screen #stickers{
    position: absolute;
    top: 100px;
    left: 600px;
    width: 337px;
    height: 384px;
    background: url(../images/stickers.png) top left no-repeat;
}

* html #content-screen #stickers {
   background: url(../images/stickers.gif) top left no-repeat; 
}

#content-screen #stickers a#mailing-list{
    width: 200px;
    height: 200px;
    display: block;
    margin-top: 20px;
    margin-left: 15px;
}
#content-screen #stickers a#link-back{
    width: 200px;
    height: 140px;
    display: block;
    position: absolute;
    left:120px;
    top: 210px;
}

/* Project images */
#content-print {
	position:static; 
	overflow: hidden;
}
#content-print .project{
	overflow: hidden;
	visibility: hidden;
}

h1{
	margin: 0;
	padding: 0;
}
h2{
	font-weight: bold;
}

table{
	width: 100%;
	padding-top: 16px;
}
table th{
	border-top: 1px solid #917f7f;
	border-bottom: 1px solid #d8d9da;
	padding-bottom: 0px;
}
table td{
	vertical-align: top;
	padding: 0;
	border-bottom: 1px solid #d8d9da;
}
table td p{
	padding-bottom: 18px;
}
table td.name{
	color: blue;
}

table col#name		{ width:230px;}
table col#author	{ width:175px;}
table col#description{ width:290px;}
table col#pages		{ width:58px;}
table col#size		{ width:58px;}
table col#published	{ width:165px;}


/* Popup*/
.dialog {
	font-size: 12px;
	width: 200px;
	margin: 15px 0px 0px 15px;
	padding: 30px 35px 30px 35px;
}
.dialog p{
	line-height: 20px;
}

/* Preview images for links */
p#screenshot{
	position:absolute;
	border:1px solid blue;
	padding:0px;
	margin: 0;
	display:none;
	color:#fff;
	overflow: hidden;
}
p#screenshot img{
	float: left;
}

p.contact{
	margin-top: 10px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    width: 411px;
	margin-left: -205px;
    
    background-color: #FFF;
    color: #000;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow .close {
    position:absolute;
    top:10px;
    right:15px;    
    display:block;  
}


#intro-window{
	width: 411px;
	height: 340px;
}
#intro-window p{
	font-size: 12px;
	padding-left: 44px;
	width: 335px;
}
