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



widescreen.css



| VERSION: 1.0

| July 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:"Lucida Grande", 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;

	max-height:200px;

	}

#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-size:1em;

	line-height:135%;

	}



h1, h2, h3, h4 {font-family:'Century Gothic',Arial,Helvetica,sans-serif;}

h1 {font-size: 1.7em;	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 ---------------------------- */



#rowone-inner {

	background-color:#000;

	color:#fff;

	height:70px;

	border-bottom:10px solid #999;	/* Inline style (custom color) will override this */

	}





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

	=Header (TXP Site Title, linked to TXP Site URL)

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



#rowone-inner #header-about {

	float:right;

	text-align:right;

	margin:20px 0 0 0;

	width:500px;

	}

#rowone-inner h1 a {

	font-weight:normal;

	text-transform:uppercase;

	color:#666;

	border:0;

	}

#rowone-inner h1 a:hover {

	color:#eaeaea;

	border:0;

	}





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

	=About Link

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

#rowone-inner h2 a {

	float:right;

	font-size:.7em;

	font-weight:normal;

	color:#fff;

}





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

	=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;}





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

	=Search and Livesearch

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



a#livesearchon, a#livesearchoff {

	position:absolute;

	left:400px;

	top:-100px;

	width:80px;

	height:70px;

	text-indent:-9999px;

	display:block;

	}



a#livesearchon {background:transparent url(nav.png) -320px 0;}

a#livesearchon:hover {background:transparent url(nav.png) -320px -70px;}

a#livesearchoff, a#livesearchoff {background:transparent url(nav.png) -320px -140px;}



#searcharea {

	}



#searchform {

	position:absolute;

	left:240px;

	top:0;

	padding:25px 20px 10px 20px;

	background:transparent url(white75-square.png) repeat-x 0 0;

	z-index:5;

	display:block;	

	}

form#searchform label {

	color:#000;

	font-weight:bold;

	}



#searcharea input {

	padding:3px 10px;

	width:200px;

	color:#666;

	font-family:verdana;

	font-size:.9em;

	font-weight:normal;

	border:1px solid #666;

	}





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

	=LiveSearch Results

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



#LSResult {

	margin:10px 0 0 -20px;

	padding:0 10px 10px 10px;

	background:transparent url(white75-square.png) repeat 0 0;	

	width:690px;

	height:100%;

	float:left;

	color:#fff;

	}



.LSRow {float:left;}

/* Stop double margins caused by extraneous LSRow div */

.LSRow ol#thumbs li {margin:0;}



#LSHeader {display:none;}







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





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

	=Info

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



#info {

	float:left;

	position:relative;

	width:220px;

	/*height:488px;*/

	min-height:487px;

	border-bottom:1px solid #333;

	z-index:3;	

	background:transparent url(info.png) repeat-x left bottom;

	}

	

h2#title {

	color:#fff;

	border-top:20px solid #fff;

	margin-top:-20px;

	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 */

	}

h2#title a {

	font-weight:normal;

	color:#fff;

	display:block;

	font-size:.9em;

	}



h2#title a:hover {

	color:#dfdfdf;

	}

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;	

	}

	

#archive #info h3, #searchresults #info h3 {

	margin:10px 10px 0 10px;

	}



#caption {

	padding:10px;

	background-color:#f2f2f2;

	}



#caption p {

	font-size:1em;

	margin-bottom:.8em;

	line-height:1.5em;

	}



#caption a, #taglinks a, #about-nav a {

	border-bottom:1px solid #666;

	padding:1px;

	}



#caption a:hover, #taglinks a:hover, #about-nav 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-size:1.1em;

	color:#555;

	text-transform:uppercase;

	margin:.8em 0 .1em 0;

	}



#caption blockquote {

	font-size:.9em;

	padding: 0 1em;

	}

	

#taglinks {

	}



#taglinks h3 {

	margin-top:2em;

	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:180px;

	}

#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, ul#gggg-nav {

	margin:0 0 15px 10px;

	padding:10px;

	list-style-type:none;

	}

#archive #taglinks li, #searchresults #taglinks li, #about-nav li {

	margin:4px 0 0 0;

	width:180px;

	display:block;

	text-align:right;

	}	



	

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

	=Photo

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



#photo {

	float:right;

	width:720px;

	}

#photo img {

	float:right;

	border:10px solid #f2f2f2;

	}



	

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

	=Thumbarea

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



ul#pagenav {

	float:left;

	width:700px;

	height:40px;

	list-style:none;

	padding:0 10px;

	margin-bottom:10px;

	background:#dfdfdf;

	list-style:none;

	}

#pagenav li#previouspage {float:left;margin-left:10px;}

#pagenav li#nextpage {float:right;text-align:right;margin-right:5px;}



#pagenav li a {

	display:block;

	width:95px;

	height:32px;

	font-size:.9em;

	line-height:1.2em;

	background:transparent url(pagenav.gif) no-repeat 0 0;

	}



li#previouspage a {background-position:0 0;	padding:8px 0 0 35px;}

li#previouspage a:hover {background-position:0 -40px;color:#000;}

li#nextpage a {background-position:-105px 0;padding:8px 35px 0 0;}

li#nextpage a:hover {background-position:-105px -40px;color:#000;}





#thumbarea {

	float:right;

	width:720px;

	margin:0 0 10px 0;

	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;

	clear:both;

	}

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;

	}



/* Comment Count 'Bug' */

ol#thumbs li p {

	margin:-2em 0 2em 3.6em;

	text-align:right;

	display:block;

	}

ol#thumbs li p a {

	background-color:#999; /* Will get overridden by custom color */

	color:#fff;

	padding:.2em .7em;

	font-family:verdana,arial,sans-serif;

	font-size:.8em;

	border:1px solid #fff;

	}

ol#thumbs li p a:hover {

	border-color:#000;

	}



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

	=About

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



/* Basic Styles */

ul#about-nav {

	margin-bottom:20px;

}



ul#about-nav li a {

	text-transform:capitalize;

	}



#about #thumbarea {

	padding:0 30px 10px 30px;

	width:660px;

	}

#about #thumbarea h2 {

	margin-bottom:1em;

	}

#about #thumbarea h3 {

	color:#000;

	margin:15px 0 0 0;

	}

#about #thumbarea p {

	margin:5px 0 4px 0;

	line-height:1.4em;

	}

#about #thumbarea a {

	font-weight:bold;

	color:#000;

	text-decoration:underline;

	}

#about #thumbarea a:hover {

	background:#444;

	color:#fff;

	}	

#about #thumbarea ul {

	margin:5px 0 20px 0;

	}



/* About Image */

#about #thumbarea img, #about #thumbarea a img {

	padding:4px;

	border:1px solid #999;

	background:#eaeaea;

	}

#about #thumbarea img.right, #about #thumbarea a img.right {

	float:right;

	padding:4px;

	margin:5px 0 0 15px;

	text-decoration:none;

	}

#about #thumbarea img.left, #about #thumbarea a img.left {

	float:left;

	margin:5px 15px 0 0;

	text-decoration:none;

	}

#about #thumbarea a:hover img {

	border:1px solid #000;

	}



#about #thumbarea table {

	background:#eaeaea;

	margin:0;

	}

#about #thumbarea table td {

	padding:3px 12px;

	background:#333;

	color:#fff;

	border:1px solid #333;

	}

	

#about legend {

	display:none;

	}	

#about label.zemRequired {

	font-weight:bold;

	margin:1em 0 0 0;

	display:normal;

	}

input.zemRequired, textarea.zemRequired {

	margin:.2em 0 1em 0;

	font-family:verdana, sans-serif;

	font-size:1em;

	background:#fff;

	padding:2px 5px;

	border:1px solid #999;

	display:inline;

	}

#about input#zemSubmit {

	margin-top:.5em;

	border:1px solid #999;

	padding:1px 4px;

	}







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



#rowthree-inner {

	color:#dfdfdf;

	}

	

	

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

	=Footer

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



#footer {

	float:right;

	width:700px;

	padding-left:10px;

	margin-bottom:2em;

	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 {

	border-top:1px solid #fff;

	width:200px;

	margin-top:20px;

	padding:10px 10px 0 10px;

	position:fixed;

	top:85px;

	background-color:#434343;

	z-index:0;

	}



h3#h3-addacomment {

	text-indent:-9999px;

	background:transparent urL(h3-addacomment.gif) no-repeat 0 0;

	margin:-36px 0 10px -10px;

	height:20px;

	width:220px;

	}



a.backtotop {

	background-color:#333;

	color:#fff;

	display:block;

	text-indent:10px;

	padding:2px 5px 2px 0;

	margin:15px -10px 0 -10px;

	font-weight:bold;

	font-size:.9em;

	background:#333 url(gradient.png) repeat-x 0 0;

	border-top:1px solid #D3D3D3;

	}

a.backtotop:hover, #commentsarea a.backtotop:hover {

	background-color:#555;

	}



#txpCommentInputForm {

	}



#commentinput label {

	text-transform:capitalize;

	font-size:.9em;

	}

#commentinput #name, #commentinput #email, 

#commentinput #web, #commentinput #message {

	margin:2px 0 4px 0;

	padding:5px;

	font-family:verdana;

	font-size:.9em;	

	background-color:#dfdfdf;

	width:185px;	

	}

#rememberforget {text-align:right;}

#remember, #forget {padding-top:2px;margin:0 5px 0 1px;}

#commentinput #message {

	height:90px;

	}



#commentinput .button {

	text-transform:capitalize;

	padding:4px 6px 3px 6px;

	margin:3px 8px 0 0;

	}





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

	=Textile Help

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



#textilehelp {

	border-top:1px solid #6B6B6B;

	border-bottom:1px solid #6B6B6B;

	margin-top:10px;

	padding:.3em 0;

	font-size:.9em;

		}

#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:"Lucida Grande", verdana;

	letter-spacing:.1em;

	background:transparent url(textilehelp.gif) no-repeat 0 -4px;

	border:none;	

	}



h4#textileoff a {

	background-position:0 -44px;

	}	

h4#textileon a {

	background-position:0 -4px;

	}

	

#textilehelp h4 a:hover {

	color:#eaeaea;

	}



#textilehelp ul {

	clear:both;

	margin-bottom:1.5em;

	}

	

#textilehelp li {

	list-style:none;

	text-indent:0;

	float:left;

	padding:0 0 0 10px;

	display:block;

	}



	

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

	=Comments

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



#commentsarea {

	border-top:1px solid #fff;

	margin:30px 0 1000px 0;

	padding:10px 10px 0 10px;

	float:right;

	width:700px;

	background-color:#434343;

	}



h3#h3-comments {

	margin-top:-30px;

	text-indent:-9999px;

	background:transparent urL(h3-comments.gif) no-repeat 0 0;

	height:20px;

	width:100px;

	}



p.commentintro {

	margin:1em;

	}



.commentintro a, ol.comments .message a {

	color:#fff;

	padding:1px;

	font-weight:bold;

	border-bottom:1px solid #000;

	}



.comments, .comments_invite {

	margin-top:20px;

	clear:both;

	}





/* Comments preview */

p#previewmessage {

	color:#F3EDA4;

	font-size:1.1em;

	margin-bottom:15px;

	}



#previewbox {

	border:1px solid #F3EDA4;

	padding-top:50px;

	}



ol.comments {

	text-indent:0;

	}



ol.comments li, #previewbox {

	clear:both;

	margin:10px 0 10px 0;

	padding:0 20px 10px 40px;

	list-style: none;	

	background:#616161 url(commentarrow.gif) no-repeat 0 0;

	border-top:5px solid #2B2B2B;

	}

#commentsarea .message {

	margin:0 0 0 -40px;

	padding:0 0 20px 40px;

	background:transparent url(commentstripe.gif) repeat-y 0 0;

	}

#commentsarea .message p {

	line-height:1.4em;

	margin-bottom:10px;

	}

#commentsarea .message ul {

	margin:10px 0;

	}

#commentsarea .message blockquote {

	margin:3px 20px;

	font-style:italic;

	}

#commentsarea .message a img {

	margin:0;

	padding:2px;

	border:2px solid #eaeaea;

	}

#commentsarea .message a:hover img {

	border:2px solid #fff;

	}



p.commentinfo {

	border-bottom:1px solid #494949;

	margin-top:2px;

	padding:4px 0 3px 0;

	}

#commentsarea p.commentinfo a {

	color:#fff;

	border:0;

	}

.datelink a {

	font-size:.9em;

	text-transform:uppercase;

	font-weight:normal!important;

	letter-spacing:.1em;

	}



	

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

	=Errors

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

#error #thumbarea {

	padding:0 20px 20px 20px;

	}

#error #thumbarea p {

	font-size:1em;

	margin-bottom:.8em;

	line-height:1.3em;

	}

#error #thumbarea a {

	border-bottom:1px solid #666;

	padding:2px 2px 1px 2px;

	}



#error #thumbarea a:hover {

	color:#fff; 

	background-color:#666;

	border-bottom:1px solid #666;

	}		

