/*
Theme Name: Cinefamily Blog
Theme URI: http://www.thedanrowan.com
Description: Created by Dan Rowan.
Version: 1.6
Author: Dan Rowan
Author URI: http://www.thedanrowan.com
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background: url(images/bkgd_tile.gif);
		font-family: Georgia,"Times New Roman",Times,serif;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}
		
#wrapper { background-color:#FFF;}		

#header {
		height: 155px;
		width: 100%;
		}

#headerimg {
		margin-top: 10px;
		}
		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 40px;
		}

#sidebar
{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
		}

#footer {
		margin: 0px 0 0 0;
		background: none;
		}	

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		font-size:11px; 
		font-family:Arial, Helvetica, sans-serif;
		
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

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

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 */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {

		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

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

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

#header { }

#header #cinefamily-logo {width: 360px; float: left; background: url(images/header.gif) center bottom no-repeat; height: 145px; background-color:#fff684;}
#header #blog-title {width: 275px; float: right; background: url(images/blog.gif) right bottom no-repeat; height: 145px;  }

#header #nav-wrap {width: 305px; float:left; font-family:Georgia,"Times New Roman",Times,serif; font-size:15px; line-height:1.2em; height:145px; background-color:#fff684; }
#header #nav-wrap a { color:#f04536;}
#header #nav-wrap a:hover {background-color:#ed1093; color:#FFF; text-decoration:none;}
#header #nav-left,
#header #nav-right { text-align: right; margin-top: 30px; }
#header #nav-left { width: 125px; float:left; }
#header #nav-right { width: 125px; float:left; }

#content h1 { font-family: Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight: bold; font-size:24px; margin-bottom: 0;}
#content h1 a { color: #633538; }
#content h1 a:hover { color: #633538; background: none; }



#content { width: 665px; margin-left: 30px; }
#content a { color:#F04536;}
#content a:hover { color:#fff; background-color:#ed1093; text-decoration:none; }



#sidebar a { color:#f04536; text-decoration:none; font-size: 11px;}
#sidebar a:hover { color:#fff; background-color:#ed1093; text-decoration:none; }
#sidebar #sponsor-logos img { margin-bottom: 10px;}

#footerContent { display: inline; margin-top: 15px;}
#footer-right {float: right; text-align: right; color:#FFF; font-size: 14px; }
#footer-right a { color:#fff;  }
#footer-right a:hover { background-color:#ED1093; text-decoration:none;  }
#footer-left img { margin-right: 15px; }

.Copyright {
color:#CCCCCC;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.7em;
}

.avatar {	display: none; }
.screen-reader-text {display:none;}
#archives-3 {margin-bottom: 40px;}