@charset "utf-8";
/* gotdonk.net CSS */

* { margin:0;padding:0; }

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
	color: #2D383B;
	background: url(images/gotdonkStripes.png) repeat;
}

#topShadow {
	width: 932px; height: 44px;
	margin: 0 auto;
	background:url(images/topShadow.png) no-repeat;
}

#banner {
	width: 932px; height: 264px;
	margin: 0 auto;
	background: url(images/mainShadow.png) repeat-y;
	text-align: center;
}

#middleShadow1, #middleShadow2 {
	width: 932px; height: 36px;
	margin: 0 auto;
	background: url(images/middleShadow.png) no-repeat;
}

#pageBody {
	width: 932px;
	margin: 0 auto;
	padding: 0;
	background: url(images/mainShadow.png) repeat-y;
}

#contentArea {
	width: 898px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #1f1a17;
}





/* menubar */

#menubar {
	width: 898px; height: 32px;
	margin: 0;
	padding: 0;
	background: url(images/gotdonkmenubar.png) repeat-x;
}

#menuLeft {
	float: left;
	height: 32px;
}

#menuRight {
	float: right;
	height: 32px;
	padding-right: 20px;
}

#menu {
	float: left;
	height: 32px;
	border-left: 1px solid #636363;
	margin-left: 3px;
}

#menu li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #636363;
}

#menu li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 31px;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-decoration: none;
	font-family: 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
}

#menu li a:hover {
	color: #ffc04e;
	background-color: #1f1a17;
}

#searchform {
	display: inline;
}

#searchform fieldset {
	display: inline;
	margin-top: 0px;
	padding-top: 5px;
}

#searchform label {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 11px;
	color: #ffc04e;
	font-weight: bold;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

.searchinput {
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	background: #f2f2f2;
	border: 1px solid #636363;
	width: 172px; height: 13px;
	padding: 2px 3px 3px;
	margin: -1px 0px;
	color: #444;
}

.searchbutton {
	background: url(images/searchbutton.gif) no-repeat;
	width: 16px;
	height: 16px;	
	margin-bottom: 1px;
	cursor: pointer;
	border: 0px solid #636363;
}

#menubarShadow {
	width: 898px; height: 8px;
	margin: 0;
	padding: 0;
	background: url(images/gotdonkmenubarShadow.png) repeat-x;
}






/* Content */

#content {
	float: left;
	width: 560px;
	padding: 25px 24px 25px 36px;
}

h1, h2, h3 {
	font-weight: bold;
}

#content p {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 21px;
}

a:link, a.more-link {
	color: #20467c;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #20467c;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a.more-link:hover {
	text-decoration: none;
	color: #3b7ad2;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 32px;
}

img.right {
	float: right;
	margin-left: 33px;
	margin-right: -2px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

legend {
	display: none;
}








/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 13px;
}

div.archivepost {
	margin-top: 0px;
	margin-bottom: 32px;
	padding-top: 21px;
	padding-bottom: 0px;
	margin-left: -16px;
	padding-left: 16px;
	margin-right: -16px;
	padding-right: 16px;
	border-top: 2px dashed #c8c8c8;
	border-bottom: 2px dashed #c8c8c8;
}

.post .postTitle {
	margin-left: -14px;
	background: url(images/postTitleLeft.png) no-repeat;
}

.post .indexSecondTitle {
	margin-left: -14px;
	margin-right: -18px;
	padding-left: 14px;
	padding-top: 19px;
	border-top: 2px dashed #c8c8c8;
}

.post .title {
	margin-bottom: 19px;
	padding: 2px 0px 5px 18px;
}

.post .rakebacktitle {
	height: 132px;
	margin: -5px -12px 0px -8px;
	text-indent: -9999px;
	background: url(images/gotdonkrakeback.jpg) no-repeat;
}

.post .searchtitle {
	height: 132px;
	margin: -5px -12px 0px -8px;
	text-indent: -9999px;
	background: url(images/gotdonkArchive.jpg) no-repeat;
}
.post .searchedFor, .post .archiveFor {
	text-align: center;
	margin: 24px 0px -12px;
	font-weight: bold;
}

.post .archivetitle {
	height: 132px;
	margin: -5px -12px 0px -8px;
	text-indent: -9999px;
	background: url(images/gotdonkArchive.jpg) no-repeat;
}

.post .title a {
	color: #20467c;
	text-decoration: none;
}

.post .title a:hover {
	color: #3b7ad2;
	text-decoration: none;
}

.post .byline {
	margin-top: -20px;
	padding-left: 29px;
	padding-bottom: 3px;
	margin-bottom: 13px;
	font-size: 10px;
	color: #897B7B;
}

.post .archivebyline {
	margin-top: -22px;
	padding-left: 26px;
	padding-bottom: 3px;
	margin-bottom: 13px;
	font-size: 11px;
	color: #897B7B;
	font-weight: bold;
}

.post .byline a {
	color: #3b7ad2;
	font-weight: normal;
}

.post .byline a:hover {
	color: #3b7ad2;
	font-weight: normal;
	text-decoration: underline;
}

.post h1 {
	font-size: 21px;
	color: #20467c;
}

.post h2 {
	font-size: 21px;
	color: #20467c;
}

.post h2.midPost, .post h3.midPost, .post h4.midPost {
	font-size: 17px;
	margin: 40px 0px 9px;
	color: #20467c;
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	color: #897B7B;
}

.post .meta p.afterPost a {
	color: #3b7ad2;
	font-weight: normal;
}

.post .meta p.afterPost a:hover {
	color: #20467c;
	font-weight: normal;
}

.post .meta .links {
	float: left;

}

.post .meta .links {
	float: left;
}

.post .meta .more {
}

.post .meta .comments {
	padding-left: 25px;
}



.commentlist {
	list-style-type: none;
}

.commentmetadata, span.comWaitMod  {
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #f2f2f2;
}

.commentlist div.commentDate {
	width: 479px;
	font-size: 10px;
	/*background: #6e4032;*/
	background-color: #514949;
	vertical-align: middle;
	margin-top: 24px; padding: 6px 26px 6px 9px;
	border: solid #b6b3b3;
	border-width: 1px 1px 0;
}

.commentlist li.alt div.commentDate {
	width: 479px;
	font-size: 10px;
	background-color: #b13e3e;
	vertical-align: middle;
	margin-top: 24px; padding: 6px 26px 6px 9px;
	border: solid #b6b3b3;
	border-width: 1px 1px 0;
}

.commentlist div.dateWaitMod {
	background-color: #46703d !important;
}

.commentlist li.alt div.dateWaitMod {
	background-color: #46703d !important;
}

span.commentmetadata {
	margin:0; padding:0;
}

.commentAuthorBold {
	font-weight: bold;
}

.commentlist div.commentText {
	width: 514px;
	color: #363639;
	font-size: 11px;
	line-height: 21px;
	background: #fff;
	vertical-align: top;
	padding: 12px 26px 0px 22px;
	border: 1px solid #b6b3b3;
}

.commentlist li.alt div.commentText {
	width: 514px;
	color: #363639;
	font-size: 11px;
	line-height: 21px;
	background: #ededff;
	vertical-align: top;
	padding: 12px 26px 0px 22px;
	border: 1px solid #b6b3b3;
}

.commentlist div.commentText span.commentGrey {
	color: #838389;
}

.commentlist div.commentText p {
	margin: 12px 0px;
}





span.comQuote {
	font-size: 10px;
	color: #838389;
	padding-left: 6px;
}

div.commentText div.comQuoteText {
	border: 1px solid #c6c3c3;
	margin: -10px -13px 13px -9px;
	padding: 7px 14px 0px;
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #717171;
	font-style: italic;
	margin-bottom: 11px;
}

div#comments div.commentText div.comQuoteText p, div#ajax-comment-preview div.commentText div.comQuoteText p {
	font-size: 11px;
	line-height: 16px;
	color: #717171;
	font-style: italic;
	margin: 0px 0px 9px 0px;
}

div.commentText div.comQuoteText em {
	color: #363639;
}

div.commentText div.comQuoteText span.comQuoteAuthor {
	font-family: 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	color: #20467c;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

div.comment-toolbar {
	color: #838389;
	font-size: 10px;
	text-align: right;
	padding: 0px 12px 1px;
	margin: 13px -26px 0px -22px;
	border-top: 1px dotted #c6c3c3;
}

div.comment-toolbar a {
	font-weight: normal;
}






#respond .leaveReply {
	margin: 0px 0px 16px 0px;
	font-size: 14px;
	color: #20467c;
}

#comments .numResponses {
	margin: 0px 0px 16px 0px;
	font-size: 17px;
	color: #20467c;
}







#commentform p, commentform label {
	vertical-align: middle;
	font-size: 11px; 
	color: #444;
}

#author, #email, #url {
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	background: #f2f2f2;
	border: 1px solid #a4a4a4;
	width: 172px; height: 13px;
	padding: 2px 4px 3px;
	margin-right: 5px;
	color: #444;
}

#commentform #submit, #acp-preview {
	padding: 2px 5px;
	margin: 16px 24px 16px 0px;
}

#comment {
	width: 548px; height: 119px;
	font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	background: #f2f2f2;
	border: 1px solid #b6b3b3;
	padding: 3px 4px;
	color: #444;
	line-height: 17px;
}








/* Footer */

#bottomShadow {
	width: 932px; height: 44px;
	margin: 0 auto;
	background:url(images/bottomShadow.png) no-repeat;
}

a.topofpage {
	color: #999;
}

a.topofpage:hover {
	color: #5a5a5a;
}





/* Sidebar */

#sidebar {
	width: 253px; height: 1500px;
	float: right;
	margin-right: 4px;
	padding: 30px 0px;
	background: url(images/gotdonksidebar.png) no-repeat;
}

#sidebar h2 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #20467c;
}

#sidebar p {
	color: #777;
	font-size: 10px;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#welcome {
	text-align: center;
	padding: 0px 18px 22px;
	border-bottom: 2px dashed #c8c8c8;
}

#welcome p {
	color: #696363;
	font-size: 10px;
	margin-top: 17px;
}

#digsby {
	padding: 22px 0px 18px 20px;
	border-bottom: 2px dashed #c8c8c8;
}

#fulltilt, #betfair, #pkr {
	text-align: center;
	padding: 19px 0px 22px;
	border-bottom: 2px dashed #c8c8c8;
	margin:0;
}

#fulltilt p, #betfair p, #pkr p {
	color: #595353;
	font-size: 11px;
	margin-top: 14px;
}

#twitter, #rss {
	text-align: center;
	padding: 21px 25px 13px 38px;
	border-bottom: 2px dashed #c8c8c8;
	margin:0;
}

#twitter a#twitterlink, #rss a#rsslink {
	color: #595353;
	font-size: 11px;
	font-weight: normal;
	display: block;
	height: 49px;
	padding-left: 31px;
	padding-top: 7px;
	text-align: center;
}

a#twitterlink {
	background: url(images/gotdonk-twitter-icon.jpg) no-repeat;
}

a#rsslink {
	background: url(images/gotdonk-rss-icon.jpg) no-repeat;
}

#twitterimg {
	margin-top: 2px;
}

#rssimg {
	margin-top: 5px;
}




.navigation { display: block; border-top: 2px dashed #c8c8c8; padding-top:24px; }
.alignright { float: right; text-align: right; }
.alignleft { float: left; text-align: left; }







#rakebackPokerRooms {
	width: 250px;
	margin: 18px 24px;
	border: 1px dashed #c8c8c8;
}

#rakebackPokerRooms .head {
	color: #fff;
	background-color: #b13e3e;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}

#rakebackPokerRooms td.one {
	width: 150px;
	padding: 3px 7px;
}

#rakebackPokerRooms td.two {
	width: 26px; height: 24px;
	padding: 3px 1px;
}

#rakebackPokerRooms td.three {
	text-align: center;
	padding: 3px 7px;
}

#rakebackPokerRooms tr.alt td {
	background-color: #e5e5e5;
}


#rakebackPokerRooms td a {
	display: block;
}







.wp-smiley {
	vertical-align: middle;
	margin: 0px 1px;
}

.card {
	vertical-align: middle;
	margin: 0px 1px;
}

span.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.green {
	color: #008000;
	font-weight: bold;
	border-bottom: 1px solid #008000;
}

.green1 {
	color: #009000;
}

.red {
	color: #c62a1c;
	font-weight: bold;
}

.red1 {
	color: #c62a1c;
}

.blue {
	color: #20467c;
	font-weight: bold;
}

.grey {
	color: #897B7B;
}

.italic {
	font-style: italic;
}

.bonusCode {
	font-size: 17px;
}

.bonusCodeDiv {
	padding: 24px 0px;
	text-align:center;
	margin-bottom: 16px;
	border-top: 2px dashed #c8c8c8;
	border-bottom: 2px dashed #c8c8c8;
}

ul.bonusCodeList {
	list-style-type: none;
}

.bonusCodeList li {
	margin: 6px 0px;
}

a.pokerRoomDL {
	display: block;
	line-height: 50px;
	padding: 0px 18px 0px 60px;
	margin: 16px 32px 16px 32px;
	background: url(http://www.gotdonk.net/images/rakeback/pokerRoomDL.png) no-repeat;
	
}

#content p.infobox {
	line-height: 19px;
	text-align: center;
	background-color: #e5e5e5;
	border: 1px solid #999;
	padding: 8px 14px 10px;
}

span.small {
	font-size: 10px;
}

a.ltblue {
	cursor: pointer;
	color: #3b7ad2;
	font-weight: bold;
}

a.ltblue:hover {
	text-decoration: underline;
	font-weight: bold;
}

#content .addtoany_share_save_container {
	margin-top: 27px;
}

#content p.beFirstPlease {
	color: #897B7B;
	font-style: italic;
	margin-top: -13px;
}

#content .youtube, #content .video {
	text-align:center;
	margin: 28px 0px 32px;
}

#content .handReplayer {
	width: 484px; height: 272px;
	padding: 1px; border: 2px solid #1f1a17;
	background-color: #aaa; margin:0 auto;
}

#content .replayerContainer {
	border-top: 2px dashed #c8c8c8;
	padding: 24px 0px 5px;
}

#content .replayerContainer .handReplayer {
	margin-bottom: 19px;
}

#content p.nothing {
	display: none;
}