/* ---------------------------------------------------

widescreen.css

| VERSION: .9
| April 10, 2006

Screen stylesheet for "Widescreen", a photoblog template for Textpattern. 
See http://jamesmuspratt.com/widescreen/ for updates.
Template created by James Muspratt

The design is released under a Creative Commons license.
See http://creativecommons.org/licenses/by-sa/2.5/ for more details.
--------------------------------------------------- */


/* ------------------------ 
	=Layout
------------------------ */

body {
	color:#333;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	font-size:70%;
	font-family:verdana, arial, sans-serif;
	background-color:#000;
	}

/* Zero margin, padding and borders, and link underlines */

body * {margin:0; padding:0; border:none;text-indent:0;}

table, tr, td {margin:0;padding:0;}

#rowone, #rowtwo, #rowthree {
	float:left; /*prevents divs from collapsing because of internal floats*/
	text-align:center;
	width:100%;
	}
#rowone {
	background:#000 url(top-bg.gif) repeat-x 0 0;
	}
#rowtwo {
	padding-bottom:20px;
	background:#fff url(bottom-bg.gif) repeat-x left bottom;
	}
#rowthree {
	background:#000;
	}

#rowone-inner, #rowtwo-inner, #rowthree-inner {
	position:relative;
	text-align:left;
	width:950px;
	}
#rowone-inner {margin:0 auto;}
#rowtwo-inner {margin:20px auto 0 auto;}
#rowthree-inner {margin:20px auto;}

/* ------------------------ 
	=Basic global styles
------------------------ */
p, li {
	font-family:verdana, arial, sans-serif;
	font-size:1em;
	line-height:135%;
	}

h1, h2, h3, h4 {font-family:georgia, times, "Times New Roman", serif;}
h1 {font-size: 2.2em;	font-weight:normal;}
h2 {font-size: 1.8em;	font-weight:normal;}
h3 {font-size: 1.5em;	font-weight:normal;}

a, a:link, a:visited, a:hover, a:active {color:#666;outline:none;text-decoration:none;font-weight:bold;}

.clear {clear:both;}

/* ---------------------------- =Rowone stuff ---------------------------- */


/* ------------------------ 
	=Header (TXP Site Title, linked to TXP Site URL)
------------------------ */

#rowone-inner {
	background-color:#000;
	color:#fff;
	height:70px;
	border-bottom:10px solid #999;
	/* Inline style (custom color) will override this */
	}

#rowone-inner h1 {
	float:right;
	text-align:right;
	margin:23px 10px 0 0;
	}
#rowone-inner h1 a {
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	border:0;
	}
#rowone-inner h1 a:hover {
	color:#eaeaea;
	border:0;
	}
	
/* ------------------------ 
	=Nav (two unordered lists called current-archive and previous-next)
------------------------ */

ul#current-archive, ul#previous-next {
	margin-top:0;
	float:left;
	list-style:none;
	width:160px;
	height:70px;
	background-color:transparent;
	}
ul#previous-next {margin-left:70px;}

li#n-current, li#n-archive, li#n-previous, li#n-next {
	list-style:none;
	float:left;
	width:80px;
	height:70px;
	}
li#n-current a, li#n-archive a, li#n-previous a, li#n-next a {
	width:80px;
	height:70px;
	display:block;
	text-indent:-9999px;
	background-image:url(nav.png);
	background-repeat:no-repeat;
	border:0;
	background-color:#fff;
	/* Inline style (custom color) will override this */
	}

/* Position nav.png */

li#n-current a {background-position:0 0;}
li#n-archive a {background-position:-80px 0;}
li#n-previous a {background-position:-160px 0;}
li#n-next a {background-position:-240px 0;}

/* Shift background image up for hover */
li#n-current a:hover {background-position:0 -70px;}
li#n-archive a:hover {background-position:-80px -70px;}	
li#n-previous a:hover {background-position:-160px -70px;}	
li#n-next a:hover {background-position:-240px -70px;}

/* Shift further for You-Are-Here effect (current + archive only) */
#current li#n-current a, #current li#n-current a:hover {background-position: 0 -140px;}
#archivedentry li#n-archive a {background-position:-80px -140px;}
#archivedentry li#n-archive a:hover {background-position:-80px -70px;}

/* Show non-linked, grayed-out Next/Previous on 
   newest and oldest images, respectively */

li#n-previous {
	width:80px;
	height:70px;
	display:block;
	background:transparent url(nav.png) -160px -140px;
	}
li#n-next {
	width:80px;
	height:70px;
	display:block;
	background:transparent url(nav.png) -240px -140px;
	}

/* But don't show those on on the main archive page or search results
   (this isn't necessary for the tag section, since the if_section 
   loop in the header-nav form covers that)*/

#archive li#n-previous, #searchresults li#n-previous {background:none;}
#archive li#n-next, #searchresults li#n-next {background:none;}


/* ---------------------------- =Rowtwo stuff ---------------------------- */


/* ------------------------ 
	=Info
------------------------ */

#info {
	float:left;
	position:relative;
	width:220px;
	background-color:#f2f2f2;
	/*height:488px;*/
	min-height:488px;
	z-index:2;	
	}
h3#title a, h3#filter {
	color:#fff;
	font-weight:normal;	
	border:none;
	display:block;
	padding:12px 20px 8px 10px;
	background-color:#333;
	background-image:url(white50-bar.png);
	background-repeat:no-repeat;
	background-position: right top;
	/* Inline style (custom color) will override background-color */
	}


h3#title a:hover {
	color:#dfdfdf;
	border:none;
	}
p#published {
	font-family:verdana, arial, sans-serif;
	font-size:.9em;
	display:block;
	padding:3px 10px 3px 10px;
	text-transform:uppercase;
	color:#dfdfdf;
	background:#000 url(white50-bar.png) no-repeat right top;
	}


p#jumptocomments a {
	display:block;
	color:#434343;
	font-size:.9em;
	line-height:1.2em;
	font-weight:normal;
	font-family:verdana, arial, sans-serif;
	padding:4px 8px 4px 27px;
	background:#dfdfdf url(jumptocomments.gif) no-repeat 10px 6px;
	border:none;
	min-height:2.4em;
	}
p#jumptocomments a:hover {
	background-color:#ccc;
	color:#000;
	border:none;	
	}
#caption {
	font-family:verdana, arial, sans-serif;
	padding:10px;
	}



#caption p {
	font-size:1em;
	margin-bottom:.8em;
	line-height:1.3em;
	}

#caption a, #taglinks a {
	border-bottom:1px solid #666;
	padding:2px 2px 1px 2px;
	}

#caption a:hover, #taglinks a:hover {
	color:#fff; 
	background-color:#666;
	border-bottom:1px solid #666;
	}	
#caption ul {
	margin-left:15px;
	}
#caption li {
	font-size:.9em;
	line-height:1.1em;
	}
#caption h3 {
	font-family:verdana;
	font-size:1.4em;
	margin:.5em 0 .2em 0;
	}

#caption blockquote {
	font-family:verdana, arial, sans-serif;
	font-size:.9em;
	padding: 0 1em;
	}

#taglinks h3 {
	text-indent:-9999px;
	height:20px;
	width:220px;
	background:transparent url(h3-tags.gif) no-repeat 0 0;
	}
	
/* Images' tags are inline */
#taglinks ul {
	margin:0 0 15px 0;
	padding:5px;
	list-style:none;
	float:left;
	width:190px;
	}
#taglinks li {
	float:left; 
	margin:4px 3px 4px 0;
	}

/* Archive's and Search Results' tag list is stacked and right-alined*/
#archive #taglinks ul, #searchresults #taglinks ul {
	margin:0 0 15px 10px;
	padding:10px;
	list-style-type:none;
	}
#archive #taglinks li, #searchresults #taglinks li {
	margin:4px 0 0 0;
	width:180px;
	display:block;
	text-align:right;
	}	
	
/* ------------------------ 
	=Search
------------------------ */

#searcharea {
	margin:10px 0;
	clear:both;
	}
form#searchform label {
	color:#f2f2f2;
	}
h3#h3-livesearch {
	text-indent:-9999px;
	height:60px;
	background:transparent url(h3-livesearch.gif) no-repeat 0 0;
	clear:both;
	display:block;
	}

#searcharea input {
	margin:0 10px;
	padding:5px 10px;
	float:left;
	color:#666;
	font-family:verdana;
	font-size:.9em;
	border:1px solid #666;
	}
#searchform {	
	}



/* ------------------------ 
	=LiveSearch Results
------------------------ */

#LSResult {
	padding:15px;
	position: absolute;
	top:0;
	left:230px;
	background:transparent url(white75-square.png) repeat 0 0;	
	width:690px;
	}

#LSHeader {display:none;}

#searcharea ul, #searcharea li {list-style:none;}

#searcharea li {	
	float:left;
	margin:0 10px 10px 0;
	}

#searcharea li a img {
	padding:4px;
	background:#fff;
	border:2px solid #eaeaea;
	}
#searcharea li a:hover img {
	border:2px solid #999;
	}
	
	
/* ------------------------ 
	=Photo
------------------------ */

#photo {
	float:right;
	width:720px;
	}
#photo img {
	float:right;
	border:10px solid #f2f2f2;
	}
	
/* ------------------------ 
	=Thumbarea
------------------------ */


#pagenav ul {
	float:left;
	width:700px;
	text-indent:0;
	}
#pagenav li {
	list-style:none;
	padding:0 20px 10px 20px;
	}

li#previouspage a {float:left;}
li#nextpage a {float:right;}

#pagenav li a {
	display:block;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	}
#pagenav li a:hover {
	color:#fff;
	background-color:#333;
	}

#thumbarea {
	float:right;
	width:720px;
	margin:0 0 10px;
	background:#eaeaea;
	}
#thumbarea h2 {
	margin:0 0 2px 0;
	padding:10px 0 8px 10px;
	display:block;
	background:#dfdfdf;
	}
ol#thumbs {
	list-style:none;
	padding:10px;
	}
ol#thumbs li {	
	float:left;
	margin:0 10px 10px 0;
	}
ol#thumbs li a img {
	padding:4px;
	background:#fff;
	border:2px solid #eaeaea;
	}
ol#thumbs li a:hover img {
	border:2px solid #999;
	}


/* ---------------------------- =Rowthree stuff ---------------------------- */

#rowthree-inner {
	color:#dfdfdf;
	}



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

#footer {
	float:right;
	width:700px;
	padding-left:10px;
	border-left:10px solid #f2f2f2;
	}
	
p#footertext {
	clear:both;
	font-family:verdana, sans-serif;
	font-size:.9em;
	}
#footertext a:hover {
	color:#fff;
	}


/* ------------------------ 
	=Comments Form
------------------------ */

#commentinput {
	width:200px;
	padding:10px;
	position:fixed;
	top:100px;
	background-color:#434343;
	z-index:1;
	}

a.backtotop {
	background-color:#333;
	color:#fff;
	display:block;
	padding:2px 5px 2px 20px;
	margin:-10px -10px 10px -10px;
	font-weight:normal;
	font-size:.9em;
	background:#333 url(gradient.png) repeat-x 0 0;
	border-bottom:1px solid #D3D3D3;
	}
a:hover.backtotop {
	background-color:#555;
	}

#txpCommentInputForm {
	}

#commentinput label {
	text-transform:capitalize;
	font-size:.9em;
	}
#name, #email, #web, #message {
	margin:2px 0 5px 0;
	padding:5px;
	font-family:verdana;
	font-size:.9em;	
	background-color:#dfdfdf;
	width:190px;	
	}
#rememberforget {text-align:right; padding-bottom:2px;}
#remember, #forget {margin:0 4px 3px 1px;padding-top:2px;}
#message {
	height:90px;
	}

#commentinput .button {
	text-transform:capitalize;
	padding:4px 6px 3px 6px;
	margin:3px 8px 0 0;
	}

#textilehelp {
	margin-top:10px;
	font-size:.9em;
	}
#expand {
	}
#textilehelp h4 {
	font-size:1em;
	padding-top:6px;
	font-weight:bold;
	clear:both;
	}
#textilehelp h4 a {
	color:#fff;
	display:block;
	padding:0 8px 4px 24px;
	font-family:verdana;
	letter-spacing:.1em;
	background:transparent url(textilehelp.gif) no-repeat 0 -4px;
	border:none;	
	}
#textilehelp h4 a:hover {
	color:#eaeaea;
	}
#textilehelp #expand h4 a {
	background-position:0 -44px;
	}


#textilehelp ul {
	clear:both;
	}
#textilehelp li {
	list-style:none;
	text-indent:0;
	float:left;
	padding-left:10px;
	}

/* Comments preview */
	
#cpreview {
	margin:20px 0;
	padding:10px;
	border:1px solid #F3EDA4;
	background:#434343;
	}
p#previewmessage {
	color:#F3EDA4;
	font-size:1.1em;
	margin-bottom:15px;
	}

/*#preview {
	padding:4px;
	margin-bottom:20px;
	}
*/
	
/* ------------------------ 
	=Comments
------------------------ */

#commentsarea {
	margin:30px 0 1000px 0;
	float:right;
	width:720px;	
	}

#commentsarea a {
	color:#fff;
	padding:2px 2px 3px 2px;
	font-weight:bold;
	border-bottom:1px solid #000;
	}

.comments, .comments_invite {
	margin-top:20px;
	clear:both;
	}

ol.comments {
	background-color:#434343;
	padding:30px;
	}

ol.comments li {
	clear:both;
	margin:10px 0 15px 15px;
	}

.message {
	margin:0 0 20px 0;
	/* This messes IE6 up badly
	padding:10px;
	background-color:#4F4F4F;	
	*/
	}
.message p {
	line-height:1.5em;
	margin-bottom:10px;
	}
.message ul {
	margin:10px 0;
	}
.message blockquote {
	margin:3px 20px;
	font-style:italic;
	}
.message a img {
	margin:0;
	padding:2px;
	border:2px solid #eaeaea;
	}
.message a:hover img {
	border:2px solid #fff;
	}


p.commentinfo {
	border-bottom:1px solid #dfdfdf;
	margin-bottom:3px;
	}
#commentsarea p.commentinfo a {
	border:0;
	}

	
/* ------------------------ 
	=Error 404
------------------------ */

#error #rowtwo {
	height:20em;
	}
#error #rowtwo h2 {
	margin-top:40px;
	} 
#error #rowtwo p {
	font-size:1em;
	margin-bottom:.8em;
	line-height:1.3em;
	}

#error #rowtwo a {
	border-bottom:1px solid #666;
	padding:2px 2px 1px 2px;
	}

#error #rowtwo a:hover {
	color:#fff; 
	background-color:#666;
	border-bottom:1px solid #666;
	}		
	