
/*  

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: #000;
	font-family: Helvetica, "Trebuchet MS",  Georgia, Tahoma, Verdana, Arial;
	font-size: 14px;
        background: #69C4F0;
	margin: 0px;
	padding: 0px;
        line-height: 25px;
        text-align: justify;}


b, strong 
{       color: #17BBD9;
        font-weight:bold;}

i, em
{	color: #EE7A3A;
	font-style: italic;}

u
{	border-bottom: 1px dotted #C0C0C0;
	text-decoration: none;}

a 
{	color: #3FA606; 
	text-decoration: none;
	border-bottom: 0px dotted #A8A01E;}

a:hover
{       color: #FA0035;
	text-decoration: none;
	border-bottom: 0px dotted #AE7E00;}

ul
{	list-style-image: url(bullet.png);}

ol
{	list-style: lower-roman;}

table
{	margin: 0px auto;}

input, textarea, select 
{;	margin: 0px;
	padding: 10px;
	color: #817E59;
	background: #DCDAAB;
	border: 1px solid #C8C58E;
	font-weight: normal;}

input:focus, textarea:focus, option:focus, select:focus 
{	font-weight: normal;
	color: #464536;
	background: #DCDAAB;
	border: 1px solid #C8C58E;}

td
{	border-bottom: 1px dotted #E5E5E5;}


.mycurrent td
{	border-bottom: 0px dotted #E5E5E5;}

h2
{       color: #FB477A; 
        font-size: 17pt;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: 0px dotted #E5E5E5;
        padding: 0px;
	margin: 5px 0px -10px 20px;}

h6
{	font-size: 50pt;
	text-align: center;
	color: #03CCF7;}

blockquote
{       display: block;
	color: #656A3C;
	margin: 30px;
	background: #F4FCAE url(bqback.jpg);
        padding: 25px 10px 25px 10px;
	border-left: 25px solid #EAF86D;
        font-weight: normal;}


/* [ HEADER STYLES ]

These are the classes and style IDs that are featured in the header document of my website. */

#wrap
{	margin: 40px auto 40px auto;
	padding: 25px;
	background: #A2DEFA;
	width: 850px;}

#head
{	height: 0px;
	margin: 0px auto;
	width: 910px;}

#nav
{	margin: 0px auto 0px auto;
	padding: 0px;
	background: #FA5A7C url(nav.jpg);
	width: 850px;
	height: 200px;}

#nav .navcon
{	padding: 105px 20px 0px 30px;
	width: 585px;
	font-size: 15pt;
	text-align: left;
	color: #FFF;}

#menu
{	margin: 0px auto 0px auto;
	background: #5C514E;
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	padding: 35px 25px 35px 25px;
	width: 800px;}

#menu a 
{	padding: 25px 25px 25px 25px;
	text-align: center;}

#menu a:hover
{	padding: 25px;
	color: #D6BD34;
	text-align: center;}

.dazzle
{	color: #E8608A;}

.kya
{	color: #03D3D3;}

.current
{	color: #C060E8;}

.upcoming
{	color: #A3D248;}

.joined
{	color: #E3DBB4;}

.stuff
{	color: #F06522;}

#content
{	width: 850px;
	background: #FFF;
	padding: 0px;
	margin: 0px auto;}

#page
{	padding: 30px 10px 10px 10px;
	overflow: hidden;
	width: 65%;
	margin: 0px 0px 0px 20px;}

#sidebar
{	width: 25%;
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 30px 10px 10px 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
{	padding: 0px;}

#sidebar h3
{	color: #15C2FB;
	margin: 0px 0px -10px 0px;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 11pt;}

#sidebar .tytale
{	font-size: 9pt;
	font-weight: bold;
	color: #AE7E00}





/* [ FOOTER STYLES ]

These are the classes and style IDs that are featured in the footer document of my website. */

#bottomt
{	background: #CCDE4C;
	clear: both;
	height: 20px;}

#bottom
{	background: #CCDE4C;
	border-top: 30px dotted #FFF;
	clear: both;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px auto;
	width: 850px;}	

#footer 
{	clear: both;
	width: 910px;
	height: 0px;
	margin: 0px auto;
	text-align: center;}



/* [ GENERAL WEBSITE STYLES ]

These are the classes and style IDs that are featured in the various pages of my website. */


.ownedimages
{	margin: 0px 0px 30px 0px;}

.ownedimages a img
{	border: 2px dotted #FFF;
	padding: 15px;
	background: #69C4F0;}

.ownedimages a:hover img
{	border: 2px dotted #FFF;;
	padding: 15px;
	background: #FA5A7C;}


.ownedtext
{	border-left: 6px solid #B2DB59;
	background: #D1F18B;
	font-size: 8pt;
	padding: 15px;}

.ownedtext b
{	color: #80A927;}


.pad
{	background: #82D7E6;
	padding: 10px;
	margin: 2px;}

.paddle
{	padding: 4px 0px 0px 0px;
	margin: 10px;}


.codes
{	background: #82D7E6;
	padding: 10px;
	text-align: center;}

.ownco
{	margin: 0px;
	border: 0px;}

.owned
{	text-align: center;}

.owned a:hover 
{	border-bottom: 0px;}

.owned a img 
{ 	border: 6px solid #82D7E6; 
	background: #82D7E6;}

.owned a:hover img 
{	border: 6px solid #FCC000;
	background: #FCC000; }

.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 #82D7E6;
	background: #82D7E6;}

.affiliates a:hover img 
{	border: 5px solid #E682A3;
	background: #E682A3;}

.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 #82D7E6;
	background: #82D7E6;}

.codesort a img 
{ 	border: 7px solid #82D7E6; 
	background: #82D7E6;}

.codesort a:hover img 
{	border: 7px solid #E682A3;
	background: #E682A3;}

.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;}

#nav p
{	margin: 0px auto;
	text-align: center;
	width: 800px;}


#nav a:hover
{	border-bottom: 0px;}



/* Say goodnight to times well lived and smile as the setting suns dips its glowing brow. */

