/*
Theme Name: Studio
Description: Inspired by DevArt.
Version: 1.0
Author: Marilyn Fenn
Author URI: http://marilynfenn.com/
Tags: fixed width, two columns, widgets, footer

	Studio v1.0
	http://marilynfenn.com/

	This theme was designed and built by Marilyn Fenn,
	whose homepage you will find at http://marilynfenn.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ol, ul { list-style: none; }
ul li, ol li { /*list-style: none;*/ /*list-style-position: inside;*/}
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border:4px solid #dce2bb;}
.graphic-alignleft, .graphic-alignright, .graphic-alignnone { border:none;}



/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px "Trebuchet MS", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #734631; 
	background: /*#fce3bc*/ #FACB81 /*url(images/bg6.jpg) repeat-x*/;
	line-height: 130% 
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #90a900}
h1 { font-size: 22px; line-height: 26px; margin-bottom: 7px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 16px; line-height: 20px; margin-bottom: 10px; }
h4 { font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #734631; clear:both}
h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; color: #f97f1c}
h6 { font-size: 16px; line-height: 20px; margin-bottom: 15px; font-weight: bold; background-color: #afc145; color: #faf2df; padding: 2px 2px 2px 10px}

h1 span { color: #734631; }

/************** links **************/
a:link { color:#90a900; font-weight: bold; text-decoration: none; }
a:active { color:#734631; font-weight: bold; cursor:pointer; }
a:hover { color:#ed9802; font-weight: bold;}
a:visited { color:#f97f1c; font-weight: bold; text-decoration: none;}
a:visited:hover{ color:#ed9802; font-weight: bold;}

p { margin-bottom: 10px; line-height: 130%}

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	text-indent: -0.4em;
	font: italic 14px/24px Georgia, Serif; 
	padding: 10px 10px 5px 20px;
	margin-bottom: 20px;
	background: #dce2bb; 
}

blockquote.small { 
	font: italic 13px Georgia, Serif; 
	padding: 10px 14px 1px 10px;
	margin-bottom: 20px;
	background: #dce2bb; 
}

/*text*/


.tabdate {display: block; 
	float: left;
	width: 3em}
	
.tabmultiyeardate {display: block; 
	float: left;
	width: 5.5em;}
	
.tabindentmultiyeardate { 
	float: left;
	width: 5.5em;}
	
.newsdate {font-family:"Times New Roman", Times, serif;
	/*font-style:italic;*/
	font-weight:bold}
	
.indent { /* the rules that do the indenting */
	margin-left: 5.5em;
	text-indent: -5.5em;
	line-height: 130%;
	margin-bottom: 2px;
}
.space { /*for space between paragraphs */
	margin-bottom: 5px;}

/* Container
-------------------------------------------------------------------*/
#container { 
	width: 950px;  
	margin: 0 auto; 
	overflow: hidden; 
	border-left-color: #FF9900;
	border-left-style: solid;
	border-left-width: 4px;
	border-right-color: #FF9900;
	border-right-style: solid;
	border-right-width: 4px;
}
#container #wrapper { 
	width: 950px; 
	float: left; 
	overflow: hidden; 
	background: #FAF2DF url(images/body_bg.png) repeat-y; 
}


/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 90px; 
	float: left; 
	background: #9abc21 url(images/header-bg11.png) no-repeat left; 
	position: relative; 
	border-color: #FF9900;
	border-style: solid;
	border-width: 0 0 2px 0;
	padding: 0 30px;
}

p.tagline, h1.header a {display:block; text-indent: -9000px; width: 700px; height: 80px; font:0/0 Arial; overflow:hidden;}

/* Navigation
-------------------------------------------------------------------*/
#navbar{
	width: 950px; 
	height: 42px; 
	float: left; 
	background:#bdd175 url(images/pro_line_0.gif) repeat-x; 
	border-bottom: 2px solid #ed9802; 
	position: relative; 
}

#navbarleft{width:700px; float:left; margin:0; padding:0}
#navbarright{
	width:239px;
	height: 42px;
	float:right;
	margin:0;
	padding:0;
	background:#bdd175 url(images/pro_line_0.gif) repeat-x;
	border-left: 1px solid #90a900;
	border-bottom: 2px solid #ed9802;
	vertical-align: top;
}

/**#subscribe{ background:url(images/rss-long.jpg) no-repeat;
	width:239px;
	height: 42px;
	margin:0;}
	
#subscribe p {	
	text-align: right;
	padding: 11px 30px 10px 0;
	color: #734631;
	font-size:14px;
	font-weight: bold;}
	
#subscribe p:link, #subscribe p:visited { color:#734631; font-weight: bold; text-decoration: none; }
#subscribe p:active { color:#ff9900; font-weight: bold;}
#subscribe p:hover, #subscribe p:visited:hover { color:#f97f1c; font-weight: bold;}**/

/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 11px; 
	right: 20px;
}

#search input { border: 0; }

#search #s { 
	width: 148px;
	padding: 4px 0 4px 22px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	color: #333;
	background: url(images/search-text.gif) no-repeat;
}
#search #searchsubmit { 
	width: 35px; 
	height: 24px;
	vertical-align: top;
	background: url(images/search-submit.gif) no-repeat;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:700px; 
	height:42px; 
	font-size:0.9em; 
	position:relative; z-index:99;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:700px; w\idth:699px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; 
	margin:0; 
	list-style-type:none;}
.menu ul ul {width:121px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; 
	width:140px; 
	position:relative; 
	text-align: center;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; 
	font-size:14px; 
	font-weight:bold; 
	text-decoration:none; 
	color:#734631; 
	width:140px; 
	height:37px; 
	border:1px solid #faf2df; 
	border-width:0; 
	background:#dce2bb url(images/pro_line_0.gif) repeat-x; 
	padding: 5px 5px 0 5px; 
	line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:140px; w\idth:139px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#bdd175 url(images/pro_line_1.gif) bottom right no-repeat;  
	text-align: left;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/pro_line_1.gif) bottom right no-repeat; text-align: left;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/pro_line_1.gif) bottom right no-repeat; text-align: left;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#dee8b9; color:#805a48; text-align: left;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#bdd175;}


/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {visibility:hidden; 
	position:absolute; 
	height:0; 
	top:42px; 
	left:0;
	width:140px;
	text-align: left;}
/* another hack for IE5.5 */
* html .menu ul ul {top:42px; t\op:41px;}

/* position the third level flyout menu */
.menu ul ul ul{left:140px; top:-1px; width:140px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-140px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#bdd175; color:#faf2df; height:auto; line-height:1em; padding:5px 10px; width:120px; border-width:0 1px 1px 1px; text-align: left;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:140px; w\idth:138px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#faf2df; background:#ff9900 url(images/pro_line_2.gif) repeat-x;}
.menu :hover > a, .menu ul ul :hover > a {color:#faf2df; background:#ff9900 url(images/pro_line_2.gif) repeat-x;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color:#faf2df;background:#ff9900 url(images/pro_line_2.gif) repeat-x;
}

.menu .current_page_item a {
  color:#faf2df;background:#ff9900 url(images/pro_line_2.gif) repeat-x;
  font-weight: bold;
}

.menu ul .current_page_item ul a {
  color:#faf2df;background:#ff9900 url(images/pro_line_2.gif) repeat-x;
  font-weight: bold;
}

.menu ul .current_page_item ul a:hover {
  color: #734631; background:#dce2bb url(images/pro_line_0.gif) repeat-x;
}

.menu .current_page_item a:hover {
  background:#ff9900 url(images/pro_line_2.gif) repeat-x;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 650px; 
	float: left; 
	padding: 15px 30px; 
	line-height: 110%;
	background: #FAF2DF; 
}

.line {
	clear: both;
	border-top: 1px dashed #e0bf7e;
	width: 650px;
	margin: 15px 0px;
	float: left;
}

#content .post { clear: both; margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; }
#content .post h1  { text-decoration: none; margin-bottom: 40px}
#content .post h1 a { text-decoration: none;}
#content .post-list li { list-style: none; }

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #734631; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #90a900; 
	/*background: #dce2bb;*/
}
#content .post .post-info a { color: #90a900; text-decoration:none; }
#content .post .post-info a:hover { color: #f97f1c; text-decoration:none; }



/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;  
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:1.5; margin: 0 0 0 10px; }
/*above from modern-notepad*/
#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #734631; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;  
	/*list-style-position: inside;*/
}
#content ol { 
	list-style: decimal; 
	/*list-style-position: inside;*/ 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	/*font-style: italic;*/
	margin: 0 0 5px 0;
	color: #f97f1c;
}

#content img.wp-smiley{float:none; border:none; margin:0; padding:0}
#content img.wp-wink{float:none; border:none; margin:0; padding:0}

/*date (from AmazingGrace)*/
.entrydate .dateMonth
{
  font-size:10px;
  text-align:center;
  color:#FFF;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
  background:transparent url(images/date.png) repeat scroll 0 0;
  float:left;
  height:53px;
  margin-right:5px;
  margin-bottom:5px;
  width:49px;
}

a.more-link {
    font-weight:bold;
    color:#f78403;
    padding-right:18px;
    background:url(images/more-link.gif) 100% 1px no-repeat;
}

.nav-entries {
	font-size:.92em;
	overflow:hidden;
}

.nav-entries .prev a {
	float:left;
}

.nav-entries .next a {
	float:right;
}

#content .nav-entries a {
	background:url(images/nav-pages.png) 100% 100% no-repeat;
	color:#FAF2DF;
	text-decoration:none;
}

.nav-entries a span {
	padding:6px 12px 0;
	height:17px;
	float:left;
}

.nav-entries a:hover {
	color:#FAF2DF;
}

/*image*/

.alignnone { clear:both; margin: 0 10px 10px 0}
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px;}

img.floatRight { 
    float: right; 
	border:10px solid #dce2bb; margin: 5px 0 10px 10px; 
}

img.floatLeft { 
    float: left; 
    border:10px solid #dce2bb; margin: 5px 10px 10px 0; 
}

#calcol{
	float: left;
	position: relative;
	width:680px;
 }
 
/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 239px;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
	color: #90a900;
	background-color: #dee8b9 /*e0ebb1 dce2bb*/;
	border-left: 1px solid #afc24a;
	line-height: 150%;
}

#sidebar h3 { font: normal 18px "Trebuchet MS", Verdana, Arial, Sans-Serif; color: #8ba300; }

#sidebar a { color: #573d29; text-decoration: none; }
#sidebar a:hover { color: #f97f1c; }

#sidebar .block {
	width: 224px;
	padding: 15px 10px; 
	border-bottom: 1px solid #afc24a; 
	overflow: hidden;
}
#sidebar .block li { 
	background:url(images/arrow.png) no-repeat 2px 4px; 
	padding-left: 15px;
	margin-left: -10px;
}

/*new*/
#sidebar .block ul,
#sidebar .block ol {
    margin: 0 0 1em 2em;
}

#sidebar .block ul {
    list-style-type:none;
}

#sidebar .block a:hover { color: #f97f1c; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #dce2bb; text-align: center; color: #888; }

/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: left; 
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #90a900; 
}
#comments .comment { 
	margin-bottom: 10px; 
	overflow: hidden; 
	background: #ebeacd; 
	border: 1px solid #dee8b9; 
	padding: 10px; 
	color: #734631;
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 0 3px 10px 0; 
	/*background: url(images/avatar.jpg) no-repeat;*/
}

#comments .comment .comment-content { 
	float: left; 
	margin-right: 5px; 
	padding: 3px 3px; 
	width: 600px; 
	background: #faf2df; 
	border: 1px solid #dee8b9; 
	min-height: 120px;
	height:auto;
}
#comments .comment .comment-content a { color: #f97f1c; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #90a900;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #f97f1c; 
	text-decoration: none;
}

/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: /*#dce2bb*/ #ebeacd; 
	border: 1px solid #dee8b9; 
	padding: 10px; 
	color: #90a900; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 600px; 
	border: 1px solid #dee8b9; 
	height: 120px;
	margin-top:2px;
	padding: 3px 3px;
}
#commentform input.text { 
	width: 400px; 
	background: #faf2df;
	border: 1px solid #dee8b9; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { 
	width:115px;
    font-weight:bold;
    text-align:center;
    height:24px;
	padding-bottom:2px;
    background:transparent url(images/button-back.png) 0 0 no-repeat;
    border:0;
	font-size:.92em;
	color: #faf2df;
    vertical-align:middle;
}

/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom { 
	width: 960px; 
	height: 80px; 
	float: left; 
	/*background: #734631 url(images/footer.png) repeat-y;*/ 
}

/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 960px; 
	height: 50px;
	float: left; 
	color: #faf2df; 
	text-align: center;
	vertical-align: middle;
	background: url(images/footer4.png) repeat-y;
	border-top: solid 3px #98bb1e;
	border-bottom: solid 5px #90a900;
}

#footer p {
	font-size: 11px; 
	margin: 8px 0; 
}
#footer a { color: #faf2df; font-weight: bold}

/*footer styles*/
/*#footerNav{
	height:25px;
	background: url(images/footer3.png) repeat-y;
	background-color: #9abc21;
	clear:both;
	border-top: solid 3px #98bb1e;
	text-align: center;
	vertical-align:middle;
} 

.horiz {
	width: 100%;
	margin: 5px 120px;
	padding: 0;
	position: relative;
	margin-left: 24.5%;
}
 
.horiz ul { margin: 0; padding: 0;}

.horiz li { display: inline; 
	float: left;
	text-align: center;
	font-weight: bold;
	list-style-type: disc;
	font-size: 13px;
}
*/

#footer a:link { color:#faf2df; }
#footer a:active { color:#98bb1e; }
#footer a:hover { color:#ff7200; text-decoration: underline}
#footer a.visited { color:#faf2df; }
#footer a.visited:hover { color:#ff7200; text-decoration: underline}

a img {border: none; }

.lcp_catlist post_date { }

/* portfolio page items */

/* ----------- Gallery style -------------*/


.ngg-galleryoverview, .artpage {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}


.ngg-galleryoverview .desc, .artpage .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}


.ngg-gallery-thumbnail-box, .artpage-thumbnail-box {
	float: left;
}


.ngg-gallery-thumbnail, .artpage-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}


.ngg-gallery-thumbnail img, .artpage-thumbnail img {
	background-color:#faf2df;
	border:1px solid #afc145;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}


.ngg-gallery-thumbnail img:hover, .artpage-thumbnail img:hover {
	background-color: #ff9900;
        border:1px solid #ff9900;
} 


.ngg-gallery-thumbnail span, .artpage-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}


.ngg-clear, .artpage-clear {
	clear: both;
}

/*artpage onpage nav*/
.artpage-nav {
	padding:30px 5px 5px 0;
	margin-left:0;
	vertical-align: bottom;	
}


.artpage-nav .back {
	float:left;
	border:none /*1px solid #afc145*/;
	margin-right:3px;
	padding:3px 0 3px 0;
}


.artpage-nav .next {
	float:right;
	border:none /*1px solid #afc145*/;
	margin-left:3px;
	padding:3px 7px 3px 0;
}

.space {clear: both;
	height: 20px;}

/************** art thumbnails **************/	
	
.thumbrow { width:100%; float:left; margin-bottom: 20px}

.thumb2 { width:49%; float:left; }
.thumb3 { width:33%; float:left; text-align:center;}
.thumb4 { width:25%; float:left; }
.thumb5 { width:20%; float:left; }

.thumb3 img {
	background-color:#faf2df;
	border:1px solid #afc145;
	text-align:center;
	margin:4px 0px 4px 5px;
	padding:4px;
}

.thumb3 img:hover {
	background-color: #ff9900;
    border: 1px solid #ff9900;
} 


p.thumbcaption {
	font-size: small;
	font-variant: small-caps;
	text-align:center;
	margin-bottom: 10px}
	
/* artpage styles*/	
#maincolart{
	float: left;
	display:inline;
	position: relative;
	width:70%;
	margin: 0;
	padding-bottom: 10px;
 }

#rightcolart{
	float: right;
	display:inline;
	position: relative;
	width:25%;
	margin: 0;
	padding: 0 0 10px 0;
 }
 
 #artmedium {
	font-weight: bold;
	font-size:14px;
	margin: 10px 0;
	line-height: 1.2em;
}
 #artsize {font-weight: normal; font-size: small; margin-bottom: 10px;}
 #artframing {font-variant: small-caps; font-size: small; margin-bottom: 10px;}
 #artprice {font-weight: bold; margin-bottom: 10px;}
 #artpricesold {font-weight: bold; color: red; margin-bottom: 50px;}
 #datecomp {font-size: small; margin-bottom: 10px;}
 .purchase {font-variant: small-caps; font-weight: bold; font-size: small; }
 #otheritems { float: left; font-weight: bold; font-size: small; margin-right: 10px;}
 #returntopage { float: left; width:100%; font-variant: small-caps; font-weight: bold; font-size:small; margin-top:10px; margin-left:20px;}
 
/* Two Columns */

#column{ width:100%; float:left; margin-bottom: 20px}

.column2 { width:45%; float:left; padding-right: 30px}

/* Contact Form */

.wpcf7 {
	background: #dce2bb; 
	border: 1px solid #90a900; 
	padding: 10px 20px; 
	color: #734631 /*#90a900*/; 
	font-weight: bold;
}
.wpcf7 p {margin: 10px;
	padding-bottom: 3px; }
	
.wpcf7 textarea { 
	width: 600px; 
	border: 1px solid #90a900;
	height: 120px;
	margin-top:2px;
	padding: 3px 3px;
}
.wpcf7 input.text { 
	width: 245px; 
	background: #faf2df;
	border: 1px solid #90a900; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
.wpcf7 input#submit { 
	width:115px;
    font-weight:bold;
    text-align:center;
    height:24px;
	padding-bottom:2px;
    background:transparent url(images/button-back.png) 0 0 no-repeat;
    border:0;
	font-size:.92em;
	color: #faf2df;
    vertical-align:middle;
}

.picdonkey {width: 100px; height: 75px}

.caption {
	text-align:center;
	font-size: small;
	font-variant: small-caps;
	width: 90%}
	
.random-image {
	text-align:center;
	margin-left: 0px;}