/*
-------------------------------------------
File: Designer Brown 2 styles.css Style Sheet
Created: 17 May, 2005
Last Modified: 18 November, 2005
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
©2005 Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/






/*********** GLOBAL CSS STYLES - ALL REQUIRED **********/






/* applies to all images in content area of any page */
.imagestyle{}

/* use this to make blocks of text 'standout' */
.standout, .blockquote {
font-style: italic;
font-size: 13px;
border-left: 5px solid #867851;
padding-left: 12px;
}

/* use these tags to style <h1> - used in page header for site title*/
h1 {
color: #4B432A;
font-size: 22px;
margin-bottom: 3px;
}

/* use these tags to style <h2> - used in page header for site slogan */
h2 {
color: #4B432A;
font-size: 20px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h3> */
h3 {
color: #4B432A;
font-size: 18px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h4> */
h4 {
color: #4B432A;
font-size: 16px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h5> */
h5 {
color: #000000;
font-size: 14px;
font-weight: normal;
margin-bottom: 3px;
}
/* use for user-positioned inline images */
.image-right{
float: right;
padding: 10px 0px 10px 10px;
}

/* use for user-positioned inline images */
.image-left{
float: left;
padding: 10px 10px 10px 0px;
}





/*********** CONTACT FORM CSS STYLES - These classes are only supported by version  2.0 and later of the contact plugin.  **********/





/* Styles the messages that appears at the top of the form.*/
form{
  margin-bottom: 25px;
}

/* Styles the messages that appears at the top of the form.*/
.message-text { 
} 

/* Styles the required text. */ 
.required-text {
	color: #D60000;
 } 

/* Styles the text fields. */ 
.form-input-field { } 
 
/* Styles the form buttons. */ 
.form-input-button { } 




/*********** BLOG PAGE CSS STYLES - ALL REQUIRED **********/






/* BLOG OUTPUT EXAMPLE (PLACED WITHIN <div id="content">...</div>):
[START]
<div ... class="blog-entry">
	<div class="blog-entry-body">
		<div class="blog-entry-title">
        	My Second Article
		</div>
		<div class="blog-entry-date">
			01/04/05 16:37
		</div>
		This is the article in the second article
		<div class="blog-entry-comments">
			<a>Comments</a> | <a>Trackback</a>
		</div>
	</div>
</div>
[END]
*/

/* BLOG ARCHIVE PAGE EXAMPLE - AN ENTIRE HTML PAGE UNTO ITSELF:
[START]
...
<body class="blog-archive-background">

	<div class="blog-archive-headings-wrapper">
		<div class="blog-archive-month">March 2005</div>
		<div class="blog-archive-link"><a...>Blog Home</a> | <a...>January 2005</a> | <a...>February 2005</a> ... </div>
	</div>

	<div class="blog-archive-entries-wrapper">
		<div id="uniqueid..." class="blog-entry">
			<div class="blog-entry-body">
				<div class="blog-entry-title">Blog title here</div>
				<div class="blog-entry-date">05/13/85 5:00pm</div>
				Blog body copy...
				<div class="blog-entry-comments"><a...>Comments</a> | <a...>Trackback</a></div>
			</div>
		</div>
		...[repeat]...
	</div>

</body>
[END]
*/

/* styles the <div> container for each blog entry */
.blog-entry{
   padding-bottom: 25px;
   padding-right: 10px;
}

/* styles the title of each blog entry */
.blog-entry-title{
   font-weight: bold;
   color: #4B432A;
   font-size: 15px;
   margin-bottom: 5px;
}

/* styles the date of each blog entry */
.blog-entry-date{
   color: #666666;
   margin-bottom: 5px;
   font-style: italic;
}

/* styles the entry body container */
.blog-entry-body{
   line-height: 1.4em;
}

.blog-entry-category {
font-size: 11px;
margin-bottom: 3px;
}

.blog-entry-category a {
color: #666666;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
color: #4B432A;
}

.blog-entry img {
padding: 4px;
}

/* styles the comments which appear at the end of each blog page entry */
.blog-entry-comments{
   margin: 5px 0px 0px 0px;
}

.blog-entry-comments a{
   color: #4B432A;
}

/* styles the archive page <body> on the archive page ONLY */
.blog-archive-background{
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: center;
  background: #867851 url('images/body-background.jpg') top repeat-x;
}

/* styles archive page title and title links <div> on the archive page ONLY */
.blog-archive-headings-wrapper{
   position: relative;
   margin: 24px auto 0px auto;
   text-align: left;
   width: 606px;
   background: #FFFFFF url('images/blog-header-background.jpg') top no-repeat;
}

/* styles the month <div> in the blog archive headings wrapper on the archive page ONLY */
.blog-archive-month{
  margin: 0px;
  height: 52px;
  padding: 43px 15px 0px 35px;
  font-size: 20px;
  color: #4B432A;
  font-weight: bold;
}

/* styles the link <div> in the blog archive headings wrapper on the archive page ONLY */
.blog-archive-link{
  color: #FFFFFF;
  margin: 0px;
  padding: 20px 32px 20px 32px;
  line-height: 1.4em;
  background: #FFFFFF url('images/blog-image-background.jpg') bottom repeat-y;
}

/* styles <a> links in .blog-archive-link <p> tag */
.blog-archive-link a{
  color: #FFFFFF;
}

/* styles <a> links in .blog-archive-link <p> tag */
.blog-archive-link a:link, .blog-archive-link a:visited{
  color: #FFFFFF;
  text-decoration: underline;
}

/* styles <a> links in .blog-archive-link <p> tag */
.blog-archive-link a:hover, .blog-archive-link a:active{
  color: #FFFFFF;
  text-decoration: none;
}

/* styles the wrapper around all entries on the archive page ONLY */
.blog-archive-entries-wrapper{
  margin: 0px auto;
  text-align: left;
  width: 606px;
  background: #FFFFFF url('images/blog-footer-background.jpg') bottom no-repeat;
  padding-bottom: 33px;
}

/* styles blog-entry class only on archives page */
.blog-archive-entries-wrapper .blog-entry{
  margin: -1px 0px 0px 0px;
  padding: 0px;
}

/* styles blog-entry class only on archives page */
.blog-archive-entries-wrapper .blog-entry-body{
  background: #FFFFFF url('images/blog-wrapper-background.jpg') top repeat-y;
  padding: 25px 32px 1px 32px;
}








/*********** PHOTO ALBUM ---[THUMBNAIL]--- PAGE CSS STYLES - ALL REQUIRED **********/







/* THUMBNAIL PAGE OUTPUT (PLACED WITHIN <div id="content">...</div>):
[START]
<div class="album-title">
	My Album Title
</div>
<div class="album-description">
	My Album Description
</div>
<table width="100" border="0" cellpadding="5">
	<tr>
		<td align="center" valign="bottom">
			<div class="thumbnail-frame">
				<a href="files/page7-1000-full.html"><img src="files/page7-1000-thumb.jpg" alt="CityMark_C" width="93" height="69" /></a>
				<p class="thumbnail-caption">CityMark_C</p>
			</div>
		</td>
		...(multiply by # of images per row)...
	</tr>
	...(multiply by # of rows in table)...
</table>
[END]
*/

/* Over-rides table settings in HTML. Sets width of photo album table */
table{
  margin-bottom: 25px;
}

table td{
text-align: left;
}

/* styles the album title div */
.album-title{
   font-weight: bold;
   color: #4B432A;
   font-size: 15px;
   margin-bottom: 5px;
}

/* styles the album description div */
.album-description{
  margin-bottom: 25px;
  margin-right: 10px;
}

/* styles the thumbnail frame div in each <td> tag */
.thumbnail-frame{}

/* styles the image in the thumbnail frame */
.thumbnail-frame img{
  border: 0px;
}

/* styes the thumbnail caption <p> tag */
.thumbnail-caption{
  margin: 0px;
  padding: 0px;
  color: #000000;
}






/*********** PHOTO ALBUM ---[FULLSIZE]--- PAGE CSS STYLES - ALL REQUIRED **********/






/* LARGE IMAGE PAGE OUTPUT (PLACED WITHIN <div id="content">...</div>):
[START]
<body class="photo-background">
	<div class="photo-navigation">
		<p class="photo-title">Album Title</p>
		<p class="photo-caption">Photo Name</p>
		<p class="photo-links"><a href="../photo_page.html">Home</a> | <a href="page7-1001-full.html">Next</a></p>
	</div>
	<img class="photo-frame" src="page7-1000-full.jpg" alt="Loading Image" width="640" height="479"/>
</body>
[END]
*/

/* styles the body of the page */
.photo-background{
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #867851 url('images/photo-body-background.jpg') top repeat-x;
}

/* styles the navigation bar */
.photo-navigation{
  margin: 0px;
  height: 112px;
}

/* styles the photo title <p> tag */
.photo-title{
  margin: 0px;
  padding: 30px 25px 10px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

/* styles the photo caption <p> tag */
.photo-caption{
  display: inline;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px 0px 0px 25px;
  padding: 0px;
}

/* styles the photo links <p> tag */
.photo-links{
  display: inline;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

/* styles <a> links in .photo-links <p> tag */
.photo-links a{
  color: #FFFFFF;
}

.photo-links a:link, .photo-links a:visited{
  text-decoration: underline;
}

.photo-links a:hover, .photo-links a:active{
  text-decoration: none;
}

/* styles the actual image */
.photo-frame{
  margin: 25px;
}






/*********** FILE SHARING PAGE CSS STYLES - ALL REQUIRED **********/






/* FILE SHARING PAGE OUTPUT (PLACED WITHIN <div id="container">...</div>):
[START]
<div class="filesharing-description">
This is a description of this page.
</div>

<div class="filesharing-item">
	<div class="filesharing-item-title">
		<a href="files/melena_thumb.jpg">melena_thumb.jpg</a>
	</div>
	<div class="filesharing-item-description">
		Picture 1
		<br />
	</div>
</div>
...(duplicate for each item)...

[END]
*/

/* styles file sharing description div */
.filesharing-description{
  line-height: 1.4em;
  margin-bottom: 25px;
  margin-right: 10px;
}

/* styles for each file sharing item div */
.filesharing-item{
  margin-bottom: 25px;
  margin-right: 10px;
}

.filesharing-item a{
  color: #4B432A;
}


/* styles for each filesharing item title div */
.filesharing-item-title{
   font-weight: bold;
   color: #4B432A;
   font-size: 15px;
   margin-bottom: 5px;
}

/* styles for each filesharing item description div */
.filesharing-item-description{
  line-height: 1.4em;  
}






/*********** QUICKTIME MOVIE ALBUM PAGE CSS STYLES - ALL REQUIRED **********/




/* PAGE OUTPUT (PLACED WITHIN <div id="container">...</div>):
[START]
<div class="movie-page-title">Page title</div>
<div class="movie-page-description">Page description</div>
<div class="movie-thumbnail-frame">
	<a href="#"><img src="#" alt="..." /></a>
	<div class="movie-thumbnail-caption">Caption</div>
</div>
...(duplicate for each item)...

[END]
*/

/* Styles for the movie page title */
.movie-page-title{
   font-weight: bold;
   color: #4B432A;
   font-size: 15px;
   margin-bottom: 5px;
}

/* Styles for the movie page description <div> */
.movie-page-description{
  margin-bottom: 25px;
  margin-right: 10px;
  line-height: 1.4em;
}

/* Styles for each movie's frame <div> */
.movie-thumbnail-frame{
  float: left;
  display: inline;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: center;
}

/* Remove border from any images in an <a> element */
.movie-thumbnail-frame img{
  border: none;
}

/* styles the caption */
.movie-thumbnail-caption{
  margin-top: 10px;
  color: #000000;
}






/*********** QUICKTIME MOVIE POPUP CSS STYLES - ALL REQUIRED **********/






/* PAGE OUTPUT
[START]
<body class="movie-background">
	<div class="movie-frame">
		<!-- Movie code here !-->
		<object>...</object>
		<!-- Movie code ends !-->
		<p class="movie-title">dandy_trailer56_dsl_fast.mov</p>
	</div>
</body>
[END]
*/

.movie-background{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #B1A37C;
}

.movie-frame{
  margin-bottom: 10px;
}

.movie-title{
  font-size: 11px;
  color: #FFFFFF;
}
  





/*********** CONTACT FORM PAGE CSS STYLES - ALL REQUIRED **********/






form{
  margin-bottom: 25px;
}
