/*
Theme Name: babysweet sessions theme
Theme URI: http://babysweetsessions.com
Description: the theme for babysweet sessions
Version: 2
Author: dom christie
Author URI: http://domchristie.co.uk
Tags: black, white, fixed-width
*/

/* -----[ RESET ]----- 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}



/* Begin Typography & Colors 
*/
body {
    background: #361F17 url(images/brown_noise.gif);
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
    font-size: 0.9em;
}
#header_container {
    border-bottom: 4px solid #fff;
    margin-bottom: 30px;
}
#footer_container {
    clear: both;
    border-top: 4px solid #fff;
}
#header {
    position: relative;
    margin: 10px 10px 0;
}
#content {
    margin: 10px;
}
#left-column {
    width: 640px;
    float: left;
}
#right-column {
    width: 260px;
    float: right;
}
p {
    line-height: 1.5em;
    margin: 0 0 10px;
}
strong {
    font-weight: bold;
}
.box {
    margin-bottom: 40px;
}
h2 {
    font-size: 36px;
}
h2, legend {
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: -0.07em;
    text-transform: lowercase;
    border-bottom: 4px solid #fff;
}
h2 a:link, h2 a:visited {
    background: #9DCA68;
    color: #000;
    font-weight: bold;
}
h2 a:hover, h2 a:active {
    background: none;
    color: #9DCA68;
}
h3 {
    font-size: 22px;
    text-transform: lowercase;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
    color: #f36;
}

a:link, a:visited {
    color: #6cf;
    text-decoration: none;
}
a:hover, a:active {
    background: #6cf;
    color: #000;
}
small {
    font-size: 0.8em;
}
h2 small, h3 small {
    font-size: 0.4em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.yellow {
    color: #cc9;
}

.entry {
	margin-top: 20px;
}

h1 {
    position: relative;
}
h1 a, h1 a span {
    display: block;
    height: 75px;
    overflow: hidden;
    width: 435px;
    text-indent: -999%;
}
h1 a:hover, h1 a:active {
    background: none;
}
h1 span {
    background: transparent url(images/logo-2.gif) no-repeat top;
    left: 0;
    position: absolute;
    top: 0;
}

/* End Typography & Colors */

/*--------------------[ HEADER ]--------------------
*/
#nav {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    list-style: none;
}
#nav li {
    float: left;
    margin-right: 20px;
}
#nav a:link, #nav a:visited {
    font-weight: bold;
    color: #fff;
    background: none;
    text-decoration: none;
}
#nav a:hover, #nav a:active #nav a.selected {
    color: #000;
}
#nav a#videos_link:hover, #nav a#videos_link:active #nav a#videos_link.selected {
    background: #9DCA68;
}
#nav a#news_link:hover, #nav a#news_link:active #nav a#news_link.selected {
    background: #cc9;
}
#nav a#essays_link:hover, #nav a#essays_link:active #nav a#essays_link.selected {
    background: #fff;
}
#nav a#records_link:hover, #nav a#records_link:active #nav a#records_link.selected {
    background: #f36;
}
#nav a#contact_link:hover, #nav a#contact_link:active #nav a#contact_link.selected {
    background: #9DCA68;
}

/*--------------------[ HOME ]--------------------
*/
.video-title a:link, .video-title a:visited {
    background: #9DCA68;
    color: #000;
}
.video-title a:hover, .video-title a:active {
    background: none;
    color: #9DCA68;
}
.category-news h2 a:link, .category-news h2 a:visited {
    background: #cc9;
    color: #000;
}
.category-news h2 a:hover, .category-news h2 a:active {
    background: none;
    color: #cc9;
}

/*--------------------[ COMPETITIONS BLOCK ]--------------------
*/
#competition legend a:link, #competition legend a:visited {
    font-weight: bold;
    color: #fff;
}
#competition legend a:hover, #competition legend a:active {
    color: #f36;
    background: none;
}
#competition p {
    width: 236px;
    overflow: visible;
}
#competition .details img {
    display: none;
}
#competition .break {
    width: 236px; 
    word-wrap: break-word;
}

/*--------------------[ VIDEOS ]--------------------
*/
.page-template-videos-php h2, .page-template-videos-php h3 {
    color: #9DCA68;
}
.video-container {
    border: 4px solid #fff;
    width: 632px;
}
.film-strip a:hover {
    background: none;
}
.film-strip a:link img, .film-strip a:visited img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.film-strip a:hover img, .film-strip a:active img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.video-thumb {
    width: 96px;
    margin: 0 8px 8px 0 ;
    border: 1px solid #fff;
}
.video_info {
    display: none;
}

/*--------------------[ NEWS ]--------------------
*/
.category-news h2, .page-template-news-php h2 {
    color: #cc9;
}
.category-news h2 small {
    color: #fff;
}

/*--------------------[ ESSAYS ]--------------------
*/
.category-essays.post {
    font-family: 'Monospace', 'Courier';
    color: #000;
    background: #fff url(images/holes.gif) no-repeat top;
    padding: 30px 15px 10px;
}
.category-essays.post h2 {
    font-size: 18px;
    border-bottom: none;
    text-transform: uppercase;
}
.category-essays h2 a:link, .category-essays h2 a:visited {
    background: none;
    color: #000;
}
.category-essays h2 a:hover, .category-essays h2 a:active {
    background: #000;
    color: #fff;
}

/*--------------------[ RECORDS ]--------------------
*/
.page-template-records-php h2 {
    color: #f36;
}

/*--------------------[ CONTACT ]--------------------
*/
.page-template-contact-php h2, .page-template-contact-php h3 {
    color: #9DCA68;
}
.page-template-contact-php table {
    margin-top: 20px;
}
.page-template-contact-php td {
    vertical-align: top;
    padding-right: 20px;
}
.page-template-contact-php td ul {
    margin: 0;
    list-style: none;
}
.page-template-contact-php td li {
    margin-bottom: 5px;
}
.page-template-contact-php td img {
    border: 2px solid #fff;
}

/*--------------------[ COMPETITIONS ]--------------------
*/
.category-competitions h2 a:link, .category-competitions h2 a:visited {
    background: #f36;
    color: #000;
}
.category-competitions h2, .category-competitions h2 a:hover, .category-competitions h2 a:active {
    background: none;
    color: #f36;
}
.category-competitions h2 small {
    color: #fff;
}
/*--------------------[ ARCHIVE ]--------------------
*/
.archive-title {
    margin-bottom: 30px;
}
.archive h2 {
    color: #963;
}
.archive h3 a:link, .archive h3 a:visited {
    font-weight: bold;
    color: #000;
}
.archive .category-news h3 a:link, .archive .category-news h3 a:visited {
    background: #cc9;
}
.archive .category-news h3 a:hover, .archive .category-news h3 a:active {
    background: none;
    color: #cc9;
}
.archive .category-competitions h3 a:link, .archive .category-competitions h3 a:visited {
    background: #f36;
}
.archive .category-competitions h3 a:hover, .archive .category-competitions h3 a:active {
    background: none;
    color: #f36;
}
.archive .category-essays h3 a:link, .archive .category-essays h3 a:visited {
    font-size: 18px;
    text-transform: uppercase;
}
.archive .category-essays h3 a:hover, .archive .category-essays h3 a:active {
    background: #000;
    color: #fff;
}

.archive h3 small {
    font-size: 0.5em;
    color: #fff;
}
.archive .entry {
    margin-top: 10px;
}



.wrapper {
    width: 960px;
    margin: 0 auto;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
    clear: both;
    margin-bottom: 30px;
}

.postmetadata {
    font-size: small;
	clear: both;
}

.clear {
	clear: both;
}
/*--------------------[ COMMENTS ]--------------------
*/
.alt {
	margin: 0;
	padding: 10px;
	}
#comments, #respond h3 {
    color: #9DCA68;
}

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

.commentlist li {
	margin: 15px 0 30px;
	padding: 0 5px 0 10px;
	list-style: none;
}
.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;
}

#commentform textarea {
    margin-bottom: 0;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
    border-left: 2px solid #fff;
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
}

.commentlist cite, .commentlist cite a {
    text-transform: lowercase;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
}
.comment.thread-alt {
    border-color: #9DCA68;
}
.comment.thread-even {
    border-color: #9DCA68;
}
.alt {
    border-left: 2px solid #fff;
}

.commentmetadata {
	font-weight: normal;
	text-transform: lowercase;
}
/*--------------------[ FOOTER ]-------------------
*/
#footer {
    margin: 0 10px;
    padding: 5px 0 10px;
	clear: both;
}
#footer p {
	margin: 0;
	font-size: 0.8em;
}



/* Begin Images */
p img {
	max-width: 100%;
}
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;
}
.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. */

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

/*--------------------[ RIGHT COLUMN ]-------------------
*/
.home #right-column {
    position: relative;
    top: -10px;
}
#right-column h2.page-title {
	font-size: 36px;
	color: #fff;
}
#right-column h2 {
    font-size: 22px;
}
#right-column li {
    list-style: none;   
}
#right-column li fieldset {
	border: 2px dashed #fff;
	padding: 2px 10px 10px;
	margin-bottom: 30px;
}
#right-column li ul {
    margin-bottom: 10px;
}
#right-column li ul li, .dotted-list li {
    border: none;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 5px;
    padding: 0 0 2px;
    text-transform: lowercase;
}
#right-column legend {
    border-bottom: none;
    font-size: 28px;
}

#competition {
    position: relative;
}
#mailing-list {
    
}

/* End Entry Lists */



/* Begin Form Elements */
.mp-form input, input[type="text"], textarea {
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #9DCA68;
    font-size: 0.8em;
}

.MailPressFormSubmit.mp_submit, input[type="submit"] {
    font-weight: bold;
    text-transform: uppercase;
    background: #9DCA68;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
    padding: 5px;
}
.MailPressFormSubmit.mp_submit:hover, input[type="submit"]:hover {
    background: #cc9;
    cursor: pointer;
}
.MailPressFormSubmit.mp_submit:active, input[type="submit"]:active {
    background: #f36;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#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 {
	margin: 5px 20px 40px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#commentform #submit {

}
/* End Form Elements */



/* Begin Comments*/

/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
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 #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-family: 'Monospace', 'Courier';
	font-weight: bold;
}

.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
