/*
Theme Name: Crying baby help
Description: The WordPress theme based on the Crying baby help
Version: 1.0
Author: Abdoon Abir


	This theme was designed and built by Abdoon abir
	

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ======== */
/* = Base = */
/* ======== */
body {
	font-size: 68.8%; /* 11px,  16px is default on IE */
	line-height: 1.5em; /* 19.5px */
}
html>body {
	font-size: 13px;
}

/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family:Georgia,Times,serif;
}

.righty { float:right;}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #fff;
	margin: 0 0 1.5em 0;
		font-size:1.21em;
}

.typography p.small { 
	font-size: 0.85em;
	line-height: 1.6em;
	margin: 0 0 1em 0;

}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	color: #fff;
	font-style: italic;
	font-weight:900;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}
.typography address {
	font-style: normal;	
}
/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: underline;
	color: #fff600;
}
	.typography a:hover { 
		text-decoration: none; 
	}


/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 2.2em;
	color: #ffffff;
}
	.typography ul {
		list-style: disc outside;
	}
	.typography ol {
		list-style: decimal outside;
	}
	.typography li {
		margin: 0 0 1em 0;
		font-size:1.21em;
	}
		.typography li li {
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2,
.typography h3,
.typography h4 { 
	color: #fff;
	font-family: Georgia, Times , serif;
}

.typography h1 {
	font-size: 2.3em; /* 30px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 0.8em 0;
}
.largeH1 {
	font-size: 4em; /* 44px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 0.8em 0;
}
.typography h2 { 
 	font-size: 1.64em; /* 18px */
 	margin: 0 0 .6em 0;
 	line-height: 1.05em;
 	font-weight: bold;
}	
.typography h3 {
 	font-size: 1.64em; /* 18px */
	margin: 0 0 .4em 0;
 	line-height: 1.1em;
	font-weight: normal;
}
.typography h4 {
	font-size: 1.64em; /* 18px */
	margin: 0 0 1.4em 0;
 	line-height: 1.1em;
	font-weight: normal;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table, .typography td, .typography th {
	margin: 0 0 18px 0;
	font-size: 14px;
	color: #fff;
	border-collapse:collapse;
}
.typography th {
	font-weight:900;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #bbb;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
		margin-right: 20px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	/* BLOG 
	-------------------------------------------- */
a.readmore, a.comments, p.authorDate a, p.authorDate {
	color: #ddd;
	font-size:.9em;
}


/*

background purple: #940CB9;

*/

body {
	background: #940CB9 url('images/back_slice.png') repeat-x 0 0;
	text-align: center;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* ============== */
/* = Navigation = */
/* ============== */

/* General */
ul.nav {
	margin: 0;
	list-style: none;
}
	.nav li {
		margin: 0;
	}
		.nav li a {
			display: block;
			color: #fff;
			text-decoration: none;
		}
		.nav .current_page_item a,
		.nav a:hover, .nav a:active, .nav a:focus {
			text-decoration: underline;
		}
		
/* Horizontal Nav */
.horiz li {
	float: left;
	font-size:100%;
}
.horiz li + li { /* adjacent siblings selector not supported by ie6 */
	border-left: 1px solid #eea0f0;
}
.horiz li a {
	text-transform: uppercase;

}

/* Vertical Nav */
.vert li + li {
	border-top: 1px solid #c643d7;
}

		
/* ============ */
/* = Masthead = */
/* ============ */

#header {
	height: 187px;
	background: url('images/header_back.jpg') no-repeat;
	position: relative;
}
	#header span {
		float: left;
		margin: 14px 0 0 30px;
	}
		#header span a {
			display: block;
			
			/* LIR */
			padding-top: 64px;
			width: 172px;
			background: url('images/header_logo.png') no-repeat;
			overflow: hidden;
			height: 0;
		}

	ul#nav_header {
		margin: 12px 10px 0 0;
		float: right;
	}
		#nav_header li a {
			padding: 0 5px;
		}
		
	ul#nav_main {
		position: absolute;
		bottom: 3px;
		left: 10px;
		z-index: 2;
		
	}	
		ul#nav_main li a {
			font-size: 1.2em; /*16px*/
			padding: 8px 10px 7px;
				font-family:Verdana,Arial;
		}
	
/* =========== */
/* = Content = */
/* =========== */

#content {
	padding: 16px 0 3em 0;
}

/* =============== */
/* = Left Column = */
/* =============== */

#left_col {
	width: 204px;
	float: left;
}
	img#duck {
		display: block;
		margin: 0 auto;
	}

	ul#nav_side {
		width: 186px;
		margin: 20px auto 0 auto;
	}
		#nav_side li a {
			font-size: 1.45em; /*16px*/
			padding: 9px 10px 8px 2px;
		}
		#nav_side li a:hover,
		#nav_side li a.current {
			background: url('images/arrow.png') no-repeat 100% 56%;
		}
		ul#nav_side ul {
			border-top: 1px solid #c643d7;
			font-size: 0.9em;
			list-style: none;
			margin: 0.3em 0 0.7em 1.5em;
		}

/* =========== */
/* = Article = */
/* =========== */

#article {
	float: left;
	width: 604px;
	padding: 45px 85px 0 18px; /*450*/
	margin-top: -45px;
	position: relative;
	z-index: 1;
}
#article.home {
	background: url('images/baby.jpg') no-repeat 100% 0;
}

	#vid_frame {
		width: 498px;
		height: 290px;
		position: relative;
		left: -68px;
		background: url('images/video_back.png') no-repeat 0 0;
	}
		#vid_frame #video {
			display: block;
			width: 374px;
			height: 240px;
			position: relative;
			top: 12px;
			left: 79px;
		}

/* ============= */
/* = Right Col = */
/* ============= */

#right_col {
	width: 249px;
	float: right;
}

#right_col ul
{
list-style:none;
padding:0;
width: 249px;
margin: 20px auto 0 auto;

}

#right_col ul ul
{
padding-left:11px;
}

#latest_news a
{
font-size:15px;
}
#latest_news p {
	margin:0 0 .5em 0;
	font-size:1em;
}

	#latest_news {
		width: 286px;
	}
	#latest_news #top {
		background: url('images/latest_news_top.png') no-repeat 0 0;
		height: 11px;
	}
	#latest_news #middle {
		padding: 5px 20px 3px 32px;	
		background: url('images/latest_news_middle.png') repeat-y 0 0;
	}
	#latest_news #bottom {
		background: url('images/latest_news_bottom.png') no-repeat 0 0;
		height: 11px;
	}
	#latest_news a.read_more {
		display: block;
		width: 131px;
		height: 23px;
		padding: 12px 0 0 12px;
		background: url('images/read_more_back.png') no-repeat 0 0;
		text-decoration: none;
		color: #790b75;
		font-size: 1.18em; /*13px*/
		
	}
	
	ul#remaining_news {
		width: 238px;
		margin: 20px auto 0;
	}
		ul#remaining_news li {
			border-color: #c643d7;
		}
		ul#remaining_news h3 {
			margin: 0.8em 0 0.8em 0;
			font-size: 1.45em; /*16px*/
		}
		ul#remaining_news a {
			color:#fff600;
		}
		ul#remaining_news a:hover {
			text-decoration: underline;
		}
		ul#remaining_news li.read_all {
			padding-top: 10px;
			border: none;
		}
			ul#remaining_news li.read_all a {
				color: #fff;
			}

#right_col h2
{
margin: 0.8em 0 0.8em 0;
font-size: 1.45em; /*16px*/
padding:0;
}			

#right_col li li
{
border-bottom:1px #c643d7 solid;
padding:5px 0;
margin:0;
}

#right_col ul a
{
color:#fff600;
font-size:14px;
text-decoration:none;
}




#right_col ul a:hover
{
text-decoration:underline;
}

#right_col .screen-reader-text	
{
display:none;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#right_col #searchform #s {
	width: 138px;
	padding: 2px;
	border:none;
	background:none;
	background-color:#FFFFFF;
	padding:3px 0;
	}

#right_col #searchsubmit {
	padding: 1px;
	border:none;
	background:none;
	background-color:#d157de;
	padding:2px 5px;
	}		

/* ========== */
/* = Footer = */
/* ========== */
ul.footerNav {

	  float: left;
	  width: 26em;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
#footer, #footer ul, #footer ul li, #footer ul li a {
	color:#790B75;
	font-family: Verdana, Arial;
}
ul.footerNav	li {
	  float: left;
	  width: 13em;
	  margin: 0;
	  padding: 0;
	}

ul.footerNav	li a{
	font-family:Verdana,Arial;
	font-size:1em;
	text-decoration:none;
}
#footer {
	background: #fff600 url('images/footer_back.png') repeat-x 0 0;
	color: #790b75;
	padding: 20px 0 6em;
}

ul.bonus_2 {
	float: left;
	margin: 0;
	list-style: none;
	width: 150px;
}
	.bonus_2 li {
		margin: 0;
	}
		.bonus_2 li a {
			display: block;
			color: #790b75;
			text-decoration: none;
			padding: 2px 4px;
			border: none;
		}

ul#bonus_1 {
	float: left;
	background: url('images/bonus_1_bottom.png') no-repeat 0 100%;
	padding: 0 0 0.8em 0;
}
	ul#bonus_1 li {
		border: none;
	}
	#bonus_1 li a {
		font-size: 1em; /*14px*/
		padding: 0 10px;
		color: #790b75;
	}
	
p#power {
	color: #790b75;
	float:right;
	clear: right;
	margin: 0.4em 10px 0 0;
}
p#power a {
	color: #790b75;
	text-decoration: none;
}
p#power a:hover {
	text-decoration: underline;
}

/* ============ */
/* = Clearfix = */
/* ============ */

* html .clearfix {
	height: 1%;
	overflow: visible;
}
*+html .clearix {
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear {
	clear: both;
}

/*form*/

/* ============ */
/* = Standard = */
/* ============ */

fieldset {
	padding: 0;
	margin-bottom: 10px;
}

form .left {
	display: block;
	margin-bottom: 2px;
	color: #fff;
}

form .middleColumn {
	margin-bottom: 10px;
}

form .required {
	color: #567E06;
}

select, .field input, .field textarea {
	border: 2px solid #E156E6;
	background: #CD57DB;
	color: #fff;
	padding: 2px;
	width: 20em;
}

select:hover, select:focus,
.field input:hover, .field input:focus,
.field textarea:hover, .field textarea:focus {
	border-color: #F6C7F3;
	background: #E156E6;
}

label.FormHeading {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.checkbox {
	vertical-align: middle;
	margin-right: 3px;
}

form ul, form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ul li {
	padding: 0;
	background: none;
}

/* =========== */
/* = Actions = */
/* =========== */

.Actions {
	margin-bottom: 10px;
}
form .action {
	border: 1px solid #333;
	padding: 4px 8px;
	background: #fff600;
	color: #790b75;
	margin-right: 5px;
}

form .action:hover, form .action:focus {
	border-color: #fff;
	color: #000;
	cursor: pointer;
}

/* ============ */
/* = Comments = */
/* ============ */

#PageComments {
	list-style: decimal;
	padding-left: 2em;
}

/*comment template*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

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

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background:none;
	background-color:#cd57db;
	border:none;
	border:2px solid #e156e6;
	color:#FFFFFF;
	}
	
#commentform #submit
{
width:100px;
background-color:#fff600;
border:1px solid #333333;
color:#790b75;
}	

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background:none;
	background-color:#cd57db;
	border:none;
	border:2px solid #e156e6;
	color:#FFFFFF;
	}
#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;
	margin:0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 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;
	}
/* End Comments */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
div.alignright {float:right; margin:0 0 1em 1em}
div.alignleft {float:left; margin:0 1em 1em 0}
div.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

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

.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;
	color:#000;
}
/* End captions */