/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1.4
Author: Nick La
Author URI: http://www.ndesign-studio.com

	This theme was designed and built by Nick La.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/

.twitter
{
font-size: 90%;
margin-top:-10px;
margin-left: -18px;
}

.twitter a
{
text-decoration: none;
}

.twitter li
{
list-style: none;
margin-left: 0px;
}

.twitter_image
{
margin-top: 0px;
margin-left: 4px;
float:left;
}

#creditfooter
{
float:right;
margin-top:-5px;
}

body {
	
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 30px;
}

iframe {
overflow-x: hidden;

}

#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #FAA702;
	border-left: 5px solid #FAA702;
	border-right: 5px solid #FAA702;
	background: #FFFFFF;
}
/* header area */
#header {
	background: #0FACEA url(images/YPKOLogoNew.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #FAA702;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #faa702;
	font-size: 78%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #faa702;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}