/*
Theme Name: Cifar
Theme URI:
Version: 1.0
Author: Angela Rouse: ImagineWeb.ca
Author URI:
*/

html {
	margin: 0;
	background: center top repeat-y url(images/bckhtml.jpg);
}
body {
	margin: 0; padding: 180px 0 20px 0;
	background: center top no-repeat url(images/bckbody.jpg);
	font-family: Arial, Tahoma, Verdana; font-size: 14px;
	color: #000;
}
#page {
	margin: 0 auto;
	width: 750px;
}
#header {
	position: relative;
	margin: 0 0 25px 0;
	height: 85px;
}
#header .logo {
	margin: 0 0 0 15px;
	display: block;
	width: 250px; height: 85px;
	background: no-repeat url(images/bckheaderlogo.png);
	font-size: 0; text-indent: -99999em;
}
#header ul {
	position: absolute;
	top: 25px; right: 0;
	margin: 0; padding: 0;
	list-style-type: none;
}
#header li {
	display: inline;
	font-size: 15px;
}
#header li a {
	margin: 0 20px;
	color: #000;
	text-decoration: none;
}
#header li.last a {
	margin: 0 0 0 20px;
}
#postcard {
	width: 750px; height: 290px;
}
#slider {
	position: relative;
	background-color: #e3e3e3;
}
#slider .prev, #slider .next {
	position: absolute;
	top: 55px;
	cursor: pointer;
}
#slider .prev {
	left: 0;
}
#slider .next {
	right: 0;
}
#slider .scrollable {
	position: relative;
	margin: 0 25px 0 45px;
	width: 680px; height: 172px;
	overflow: hidden;
}
#slider ul {
	position: absolute;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 20000em;
}
#slider li {
	position: relative;
	float: left;
	margin: 15px 20px 0 0; padding: 0 11px 0 0;
	width: 139px; height: 175px;
	background: no-repeat url(images/bcksliderli.png);
	text-align: center;
}
#slider li .card {
	display: block;
	margin: 0 0 10px 0;
	width: 139px; height: 139px;
}
#slider li .card img {
	width: 139px; height: 139px;
}
#slider li .clip {
	position: absolute;
	left: 60px; top: -10px;
	width: 18px; height: 33px;
	background: no-repeat url(images/bcksliderliclip.gif);
}
#container {
	margin: 15px 25px 15px 5px;
	width: 720px;
}
.main {
	margin-right: 0 !important;
	width: 745px !important;
}
#container:after, #content .entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	float: left;
	margin: 0 45px 0 0;
	width: 475px;
	overflow: hidden;
}
.main #content {
	margin: 0 30px 0 0;
}
#content .post {
	margin: 0 0 25px 0;
}
#content .title {
	margin: 0;
	font-size: 24px; font-weight: normal;
}
#content .title a {
	color: #000;
	text-decoration: none;
}
#content .entry {
	margin: 20px 0;
	width: 100%;
}
#sidebar-dynamic {
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 200px;
	overflow: hidden;
}
#sidebar-dynamic ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar-dynamic li {
	margin: 0 0 15px 0; padding: 0 15px;
}
#sidebar-dynamic li li {
	margin: 0; padding: 0;
}
#sidebar-dynamic object, #sidebar-dynamic embed {
	width: 170px !important; height: 130px !important;
}
#sidebar-dynamic h3 {
	margin: 0 -15px 15px -15px;
	line-height: 30px;
	background: no-repeat url(images/bcksidebar-dynamich3.png);
	font-size: 18px; font-weight: normal;
	text-align: center;
}
#sidebar-static {
	float: left;
	width: 240px;
	background: repeat-y url(images/bcksidebar-static.jpg);
	overflow: hidden;
}
#sidebar-static .b {
	background: left bottom no-repeat url(images/bcksidebar-staticb.jpg);
}
#sidebar-static .t {
	padding: 95px 95px 20px 10px;
	background: no-repeat url(images/bcksidebar-statict.jpg);
}
#sidebar-static p {
	margin: 0 0 15px 0;
}
#footer {
	padding: 15px 0 0 0;
	border-top: #060606 1px solid;
	text-align: center;
}

/* A few generic styles used across the site */

a {
	color: #000;
}

a img {
	border: 0;
}

td {
	vertical-align: top;
}

input, textarea {
	vertical-align: middle;
	font-family: Arial, Tahoma, Verdana; font-size: 14px;
	color: #000;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}