
/*  

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: #373737;
	font-family: Helvetica, Georgia, "Trebuchet MS", Arial, Tahoma, Verdana,  Georgia;
	font-size: 12pt;
        background: #E2E2E2;
	margin: 0px;
	padding: 0px;
        line-height: 25px;
        text-align: justify;}


b, strong 
{       color: #E95429;
        font-weight:bold;}

a 
{	color: #5B5B5B; 
	text-decoration: none;
	border-bottom: 0px dotted #A8A01E;}

a:hover
{       color: #851804;
	text-decoration: underline;
	border-bottom: 0px dotted #AE7E00;}


ul
{	list-style-image: url(bullet.png);}

ol
{	list-style: lower-roman;}

table
{	margin: 0px auto;}

.sweet td
{	border-bottom: 1px dotted #E3E5E2;
	padding: 0px 20px 0px 20px;}

input, textarea, select 
{;	margin: 0px;
	padding: 10px;
	color: #000;
	background: #E3E5E2;
	border: 1px solid #C8BFAE;
	font-weight: normal;}

input:focus, textarea:focus, option:focus, select:focus 
{	font-weight: normal;
	color: #8D1E03;
	background: #E3E5E2;
	border: 1px solid #C8BFAE;}


h3
{       color: #7F402D; 
        font-size: 40pt;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
        padding: 20px;
	margin: 5px;}

h4
{       color: #919D93; 
        font-size: 15pt;
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: 1px;
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	text-align: justify;
        padding: 20px;
	margin: 0px 0px 0px 0px;}

h2
{       color: #EC9370; 
        font-size: 15pt;
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
        padding: 20px;
	margin: 0px 0px 0px 0px;}

blockquote
{       display: block;
	font-size: 20pt;
	font-family: Georgia;
	line-height: 35px;
	background: url(bqback.jpg);
        padding: 15px;
	margin: 10px 0px 0px 0px;
	border-left: 10px solid #959C95;
        font-weight: normal;}

/* [ HEADER STYLES ]

These are the classes and style IDs that are featured in the header document of my website. */

#wrap
{	border: 0px solid #92C6F0;
	height: 350px;
        background: #90846A url(back.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #A7A7A7;
	margin: 0px auto 0px auto;}

#titletop
{	overflow: hidden;
	margin: 20px auto -10px auto;
	width: 900px;}

#titlestats
{	width: 500px;
	float: right;
	margin: 0px 0px 0px 0px;
	border-left: 0px dotted #E5E5E5;
	font-size: 13pt;
	color: #8D8D8D;
	padding: 20px 0px 0px 0px;}


#titletitle
{	padding: 20px 0px 20px 0px;
	font-size: 50pt;
	color: #EDEDED;
	margin: 0px 0px 0px 0px;}


#nav
{	text-align: center;
	margin: 0px auto 0px auto;
	color: #DDDDDD;
	font-size: 14pt;
	background: url(nav.jpg);
	text-transform: lowercase;
	font-family: Georgia, Verdana;
	font-style: italic;
	border: 0px solid #360700;
	width: 100%;
	padding: 20px 0px 20px 0px;}

#nav a
{	padding: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px solid #BA3C6B;
	text-align: center;}

#nav a:hover
{	border-bottom: 0px solid #F05C14;
	text-decoration: underline;
	color: #EAEF69;}

#nav b
{ 	color: #D07989;}


/* Index Page Styles */


#indexcontent
{	margin: 0px auto;
	max-height: 350px;
	overflow: hidden;
	border: 0px solid #360700;
	width: 900px;}

#indexpage
{	width: 500px;
	height: 350px;
	background: #3E0F00 url(main.jpg);}

#indexsidebar
{	width: 450px;
	height: 315px;
	float: right;
	color: #808080;
	margin: 0px 0px 0px 0px;
	border-left: 0px dotted #E5E5E5;
	padding: 0px 0px 0px 0px;}

#indexsidebar p
{	font-size: 23pt;
	line-height: 35px;
	font-family: Georgia;
	padding: 30px;}

#indexsidebar a
{	color: #FFF;}

#indexsidebar a:hover
{	color: #FCCE18;}

#indexsidebar b
{	color: #4C4359;}


/* End Index Page Styles */




/* Normal Page Styles */


#content
{	margin: 20px auto;
	overflow: hidden;
	border: 0px solid #2C1E1C;
	width: 900px;}

#page
{	padding: 10px 10px 10px 20px;
	width: 570px;}

#sidebar
{	width: 270px;
	float: right;
	margin: 0px 0px 0px 0px;
	border-left: 0px dotted #E5E5E5;
	padding: 10px 20px 10px 10px;}


/* End Normal Page Styles */




/* [ FOOTER STYLES ]

These are the classes and style IDs that are featured in the footer document of my website. */


#footer 
{	clear: both;
	border-top: 5px dotted #BBBBBB;
	font-size: 8pt;
	width: 900px;
	height: 0px;
	color: #889079;
	margin: 0px auto;
	text-align: center;}

#footer p
{	padding: 10px 0px 10px 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: #98A9A3;
	padding: 10px;
	margin: 10px;}

.codes
{	background: #98A9A3;
	padding: 10px;
	text-align: center;}

.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 #98A9A3;
	background: #98A9A3;}

.affiliates a:hover img 
{	border: 5px solid #D8823C;
	background: #D8823C;}

.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 #98A9A3;
	background: #98A9A3;}

.codesort a img 
{ 	border: 7px solid #98A9A3; 
	background: #98A9A3;}

.codesort a:hover img 
{	border: 7px solid #D8823C;
	background: #D8823C;}

.left {
	text-align: left;}

.menuu {
	text-transform: uppercase;}

/* Say goodnight to times well lived and smile as the setting suns dips its glowing brow. */
