/*
Theme Name: Bonniepress
Theme URI: 
Description: 
Version: 1.01

Based on Notepad Chaos

*/

html
{
	background: #7bafb7 url(img/bg-grad.jpg) repeat-x;
}

body 
{
	background: transparent url(img/bg.jpg) no-repeat center top;
}


.right { text-align: right; }
.left { text-align: left; }
.fright { float: right; }
.fleft { float: left; }

/*
 * icone
 */

.ico-delicious { background: url(img/icons/delicious.png) no-repeat 0 0 }
.ico-digg { background: url(img/icons/digg.png) no-repeat 0 0 }
.ico-facebook { background: url(img/icons/facebook.png) no-repeat 0 0 }
.ico-flickr { background: url(img/icons/flickr.png) no-repeat 0 0 }
.ico-jagg { background: url(img/icons/jagg.png) no-repeat 0 0 }
.ico-linkuj { background: url(img/icons/linkuj.png) no-repeat 0 0 }
.ico-reddit { background: url(img/icons/reddit.png) no-repeat 0 0 }
.ico-rss { background: url(img/icons/rss.png) no-repeat 0 0 }
.ico-stumbleupon { background: url(img/icons/stumbleupon.png) no-repeat 0 0 }
.ico-technorati { background: url(img/icons/technorati.png) no-repeat 0 0 }
.ico-topclanky { background: url(img/icons/topclanky.png) no-repeat 0 0 }
.ico-topodkazy { background: url(img/icons/topodkazy.png) no-repeat 0 0 }
.ico-twitter { background: url(img/icons/twitter.png) no-repeat 0 0 }
.ico-vybralisme { background: url(img/icons/vybralisme.png) no-repeat 0 0 }
.ico-youtube { background: url(img/icons/youtube.png) no-repeat 0 0 }
.ico-google { background: url(img/icons/google.png) no-repeat 0 0 }
.ico-skype { background: url(img/icons/skype.png) no-repeat 0 0 }



#link-website
{
	background: url(img/link-website.png) no-repeat top left;
}

#ctrl-top
{
	background: url(img/bg-nav-top.png) no-repeat 0 0;
}

#ctrl-top #searchform input[type="text"]
{

	border-color: 1px solid #aaa;
	background: #fff url(img/textbg.gif) repeat-x 0 0;
	color: #999;
	font-size: 1.1em
} 
	
h1.blog-title
{
	background: url(img/bg-title.png) no-repeat right top;
}

#page
{
	background: url(img/bg-page.png) repeat-y right top;
}
	
#page #sidebar .note-1
{
	background: url(img/bg-note-1-top.png) no-repeat right top;
} 
#page #sidebar .note-1 .inner
{
	background: url(img/bg-note-1-bottom.png) no-repeat right bottom;
} 

#page #sidebar .note-2
{
	background: url(img/bg-note-2-top.png) no-repeat right top;
} 
#page #sidebar .note-2 .inner
{
	background: url(img/bg-note-2-bottom.png) no-repeat right bottom;
} 
	
#page #content .post a img
{
	border-color: #999;
}

#page #content .post .title a
{
	color: #000;
	text-decoration: none;
}

#page #content .post div.date
{
	background: url(img/date-tab.gif) no-repeat 0 0;
}

#page #content .post div.date span
{
	font-family: Georgia,Times,"Times New Roman",serif;
	text-align: right;
}

#page #content .post div.date span.day
{
	font-size: 1.2em;
	color: #000;
}

#page #content .post a
{
	color: #00525A;
	text-decoration: none;
}

#page #content .post a.more-link
{
	color: #73391F;
	font-size: .9em;
}

#page #content .post .postmetadata
{
	display: none;
}

#footer
{
	background: url(img/bg-footer.png) no-repeat right top;
} 

#footer .title
{
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 8px #555;
}

#footer p
{
	font-size: .9em;
	line-height: 1.1em;
	color: #292929;
	text-shadow: 0 0 2px #ccc;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: .8em;
}



/*
 * typography
 */
body 
{ 
	font: normal 0.8764em/1.5em Times, "Times New Roman", Georgia, serif;
} 

html>body 
{ 
	font-size: 14px; 
}  

p 
{ 
	margin-bottom: 1.5em; 
	font-size: 1em; 
	color: #555
}

h2 
{ 
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.4286em;
	line-height: 1.05em;
	margin: 1.05em 0;
	padding-bottom: 0.325em;
	margin-bottom: .95em;
	background: url(img/bg-post-title.png) no-repeat left bottom;
}


#page #sidebar .note-1 li
{
	font-size: .9em;
	line-height: 15px;
	padding-left: 16px;
	background: url(img/circle.gif) no-repeat left 3px;
	margin: 5px 0;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
}


#page #sidebar .note-1 li a,
#page #sidebar .note-2 li a
{
	text-decoration: none;
	color: #21565e;
}
#page #sidebar .note-1 li a:hover,
#page #sidebar .note-2 li a:hover
{
	text-decoration: underline;
	color: #21565e;
}

#page #sidebar .widget-title 
{ 
	text-indent: -9999px; 
	text-align:left; 
	display: none
}

#page #sidebar #recent-posts .widget-title 
{
	display: none;
}

#page #sidebar .follow-us .widget-title
{
	height: 50px;
	background: url(img/follow-us.png) no-repeat center 0;
}

#page #sidebar .follow-us ul { width: 160px; margin: 10px auto 20px; }
#page #sidebar .follow-us ul li,
#page #sidebar .follow-us ul li a
{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin: 4px;
	text-indent: -9999px
}

#page #sidebar .follow-us ul li a
{
	float: none;
	margin: 0;
}

#page #sidebar #my-twitter
{
	font-size: .8em;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	box-shadow: 20px 20px 20px #000; 
}

#page #sidebar #my-twitter li
{
	margin: 0 0 1em;
	
}



#wp-cumulus
{
	width: 220px;
	margin-top: 20px;
	margin-left: 20px;
	height: 200px;
	padding-top: 60px;
	background: url(img/popolar-tags.png) no-repeat center top;
}

#wp-cumulus a
{
	background: url(img/zoom.png) no-repeat 0 0;
	display: block;
	margin: 0 auto;
	width: 50px;
	padding-left: 20px;
	line-height: 16px;
	text-decoration: none;
	color: #999;
	font-size: .9em;
	font-family: Tahoma, Geneva, Verdana, sans-serif;	
}


#wp-cumulus-big
{
	position: relative;
	width: 500px !important;
	height: 400px !important;
}

#wp-cumulus-big a
{
	display: block;
	width: 24px;
	height: 24px;
	background: url(img/close.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration:none;
	text-indent: -9999px;
}

#wp-cumulus-o
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}
#wp-cumulus-ctrl
{
	position: relative;
}
#wp-cumulus-ctrl a
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	background: #888;
	color: #FFF;
	font-weight: bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	padding: 10px 20px;
}
#wp-cumulus-o-content 
{
	height:90%;
	width: 100%;
}

#the-greatest
{
	margin-top: 60px;
	padding-top: 70px;
	background: url(img/the-greatest.png) no-repeat center top;
	text-align: center;
}


.wp-caption-text 
{ 
	color: #292929;
	padding: 2px 8px;
	font-size: .8em;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

.navigation
{
	margin-top:100px;
}
.navigation a
{
	color: #3B5998;
	text-decoration: none
}
.navigation a:hover
{
	border-bottom: 1px dotted;
}
.search #posts li.post h3
{
	font-size: 1.4em;
	font-weight: normal;	
}
.search #posts li.post small
{
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.search #posts li.post
{
	margin-bottom: 1em;
} 


#mp3player 
{
	display: none;
}

#mp3player .close,
#archives .close
{
	display: block;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	text-transform: uppercase;	
	font-size: .8em;
	color: #999;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
	background: url(img/close.png) no-repeat 100% -4px;
	padding-right: 20px
}
#mp3player .close:hover,
#archives .close:hover { text-decoration:none }

.websitelink
{
	text-align: center;
	text-decoration: none;
	color: #00525A;
	font-weight: bold;
}
.websitelink span 
{ 
	font-size: .8em; 	
	color: #292929; 
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#archives
{
	position:relative;
	display:none;
	padding: 5px 5px;
	padding-bottom: 20px;
}
#archives li 
{ 	
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: .9em;
}
#archives a { color: #666 }
#archives a.close {position: absolute; bottom: 0; right: 0;}
