/**********************************************************************
 *       One Day Websites CSS StyleSheet [ADVANCED USERS ONLY]        *
 *                          By Tenzebra                               *
 *                                                                    *
 * This file is used to change the appearance of tables and text that *
 * appear within include files for more information please check the  *
 * technical manual.                                                  *
 **********************************************************************/

/**********************************
 *          download.php          *
 **********************************/

/* 
	Div container that encompasses the entire download code.
	Use this to format where on the page the table is positioned etc.
 */
#download-div
{
	margin: 0em 10px 0em 10px;
	width: 85%;
}
/*
	Link settings.
 */
#download-div a:link
{
	color: #000000;
	text-decoration: underline;
}
#download-div a:visited
{
	color: #000000;
}
#download-div a:hover
{
	color: #FF0000;
	text-decoration: none;
}
/*
	Downloads tables class
 */
.download-table
{
	/*border-collapse: collapse;
	border-spacing: 10px 10px;
	table-layout: auto;*/
	empty-cells: show;
	width: 100%;
}
/*
	Table Header for name
 */
.download-th-name
{
	width: 20%;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table Header for description
 */
.download-th-desc
{
	width: 50%;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table Header for size
 */
.download-th-size
{
	width: 10%;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table Header for number of downloads
 */
.download-th-dls
{
	width: 10%;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table cell for the when no uploads have been made.
	Incase you want to change fonts or sizes etc.
 */
.download-nodls
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the download link
 */
.download-link-col
{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the description
 */
.download-desc-col
{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the filesize
 */
.download-filesize-col
{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the number of downloads
 */
.download-numdls-col
{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}

/**********************************
 *           events.php           *
 **********************************/
 
/*
	Div container that encompasses the entire events table code.
	Use this to format where on the page the events table is positioned etc.
 */
#events-div
{
	float:right;
	width: 200px;
	height: 400px;
	overflow: auto;
	margin: 10px 5px 10px 10px;
	padding: 10px 5px 0px 5px;
	border: 1px solid #8899BA;
	background:#FFF9E5 url(images/event_box_flower.jpg) top left no-repeat; 
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

#events-div-heading 
{
	font-weight:bold;
	color:#000000; 
	font-size:14px;
	text-align: center;
}

#events-div a:link
{
	color: #1D42B0;
	text-decoration: none;
}
#events-div a:visited
{
	color: #1D42B0;
	text-decoration: none;
}
#events-div a:hover
{
	color: #FFC71E;
	text-decoration: none;
}
/*
	Events tables class
 */
.events-table
{
	/*border-collapse: collapse;
	border-spacing: 10px 10px;
	table-layout: auto;*/
	empty-cells: show;
	width: 30em;
}
/*
	Invisible table column above the table for 
	extra formatting if desired.
 */
.events-top-extra 
{
	padding: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #999999;*/   /*makes the top line around event list*/
}
/*
	Table column for the events date
 */
.events-date
{
	width: 80px;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #E5E0CF;
	/*border-left: 1px solid #999999;*/
}
/*
	Table column for the events name
 */
.events-name
{
	width: 120px;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #E5E0CF;
	/*border-right: 1px solid #999999;*/
}
/*
	Invisible table column below the table for 
	extra formatting if desired.
 */
.events-bottom-extra
{
	padding: 0px 0px 0px 0px;
}
/*
	Paragraph for the events name
 */
.events-p-name
{
	margin: 1.5em 1em 0.4em 0.6em;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}
/*
	Paragraph for the events date
 */
.events-p-date
{
	margin: 0em 1.5em 0em 1.5em;
}
/*
	Span for the heading of events date.
	e.g. "Date: " this is optional.
 */
.events-span-date-heading
{
	font-weight: bold;
}
/*
	Span for the date.
 */
.events-span-date
{
	margin: 0em 1.5em 0em 2em;
}
/*
	Paragraph for the events description.
 */
.events-p-desc
{
	margin: 0.5em 1.5em 0 1.5em;
}
/*
	Paragraph for the no events message.
 */
.events-p-noevent
{
	/* No Default */
}

/**********************************
 *            faq.php             *
 **********************************/
 
/*
	Div container that encompasses the questions at the top of the page.
	Use this to format the list of questions at the top.
 */
#faq-question-container
{
	margin: 0em 10px 10em 10px;
	width: 600px;
	font-size: 12px;
	line-height: 150%
}
/*
	Link Settings	
 */
 
#faq-question-container a:link
{
	color: #1D42B0;
	text-decoration: none;
}
#faq-question-container a:visited
{
	color: #764E96;
	text-decoration: none;
}
#faq-question-container a:hover
{
	color: #FFC71E;
	text-decoration: none;
}
/*
	Div container that encompasses the question and answers at the bottom.
	Use this to format the list of questions/answers at the bottom.
 */
#faq-answer-container
{
	margin: 0em 10px 0em 10px;
	width: 600px;
}
/*
	Link Settings
 */
#faq-answer-container a:link
{
	color: #1D42B0;
	text-decoration: none;
}
#faq-answer-container a:visited
{
	color: #1D42B0;
	text-decoration: none;
}
#faq-answer-container a:hover
{
	color: #FFC71E;
	text-decoration: none;
}
/*
	Paragraph for when theres no faqs.
 */
.faq-nofaq
{
	/* No Default */
}
/*
	Paragraph for the questions.
 */
.faq-question
{
	margin: 0em 0em 0em 0em;
}
/*
	Paragraph for the answers.
 */
.faq-answer
{
	margin: 0em 0em 0em 0em;
}
/*
	Paragraph for the top buttons.
 */
.faq-top
{
	text-align: right;
	margin: 0em 0em 5em 0em;
}

/**********************************
 *          gallery.php           *
 **********************************/
 
/*
	Div container that encompasses the entire news post code.
	Use this to format where on the page the news is positioned etc.
 */
#gallery-div
{
	margin: 20px 10px 20px 10px;
}
/*
	Link Settings
 */
#gallery-div a:link
{
	/* No Default */
}
#gallery-div a:visited
{
	/* No Default */
}
#gallery-div a:hover
{
	/* No Default */
}
/*
	Gallerys table class
 */
.gallery-table
{
	/*border-collapse: collapse;
	border-spacing: 10px 10px;
	table-layout: auto;*/
	empty-cells: show;
}
/*
	Table column for the image
 */
.gallery-img
{
	width: 25%;
}


/**********************************
 *            news.php            *
 **********************************/
 
/*
	Div container that encompasses the entire news post code.
	Use this to format where on the page the news is positioned etc.
 */
#news-div
{
	width: 600px;
	margin: 0em 10px 20px 10px;
	text-align: center;
}

#news-div-heading
{
	font-weight: bold; 
	font-size: 18px; 
	color: #A35C00;
}


/*
	Link settings.
 */
#news-div a:link
{
	color: #000000;
	text-decoration: underline;
}
#news-div a:visited
{
	color: #000000;
}
#news-div a:hover
{
	color: #FF0000;
	text-decoration: none;
}
/*
	Another div container but this one only encompasses individual posts.
 */
.news-post
{
	margin: 1.5em 1em 3em 1em;
}
/*
	Paragraph for no news.
 */
.news-nonews
{
	/* No Default */
}
/*
	Heading for news headlines
 */
.news-headline
{
	text-align: left;
	margin: 0em 0em 0em 0em;
	font-weight: bold; 
	color: #576A8F;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
	Paragraph for the date then username line.
 */
.news-date-user
{
	text-align: left;
	margin: 0em 0em 0em 0em;
}
/*
	Span for the date.
 */
.news-date
{
	margin: 0em 0em 0em 0em;
	font-style: italic;
}
/*
	Span for the username.
 */
.news-user
{
	margin: 0em 0em 0em 2em;
}
/*
	Paragraph for the news content.
 */
.news-content
{
	text-align: justify;
	margin: 0.5em 1.5em 0 1.5em;
}

/**********************************
 *           sales.php            *
 **********************************/
 
/*
	Div container that encompasses the entire sales code.
	Use this to format where on the page the sales is positioned etc.
 */
#sales-div
{
	width: 85%;
	margin: 20px 10px 20px 10px;
	text-align: center;
}
/*
	Link settings.
 */
#sales-div a:link
{
	color: #000000;
	text-decoration: underline;
}
#sales-div a:visited
{
	color: #000000;
}
#sales-div a:hover
{
	color: #FF0000;
	text-decoration: none;
}
/*
	Div container for the checkout button.
 */
#sales-checkout
{
	margin: 20px 10px 20px 10px;
}
/*
	Sales table class
 */
.sales-table
{
	/*border-collapse: collapse;
	border-spacing: 10px 10px;
	table-layout: auto;*/
	empty-cells: show;
	width: 100%;
}
/*
	Table Header for item
 */
.sales-th-item
{
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table Header for description
 */
.sales-th-desc
{
	width: 15em;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table Header for price
 */
.sales-th-price
{
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table Header for shipping
 */
.sales-th-ship
{
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table Header for purchase
 */
.sales-th-purchase
{
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
/*
	Table cell for the when no items have been made.
	Incase you want to change fonts or sizes etc.
 */
.sales-noitems
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the item name
 */
.sales-name
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the item description
 */
.sales-desc
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the price
 */
.sales-price
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the shipping price
 */
.sales-shipping
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}
/*
	Table column for the buy button
 */
.sales-buybutton
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}