/*
Theme Name: Rolls 100
Theme URI: http://www.rolls100.com
Description: The WordPress theme for Rolls100.com.
Version: 1.0
Author: Jason Veal
Author URI: http://www.sugarcs.com/

*/

/* global prop. */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
}
html {
	font-size: 100%;
}
/* general elements */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #5a9aaa;
}
img {
	border: 0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height:100%;
	height:auto !important; /* ie6 ignores it */
	height:100%; /* fix */
	position: relative;
	background-image: url(img/mainbkg.jpg);
	background-color: #b0c5d0;
	background-repeat: repeat-x;
}
#shadcontainer{
	width:1100px;
	margin:auto;
	background-image: url(img/shad.png);
	background-repeat:repeat-y;
	}
	#bottomshadcontainer{
		height:15px;
	width:1100px;
	margin:auto;
	background-image: url(img/shadcontentbottom.png);
	background-repeat:no-repeat;
	}
#contentcontainer {
	margin: auto;
	background-color: #FFFFFF;
	width: 932px;
	background-repeat: repeat-x;
	padding-top: 34px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 34px;
	background-image: url(img/mainareagrad.jpg);
}
/* HEADER */

#header {
	height: 100px;
}
#rollslogorollover {
	float:left;
	display: block;
	width: 386px;
	height: 74px;
	background: url("img/mainrollslog2.png") no-repeat 0 0;
}
#rollslogorollover span {
	display: none;
}
#rollsdescript {
	padding-top:39px;
	float:right;
}
#rollsdescrollover {
	display: block;
	width: 257px;
	height: 35px;
	background: url("img/centenary.png") no-repeat 0 0;
}
#rollsdescrollover span {
	display: none;
}
/* FOOTER */
#footer {
	height: 30px;
	width: 1000px;
	margin: auto;
	padding-top: 5px;
}
#footer .sweetened {
	float: right;
	width: 150px;
	height: 17px;
	color: #FFF;
	font-size: 11px;
	text-align: right;
	margin-top: 1px;
}
#sugarrollover {
	display: block;
	width: 60px;
	height: 19px;
	background: url("img/sugar_rollover.png") no-repeat 0 0;
}
#footer .sugarlogo {
	width: 60px;
	float: right;
	padding-left: 4px;
	padding-right: 30px;
}
#sugarrollover:hover {
	background-position: 0 -19px;
}
#sugarrollover span {
	display: none;
}
#byline {
	float:right;
}
/* MAINAREA-STRUCTURE */


#contentholder {
	float:left;
	width: 760px;
	background-color:#e1e2e3;
	background-image:url(img/contentgrad.jpg);
	background-position:center;
}
#container {
	float: left;
	width: 68%;
	padding-top:20px;
	padding-right:16px;
	padding-left:27px;
}
#containersingle {
	width: 93%;
	padding-top:20px;
	padding-right:16px;
	padding-left:27px;
}
.sidebar {
	float:right;
	width: 24%;
	padding-top:20px;
}
#advertising {
	float:right;
	width: 138px;
}
#formatdiv {
	clear:both;
	width:1000px;
	height:30px;
	color:#FFF;
}
/* Navigation */
#mainnav {
	background-color:#FFF;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}
#mainnav a {
	color:#FFF;
}
#mainnav a:hover {
	color:#aedfe4;
}
#mainnav #navmain {
	background-image:url(img/navbkg.jpg);
	background-repeat:no-repeat;
	height:26px;
	padding-top:2px;
	padding-left:27px;
}
#mainnav li {
	display:inline;
	padding-right:30px;
	text-decoration:none;
}
#mainnav .current_page_item a {
	color:#aedfe4;
}
/* Post Styling */

#contentholder img {
	padding:10px;
}
.post .entry p {
	padding-bottom: 5px;
}
.post h2 {
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 2em;
	padding-bottom:10px;
}
.post .entry {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1em;
	text-align: justify;
	color:#666;
}
.post .entry a {
	color:#5a9aaa;
}
.post .entry a:hover {
	color:#000000;
}
.post .date {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
/* Sociable */
.sociable {
	height: 27px;
	width: 438px;
	background-image:url(img/sharingbkg.png);
	background-repeat:no-repeat;
}
.sociable li {
	display:inline;
	text-decoration:none;
	padding-left: 40px;
}
.sociable ul {
	padding-left:20px;
	padding-top:2px;
}
.sociable img {
	padding:0px !important;
}
.postmetadata {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	}
/* COMMENTS */
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/* SIDEBAR */

.sidebar li {
	list-style:none;
}
.sidebar h2 {
	padding-bottom:10px;
	font-weight:normal;
}
.sidebar widget {
	padding-top:10px;
}
.sidebar ul li {
	padding-bottom:10px;
}
.sidebar ul li ul li a {
	color:#333!important;
	padding-bottom:0px;
}
.sidebar ul li ul li {
	color:#666!important;
	padding-bottom:0px;
}

.sidebar ul li ul li a:hover {
	color:#000 !important;
}
.sidebar table#wp-calendar {
	width: 90%;
}

.sidebar table#wp-calendar a{
	width: 90%;
	color: #5a9aaa;
}
.sidebar table#wp-calendar a:hover{
	width: 90%;
	color:#666;
}

.sidebar img {
	border:none!important;
	padding:0px!important;
	}
/* Adverts */
#advertising {
	padding-top:30px;
}
#advertising h3 {
	color:#666;
	font-size:0.9em;
	font-weight:normal;
	padding-bottom:10px;
}
#advertising img {
	padding-bottom:10px;
}
/* LAYOUT */
	#layoutcontrol {
	float:left;
	padding-left:35px;
	position: absolute;
	display: block;
	width: 23px;
	height: 16px;
	z-index: 1000;
}
#layoutcontrol a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: transparent url(img/pagecontrols.png) no-repeat left top;
}

#layoutcontrol a.setFont {
	background-position: left top;
	width: 23px;
}

#layoutcontrol a.setFont:hover {
	background-position: -23px top;
}
#layoutcontrol a span {
	display: none;
}
