/*
Theme Name: Craps Online
Description: Craps online design
Version: 1.0
*/

/* @group General */

/* --------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* --------------------------------------- */

body
{
	color: #fff;
	background: #171515 url('images/background.jpg');
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
}

a img
{
	border: none;
}

#wrapper
{
	min-width: 1020px;
	background: url('images/headerback.jpg') repeat-x;
}

a
{
	color: #DE0404;
	text-decoration: none;
}

a:visited
{
	color: #920000;
}

a:hover
{
	color: #df2929;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	text-decoration: underline;
}

/* @end */


/* @group Header */

#craps-online-header
{
	background: transparent url('images/chips.jpg') right top no-repeat;
	height: 175px;
	width: 965px;
	margin: 0 auto 0 auto;
	position: relative;
}

h1#craps-online-siteheader
{
	width: 437px;
	height: 130px;
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
}

h1#craps-online-siteheader span
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url('images/logo.jpg') no-repeat;
	cursor: pointer;
	top: 0;
	left: 0;
}

#topbanner
{
	position: absolute;
	top: 18px;
}

#topbanner img
{
	border: 4px solid #fff;
}

#craps-online-country-selection
{
	font-size: 10px;
	text-transform: uppercase;
	color: #f78989;
	width: 300px;
	height: 30px;
	position: absolute;
	top: 94px;
}

#craps-online-country-selection img
{
	margin: 0 2px 0 0;
	padding: 0;
}

#craps-online-country-selection strong
{
	display: block;
	margin-bottom: 4px;
}

#searchbar
{
	position: absolute;
	width: 142px;
	left: 820px;
	top: 141px;
	height: 24px;
}

#searchbar input
{
	display: block;
	background: #fff url('images/searchbar.png') left top no-repeat;
	border: none;
	width: 114px;
	height: 24px;
	margin: 0;
	padding: 0px 0px 0 5px;
	float: left;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	color: #666;
}

#searchbar button
{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	float: right;
	width: 23px;
	height: 24px;
}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/* @end */


/* @group Navigation */

#craps-online-navigation
{
	background: transparent url('images/nav-light.jpg') center top no-repeat;
	height: 45px;
	padding-top:10px;
}

#craps-online-navigation li
{
	height: 35px;
	float: left;
	margin-right: 21px;
	position: relative;
}

#craps-online-navigation li.current
{
	background: url('images/nav-selected.gif') center bottom no-repeat;
}

#craps-online-navigation li a
{
	display: block;
	float: left;
	position: relative;
	margin-top: 3px;
	height: 21px;
	overflow: hidden;
	font-size: 11px;
	color: #0f110e;
	text-indent: -9999px;
}

* html #craps-online-navigation li a
{
	margin-top: 5px;
	text-indent: 0;
}

*:first-child+html #craps-online-navigation li a
{
	margin-top: 5px;
	text-indent: 0;
}


/* @group Rollover */

#craps-online-navigation li ul
{
	display: block;
	background: transparent url('images/nav-roundedbottom.png') left bottom no-repeat;
	position: absolute;
	width: 150px;
	top: 35px;
	left: -10px;
	display: none;
	padding-bottom: 5px;
}

* html #craps-online-navigation li ul
{
	background: #070707;
}

#craps-online-navigation li:hover ul
{
	display: block;
}

#craps-online-navigation li.over ul
{
	display: block;
}

#craps-online-navigation li ul li
{
	display: block;
	position: static;
	margin: 0;
	float: none;
	width: auto;
	height: auto;
	background: black;
}

#craps-online-navigation li ul li a
{
	width: 120px;
	font-size: 13px;
	text-decoration: none;
	padding: 7px 15px;
	float: none;
	height: auto;
	margin: 0 !important;
	color: #ccc;
	text-indent: 0;
}

#craps-online-navigation li ul li a:hover, #craps-online-navigation li ul li a.current
{
	background: #660202 url('images/gradient-nav.png') left top repeat-x;
	color: #fff;
}

/* @end */


#craps-online-navigation li a span
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* @end */


/* @group Gilder Levin */

#nav-craps-online-home a
{
	width: 35px;
}

#nav-craps-online-home a span
{
	background: url('images/navigation.png') 0px 0px no-repeat;
}

#nav-craps-online-home a:hover span, #nav-craps-online-home.current a span, #nav-craps-online-home:hover a span, #nav-craps-online-home.over a span
{
	background: url('images/navigation.png') 0px -21px no-repeat;
}



#nav-craps-casinos a
{
	width: 79px;
}

#nav-craps-casinos a span
{
	background: url('images/navigation.png') -56px 0px no-repeat;
}

#nav-craps-casinos a:hover span, #nav-craps-casinos.current a span, #nav-craps-casinos:hover a span, #nav-craps-casinos.over a span
{
	background: url('images/navigation.png') -56px -21px no-repeat;
}



#nav-craps-guide a
{
	width: 67px;
}

#nav-craps-guide a span
{
	background: url('images/navigation.png') -156px 0px no-repeat;
}

#nav-craps-guide a:hover span, #nav-craps-guide.current a span, #nav-craps-guide:hover a span, #nav-craps-guide.over a span
{
	background: url('images/navigation.png') -156px -21px no-repeat;
}


#nav-casino-reviews a
{
	width: 83px;
}

#nav-casino-reviews a span
{
	background: url('images/navigation.png') -244px 0px no-repeat;
}

#nav-casino-reviews a:hover span, #nav-casino-reviews.current a span, #nav-casino-reviews:hover a span, #nav-casino-reviews.over a span
{
	background: url('images/navigation.png') -244px -21px no-repeat;
}


#nav-casino-news a
{
	width: 72px;
}

#nav-casino-news a span
{
	background: url('images/navigation.png') -348px 0px no-repeat;
}

#nav-casino-news a:hover span, #nav-casino-news.current a span, #nav-casino-news:hover a span, #nav-casino-news.over a span
{
	background: url('images/navigation.png') -348px -21px no-repeat;
}



#nav-high-roller-bonuses a
{
	width: 108px;
}

#nav-high-roller-bonuses a span
{
	background: url('images/navigation.png') -441px 0px no-repeat;
}

#nav-high-roller-bonuses a:hover span, #nav-high-roller-bonuses.current a span, #nav-high-roller-bonuses:hover a span, #nav-high-roller-bonuses.over a span
{
	background: url('images/navigation.png') -441px -21px no-repeat;
}


#nav-depositing-to-craps-casino a
{
	width: 123px;
}

#nav-depositing-to-craps-casino a span
{
	background: url('images/navigation.png') -570px 0px no-repeat;
}

#nav-depositing-to-craps-casino a:hover span, #nav-depositing-to-craps-casino.current a span, #nav-depositing-to-craps-casino:hover a span, #nav-depositing-to-craps-casino.over a span
{
	background: url('images/navigation.png') -570px -21px no-repeat;
}


#nav-casino-games a
{
	margin-right: 0;
	width: 79px;
}

#nav-casino-games a span
{
	background: url('images/navigation.png') -714px 0px no-repeat;
}

#nav-casino-games a:hover span, #nav-casino-games.current a span, #nav-casino-games:hover a span, #nav-casino-games.over a span
{
	background: url('images/navigation.png') -714px -21px no-repeat;
}


/* @end */


/* @group Content Wrappers */

#contentwrapper
{
	min-height: 100px;
	width: 965px;
	margin: 30px auto 40px auto;
}

* html #contentwrapper
{
	margin-top: 15px;
}

#craps-online-first-content
{
	width: 777px;
	float: left;
}

#craps-online-maincontent
{
	width: 590px;
	float: right;
}

#craps-online-sidebar
{
	width: 180px;
	margin-top: 10px;
}

#craps-online-second-content
{
	width: 180px;
	float: right;
	margin-right: 1px;
	margin-top: 10px;
}

/* @end */


/* @group Main Columns */

#craps-online-maincontent div.column
{
	background: #f5f0f0 url('images/column-bottom.gif') left bottom no-repeat;
	width: 590px;
	color: #333;
	line-height: 130%;
	margin-bottom: 7px;
}

#craps-online-maincontent div.column h2
{
	background: #171515 url('images/header-bar.png') 12px 10px no-repeat;
	font-size: 15px;
	color: #fff;
}

#craps-online-maincontent div.column h2 span
{
	display: block;
	height: 22px;
	background: url('images/dropcap.png') left top no-repeat;
	padding: 15px 10px 0px 65px;
}

#craps-online-maincontent div.column h3
{
	font-size: 14px;
	background: none;
	height: auto;
	margin: 10px 0;
	color: #222020;
}

#craps-online-maincontent div.column div.columncontent
{
	padding: 0 15px 5px 15px;
}

#craps-online-maincontent div.column p
{
	margin: 10px 0;
}

#craps-online-maincontent div.columncontent div.one
{
	width: 275px;
	float: left;
}

#craps-online-maincontent div.columncontent div.one#latestnews h3
{
	margin-top: 0;
}

* html #craps-online-maincontent div.columncontent div.one#latestnews
{
	margin-top: 12px;
}

*:first-child+html #craps-online-maincontent div.columncontent div.one#latestnews
{
	margin-top: 12px;
}

#craps-online-maincontent div.columncontent div.two
{
	width: 270px;
	margin-left: 290px;
}

* html #craps-online-maincontent div.columncontent div.two
{
	margin-left: 286px;
}

*:first-child+html #craps-online-maincontent div.columncontent div.two
{
	margin-left: 286px;
}

#craps-online-maincontent div.columncontent img
{
	display: block;
	margin: 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}

#craps-online-maincontent div.columncontent img.banner
{
	padding: 0;
	border: 1px solid #fff;
}

#craps-online-maincontent div.columncontent img.floatleft
{
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}

#craps-online-maincontent div.columncontent img.floatright
{
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}

#craps-online-maincontent div.column h2.dismissed span
{
	overflow: hidden;
	line-height: 380%;
}

/* @end */


/* --------------------------------------- */

#craps-online-maincontent div.columncontent table
{
	border-collapse: collapse;
	width: 100%;
}

#craps-online-maincontent div.columncontent table tr td
{
	border-top: 1px solid #ccc;
	padding: 8px;
}

#craps-online-maincontent div.columncontent table tr th
{
	border-bottom: 3px solid #666;
	padding: 8px;
	font-size: 13px;
	color: #333;
}


/* @group Sidebar Columns */

#contentwrapper h3
{
	font-size: 15px;
	height: 27px;
	background: url('images/header-bar.png') right bottom no-repeat;
	color: #fff;
}

#craps-online-sidebar h3 span, #craps-online-second-content h3 span
{
	display: block;
	height: 21px;
	background: url('images/header-bar-left.png') left top no-repeat;
	padding: 6px 8px 0 8px;
}

#craps-online-sidebar div.column, #craps-online-second-content div.column
{
	background: #f5f0f0 url('images/sidebar-bottom.png') left bottom no-repeat;
	color: #333;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
}

#craps-online-sidebar div.columncontent, #craps-online-second-content div.columncontent
{
	padding: 8px 12px;
}

#craps-online-sidebar div.column p, #craps-online-second-content div.column p
{
	margin-bottom: 5px;
}

#craps-online-sidebar div.column ul li, #craps-online-second-content div.column ul li
{
	margin-bottom: 6px;
}

/* change the below ID to #craps-online-sidebar div.column ul.emphasis li, #craps-online-second-content div.column ul.emphasis li to discard crown */
#craps-online-sidebar div.column ul li, #craps-online-second-content div.column ul li
{
	margin-bottom: 5px;
	padding-left: 15px;
	background: url('images/list.gif') 0px 1px no-repeat;
}

#craps-online-sidebar div.column img, #craps-online-second-content div.column img
{
	display: block;
	margin: 0px auto 10px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}

#craps-online-sidebar div.column img.banner, #craps-online-second-content div.column img.banner
{
	padding: 0;
	border: 1px solid #fff;
	margin: 0 auto 0 auto;
}

/* @end */


/* @group Secondary Navigation */

#craps-online-sidebar #secondary-nav
{
	background: #f5f0f0 url('images/secondary-nav-background.png') no-repeat;
	padding-top: 12px;
	margin-bottom: 10px;
}

#craps-online-sidebar #secondary-nav ul
{
	padding: 6px 6px 6px 7px;
	background: url('images/sidebar-bottom.png') left bottom no-repeat;
}

#craps-online-sidebar #secondary-nav ul li
{
	height: 28px;
	line-height: 28px;
	margin-bottom: 3px;
}

#craps-online-sidebar #secondary-nav a
{
	display: block;
	height: 28px;
	padding: 0 20px 0 10px;
	text-decoration: none;
	font-size: 13px;
}

#craps-online-sidebar #secondary-nav a:hover, #craps-online-sidebar #secondary-nav a.current
{
	background: url('images/secondary-navigation-hover.png') no-repeat;
	color: #fff;
	text-decoration: none;
}

/* @end */


/* @group Subscribe Form */

#subscribeform label
{
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

#subscribeform input.text
{
	padding: 1px;
	font-size: 12px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	margin-bottom: 10px;
	display: block;
	width: 140px;
}

#subscribeform input.submit
{
	display: block;
	margin-left: 37px;
	font-size: 12px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

/* @end */


/* @group Footer Links */

#footer-linkswrapper
{
	padding: 10px 0 30px 0;
	background: #070606 url('images/footer-topback.png') repeat-x;
	line-height: 120%;
}

#footer-links
{
	width: 965px;
	margin: 0 auto 0 auto;
	color: #3e3e3e;
}

#footer-links div.columns
{
	width: 155px;
	float: left;
	margin-right: 25px;
	font-size: 13px;
}

#footer-links div.columns.disclaimer
{
	width: 242px;
	margin-right: 0;
}

#footer-links div.columns h4
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#footer-links ul li
{
	margin: 5px 0;
}

#footer-links a
{
	color: #de0404;
	text-decoration: none;
}

#footer-links a:visited
{
	color: #920000;
}

#footer-links a:hover
{
	text-decoration: underline;
	color: #df2929;
}

#footer-links li img
{
	margin-left: 5px;
}

/* @end */


/* @group Footer */

#craps-online-footer
{
	height: 89px;
	background: url('images/footerback.jpg') repeat-x;
	clear: both;
}

#craps-online-footer div
{
	width: 965px;
	margin: 0 auto 0 auto;
	height: 89px;
	position: relative;
}

#backtotop-link
{
	display: block;
	position: absolute;
	top: -29px;
	left: 806px;
}

#footerhome-link
{
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}

/* @end */


/* @group Featured Casino */

#craps-online-maincontent #featured-casino
{
	background: #f5f0f0 url('images/featured-casinoback.png') right bottom no-repeat;
	padding-bottom: 3px;
}

#craps-online-maincontent #featured-casino div.columncontent
{
	margin: 2px 2px 2px 2px;
	background: #470404 url('images/featured-casinoback.png') left top no-repeat;
	color: #fff;
	padding: 9px 0 10px 0;
}

#craps-online-maincontent #featured-casino div.dice-header
{
	height: 37px;
	background: #171515 url('images/header-bar.png') right bottom no-repeat;
}

#craps-online-maincontent #featured-casino div.dice-header img
{
	margin: 0;
}

#craps-online-maincontent #featured-casino h2
{
	background: none;
}

#craps-online-maincontent #featured-casino img
{
	border: none;
	background: none;
	margin-left: 10px;
}

#craps-online-maincontent #featured-casino img.banner
{
	border: 1px solid #fff;
}

#craps-online-maincontent #featured-casino img.floatright
{
	margin-top: -70px;
	margin-right: 15px;
	margin-bottom: 0;
}

* html #craps-online-maincontent #featured-casino img.floatright
{
	margin-right: 7px;
}

#craps-online-maincontent #featured-casino p
{
	margin-left: 20px;
	margin-right: 280px;
	font-size: 17px;
	line-height: 120%;
}

#craps-online-maincontent #featured-casino p strong
{
	font-weight: normal;
}

#craps-online-maincontent #featured-casino div.buttoncontainer
{
	margin-top: 25px;
	padding-left: 20px;
	height: 42px;
}

#craps-online-maincontent #featured-casino div.buttoncontainer a
{
	float: left;
}

#craps-online-maincontent #featured-casino div.buttoncontainer a img
{
	margin: 0 7px 0 0;
	padding: 0;
}


/* @end */


/* @group Review Table */

#craps-online-maincontent div.column.reviewtable div.dice-header
{
	height: 37px;
	background: #171515 url('images/header-bar.png') right bottom no-repeat;
}

#craps-online-maincontent div.column.reviewtable div.columncontent
{
	padding: 2px;
}

#craps-online-maincontent div.column.reviewtable img
{
	border: none;
	background: none;
	padding: 0;
}

#craps-online-maincontent div.column.reviewtable table
{
	background: #e4dfdf;
	border-collapse: collapse;
}

#craps-online-maincontent div.column.reviewtable table img
{
	display: inline;
}

#craps-online-maincontent div.column.reviewtable table td
{
	padding: 10px 0 10px 10px;
	vertical-align: top;
	border-top: 2px solid #f5f0f0;
}

#craps-online-maincontent div.column.reviewtable table tr.footer-pagination td
{
	background: #f0ebeb;
}

#craps-online-maincontent div.column.reviewtable h2
{
	background: none;
}

#craps-online-maincontent div.column.reviewtable h2.imageheader
{
	margin-bottom: -3px;
}

#craps-online-maincontent div.column.reviewtable h2.imageheader img
{
	display: inline;
	margin: 0;
	padding: 0;
}

#craps-online-maincontent div.column.reviewtable h2.imageheader a
{
	margin: 0;
	padding: 0;
	display: inline;
	text-decoration: none;
}

#craps-online-maincontent div.column.reviewtable table td h3
{
	margin: 0;
	padding: 0;
}

#craps-online-maincontent div.column.reviewtable td p
{
	margin: 5px 0;
}

#craps-online-maincontent div.column.reviewtable table td.logo
{
	width: 105px;
}

#craps-online-maincontent div.column.reviewtable table td.logo img
{
	border: 3px solid #6e0000;
}

#craps-online-maincontent div.column.reviewtable table td.explanation
{
	width: 236px;
	padding-right: 5px;
}

#craps-online-maincontent div.column.reviewtable table td.explanation img
{
	margin-left: 5px;
	display: inline;
}

#craps-online-maincontent div.column.reviewtable table td.bonuses
{
	width: 95px;
	text-align: right;
}

#craps-online-maincontent div.column.reviewtable table td.bonuses p
{
	background: #566066 url('images/roller-background.png') left top no-repeat;
	margin: 0 0 5px 0;
	color: #fff;
	width: 95px;
	font-size: 10px;
	line-height: 10px;
}

#craps-online-maincontent div.column.reviewtable table td.bonuses p span,
#craps-online-maincontent div.column.reviewtable table td.bonuses p a
{
	padding: 5px;
	display: block;
	background: url('images/roller-background.png') right bottom no-repeat;
	font-size: 14px;
	text-align: right;
	line-height: 18px;
	position: relative;
	font-weight: bold;
	color: #f3cf4b;
	text-decoration: none;
}

#craps-online-maincontent div.column.reviewtable table td.bonuses p a:hover
{
	color: #fefc69;
}

#craps-online-maincontent div.column.reviewtable table td.bonuses p span strong,
#craps-online-maincontent div.column.reviewtable table td.bonuses p a strong
{
	text-transform: uppercase;
	font-size: 8px;
	color: #fff;
	text-align: left;
	width: 45px;
	line-height: 8px;
	position: absolute;
	top: 6px;
	left: 5px;
}

#craps-online-maincontent div.column.reviewtable table td.buttons
{
	width: 105px;
}

#craps-online-maincontent div.column.reviewtable table td.buttons a img
{
	display: block;
	margin-bottom: 4px;
}

/* @end */



/* @group Column Class */

#craps-online-maincontent div.column.article div.dice-header
{
	height: 37px;
	background: #171515 url('images/header-bar.png') right bottom no-repeat;
}

#craps-online-maincontent div.column.article h2
{
	background: none;
	font-size: 21px;
	color: #222020;
	margin: 15px 0;
	line-height: 1.1em;
}

#craps-online-maincontent div.column.article h2.imageheader
{
	margin: 2px 0 0 2px;
	padding: 0;
}

#craps-online-maincontent div.column.article h2.imageheader a
{
	margin: 0;
	padding: 0;
}

#craps-online-maincontent div.column.article h2.imageheader a:hover img
{
	border: none;
	padding: 0;
	margin: 0;
}

#craps-online-maincontent div.column.article h2.imageheader img
{
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

#craps-online-maincontent div.column.article h3
{
	color: #222020;
	margin: 15px 0;
	font-size: 17px;
	line-height: 1.1em;
}

#craps-online-maincontent div.column.article h4
{
	color: #222020;
	margin: 15px 0;
	font-size: 15px;
	line-height: 1.1em;
}

#craps-online-maincontent div.column.article p
{
	margin: 10px 0;
}

#craps-online-maincontent div.column.article p.breadcrumbs
{
	color: #999;
}

#craps-online-maincontent div.column.article p.breadcrumbs a
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#craps-online-maincontent div.column.article p.breadcrumbs a:hover
{
	color: #de0404;
}

#craps-online-maincontent div.column.article ul
{
	margin: 20px 0 20px 20px;
	list-style-type: none;
}

#craps-online-maincontent div.column.article ul li
{
	margin-bottom: 5px;
	padding-left: 15px;
	background: url('images/list.gif') 0px 1px no-repeat;
}

#craps-online-maincontent div.column.article ol
{
	margin: 20px 0 20px 40px;
	list-style-type: decimal;
}

#craps-online-maincontent div.column.article ol li
{
	margin-bottom: 5px;
}

#craps-online-maincontent div.column.article address
{
	font-size: 13px;
	line-height: 1.3em;
	font-style: italic;
	color: #666;
}

#craps-online-maincontent div.column.article blockquote
{
	padding: 50px;
	float: right;
	width: 150px;
	font-size: 15px;
	background: url('images/quote.png') 50px 35px no-repeat;
}

#craps-online-maincontent div.column.article a:hover img
{
	border: 1px dashed #999;
}


#craps-online-maincontent div.column.article p img.alignleft
{
	float: left;
	margin-right: 10px;
}

#craps-online-maincontent div.column.article p img.alignright
{
	float: right;
	margin-left: 10px;
}

#craps-online-maincontent div.column.article p img.aligncenter
{
	margin: 0 auto 0 auto;
}

#craps-online-maincontent div.column.article div.wp-caption
{
	background: #e5e0e0;
}

#craps-online-maincontent div.column.article div.wp-caption.alignleft
{
	float: left;
	margin: 10px 10px 10px 0;
}

#craps-online-maincontent div.column.article div.wp-caption.alignright
{
	float: right;
	margin: 10px 0 10px 10px;
}

#craps-online-maincontent div.column.article p.wp-caption-text
{
	margin: 0 !important;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#craps-online-maincontent div.column.article p.post-meta
{
	margin-top: -11px;
	color: #999;
}

#craps-online-maincontent div.column.article p.post-meta a
{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#craps-online-maincontent div.column.article p.post-meta a:hover
{
	color: #de0404;
}

#craps-online-maincontent div.column.article div.pagination
{
	margin: 20px 0 15px 0;
	font-size: 13px;
}

.older-entries
{
	float: left;
}

.newer-entries
{
	float: right;
}

/* @end */


/* @group Landing Page */

/* @group Clearfix */

#craps-online-maincontent div.columncontent .craps-teaser:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
#craps-online-maincontent div.columncontent .craps-teaser {display: inline-block;} 
/* Hides from IE-mac \*/ 
* html #craps-online-maincontent div.columncontent .craps-teaser {height: 1%;} 
#craps-online-maincontent div.columncontent .craps-teaser {display: block;} 
/* End hide from IE-mac */

/* @end */

#craps-online-maincontent div.columncontent .craps-teaser
{
	margin: 20px 0;
}

#craps-online-maincontent div.columncontent .craps-teaser .teaser-column
{
	background: #d3d3d3 url('images/landing-back-sliding.png') right bottom no-repeat;
	width: 180px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#craps-online-maincontent div.columncontent .craps-teaser .teaser-column.last
{
	margin-right: 0;
}

#craps-online-maincontent div.columncontent .craps-teaser .teaser-content
{
	padding: 10px 12px 12px 12px;
	background: url('images/landing-back-left.png') left bottom no-repeat;
	height: 70px;
	overflow: auto;
}

#craps-online-maincontent div.columncontent .craps-teaser h4
{
	margin: 0;
	padding: 0;
}

#craps-online-maincontent div.columncontent .craps-teaser h4 a:hover img
{
	border: none;
}

#craps-online-maincontent div.columncontent .craps-teaser h4 img
{
	border: none;
	margin: 0;
	padding: 0;
}

#craps-online-maincontent div.columncontent .craps-teaser p
{
	margin: 0;
	padding: 0;
}

/* @end */


/* --------------------------------------- */

.list-item
{
	
}


/* @group Reusable Classes */

a.rounded
{
	background: #7d0000;
}

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

/* @end */


/* --------------------------------------- */

/* pagination option */
.craps-paginate {padding:0; margin:0;}
.craps-paginate li {display:inline; list-style:none;}
.craps-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.craps-paginate a:hover, .craps-paginate a:active {background:#ccc; color:#888;}
.craps-paginate .title {color:#555; margin-right:4px;}
.craps-paginate .gap {color:#999; margin-right:4px;}
.craps-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.craps-paginate .page {}
.craps-paginate .prev, .craps-paginate .next {}

/* style overrides for comments pagination */
.craps-paginate-comments {}
.craps-paginate-comments li {}
.craps-paginate-comments a {}
.craps-paginate-comments a:hover, .craps-paginate-comments a:active {}
.craps-paginate-comments .title {}
.craps-paginate-comments .gap {}
.craps-paginate-comments .current {}
.craps-paginate-comments .page {}
.craps-paginate-comments .prev, .craps-paginate-comments .next {}


/* Custom wp-paginate style */
body .craps-paginate .title
{
	color: #333;
}

body .craps-paginate .title,
body .craps-paginate .page,
body .craps-paginate .next,
body .craps-paginate .prev
{
	border: none;
}

body .craps-paginate a:hover
{
	background: #333;
	color: #fff;
}

body .craps-paginate .current
{
	background: #790000;
}
