/*
Theme Name: Jamin Magazine
Theme URI: http://www.ddcalgary.com
Description: 2 sidebars
Version: 1.1
Author: Kelly Leahy
Author URI: http://trustos.ca
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
body {
	font-size: 80%; /* Resets 1em to 10px */
	background-color:#363636;
	margin:0px;
	padding:0px;
	}
#content {
	padding-top:25px;
	background-color:#363636;
	font-size: 1.2em;
	width:777px;
	float:left;
	}
#footer {
	padding: 20px 0 0 1px;
	margin-top: 0;
	width: 100%;
	clear: both;
	text-align:left;
	}	
#page {
	padding:0px;
	width:1000px;
	}
#commentform input {
	width: 600px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 75%;
	padding: 2px;
	}

h3, h2, h1{
	color:#fff;
	margin-bottom:0px;
	}
	
.narrowcolumn .postmetadata {
	font-size:small;
	margin-top:0px;
	margin-bottom:5px;
	}

.more-link {
text-align:left;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
	}

/*Jamin Topbar*/
#topbar {
	height:20px;
	width:980px;
	text-align:left;
	font-size:1em;
	background-color:#252525;
	border-top:1px solid white;
	border-bottom:1px solid white;
	float:left;
	padding-left:20px;
}
#topbar ul, #sidebar ul ol {
	display:inline;
	padding:0px;
	margin:0px;
}
#topbar ul li, #pagenav{
	display:inline;
	list-style-type: none;
	list-style-image: none;
}
#topbar ul li h2{
	display:none;
	color:#fff;
}
#topbar a {
	font:bold 18px Times New Roman;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	/*border-right:1px solid white;*/
	border-left:1px solid white;
	padding:0px 10px 0px 10px;
}
#topbar a:hover {
	color:#fff;
	/*border-right:1px solid white;*/
}
/* Jamin Sidebar */
#sidebar
{
	background-color:#252525;
	text-align:left;
	float:right;
	width:222px;
}
#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li h2 
{
	display:none;
}
#sidebar a{
	font:bold 18px Times New Roman;
	color:#fff;
	text-decoration:none;
}
.sidebar_image
{
	margin-left:-70px;
}
.post {
	float:left;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:21px;
	border-bottom:7px solid #252525;
}
.post img {
	display:block;
}

	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */
p, a
{
	color:#fff;
}
#content h2
{
	text-transform:uppercase;
}
#content h2 a
{
	font-size:18px;
	background-color:#252525;
	text-decoration:none;
	color:#fff;
	padding:5px;
	border-width:4px;
	border-style:solid solid;
	border-color:#680809 #8f2f30;
}
#featured
{
	float:left;
	padding-left:20px;
	width:757px;
}
#featured h2
{
	font-size:18px;
	width:265px;
	clear:right;
	background-color:#252525;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	padding:5px;
	border-width:4px;
	border-style:solid solid;
	border-color:#680809 #8f2f30;
}
.navigation a
{
	color:#fff;
}
.adlink
{
	border:none;
}
