/*
Theme Name: lodjix
Theme URI: http://lodjixmedia.net
Description: http://lodjixmedia.net
Author: lodjix
Author URI: http://lodjixmedia.net
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #ddd url(http://babyyu.com/images/bg.jpg) repeat fixed center top;
	color: #6e7073;
	font: 11px/14px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #6e7073;
	outline: none;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

img {
border: none;
}

#modulesmalltop10content p {
font-size:10px;
margin-top:2px;
padding:0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 954px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 200px;
}

#content {
	padding: 20px 0 0 0;
	background: transparent;
}

#content-left {
	float: left;
	width: 600px;
}

#content-right {
	margin:0 auto;
        padding:5px 0 15px;
        width:260px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

#list-item h4 {
	margin: 0;
	font-size: 12px;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

a:hover {
color:#00B6EA;
}


/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 20px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
/**	
margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat left top;
*/

}

.box-right ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 7px;
	border-bottom: 1px dotted #dedede;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */

input {

}
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
width: 954px;
background: white;
height: 180px;
margin-top: -20px;
margin-bottom: 60px;
}

#footer p {
	margin: 0 0 5px 0;
        line-height:1;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}


#modulesmall .alignleft {
        width:90px;
}


.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}




/*	##################################
   	LODJIX CUSTOMS
	################################## */






#topmenu {
background: url(http://babyyu.com/images/header.png);
height: 72px;
width: 100%;
position:relative;
}

#feature {
background:transparent url(http://babyyu.com/images/feature1.jpg) no-repeat scroll 0 0;
height:400px;
margin-bottom:20px;
margin-top:20px;
width:100%;
position:relative;
}

#toprow {
height:220px;
width:100%;
margin-bottom: 20px;
}


#contentbottom {
background:transparent;
height:1450px;
margin-bottom:40px;
margin-top:-160px;
position:relative;
width:100%;
z-index:1000;
}

#columnleft {
background:transparent;
margin-bottom:20px;

width:280px;
float:left;
}

#columncenter {
background:transparent;
margin-bottom:20px;
width:335px;
float:left;
margin-left:20px;
}

#columnright {
background:transparent;
margin-bottom:20px;

width:280px;
float:right;
}

#audiobox {
background:transparent url(http://babyyu.com/images/audiobg.png) no-repeat scroll 0 0;
float:right;
height:100px;
position:absolute;
right:-26px;
top:90px;
width:310px;
z-index:100;
}


#modulesmall {
background:transparent;
width:284px;
margin-bottom:20px;
}





#toprow #modulesmall {
background:transparent;
width:284px;
margin-bottom:20px;
float: right;
}

#toprow #modulesmallbottom {
background: transparent url(http://babyyu.com/images/module_small_bottom.png);
height:5px;
width:284px;
margin-bottom:0px;
}






#moduletab {
background:transparent;
height:30px;
margin-bottom:2px;
width:100px;
}

#modulesmalltop {
background: transparent url(http://babyyu.com/images/module_small_top.png);
height:5px;
width:284px;
display:inline;
}

#modulesmallcontent {
background:transparent url(http://babyyu.com/images/module_small_bg.png) repeat-y scroll 0 0;
min-height:160px;
height:auto !important;
height:160px;
padding:0;
width:284px;
position: relative;
}

#modulesmallmidx {
width:260px;
margin:0 auto;
padding:5px 0 5px 0;
}

#modulesmalltop10content {
background:transparent url(http://babyyu.com/images/module_small_top10bg.png) repeat-y scroll 0 0;
height:428px;
padding:5px 10px 10px;
width:264px;
}


#modulesmallbottom {
background: transparent url(http://babyyu.com/images/module_small_bottom.png);
margin-bottom:20px;
height:5px;
width:284px;
display:inline;
}


#modulebig {
background:transparent;
width:358px;
margin-bottom:20px;
}


#modulebigtop {
background: transparent url(http://babyyu.com/images/module_big_top.png);
height:5px;
width:358px;
display:inline;
}

#modulebigmidx {
width:338px;
margin: 0 auto;
padding:4px 0 10px;
}

#modulebigmidx-v, #modulebigmidx-p, #modulebigmidx-m, #picStage {
width:338px;
margin: 0 auto;
padding:0;
}

#modulebigcontent {
background:transparent url(http://babyyu.com/images/module_big_bg.png) repeat-y scroll 0 0;
min-height:255px;
height:auto !important;
height:255px;
padding:4px 0 10px;
width:358px;
position:relative;
}

#modulebigcontent.mix {
min-height:225px;
height:auto !important;
height:225px;
}

#modulebigcontent.vid {
min-height:225px;
height:auto !important;
height:225px;
}

#modulebigbottom {
background: transparent url(http://babyyu.com/images/module_big_bottom.png);
margin-bottom:20px;
height:5px;
width:358px;
display:inline;
}



#newsmodule{

float:left;
height:220px;
width:653px;

}

#newscontent {
background:transparent url(http://babyyu.com/images/module_newsbox.png) no-repeat scroll 0 0;
height:186px;
padding:10px;
width:634px;
position:relative;
overflow:hidden;
}

#newscontent h2 {
margin:0;
}


#review-cover {
float:left;
margin:0 15px 5px 0;
position:relative;
width:90px;
}

#review-cover.mix {
height:90px;
margin:0 8px 5px 7px;
}

#reviewcontent {
float:left;
margin:0;
padding:0;
width:155px;
}

#review-content {
background:transparent none repeat scroll 0 0;
float:left;
width:155px;
}


#review-content.press {
width:225px;
}

#list-item {
background:#EEEEEE none repeat scroll 0 0;
float:right;
height:30px;
margin-bottom:1px;
margin-right:3px;
margin-top:2px;
padding:5px;
width:208px;
}


#page-nav {
background-color:#F0F0F0;
display:block;
height:22px;
margin:10px auto 0;
padding:5px 0;
width:338px;
}

#page-nav.left {
background-color:#F0F0F0;
height:22px;
margin:0 auto;
padding:5px 0;
width:260px;
}

.rsswidget {
display:inline;
font-weight:bold;
}

.rss-date {
color:#B4B4B4;
}

#footercontent {
margin:0 auto;
padding:20px 0 0;
width:954px;
}

#footerbox {
width:300px;
height:100px;
float:left;
}

#footerbox .left {
width:150px;
height:100px;
float:left;
}

#footerbox .right {
width:150px;
height:100px;
float:right;
}

#footerbox img {
float:right;
}

a.rsswidget img {
position:relative;
top:3px;
}

#main_slides {
width:600px;
height:100px;
margin:10px auto 0;
}

#featureSquares {
display:block;
height:32px;
margin:26px 0 0 0;
position:relative;
width:200px;
z-index:100;
}

#featureSquares a {
background:#009ece;
color:#ffffff;
float:left;
display:block;
margin:0 6px 0 0;
padding:5px 9px;
position:relative;
text-decoration:none;
font-size:14px;
font-weight:lighter;
cursor:pointer;
}

#featureSquares a.activeSlide {
background:#dcdcdc;
color:#009ece;
}

#next, #next-v, #next-p, #nextPic, #next-m {
float:right;
}

#prev, #prev-v, #prev-p, #prevPic, #prev-m {
float:left;
}

#page_info {
display:block;
font-weight:normal;
margin:0 auto;
padding:4px 0 0 0;
text-align:center;
width:100px;
}

#stage {
margin:0 auto;
padding:0;
width:260px;
}

#fixedRow {
margin:0 auto;
min-height:285px;
height:auto !important;
height:285px;
}

#load {
	display: none;
	position: absolute;
	left:10px;
	top:5px;
	background: transparent url(http://babyyu.com/images/ajax-loader.gif) no-repeat scroll 0 0; 
	width: 32px;
	height: 32px;
        opacity:0.5;
<!--[if IE]>
        filter: alpha(opacity = 50);
<![endif]-->
}

#load-v, #load-p, #load-m {
	display: none;
	position: absolute;
	left:175px;
	top:105px;
	background: transparent url(http://babyyu.com/images/ajax-loader.gif) no-repeat scroll 0 0; 
	width: 32px;
	height: 32px;
        opacity:0.5;
<!--[if IE]>
        filter: alpha(opacity = 50);
<![endif]-->
}

#mixcontainer {
margin:0 auto;
padding:0;
width:315px;
}

#topForm {
position:absolute;
right:10px;
width:320px;
}

#socialrow {
float:left;
width:135px;
margin:13px 0 0 0;
}

#formarea {
float:right;
width:170px;
margin:12px 5px 0 0;
}

#socialTitle {
width:115px;
margin:0 0 7px 0;
}

#formTitle {
width:170px;
margin:0 0 1px 4px;
}

#icon {
float:left;
height:16px;
width:16px;
margin:0 6px 0 0;
}

#frm_bg {
background: transparent url(http://babyyu.com/images/form_bg.png) no-repeat scroll 0 0;
border:medium none;
width:170px;
height:22px;
padding:5px 0 0 10px;
color:#B4B4B4;
}

form {
width:170px;
height:30px;
}

#hideme {
display:none;
}

#footer a {
text-decoration:none;
color:#00B6EA;
}

#simplemodal-container {
background-color:#FBFBFB;
border:4px solid #6E7073;
padding:15px;
}

#simplemodal-container a.modalCloseImg {
	background:url(http://babyyu.com/images/btn_close.png) no-repeat; /* adjust url as required */
	width:22px;
	height:22px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

#simplemodal-overlay {
	background:#ffffff;
}

<!--[if lt IE 7]>
<style type='text/css'>
	#simplemodal-container a.modalCloseImg {
		background:none;
		right:5px;
		top:10px;
		width:22px;
		height:22px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='http://babyyu.com/images/btn_close.png', sizingMethod='scale'
		);
	}
</style>
<![endif]-->

img#wpstats {
display:none;
}