/*
Theme Name: Yuple
Author: Mono
*/

body {
  font: 14px/1.6em Helvetica, Lucida Grande, Arial, Tahoma, Verdana;
  background: #FFF;
  color: #025;
  padding: 0;
  margin: 0;
}

img {
  border: none;
  margin: 0 auto;
  display: block;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #44C;
}

a:hover {
  border-bottom: 1px dashed;
}

a img:hover {
  border: none ! important;
}

a:visited {
  color: #333;
}

h2 {
  text-transform:uppercase;
  text-align: left;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

blockquote {
  color: #777;
}

li {
  margin-left: -10px;
}

div#container {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
  width: 90%;
  min-width: 750px;
  width:expression(document.body.clientWidth < 752? “750px”: “auto” );
}

div#header {
  text-align:left;
}

div#content {
  margin: 0;
  margin-top: -12px;
  padding: 0;
}

/*------- Posts ---------*/

div#content-left {
  width: 70%;
  float:left;
}

.entry {
	text-align: justify;
	margin: 0;
}

.pie {
  color: #333;
  font-size: 12px;
  text-align: right;
}

/* Sidebar */
div.sidebar {
  width: 28%;
float: right;
}
	
/*------- Rounded divs ------------*/
div.rounded-box {
	position: relative;
	width: 100%;
	margin: 18px;
	padding: 0;
	background: #11FF11;
}
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
	position: absolute;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: #FFF;
}
div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
	position: relative;
	color: #11FF11;
	font-size: 150px; 
	font-family: Arial;
	line-height: 40px;
}
div.top-left-corner { top:0px; left:0px; }
div.top-right-corner { top:0px; right:0px; }
div.top-left-inside { left:-8px; }
div.top-right-inside { left:-25px; }
div.bottom-left-corner { bottom:0px; left:0px; }
div.bottom-right-corner { bottom: 0px; right:0px; }
div.bottom-left-inside { left:-8px; top:-17px; }
div.bottom-right-inside { left:-25px; top:-17px; }
div.box-contents {
	position: relative;
	padding: 20px 20px 10px;
	text-align: left;
}

#header div.rounded-box div.box-contents {
	padding-bottom: 25px;
}

div.sidebar div.rounded-box {
	background: #00FFFF;
}

div.sidebar div.rounded-box div.top-left-corner div.top-left-inside, 
div.sidebar div.rounded-box div.bottom-left-corner div.bottom-left-inside, 
div.sidebar div.rounded-box div.top-right-corner div.top-right-inside, 
div.sidebar div.rounded-box div.bottom-right-corner div.bottom-right-inside {
	color: #00FFFF;
}


/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
}

/* --- Footer ---*/
#footer {
clear: all;
	padding: 0 30px 10px;
	text-align: center;
}

/*---- Flickr code----*/
#flickr_www { color:#3993ff; }
#flickr_badge_wrapper { width: 500px;}
#flickr_badge_wrapper a:hover, #flickr_badge_under_wrapper a:hover { border-bottom:0px; }
#flickr_badge_under_wrapper { text-align:right; } 