/*
	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 
	*******************
*/

TD#maincontent #wrapper { margin-left:8px;margin-right:8px }

#mylist li DIV.handle {
cursor: move;
border:solid 1px #aaa;
margin-left:5px;
}

.resin { display:none }

A:link {
	text-decoration: none;
	color: #333333;
}

A:visited {
	text-decoration: none;
	color: #333333;
}

/*
A:hover {
	text-decoration: underline;
	color: #003388;
}
*/

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

body{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	overflow: auto;	
}

html,body,img{
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #990000;
	margin-top:2px;
}

/*

* {
	
	letter-spacing: 1.3;
	word-spacing: 1.8;
}
*/


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

.text-bullet {
	letter-spacing: 0px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	font-style: italic;
	line-height: 20px;
}

.text-legal {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.text-normal-bold {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.text-normal {
	/*font-family: Arial, Verdana, sans-serif;*/
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	/*color: #333333;*/
	color: #000000;
}

.text-menu-heading {
	font-family: "Trebuchet MS1", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.table-menu-main {
	width: 100%;
}

.text-menu-main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.text-menu-main:hover {
	background-color: #FFFFCC;
	color: #333333;
}

.text-menu-footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.text-heading-dark {
	font-family: "Trebuchet MS1", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #990000;
}

.text-page-title {
	font-family: "Trebuchet MS1", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}

.text-subheading-dark {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.music-push {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.music-pull {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 15px;
	font-weight: normal;
}


/* END */
