/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */
/* Modified by Darrell Dudics (a.k.a GameDudeX) [http://www.gamedudex.com] to make it a compatible ZenPhoto them.*/
*{
	margin:0;
	padding:0;
	font-size:100%;

}

body
{
	color: #b2b4b6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #333133;
}

a{
	color:#666;
	text-decoration:none;
}

p,
h2{
	margin:15px 5px;
}

h2{
	color:#999;
}

#wrap{
	width:720px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:underline;
}

#wrapper {
	width:700px;
	margin-left:35px;
}

#main-content li{
	width:200px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fullplate-navigation  {
	clear: both;
	width:615px;
	margin-left:120px;
}

#fullplate-navigation ul {
	list-style:none;
	margin-left:140px;
}

#fullplate-navigation ul li {
	display:block;
	float:left;
	width:210px;

}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}


#fullplate-navigation ul li a{
	display:block;
	width:80px;
	padding:10px;
}

#fullplate-navigation ul li a:hover{
	color:#333;
}



#fullplate-photo {
	border:solid #EEE;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}




#main-content a span {
	color:#CCCCCC;
	font-size:12px;
	line-height:14px;

}

#main-content a:hover span {
	color:#999;
}


img{
	border:3px solid #74A22E;
	padding:5px;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}


/******************************************************************************/
/* Added by Darrell Dudics */
/******************************************************************************/
#comments {
	clear: both;
	margin-top: 5em;
}

#commentControl p {
	display: inline;
}

#commentForm, #commentList, #foot {
	margin-top: 15px;
}

#commentForm form {
	width: 350px;
	margin: 0 auto;
	padding: 5px;
}

div.row {
  clear:both;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
}

div.spacer {
	clear:both;
}


#content
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: left;
	width: 780px;
}

#footer, #footer a, #footer a:link, #footer a:visited
{
	color: #78A22F;
	text-decoration: none;
	padding: 0;
	margin-top: -10px;
}

h1
{
	color: #b2b4b6;
	font-size: 18px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 0;
}

h2
{
	color: #b2b4b6;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 0;
}

/* Created seperate content pane for homepage since it has the background image
   and requires a static height */
#homeContent
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: left;
	width: 780px;
	height: 586px;
	background-image: url(../img/content-background.gif);
}

.darkNarrow
{
   clear: both;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
	height: 5px;
	width: 300px;
	border: 0;
	color: #2f2d2f;
	background-color: #2f2d2f;
}

.darkWide
{
   clear: both;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 5px;
	width: 610px;
	border: 0;
	color: #2f2d2f;
	background-color: #2f2d2f;
}

.darkWide#darkWideFooter
{
	margin-bottom: 0;
}

.greenNarrow
{
   clear: both;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 340px;
	border: 0;
	color: #78A22F;
	background-color: #78A22F;
}

.greenWide
{
   clear: both;
	display: block;
	margin-top: 5px;
	height: 5px;
	width: 100%;
	border: 0;
	color: #78A22F;
	background-color: #78A22F;
}

#navbar
{
	margin-top: -15px;
}

#navbar a, #navbar a:link, #navbar a:visited
{
	color: #b2b4b6;
	text-decoration: none;
	font-weight: bold;
}

#navbar a#current
{
	text-decoration: underline;
}

#navbar a:hover
{
	text-decoration:  underline;
}

#navbar ul, #navbar li
{
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
}

p.generalText
{
	color: #b2b4b6;
	margin-bottom: 35px;
}

#portSlideshow
{
	text-align: center;
	margin: 0 auto;
}

#slideshow
{
	width: 380px;
	height: 270px;
	margin-left: 50px;
	margin-top: 32px;
	overflow: hidden;
}

.ruler
{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

ul.paragraph
{
	color: #b2b4b6;
	margin-top: -20px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
	padding-bottom:10px;
}

#order_prints {
	width:615px;
	clear:both;
	margin-left:95px;
}

#order_prints_table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #59595B;
	border-bottom-color: #59595B;
}

#album_navigation {
	margin-left:145px;
}
