
/*  

Author: Kya
Contact: kyaish@gmail.com
Collective: http://dazzle.nu
Personal Blog: http://kya.nu
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: #9A9A9A;
	font-family: Arial, Tahoma, Georgia, "Trebuchet MS", Helvetica, Georgia,  Verdana, "Trebuchet MS";
	font-size: 11pt;
        background: #171717 url(back.jpg) 0 0 repeat-x;
	margin: 0px;
	padding: 0px;
        line-height: 25px;
        text-align: justify;}


b, strong 
{       color: #B1B1B1;
        font-weight:bold;}

a 
{	color: #6B6B6B; 
	text-decoration: none;
	border-bottom: 0px dotted #A8A01E;}

a:hover
{       color: #AEAEAE;
	text-decoration: underline;
	border-bottom: 0px dotted #AE7E00;}




li a
{	color: #B8B8B8;}

ul
{	list-style-image: url(bullet.png);}

ol
{	list-style: lower-roman;}

table
{	margin: 0px auto;}

td
{	border-bottom: 1px dotted #272727;
	padding: 0px 20px 0px 20px;}

input, textarea, select 
{;	margin: 0px;
	padding: 10px;
	color: #9C9C9C;
	background: #2C2C2C;
	border: 1px solid #272727;
	font-weight: normal;}

input:focus, textarea:focus, option:focus, select:focus 
{	font-weight: normal;
	color: #8D1E03;
	background: #2C2C2C;
	border: 1px solid #272727;}

h2
{       color: #345F92; 
        font-size: 15pt;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
        padding: 0px;
	margin: 0px 0px 10px 0px;}

blockquote
{       display: block;
	font-size: 9pt;
	background: url(bqback.jpg);
        padding: 25px 15px 25px 15px;
	border-left: 10px solid #272727;
        font-weight: normal;}

/* [ HEADER STYLES ]

These are the classes and style IDs that are featured in the header document of my website. */


#content
{	overflow: hidden;
	margin: 0px auto;
	background: #313131;
	width: 650px;}

#page
{	padding: 15px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;}

#wrap
{	width: 650px;
	border: 15px solid #1A1A1A;
	margin: 60px auto 0px auto;}

#title
{	width: 900px;
	height: 200px;
	background: #B5DEFE url(tback.jpg);
	border-bottom: 5px solid #F5EEE3;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	overflow: hidden;}

#title .t1
{	font-size: 28pt;
	padding: 80px 5px 10px 300px;
	color: #AE7E00;
	font-style: italic;
	font-weight: bold;
	margin: 0px;}

#title .t2
{	font-size: 10pt;
	font-weight: bold;
	padding: 0px 5px 20px 340px;
	color: #A8A01E;
	margin: 0px;}

#title .t2 b
{	color: #AE7E00;}

#sidebar
{	width: 230px;
	float: left;
	margin: 0px;
	padding: 10px;}

#sidebar .menu a 
{	display: block;
   	color: #A8A01E;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
   	text-align: left;
   	padding: 5px;
	border-bottom: 1px solid #E2E2E2;}

#sidebar .menu a:hover
{  	color: #AE7E00;}

#sidebar p
{	font-size: 8pt;
	padding: 10px;}

#sidebar h2
{	color: #4C902A;
	font-size: 16pt;}

#sidebar .tytale
{	font-size: 9pt;
	font-weight: bold;
	color: #AE7E00}

#nav
{	text-align: center;
	margin: 0px auto;
	color: #DDDDDD;
	font-size: 11pt;
	background: #272727;
	font-style: italic;
	font-family: Georgia, Tahoma, Verdana, ;
	border-top: 0px solid #0D0D0D;
	width: 650px;
	padding: 20px 0px 20px 0px;}

#nav a
{	padding: 10px;
	color: #9A9A9A;
	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: #1A567B;}

#nav b
{ 	color: #D07989;}

#head
{       background: #B1CF89 url(main.jpg);
	height: 270px;
	margin: 0px auto 0px auto;
	width: 650px;}


#top 
{	clear: both;
	color: #FFF;
	border-bottom: 5px solid #B4CE8D;
	font-size: 15pt;
	width: 650px;
	height: 70px;
	font-style: italic;
	font-weight: bold;
	margin: 0px auto;
	text-align: center;}

#top p
{	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}


/* [ FOOTER STYLES ]

These are the classes and style IDs that are featured in the footer document of my website. */


#dazzle
{	width: 650px;
	background: #1D1D1D;
	color: #3E3E3E;
	font-size: 9pt;
	overflow: hidden;
	margin: 0px auto;
	border-top: 5px solid #121212;
	padding: 20px 0px 10px 0px;
	clear: both;}

#dazzle b
{	color: #3E3E3E;}


#dazzle a
{	color: #6B6B6B;
	border-bottom: 0px solid;}


#dazzle a:hover
{	border-bottom: 0px solid #A1BE2C;
	background: transparent;
	color: #979797;}

#dazzle .two
{	width: 46%;
	padding: 2%;
	float: right;}

#dazzle .three
{	width: 46%;
	padding: 2%;
	float: left;}

#dazzle h2
{       color: #3E3E3E; 
        font-size: 17pt;
	font-weight: normal;
	text-align: center;
	border-bottom: 0px solid #F1CE70;
        padding: 5px;
	margin: 0px;}

#footer 
{	clear: both;
	border-top: 5px solid #121212;
	font-size: 8pt;
	width: 650px;
	height: 0px;
	margin: 0px auto;
	text-align: center;}

#footer p
{	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 0px;}

#footer a
{	color: #525050;
	border-bottom: 0px solid #BA3C6B;}

#footer a:hover
{	border-bottom: 0px solid #F7C530;
	color: #889079;}



/* [ GENERAL WEBSITE STYLES ]

These are the classes and style IDs that are featured in the various pages of my website. */


.pad
{	background: #2F2F2F;
	padding: 10px;
	margin: 10px;}


.codes
{	background: #2F2F2F;
	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 #2F2F2F; 
	background: #2F2F2F;}

.owned a:hover img 
{	border: 10px solid #8D1E03;
	background: #8D1E03; }

.affle
{	margin: 2px;
	border: 0px;}

.affiliates
{	text-align: center;}

.affiliates a
{	border-bottom: 0px;}

.affiliates a:hover 
{	border-bottom: 0px;}

.affiliates a img 
{ 	border: 5px solid #2F2F2F;
	background: #2F2F2F;}

.affiliates a:hover img 
{	border: 5px solid #8D1E03;
	background: #8D1E03;}

.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;}

.codesort a
{	border-bottom: 0px;}

.codesort a:hover
{	border-bottom: 0px;}

.codesort img 
{ 	border: 7px solid #2F2F2F;
	background: #2F2F2F;}

.codesort a img 
{ 	border: 7px solid #2F2F2F; 
	background: #2F2F2F;}

.codesort a:hover img 
{	border: 7px solid #8D1E03;
	background: #8D1E03;}

.left {
	text-align: left;}

.menuu {
	text-transform: uppercase;}

.lille
{	font-size: 8pt;}

.breakage
{	height: 10px;
	width: 100%;}

.upsmall
{	font-size: 8pt;
	text-align: center;
	margin: 0px auto;}

/* Say goodnight to times well lived and smile as the setting suns dips its glowing brow. */
