/*
	Filename: main.css
	Date: March 20, 2007
	Location: ./includes/templates/creatiworks/css/
	Site: http://www.dildodorygrill.com/
	*********************************************************
	>>Details:
		> Root css template file.
	*********************************************************
	>>Update Log:
		> (7.7.06) Log Started.
		> (7.7.06) Copy of standard variables from general css files.
		> (3.18.07) Set forth the style naming guidelines.


	-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
		S T Y L E   N A M I N G   G U I D E L I N E S
	-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	Every style name will follow this format (all lowercase) : 
	
	.[element]-[identifier]-[descriptor] 
	
	
	element would be the html element that you are targeting 
	identifier would be the general identifying name of the style 
	descriptor would be a specific unique trait 
	
	[element] examples: text, table, cell, div, img 
	[identifier] examples: header, main, sales-border, catalogue-background 
	[descriptor] examples: large, small, red, blue, bold, dark, wide, top, bottom, etc... 
	
	
	sample style names: 
	.text-subheader-grey 
	.cell-productsitem-right 
	.div-mouseover-top 
	-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



	Global CSS Features 
	*******************
*/
A:link {
	text-decoration: none;
	color: #0000CC;
	/*color: #332211;*/
}

A:visited {
	text-decoration: none;
	color: #0000CC;
	/*color: #443322;*/
}

A:hover {
	text-decoration: bolder;
	color: #6666FF;
}

#motioncontainer a:hover {
color: blue; /* Dummy definition to overcome IE bug */
}

body{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

html,body,img{
	display: block;
}

* {
	letter-spacing: 1.4px;
	word-spacing: 2.0px;
}


/* 
	External CSS Features
	*********************
*/



.text-normal-light {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #DDDDDD;
}

.text-normal-dark {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.text-infobox-dark {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.text-infobox-light {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	color: #DDDDDD;
}

.text-reviews-white {
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.text-menu-dark {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}

.text-heading-dark {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.text-heading-light {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #BBBBBB;
}

.text-subheader-standard {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #AAAAAA;
	padding-left: 14px; 
	border-width: 0px 0px 1px 0px; 
	border-style: solid; 
	border-color: #CCCCCC; 
	background-color:#EEEEEE;
}

.text-small-dark {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

.text-footer-small {
	color:#999999;
	font-family: Verdana, Times New Roman;
	font-size:10px;
}

.text-foodmenu-heading {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #871E2D; 
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #D2919A;
	background-color: #FFFFEE;
}

.text-foodmenu-subheading {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
}

.text-foodmenu-main {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.text-foodmenu-small {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

/* END */
