/*
	Theme Name: danny
	Theme URI: http://www.digitaldanny.com
	Description: 
	Version: 1.0.0
	Author: Richard Tur
	Author URI: 
	Notes: top right bottom left
*/



/*
========================================
REMOVE WORDPRESS STATS SMILEY FACE
========================================
*/

img#wpstats
{
	display: none;
}

/*
========================================
FORMAT
========================================
*/

body
{
	scrollbar-base-color: #cccccc;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #000000;
	margin: 0;
	padding: 0;
}

html
{
	background: #252525;
	margin: 0;
	padding: 0;
}

p,
table
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #cccccc;
	font-family: arial;
}

a:link,
a:visited
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffec00;
	font-family: arial;
}

a:hover
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	font-family: arial;
}


:link img,
:visited img
{
	border: none;
}

hr
{
	border: none;
	border-top: 1px solid #666666;
	height: 1px;
}

/*
========================================
LEFT
========================================
*/

#left h1
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-family: tahoma;
	border: 0px;
	width: 100%;
	display: block;
	padding: 4 0 4 0;
	margin: 4 0 4 0;
	background: #434343;
}

#left h2
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-family: tahoma;
	border: 0px;
	width: 100%;
	display: block;
	padding: 4 0 4 0;
	margin: 4 0 4 0;
	background: #555555;
}

#left h2 a
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #fb9f3d;
	border: 0;
	width: 100%;
	display: block;
	background: #555555;
}

#left h2 a:hover
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 0;
	background: #555555;
}

#left ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left ul li a
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffec00;
	border: 0;
	width: 100%;
	display: block;
	background: #2f2f2f;
}

#left ul li a:hover
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 0;
	background: #666666;
}

/*
========================================
HEADER
========================================
*/

h1
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #33ccff;
	font-family: arial;
	border: 0px solid #000000;
	width: 100%;
	display: block;
	padding: 4 0 4 0;
	background: #151515;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-family: arial;
}

h4
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffec00;
	font-family: arial;
	border: 0px solid #000000;
	width: 100%;
	display: block;
	padding: 4 0 4 0;
	background: #151515;
}

/*
========================================
LAYOUT
========================================
*/

#left
{
	background: #2f2f2f url(images/left.gif) repeat-x;
	border: 1px solid #999999;
	vertical-align: top;
	padding: 10;
	text-align: center;
	position: absolute;
	left: 10;
	right:;
	top: 10;
	bottom:;
	width: 200;
	float:;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

#center
{
	background: #252525;
	vertical-align: top;
	padding: 10;
	text-align: center;
	position: absolute;
	left: 232;
	right: 180;
	top: 10;
	bottom:;
	float:;
}

#right
{
	padding: 0;
	position: absolute;
	left:;
	right: 10;
	top: 10;
	bottom:;
	width: 160;
	float: right;
}

/*
========================================
SEARCH
========================================
*/

#s
{
	background: #151515;
	width: 160px;
	color: #eeeeee;
	font-size: 8pt;
	font-family: arial;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
}

#s:hover
{
	background: #252525;
}
	
#button
{
	background: #151515;
	color: #cccccc;
	font-size: 8pt;
	font-family: tahoma;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
}

#button:hover
{
	background: #252525;
}

/*
========================================
NAVIGATION (NOT CURRENTLY USED)
========================================
*/

.navigation
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffec00;
	font-family: tahoma;
	border: 1px solid #000000;
	width: 100%;
	display: block;
	padding: 4 0 4 0;
	background: #151515;
}

.alignright
{
	float: right;
}

.aligncenter
{
	float: center;
}

.alignleft
{
	float: left
}