
/* CSS 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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
    }
body {
    line-height: 1;
    color: black;
    background: white;
    }
ol, ul {
    list-style: none;
    }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    text-align: left;
    font-weight: normal;
    }
em {
    font-style:italic;
    }
strong {
    font-weight:bold;
    }
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    }
blockquote, q {
    quotes: "" "";
    }
/* CSS reset end */


body {
	margin: 0;
	padding: 0;
	background: #feca65 url(/media/page_background.png) repeat-x left top;
    /*background-color: #ff9933;*/
    font-family: Georgia, Times New Roman, serif;
	/*font: 13px Arial, Helvetica, sans-serif;*/
	color: #212121;
}

h1, h2, h3 {
	margin-top: 1em;
    margin-bottom: 0.5em;
}

h1 {
	font-size: 2.4em;
	color:#ff6633;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 1.4em;
}

h1 a, h2 a, h3 a {
    text-decoration:none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    text-decoration:underline;
}

p {
	/*margin-bottom: 1.8em;*/
	line-height: 160%;
}

.description a {
    text-decoration:none;
    color:black;
}

.description a:hover {
    text-decoration:underline;
}

li {
    margin-bottom: 1em;
}

a {
	color: #008000;
	text-decoration:underline;
}

a:visited {
    color: #106010;
}

a:hover {
	text-decoration: underline;
    color: #FF6600;
}


a img {
	border: none;
}

   

/* Header */

div.header {
    display:block;
	width: 900px;
	/*height: 110px;*/
	/*background:rgba(255,255,255);*/
	margin: 1em auto 0.5em auto;
    /*border: 8px solid rgba(255,255,255,0.5);*/
    
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);

    -moz-box-shadow: 0px 0px 20px #FFF;
    -webkit-box-shadow: 0px 0px 20px #FFF;
    box-shadow: 0px 0px 20px #FFF;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius:20px;
    
    clear: both;
}

.frontpage div.header {
    height: auto;
}

div.header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header-frontpage {
    width:760px;
    height:170px;
    margin: 10px auto;
}

/* Logo */

#logo {
    display: block;
	/*float: left;*/
	padding: 10px 0 0 20px;
	/*background: url(images/img02.gif) no-repeat left 100%;*/
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #393939;
}

#logo p {
	padding: 3px 0px 0px 24px;
}

#logo h1 {
	padding: 16px 0px 0px 24px;
}

#logo a {
	color: #393939;
}

/* Menu */

#menu {
	float: right;
	margin: 25px 20px 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 8px;

}

#menu a {
	display: block;
	width: auto;
	font-size:90%;

	padding: 4px 10px;
    color:black;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

.to_home a {
    background-color: #F0F0F0;
    border-bottom: 3px solid #ff0800;
}

.to_poteshki a {
    background-color: #F0F0F0;
    border-bottom: 3px solid #FFA000;
}

.to_movies a {
    background-color: #F0F0F0;
    border-bottom: 3px solid #ffc200;
}

.to_azbuka a {
    background-color: #F0F0F0;
    border-bottom: 3px solid #00ff24;
}

.to_risovalka a {
    background-color: #F0F0F0;
    border-bottom: 3px solid #00FEFE;
}

.to_podelki a {
    background-color: #F0F0F0;
    border-bottom: 3px solid #0000FF;
}

.to_articles a {
    background-color: #F0F0F0;
    border-bottom: 3px solid #4000A0;
}

.to_home a:hover,
.to_poteshki a:hover,
.to_movies a:hover,
.to_articles a:hover {
    background-color: #D0D0D0;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px;
}

/* Content */

#content {
	float: left;
	width: 560px;
    background-color:rgba(255,255,255);
	background-color:rgba(255,255,255,0.8);
	/*margin: 10px auto;*/
	padding: 20px;
    /*border: 10px solid white;*/

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 0px 20px #FFF;
    -webkit-box-shadow: 0px 0px 20px #FFF;
    box-shadow: 0px 0px 20px #FFF;


}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE dashed 1px;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	
	font-size:80%;
	/*margin: 10px auto;*/
}

.portlet {
	width: 240px;
	padding: 20px;
	margin-bottom:1em;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255,0.6);

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.yellowBorder {
    border: 1px solid #ffcc00;
}

.redBorder {
    border: 1px solid #FF0800;
}

.portletBabytalk {
    /*border: 1px solid #ffcc00;*/
}

.portletBabytalk h3 {
    margin-top: 0px;
    font-weight: normal;
    font-style: italic;
    color: #70DE01;
}

/*#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {*/
	/*padding: 20px 0px 0px 20px;*/
/*}*/

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	padding: 4px 20px;
	border-bottom: #BFC9AE dashed 1px;
}

#sidebar h2 {
	font-size: 1.4em;
    font-style:italic;
	color: black;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

div.footer {
    display:block;
	clear: both;
	width: 880px;
	text-align: center;
    padding: 10px;
	font-size: 80%;
	margin: 20px auto 10px auto;
	color: #ff6600;
	background: #ffe991;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 0px 0px 20px #EEA246;
    -webkit-box-shadow: 0px 0px 20px #EEA246;
    box-shadow: 0px 0px 20px #EEA246;
    
}


div.footer a {
	color: #00A000;
	text-decoration:none;
}


#sidebar h2.navigationTitle {
    margin-top: 0;
    padding-bottom: 0.3em;
    margin-bottom:0.6em;
    border-bottom: 4px dotted #EEDDCC;
}

#sidebar li {
    list-style-position: inside;
    list-style-type: square;
    color: #90C040;
    margin-bottom:0.5em;
}

#sidebar a {
    text-decoration:none;
}

#sidebar a:hover {
    text-decoration:underline;
}

#sidebar .current {
    font-weight:bold;
    color:red;
}

#sidebar .current span {
    color:black;
}

/*.frontpage h2 {
    clear:both;
}*/

.frontpage .sample p {
    margin:0;
}

.frontpage .sample {
    float:left; 
    width: 55%;
}

.frontpage p.sample_link {
    font-size:80%;
    font-style:italic;
    margin-top:1em;
}

.frontpage .sample h3 {
    font-size:1em;
    text-align:center;
    margin:0;
    line-height:1em;
    width:60%;
}
   
.li_green {
    color: #70de01;
}

.li_yellow {
    color: #ffcc00;
}

.li_red {
    color: #ff3300;
}
    
p.notes {
    font-style:italic;
}

p.intro {
    font-size:80%;
    font-style:italic;
}

div.count {
    float:right;
}

.verse {
    /*width:10%;*/
    overflow:visible;
    margin:0px auto;
}

.visualClear {
    clear:both;
    line-height:0;
}

#content .firstHeader {
    margin-top:0;
}

.movieThumb {
    display:block;
    float:left;
    width:270px;
    height:30px;
    opacity:0.8;
    filter:alpha(opacity=80);
    padding-top: 170px;
    text-align:center;
    margin-bottom:20px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.movieThumb span {
    /*display:block;*/
    background: white;
    padding:0 1em;
    font-size:90%;
    color:black;
    font-style:italic;
    font-weight:bold;
    line-height:1.5em;
}

.movieThumb:hover {
    opacity:1.0;
    filter:alpha(opacity=100)

}

.babytalk #content dt {
    font-weight:bold;
    margin:1em 0 0.5em;
}

.babytalk #content dd {
    margin-left:0;
    
}

.babytalkSender {
    font-style: italic;
}

.discreet {
    color: #808080;
    font-size:75%;
    font-style:italic;
}

/* breadcrumbs */

ul#breadcrumbs {
    margin:0;
    font-size:80%;
    padding:0
}

ul#breadcrumbs li {
    display:inline;
    list-style-type:none;
}

/* azbuka styles */

.azbuka header,
.azbuka #page,
.azbuka footer {
    width:90%;
}



.azbuka #content {
   /* width:90%;*/
    padding:0;
    margin: 20px;
}

.azbuka #content #inner {
    margin:10px 20px 20px;
}

.azbuka h1 {
    margin-bottom: 10px;
}

.azbuka ul.tabs {
    padding:20px 0 0 0;
}
.azbuka ul.tabs li {
    float: left;
    margin: 0px 5px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.5);
    cursor:pointer;
    padding: 5px 10px;
    font-size:85%;
}

.azbuka ul.tabs li.current {
    font-weight:bold;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.7);
}

.azbuka .panes {
    clear:both;
}

#risovalka_top_links {
    font-size: 80%;
    padding-top:2em;
    color: #AD6C01;
}

.more {
    font-size:120%;
    font-weight:bold;
    color:red;
}

/* scrollable for podelki secton */

.podelkaThumb {
    display:block;
    float:left;
    width:270px;
    height:200px;
    margin-bottom:20px;
    margin-right: 20px;
    text-decoration:none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.portletPodelki .podelkaThumb {
    width:240px;
    height:180px;
    background-position: center center;
}

#steps {
    position:relative;
    overflow:hidden;
    clear:both;
    width:560px;
    height:560px;
}

#steps div.podelkaStep {
    float:left;
    display:block;
    width:560px;
}

#steps .items {
    width:20000px;
    clear:both;
    position:absolute;
    margin:0;
    padding:0;
}

#steps .imageContainer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px; 
}

#prevNextNav {
    position:relative;
    margin-top: 2em;
}

.prevLink {
    display:block;
    position:absolute;
    right:0;
    top:0;
}

.nextLink {
    display:block;
    position:absolute;
    left:0;
    top:0;
}

.upLink {
    display:block;
    text-align:center;
}

button.next,
button.prev {
    background-color: #feca65;
    border: 2px solid white;
    -moz-box-shadow: 0px 0px 5px rgba(0,100,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,100,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,100,0,0.5);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color:black;
    padding:8px;
    font-family: inherit;

}

button.next:hover,
button.prev:hover {
    background-color: #feca65;
    border: 2px solid white;
    
    -moz-box-shadow: 2px 2px 6px rgba(0,100,0,0.5);
    -webkit-box-shadow: 2px 2px 6px rgba(0,100,0,0.5);
    box-shadow: 2px 2px 6px rgba(0,100,0,0.5);
}

button.next:active,
button.prev:active {   
    color:white;
    
    -moz-box-shadow: 0px 0px 3px rgba(0,100,0,0.7);
    -webkit-box-shadow: 0px 0px 3px rgba(0,100,0,0.7);
    box-shadow: 0px 0px 3px rgba(0,100,0,0.7);

}

button.next.disabled,
button.prev.disabled {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid white;
    color: #808080;

    -moz-box-shadow: 0px 0px 3px rgba(0,100,0,0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0,100,0,0.2);
    box-shadow: 0px 0px 3px rgba(0,100,0,0.2);

}

button.disabled span.more {
    color: #FFCC00;
}

.twitterBtn {
    display:block;
    text-align:right;
}
