/*
	(Theme) Combustion for Drupal v5
	
	Theme authored by Phobos Gekko
	<phobos@redfyre.net>
	
	Gekko's Lair of Fire
	http://www.gekkofyre.net
	
	Edited for collegebookshuffle.com
	by Justin Moore
	<humanumbrella@gmail.com>
*/

/* [Main images and tables] */
body {
	background-image: url(combustion_background.gif);
	font-family: Arial, Helvetica, sans-serif;
}
form {
margin: 0;
padding: 0;
}
h2{
margin: 5px 0px 2px 0px;
}
h5 {
margin: 0 0 0 10px;
padding: 0;
font-size: 13px;
}


#wrapper { margin-right: auto; margin-left: auto; }
.primary-container {
	/* This is to make sure that all the primary content fits
	properly in the whitespace. Sorry for all the code, but IE
	is a PITA compared to Firefox and other browsers */
	margin: 0; width: 616px; padding: 10px 20px 20px 40px; }
.container-inline {
	margin-top: 10px;
	margin-bottom: 10px;
}
.header_img { background-image: url(combustion_header.jpg); background-repeat: no-repeat; height: 150px; width: 900px; padding: 0; margin: 0; }
.footer_img { background-image: url(combustion_footer.jpg); background-repeat: no-repeat; height: 60px; width: 900px; margin: 0; padding: 0; }
.footer {
	text-align: center;
	font-size: x-small;
}
.main-content {
	background-image: url(combustion_content_left.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 541px;
	vertical-align: top;
}

.navbar {
	background-image: url(combustion_primary_navbar.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 765px;
	text-align: center;
}
.primarylinks a:link, .primarylinks a:visited, .primarylinks a:hover {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* [Blocks] */
/* Background for the blocks */
.sidebar {
	background-image: url(combustion_content_right.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 224px;
	height: auto;
	vertical-align: top;
}
/* This affects the position of each block on the sidebar table */
.block {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
/* The header */
.block_header {
	background-image: url(combustion_blocks_header.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
	height: 30px;
	width: 200px;
	color: #f2f2f2;
	text-align: left;
	font-size: small;
	font-weight: bold;
}
/* Background for the content inside each block */
.block_content_background {
	background-image: url(combustion_blocks_middle.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
/* Code affecting the display of the content in each block */
.block_content {
	font-size: small;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
/* Code for ads */
.block_content_ads {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.block form { text-align: left; float: left; }
/* Footer */
.block_footer {
	background-image: url(combustion_blocks_footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* [Nodes] */
h2 {
	margin-bottom: 0px;
	font-size: medium;
	margin-top: 0px;
}
.page-title {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.node {
	text-align: justify;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.info {
	font-size: x-small;
	text-align: left;
}
.content {
	font-size: small;
}
.links { font-size: small; text-align: center; }
.links li { font-size: small; text-align: center; border-right: 1px solid black; }
.links .first { font-size: small; text-align: center; border-left: 1px solid #000;}

/* [Other] */
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.site-slogan {
	font-size: 16px;
	vertical-align: middle;
text-align:left;
margin: 0 0 0 50px;
}
tbody { font-size: small; border-style: none; }
code {
	font-size: small;
}
cite {
	font-size: small;
	font-style: italic;
}
.service_links {
	font-weight: bold;
	text-align: center;
}
.site-name { font-size: 36px; color: #000000; vertical-align: middle; font-weight: bolder; margin: 10px 0 0 25px; padding: 0; text-align:left;}
.site-name h1 { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:link { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:visited { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:hover { color: red; font-size: 36px; font-weight: bolder; text-decoration: none; vertical-align: middle; }
h3 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
a:link, a:visited {
	color: #0066CC;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/*CBS Additions*/
.ClassWithNoBooks {
	color: #666;
	font-size: 12px;
	font-weight:bold;
}

.ContentTitle { 
font-size: 18px;
text-decoration: underline;
margin: 0 0 10px 0;
}

.subContentTitle { 
font-size: 13px;
text-decoration: underline;
font-weight:bold;
}

.errorMessage{
width: 400px;
border: 1px solid #a60000;
background: #ffedbd;
margin: 5px 0 0 0;
padding: 0;

}
.errorMessage h2 {
text-align: left;
font-weight: bold;
padding: 5px 0px 5px 15px;
margin: 0px;
font-size: 12px;
color: #fff;
background-color: #a60000;
}



.bookListings {
text-align: left;
width: 636px;
border: solid #000000; 
border-width: 4px; 
border-top:none;
border-right:none;
border-left:none;
margin: 5px 0 0 0;
padding: 0 0 5px 3px;
}

.bookListings h2{
text-align: left;
width: 636px;
margin: 10px 0 0 0;
border: dotted #000; 
border-width: 1px; 
border-top:none;
border-right:none;
border-left:none;
}

.userNews {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #fff;
background: #981b1e; 
border: solid #ccc; 
border-width: 1px; 
margin: 0 0 8px 0;
}

.userNewsHeader{
font-size: 13px;
font-weight:bold;
}

.MessageToUser {
font-size: 14px;
text-align: left;
color: #000;
background: #ffedbd; 
border: solid #a60000; 
border-width: 1px; 
width:700px;
margin: 10px 0 0 0;
}

.userListings {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 16px;
text-align: left;
font-weight: bold;
color: #000;
background: #ffc425; 
border: solid #a60000; 
border-width: 1px; 
width:634px;
margin: 3px 0px 0px 0px;
}
.userWants {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 16px;
text-align: left;
font-weight: bold;
color: #000;
background: #ffc425; 
border: solid #a60000; 
border-width: 1px; 
width:634px;
}

.CompletedStep{
text-align: center;
background: #ffc425;
border: solid #000; 
border-width: 1px; 
}

.CurrentStep{
text-align: center;
background: #a60000; 
color: #FFF;
font-weight:bold;
border: solid #000; 
border-width: 1px; 
}

.StepToCome{
text-align: center;
background: #ffc425; 
border: solid #000; 
border-width: 1px; 
}

.Want {
text-align: center;
background: #a60000;
color: #FFF;
width: 40px;
height: 20px;
}
.Want:hover {
text-align: center;
background: #a60000;
border: solid #5983fc; 
width: 36px;
height: 16px;
border-width: 2px; 
color: #FFF;
}
.Want a {
text-align: center;
background: #a60000;
color: #FFF;
text-decoration: none;
}
.Want a:hover {
text-align: center;
background: #a60000;
color: #FFF;
text-decoration: none;
}

.Buy {
text-align: center;
background: #a60000;
color: #FFF;
width: 40px;
height: 18px;
padding-top: 1px;
}
.Buy:hover {
text-align: center;
background: #a60000;
border: solid #5983fc; 
width: 36px;
height: 15px;
border-width: 2px; 
color: #FFF;
padding-top: 0px;
}

.Buy a {
text-align: center;
background: #a60000;
color: #FFF;
text-decoration: none;
}
.Buy a:hover {
text-align: center;
background: #a60000;
color: #FFF;
text-decoration: none;
}

.Pending{
text-align: center;
background: #3232ff;
color: #FFF;
width: 60px;
height: 18px;
padding-top: 1px;
}
.Pending:hover {
text-align: center;
background: #3232ff;
border: solid #5983fc; 
width: 56px;
height: 15px;
border-width: 2px; 
color: #FFF;
padding-top: 0px;
}

.Pending a {
text-align: center;
background: #3232ff;
color: #FFF;
text-decoration: none;
}
.Pending a:hover {
text-align: center;
background: #3232ff;
color: #FFF;
text-decoration: none;
}

.Requested {
text-align: center;
background: #747474;
color: #FFF;
width: 40px;
height: 18px;
padding-top: 1px;
}

/* Forms */
.formSubmit {
border-style:solid;
border-width: 1px;
border-left-color: #cd0000;
border-top-color: #cd0000;
border-right-color: #460000;
border-bottom-color: #460000;
background-color: #a60000;
color: #ffffdf;
}

.loginSubmit {
margin: 3px 0 3px 0;
}
.Movie{
margin: 0 0 0 45px;
}

.Stats{
	width:180px;
}

.UserStats{
	width:180px;
}
.adsFloatBottom{
padding: 100px 0 0 0;
text-align:center;
}