
/*  

Author: Kya
Contact: kyaish@gmail.com
Collective: http://dazzle.nu
Personal Blog: http://kyaness.livejournal.com
Comments: I have spent many hours working on this layout and playing with the CSS so I appreciate that no one directly takes ALL of the design elements in this file. I can't stop you from taking snippets and I guess that is how many of us learn. So if you are here to see how I have created some effects I hope it can help in some way, as long as it's being taken for the right reasons and not just to simply copy one of my designs. 

*/


/* [ THE BASIC WEBSITE ELEMENTS ]

These are basic elements that are featured throughout my website such as links, bold text, block quotes and the like.  */


body
{	color: #000;
	font-family: Georgia, Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 10pt;
        background: #E2E2E2;
	margin: 0px;
	padding: 0px;
        line-height: 25px;
        text-align: justify;}


b, strong 
{       color: #FC4F0D;
        font-weight:bold;}

a 
{	color: #FC4F0D; 
	text-decoration: none;
	border-bottom: 0px solid #FFF;}

a:hover
{       color: #000;
	text-decoration: none;
	border-bottom: 3px dotted #FC4F0D;}


.codemenu a:hover
{       color: #000;
	text-decoration: none;
	border-bottom: 3px dotted #FC4F0D;}

li a
{	color: #FC4F0D;}

ul
{	list-style-image: url(bullet.png);}

ol
{	list-style: lower-roman;}

table
{	margin: 0px auto;}

input, textarea, select 
{;	margin: 0px;
	padding: 5px;
	font-weight: normal;}

input:focus, textarea:focus, option:focus, select:focus 
{	font-weight: normal;}

h2
{       color: #FC4F0D; 
        font-size: 15pt;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 2px dotted #E2D6CE;
        padding: 5px;
	margin: 0px;}

blockquote
{       display: block;
	background: #F6CC7A url(bqback.jpg);
        padding: 25px 10px 25px 10px;
	border-left: 7px solid #F0E462;
        font-weight: normal;}

blockquote b
{	color: #A78023;}

blockquote a
{	color: #B68510;}

blockquote a:hover
{	color: #B68510; 
	border-bottom: 0px solid #F48888;
	background: #EBED55;}


/* [ HEADER STYLES ]

These are the classes and style IDs that are featured in the header document of my website. */


#content
{       background: #FFF;
	overflow: hidden;
	margin: 0px auto;
	width: 900px;}

#page
{	padding: 10px;
	width: 620px;
	background: #FFF;
	overflow: hidden;
	margin: 0px;}

#wrap
{	width: 900px;
	margin: 0px auto;
	background: #FFF url(tback.jpg) 0 0 repeat-x;}

#title
{	width: 900px;
	height: 200px;
	background: #B5DEFE url(tback.jpg);
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	overflow: hidden;}

#title .t1
{	font-size: 28pt;
	padding: 47px 5px 10px 50px;
	color: #CB0B14;
	font-style: italic;
	font-weight: bold;
	margin: 0px;}

#title .t2
{	font-size: 10pt;
	font-weight: bold;
	padding: 0px 5px 20px 130px;
	color: #390F11;
	margin: 0px;}

#sidebar
{	width: 230px;
	float: left;
	margin: 0px;
	background: #FFF;
	padding: 10px;}

#sidebar .menu a 
{	display: block;
   	color: #88B814;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
   	text-align: left;
   	padding: 5px;
	border-bottom: 1px solid #E2E2E2;}

#sidebar .menu a:hover
{  	color: #F13719;}

#sidebar p
{	font-size: 8pt;
	padding: 10px;}

#sidebar h2
{	color: #4C902A;
	font-size: 16pt;}

#sidebar .tytale
{	font-size: 9pt;
	font-weight: bold;
	color: #FC4907}

#nav
{	text-align: center;
	margin: 0px auto;
	color: #1086E0;
	padding: 44px;}

#nav a
{	font-size: 9pt;
	padding: 15px;
	color: #E94301;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid #BA3C6B;
	text-align: center;}

#nav a:hover
{	border-bottom: 0px solid #F05C14;
	text-decoration: none;
	color: #1086E0;}

#nav b
{ 	color: #D07989;}

#head
{       background: #94CDE0 url(main.jpg);
	height: 100px;
	margin: 0px auto;
	border-bottom: 5px solid #ACE3E6;
	width: 900px;}



/* [ FOOTER STYLES ]

These are the classes and style IDs that are featured in the footer document of my website. */


#dazzle
{	width: 900px;
	background: #A0D221 url(dzback.jpg) 0 0 repeat-x;
	color: #573F25;
	overflow: hidden;
	margin: 0px auto;
	padding: 80px 0px 10px 0px;
	clear: both;}

#dazzle b
{	color: #5E7711;}


#dazzle a
{	color: #5E7711;}


#dazzle a:hover
{	border-bottom: 0px solid #A1BE2C;
	background: #BFED1D;}

#dazzle .one
{	width: 250px;
	padding: 0px 20px 0px 20px;
	float: left;}

#dazzle .two
{	width: 250px;
	padding: 0px 30px 0px 30px;
	float: right;}

#dazzle .three
{	width: 250px;
	padding: 0px 20px 0px 20px;
	float: right}

#dazzle h2
{       color: #FFF; 
        font-size: 17pt;
	font-weight: normal;
	text-align: center;
	border-bottom: 0px solid #F1CE70;
        padding: 5px;
	margin: 0px;}

#footer 
{	clear: both;
        background: #A0D31F url(footer.jpg);
	border-top: 5px solid #A1D81C;
	font-size: 8pt;
	width: 900px;
	height: 100px;
	margin: 0px auto;
	text-align: center;}

#footer p
{	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	font-size: 10pt;}

#footer a
{	color: #000;
	border-bottom: 0px solid #BA3C6B;}

#footer a:hover
{	border-bottom: 0px solid #F7C530;
	background: #8EC315;}



/* [ GENERAL WEBSITE STYLES ]

These are the classes and style IDs that are featured in the various pages of my website. */


.pad
{	background: #BDE431;
	padding: 10px;
	margin: 15px;}


.codes
{	background: #D1DA92;
	padding: 10px;
	text-align: center;}

.ownco
{	margin: 0px;
	border: 0px;}

.owned
{	text-align: center;}

.owned a:hover 
{	border-bottom: 0px;}

.owned a img 
{ 	border: 10px solid #8EC315; 
	background: #8EC315;}

.owned a:hover img 
{	border: 10px solid #EE9E2C;
	background: #EE9E2C; }

.affle
{	margin: 2px;
	border: 0px;}

.affiliates
{	text-align: center;}

.affiliates a:hover 
{	border-bottom: 0px;}

.affiliates a img 
{ 	border: 5px solid #BAE826;
	background: #BAE826;}

.affiliates a:hover img 
{	border: 5px solid #74BBCF;
	background: #74BBCF;}

.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;}

.codesort a:hover
{	border-bottom: 0px;}

.codesort img 
{ 	border: 7px solid #BAE826;
	background: #BAE826;}

.codesort a img 
{ 	border: 7px solid #BAE826; 
	background: #BAE826;}

.codesort a:hover img 
{	border: 7px solid #7BB218;
	background: #7BB218;}

.left {
	text-align: left;}

.menuu {
	text-transform: uppercase;}

.lille
{	font-size: 8pt;}

.breakage
{	height: 10px;
	width: 100%;}

/* Say goodnight to times well lived and smile as the setting suns dips its glowing brow. */
