@import url("/forums/chat/css/shoutbox.css");


/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* General proSilver Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}



html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #ABAFB2;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	background: #d4e7ed url('/ywpg_theme/bg.jpg') repeat-y;
	padding-top: 12px;
}

kkristine_body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #ABAFB2;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
	background-image:url('kk2.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 110% 22%; 
}

a:link {color: #294D7D;}
a:visited {color: #294D7D;}
a:active {color: #4E96BB;}
a:hover {color: #2F297D;}
a {text-decoration: none;} 

#main

#topbar {
     top: 0;
     left: 0;
	position: fixed;
	float: left;
	width: 100%;
	padding: 5px 0 19px;
	background: url("../ywpg_theme/topbar-bg.png") repeat-x 50% 100%;
	z-index: 999;
}

#topbar-inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#topbar ul {
	float: left;
	padding-top: 2px;
}

#topbar ul li {
	float: left;
	margin-right: 20px;
	font-size: 1.1em;
	line-height: 16px;
	text-transform: uppercase;
}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:active {
	display: block;
	color: #888;
	text-decoration: none;
	padding: 1px 0 1px 21px;
	outline: 0;
}

#topbar ul li a:hover {
	color: #999;
	text-decoration: none;
}

#topbar-mainmenu {
	background: url("../ywpg_theme/topbar-mainmenu.png") no-repeat 0 50%;
}

#topbar-secondmenu {
	display: inline;
}

#topbar-thirdmenu {
	display: inline;
}

#topbar-fourthmenu {
	display: inline;
}

#topbar-fifthmenu {
	display: inline;
}

#topbar-loginmenu {
	display: inline;
}


#mainmenu, #secondmenu, #thirdmenu, #fourthmenu, #fifthmenu {
	display: none;
	position: absolute;
	top: 31px;
	left: 50%;
	width: 220px;
	padding: 10px 19px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	background: url("../ywpg_theme/topbar-dropdown.png") no-repeat 0 100%;
}

#loginmenu {
	display: none;
	position: absolute;
	top: 31px;
	left: 50%;
	width: 220px;
	height: 90px;
	padding: 10px 19px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	background: url("../ywpg_theme/topbar-dropdown.png") no-repeat 0 100%;
}

#mainmenu {
	position: fixed;
	margin: -1px 0 0 -469px;
}

#secondmenu {
	position: fixed;
	margin: -1px 0 0 -300px;
}

#thirdmenu {
	position: fixed;
	margin: -1px 0 0 -158px;
}

#fourthmenu {
	position: fixed;
	margin: -1px 0 0 -58px;
}

#fifthmenu {
	position: fixed;
	margin: -1px 0 0 -380px;
}

#loginmenu {
	position: fixed;
	margin: -1px 0 0 120px;
}


#mainmenu ul {
	
}

#mainmenu li, #secondmenu li, #thirdmenu li, #fourthmenu li, #fifthmenu li, #loginmenu li {
	float: left;
	width: 46%;
	height: 20px;
	margin: 0 2% 10px 0;
	font-size: .95em;
}

#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0;
}

#mainmenu li a.feed {
	padding: 1px 0 1px 19px;
	background: url("../ywpg_theme/icon-feed.gif") no-repeat 0 50%;
}

#secondmenu a:link, #secondmenu a:active, #secondmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#thirdmenu a:link, #thirdmenu a:active, #thirdmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#fourthmenu a:link, #fourthmenu a:active, #fourthmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#fifthmenu a:link, #fifthmenu a:active, #fifthmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#fifthmenu a:link, #fifthmenu a:active, #fifthmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#loginmenu a:link, #loginmenu a:active, #loginmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#mainmenu a:hover, #secondmenu a:hover, #thirdmenu a:hover, #fourthmenu a:hover, #fifthmenu a:hover, #loginmenu a:hover {
	color: #fff;
	text-decoration: underline;
}

#mainmenu form {
	clear: left;
	margin-bottom: 10px;
	color: #666;
}

#mainmenu input {
	margin-bottom: 5px;
}

#topbar-secondmenu {
	background: url("../ywpg_theme/topbar-programming.png") no-repeat 0 50%;
}

#topbar-thirdmenu {
	background: url("../ywpg_theme/topbar-chef.png") no-repeat 0 50%;
}

#topbar-fourthmenu {
	background: url("../ywpg_theme/topbar-poker.png") no-repeat 0 50%;
}

#topbar-admin {
	background: url("../ywpg_theme/topbar-register.png") no-repeat 0 50%;
}

#topbar-fifthmenu {
	background: url("../ywpg_theme/topbar-wp.gif") no-repeat 0 50%;
}

#topbar-loginmenu {
	background: url("../ywpg_theme/topbar-login.png") no-repeat 0 50%;
}

#search {
	float: right;
}

#search #s {
	float: left;
	width: 134px;
	margin: 1px 5px 0 0;
	padding: 2px 3px;
	font-size: 1.1em;
	color: #666;
	background: #fff url("../ywpg_theme/search-input.gif") repeat-x 0 0;
	border-width: 1px;
}

#search-button {
	float: left;
}

ol, ul {
	list-style: none;
}

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
     clear: both;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 9px;
	background: url("../ywpg_theme/nav-bg.png") no-repeat 50% 0;
}

#nav ul {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#nav li {
	float: left;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	display: block;
	padding: 13px 13px 13px 15px;
	font: 1.3em Arial, Helvetica, Geneva, sans-serif;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
}

#nav li a:hover, #nav li:hover > a {
	color: #fff;
	text-decoration: none;
	background: url("../ywpg_theme/nav-li-hover.gif") repeat-x 50% 0;
}

#nav ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	background: url("../ywpg_theme/subnav-bg.png") repeat 0 0;
	z-index: 999;
}

#nav ul li ul li {
	width: 175px;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: -999em;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 7px 13px 7px 15px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	text-transform: none;
}

#nav li ul li a:hover {
	color: #fff;
}

/* @end */


#wrapper {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background: url("../ywpg_theme/wrapper-bg.png") repeat-y 0 0;
}

#wrapper-nobar {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background: url("../ywpg_theme/wrapper-bg-nobar.png") repeat-y 0 0;
}

#footer-nobar {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 28px 30px 40px;
	text-align: left;
	color: #666;
	background: url("../ywpg_theme/footer-bg-nobar.png") no-repeat 0 0;
}


/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	float: left;
	width: 100%;
	background: url("../ywpg_theme/mid-bg.jpg") no-repeat 0 0;
}

#mid-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @end */



/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	width: 540px;
	padding-top: 20px;
	background-color: #fff;
}

.content a:link, .content a:visited, .content a:active {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.content a:hover {
}

.content h1 {
	margin-bottom: .65em;
	font-size: 2em;
	line-height: 1.2em;
	text-transform: capitalize;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1.2em;
}

.content h3 {
	margin: 2em 0 1em;
	padding-bottom: 5px;
	font-size: 1.6em;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
}

.content h4 {
	margin-bottom: .25em;
	font-size: 1.5em;
	line-height: 1em;
}

.content h5 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	font-size: 1.4em;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
}

.content h6 {
	margin-bottom: .25em;
	color: #000;
	font-size: 1.3em;
	line-height: 1em;
}

.recent h4 {
	margin: 0 0 0 20px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active {
	text-decoration: underline;
	border-bottom: 0;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	
}

.content p {
	margin-bottom: 1.4em;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #000;
}

.content ul {
	margin: 0 0 1.4em 10px;
	list-style-type: none;
}

.content ul li {
	padding-left: 16px;
	list-style-type: none;
	background: url("../images/bullet.gif") no-repeat 0 7px;
	margin-bottom: 15px;
}

.content ol {
	margin: 0 0 1.4em 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
	margin-bottom: 15px;
}

.content li {
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.7em;
}

.content blockquote {
	margin: 0 0 1.4em 10px;
	padding: 0 15px;
	font-style: italic;
	color: #000;
	border-left: 5px solid #eee;
}

.content strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

.post {
	margin: 0 20px 1.4em;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #eee; */
}

.page {
	margin: 0 20px 1.4em;
}

.post-author {
	float: left;
	width: 50%;
	margin-bottom: 1.4em;
}

#content .avatar {
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	padding: 3px;
	background: url("../images/post-avatar-bg.gif") no-repeat 0 0;
	overflow: hidden;
	border: 0;
}

#content .post-author p {
	margin: 0;
	padding-top: 1px;
	color: #999;
	line-height: 1.3em;
}


#content .post-meta .post-author p {
	color: #666;
}

#content .post-author p strong {
	color: #666;
}

#content .post-meta .post-author p strong {
	color: #333;
}

#content .post-author p a:link, #content .post-author p a:visited, #content .post-author p a:active {
	color: #666;
}

#content .post-meta .post-author p a:link, #content .post-meta .post-author p a:visited, #content .post-meta .post-author p a:active {
	color: #333;
	border-bottom: 1px solid #ccc;
}

#content .post-author p a:hover {
	color: #333;
	border-bottom: 1px solid #999;
}

#content .post-meta .post-author p a:hover {
	color: #000;
	border-bottom: 1px solid #999;
}

#content .post-avatar {
	float: left; 
	padding: 0 20px 20px 0;
	width: 64px;
	height: 64px;
}

#content .post-comments {
	float: right;
	background: url("../images/post-comments-left.gif") no-repeat 0 0;
}

#content .post-comments ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	background: url("../images/post-comments-right.gif") no-repeat 100% 0;
}

#content .post-comments ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#content .post-comments li.post-comments-count {
	margin: 0 10px 0 14px;
}

#content .post-comments-count a:link, #content .post-comments-count a:active, #content .post-comments-count a:visited {
	color: #666;
	font-weight: bold;
	border-bottom: 0;
	padding-right: 22px;
	padding-bottom: 10px;
	margin-top: 1px;
	z-index: 10;
	background: url("../images/post-comments-bubble.gif") no-repeat 100% 0;
}

#content .post-comments-count a:hover {
	color: #333;
}

#content .post-comments li.post-comments-add {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 8px 0;
	padding: 0;
	overflow: hidden;
}

#content li.post-comments-add span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/post-comments-add.gif") no-repeat 0 0;
}

#content li.post-comments-add a {
	text-decoration: none;
}

/*
#content img {
	display: block;
	border: 5px solid #fff;
	max-width: 300px;
}
*/

/* #content .KonaBody img {
	vertical-align: text-top;
	float: left;
	margin: 15px;
	clear: left;
} */

#content img[align $='left'], #content .alignleft {
	float: left;
	margin: 0 14px 10px 0;
}

#content img[align $='right'], #content .alignright {
	float: right;
	margin: 0 0 10px 14px;
}

#content img.wp-smiley {
	border: 0;
	float: none;
}

#content .post-meta {
	padding-top: 30px;
}

#content .post-meta-right {
	float: right;
	width: 300px;
	margin-right: 20px;
}

#content .post-meta h6 {
	margin-bottom: 5px;
	color: #333;
}

#content .post-meta ul {
	margin: 0 0 1.4em;
	padding: 0;
	list-style-type: none;
}

#content .post-meta ul li {
	margin: 0 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
	background: none;
}

#content .post-meta-tags {
	float: left;
	width: 48%;
}

#content .post-meta-categories {
	float: right;
	width: 48%;
}

#content .post-meta-tags p, #content .post-meta-categories p {
	margin-bottom: 0;
}

#content .post-bigbox {
	clear: both;
	width: 300px;
	padding-top: 10px;
	text-align: right;
}

#content .post-bigbox img {
	display: block;
	border: 0;
}

#content #related-posts {
	float: left;
	width: 180px;
	padding: 0 0 1em 20px;
}

#content #related-posts h3 {
	margin-top: 0;
	color: #333;
}

#content #related-posts li {
	margin-bottom: 1.4em;
	color: #666;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}

#content #related-posts p {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #666;
}

#content .hilite {
	color: #000;
	font-weight: bold;
	background-color: yellow;
}

#content .navigation {
	float: left;
	width: 500px;
	margin: 0 20px 20px;
}

#content .navigation .left, #content .navigation .right {
	position: relative;
	width: 74px;
	height: 30px;
	overflow: hidden;
}

#content .navigation .left {
	float: left;
}

#content .navigation .right {
	float: right;
}

#content .navigation .left span, #content .navigation .right span {
	position: absolute;
	width: 100%;
	height: 100%;
}

#content .navigation .left span {
	background: url("../images/button-more.jpg") no-repeat 0 50%;
}

#content .navigation .right span {
	background: url("../images/button-newer.jpg") no-repeat 0 50%;
}

#content .navigation .left, #content .navigation .right a {
	text-decoration: none;
}

#post-ad {
	float: right;
	width: 120px;
	margin: 0 0 15px 15px;
	/* border: 5px solid #ddd; */
}

#post-ad img {
	border: 0;
}

#post-ad ul, #post-ad ul li, #post-ad li {
	list-style-type: none;
	background: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	border: 0;
}

/* @end */

.post {
	margin: 0 20px 1.4em;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #eee; */
}

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 28px 30px 40px;
	text-align: left;
	color: #666;
	background: url("../ywpg_theme/footer-bg.png") no-repeat 0 0;
}

#footer-nobar {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 28px 30px 40px;
	text-align: left;
	color: #666;
	background: url("../ywpg_theme/footer-bg-nobar.png") no-repeat 0 0;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#footer a:hover {
	color: #ccc;
	border-bottom: 1px solid #666;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-left: 1px solid #999;
}

#footer ul li.first {
	border-left: none;
}

/* @end */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}



/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	width: 340px;
	margin-right: 20px;
	padding-top: 20px;
	color: #333;
}

#sidebar1, #sidebar2, #sidebar3, #sidebar4, #sidebar5, #sidebar6 {
	overflow: hidden;
}

#sidebar1 {
	width: 100%;
}

#sidebar1 {
	margin-bottom: 28px;
	background: url("../ywpg_theme/sidebar-box-bottom.gif") no-repeat 0 100%;
}

#sidebar1 .widget {
	padding: 20px 20px 6px;
	background: url("../ywpg_theme/sidebar-box-top.gif") no-repeat 0 0;
}

#sidebar1 .widget img {
	margin-bottom: 1.4em;
}

#sidebar2, #sidebar5 {
	float: left;
	width: 160px;
}

#sidebar3, #sidebar6 {
	float: right;
	width: 160px;
}

#sidebar4 {
	clear: both;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	font-weight: bold;
	text-decoration: none;
}

#sidebar5, #sidebar6 {
	padding-top: 5px;
}

#sidebar a:hover {
}

#sidebar h3 {
	margin-top: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar .widget h3 img {
	float: right;
	display: inline;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 10px;
}

#sidebar h5 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: none;
}

#sidebar p, #sidebar li {
	margin-bottom: 1.4em;
	color: #666;
	font-size: 1.2em;
	line-height: 1.3em;
}

#sidebar ul {
	margin-left: 0;
}

#sidebar li {
	margin: 0 0 1.4em 0;
	padding-left: 0;
	background: none;
}

#sidebar img {
	display: block;
}

#sidebar .widget_archive li, #sidebar .widget_categories li, #sidebar .widget_meta li {
	margin-bottom: .25em;
}

#sidebar select {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 16px;
	padding: 2px 2px 2px 5px;
	background: #fff;
	border-top: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
}

#sidebar #myprofiles li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	vertical-align: middle;
}

#sidebar #myprofiles li img {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

/* @end */


.frontpage-image img {
	width: 35px;
	height: 35px;
	float: left;
	border: 0;
	margin: 0 15px 5px 0;
	padding: 0;
	}
	
.frontpage-post {
	width: 220px;
	padding: 0 0 25px 35px; 
	float: left;
	height: 100px;
}



.title-big {
	width: 450px;
	padding: 0 0 25px 35px; 
	float: left;
	height: 100px;
}

.frontpage-post h2 a, .frontpage-post h2 {
	text-decoration: none;
	line-height: 12px;
	text-transform: capitalize;
}

.frontpage-post p {
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

/* @end */

#sidebar #recent-posts p {
	font-size: 1em;
	line-height: 1.4em;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

.bginput2 {
background: url(/ywpg_theme/bginput2.gif) repeat-x;
padding: 3px;
width: 170px;
height: 14px;
font-family: verdana;
font-size: 11px;
color: #546c7e;
border: #a8c3d3 1px solid;
}

#promoBadgeBkgnd {
	position: absolute;
	background: transparent url('/ywpg_theme/promo-badge.png') no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ywpg_theme/promo-badge.png',sizingMethod='crop');
	width: 325px;
	height: 223px;
	z-index: -10;
	left: 0;
	top:0;
}
#promoBadge {
	position: absolute;
	z-index: 0;
	width: 325px;
	height: 223px;
	}
	
	#promoBadge h3 {
		position: absolute;
		color: #666;
		top: 60px;
		left: 29px;
	}

	#promoBadge img {
		position: absolute;
		top: 94px;
		left: 40px;
		width: 60px;
		height: 58px;
	}
	
	#promoBadge span {
		position: absolute;
		width: 185px;
		height: 62px;
		color: #666;
		top: 90px;
		left: 120px;
		line-height: 1.3em;
		overflow: hidden;
	}
	
	#promoBadge a:hover {
		color: #66cbff;
	}
	
	
	.login2thefuture
{
	color: #000000;
	padding-top: 19px;
	padding-left: 2px;
	text-decoration: none;
	background: none;
}
.login2clear
{
	background: #000000  url(/ywpg_theme/clear.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 14px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: small;
	padding: 5px;
	padding-left: 5px;
	border: 0px;
	text-decoration: none;
	opacity: 0.5;
        filter:alpha(opacity=10);
}

.login3thefuture
{
	color: #000000;
	padding-top: 10px;
	padding-left: 2px;
	text-decoration: none;
}

.login3clear
{
	background: #000000  url(/ywpg_theme/clear.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 14px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: small;
	padding: 6px;
	padding-left: 2px;
	border: 0px;
	text-decoration: none;
	opacity: 0.5;
        filter:alpha(opacity=10);
}

img.floatLeft { 
	width: 4em;
	height: 4em;
    float: left; 
    margin: 4px; 
}



/* (1) */

ol#notes {
width : 440px; 
height : 135px;
background : url(/ywpg_theme/im.png) repeat; 
border : 1px solid #333; 
border-bottom-width : 2px; 
-moz-border-radius : 6px; /* Will not validate */
color : #000; 
overflow : auto; }

ol#notes blockquote { 
margin : .5em; 
padding : .5em; 
background-color : #fff;
border : 1px solid #666; 
-moz-border-radius : 6px; /* Will not validate */ 
}

ol#notes blockquote:before { 
content : " "attr(cite)" said: "; 
margin-left : 0; 
font-weight : bold; }

ol#notes p { 
margin : 0;
padding : .15em; }

ol#notes p.date { 
padding-left : 40px;
font-size : 92%;
color : #666; 
text-transform : uppercase; }

/* (2) */

/* add a :hover state */
ol#notes blockquote:hover { 
background-color : #faf8eb; 
border-top : 1px solid #fff; 
border-bottom : 1px solid #333; }

/* highlight the most recent comment */
ol#notes li:last-child blockquote { 
background-color : #f1efe2; }

/* style all first paragraphs in a blockquote with a cite attribute */
ol#notes blockquote[cite] p:first-child {
min-height : 34px;
padding-left : 40px; }

/* add background images */
ol#notes blockquote[cite="user"] p:first-child {  }


/* add styling for job titles */
ol#notes blockquote.designer { border-color : #600; }

/* (3) */
ol#notes { 
opacity : .25;
z-index : 2000;  }

ol#notes:hover, ol#notes:focus {
top : 0; 
opacity : 1; }


a[rel="self"] { position : absolute; right : 0; bottom : 0; display : block; height : 120px; width : 105px; background : url(/ywpg_theme/a_top.jpg) no-repeat 0 0; text-indent : -9999px; }
a[rel="self"]:hover { background-position : 0 -120px; }

hr.d {border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}






a.squarebutton{
background: transparent url('/ywpg_theme/square-gray-left.gif') no-repeat top left;
display: block;
float: right;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('/ywpg_theme/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.post_control {
float: left;
width: 500px;
height: 67px;
background-image: url(/ywpg_theme/post_control.gif);
background-repeat: no-repeat;
}

.left_post_text {
float: left;
width: 125px;
margin: 0px;
padding-top: 44px;
padding-right: 8px;
padding-bottom: 0px;
padding-left: 8px;
color: #efefef;
text-align: right;
font-size: 11px;
}


.right_post_text {
float: right;
width: 300px;
margin: 0px;
padding-top: 44px;
padding-right: 8px;
padding-bottom: 0px;
padding-left: 8px;
color: #666666;
font-size: 11px;
}
