/*
Theme Name: Prettily cute
Theme URI: http://www.pretty.nu
Description: The first real theme for www.pretty.nu
Version: 1.0
Author: Gwendolyn Matthys
*/


* {
	margin: 0px;
	padding: 0px;
}

/*** GENERAL ***/

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


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 150%;
}

.displaynone {
        display: none;
}

blockquote {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 25px;
        margin-bottom: 30px;
        border-left-style: solid;
        border-left-width: 5px;
        border-left-color: #ffd2dc;
        padding-left: 15px;
        padding-bottom: 0px;
        margin-bottom: 15px;
        line-height: 160%;
}

blockquote.title {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
        background-color: #ffe5e5;
        border: none;
        border-left-style: solid;
        border-left-width: 5px;
        border-left-color: #f96c87;
        padding: 15px;
        margin: 40px;
        margin-top: 0px;
        font-style: normal;
}

blockquote.quote {
        padding: 15px;
        border: none;
        color: #666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 120%;
}

.floatleft {
        float: left;
}

.floatright {
        float: right;
}

p {
	margin-bottom: 20px;
}

a {
	font-weight: bold;
	color: #ff7b91;
	text-decoration: none;
}

a:hover {
	color: #ffc5cf;
}

ul, ol {
        margin-left: 40px;
}

ul li {
      margin-bottom: 15px;
}

ol li {
       margin-bottom: 15px;
}

.tinylist li {
      margin-bottom: 0px;
}

.dummy {
        clear: both;
}

/*** BUILD-UP ***/

#container {
	background-image: url("images/containerbg.jpg");
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 850px;
	height: 180px;
	background-color: #FFF;
	background-image: url("images/bloemenhartje.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

#menu {
	width: 850px;
	height: 60px;
	background-color: #fff;
}

#contentheader {
	width: 850px;
	height: 50px;
	background-image: url("images/contentheader.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar {
	width: 240px;
	float: left;
	margin: 24px;
	margin-top: -40px;
	margin-bottom: 0px;
}

#content {
	width: 530px;
	float: left;
        text-align: justify;
	margin-left: 32px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#contentfooter {
	clear: both;
	width: 850px;
	height: 40px;
	background-image: url("images/contentfooterbg.jpg");
}

#footer {
	padding-left: 320px;
	padding-top: 30px;
	background-color: #FFF;
}


/*** MENU ***/

#menugroup {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.menuitem {
	display: block;
	float: left;
	height: 17px;
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
}

#home {
	width: 137px;
	background-image: url("images/menu_home.jpg");
}

#about {
	width: 82px;
	background-image: url("images/menu_about.jpg");
}

#photos {
	width: 98px;
	background-image: url("images/menu_photos.jpg");
}


#work {
	width: 74px;
	background-image: url("images/menu_work.jpg");
}

#archives {
	width: 120px;
	background-image: url("images/menu_archives.jpg");
}

#links {
	width: 71px;
	background-image: url("images/menu_links.jpg");
}

.menuitem span {
	display: none;
}

.menuitem:hover {
	background-position: top left;
}


/*** SIDEBAR ***/

#sidebar img {
        border: none;
}

#sidebar p {
	margin-bottom: 0px;
}

.dailies span {
        display: block;
        margin-bottom: 15px;
}

.dailies span a {
        display: block;
}

.littlebox {
	margin-top: 20px;
	background-color: #FFF;
	padding: 15px;
}

.ad {
        margin-top: 20px;
        text-align: center;
}

h3.menutitle {
	background-color: #404040;
	padding: 2px;
	padding-left: 6px;
	text-transform: uppercase;
	color: #eaeaea;
	font-size: 8pt;
        font-weight: normal;
        letter-spacing: 0px;
	margin-bottom: 20px;
}

#profileimg {
	display:block;
	width: 143px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.littlebox h4 {
       margin-bottom: 0px;
       padding-top: 2px;
       background-image: url("http://pretty.nu/blog/wp-content/themes/kiss/i/upcoming.gif");
       background-repeat: no-repeat;
       background-position: top left;
       padding-left: 20px;
}

.upcomingdate {
       padding-left: 20px;
}

#s {
       width: 120px;
       padding: 3px;
}

#searchsubmit {
       padding: 2px;
}

/*** CONTENT ***/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
        line-height: 120%;
	color: #fea0a0;
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 20px;
        text-align: left;
}

h2 a img, h3 a img {
       border: none;
}

h2 a img, h2 img {
       float: left;
}

h3 a img, h3 img {
       display: none;
}

.entry img {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
	margin-left: 5px;
}

#content img.wp-smiley {
        border: none;
        padding: 0px;
}

.date {
	color: #c0c0c0;
	font-size: 8pt;
	margin-bottom: 20px;
        margin-top: -20px;
}

.meta {
	background-image: url("images/newspaper.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	min-height: 30px;
	margin-left: -4px;
	margin-top: 15px;
        margin-bottom: 40px;
}

#content ul, #content ol {
       margin-bottom: 20px;
}

/*** POST HEADINGS ***/

.heading {
        padding: 0px;
        border: none;
        margin: 0px;
        float: left;
}

/*** FOOTER ***/

#footer h4 {
	width: 183px;
	height: 38px;
	background-image: url("images/previously.jpg");
	background-position: top left;
	background-repeat: no repeat;
        margin-bottom: 20px;
}

#footer h4 span {
	display: none;
}

.postinfo {
        display: block;
        font-family: Georgia;
        font-style: italic;
        margin-bottom: 15px;
}

.previousbox {
        width: 240px;
        float: left;
        padding-right: 20px;
        padding-bottom: 50px;
}

.previousboxdummy {
        clear: both;
        height: 20px;
}

#footer strong a {
        color: #404040;
}

/*** COMMENTS ***/

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
        margin-bottom: 25px;
}

h5 {
         font-family: "Courier New", Courier, monospace;
         font-size: 11pt;
         font-weight: bold;
}

.comment-left, .reply-comment-left {
         width: 80px;
         float: left;
         padding-right: 20px;
}

.comment-right, .reply-comment-right {
         width: 410px;
         float: left;
}

.comment-dummy {
         clear: both;
         height: 20px;
         border-top-style: solid;
         border-top-width: 1px;
         border-top-color: #eaeaea;

}

#comment, .reply-comment {
         width: 522px;
}

input, textarea {
         padding: 4px;
         border-style: solid;
         border-width: 1px;
         border-color: #c0c0c0;
}

#submit {
        background-color: #eaeaea;
        text-transform: uppercase;
        font-size: 8pt;
}



/*** comment reply ***/

.thdrpy a {
       color: #808080;
       font-weight: normal;
       font-family: Georgia;
       font-style: italic;
       font-size: 11px;
}

.thdrpy a:hover {
       text-decoration: underline;
}

.reply-comment {
       width: 410px;
}

.reply-comment-left, .reply-comment-right {
       border-top-style: dotted;
       border-top-color: #c0c0c0;
       border-top-width: 1px;
       padding-top: 15px;
}

.reply-comment-left {
       width: 50px;
}

.reply-comment-right {
       width: 340px;
}

.comment-right #respond {

}

.comment-right #respondcontent {

}

.comment-right #respond h3 {
        color: #000;
        font-family: Georgia;
        font-style: italic;
        font-size: 18px;
        letter-spacing: 0px;
        margin-top: -15px;
        margin-bottom: 10px;
}

.comment-right #respond input {
        border: none;
        background-color: #404040;
        color: #ff8f9a;
}

.comment-right #respond textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
        width: 300px;
        height: 100px;
        background-color: #404040;
        color: #c0c0c0;
        border: none;
        width: 360px;
}

.comment-right #respond .submitparagraph {
        width: 150px;
}

.comment-right #respond #commentform {
        width: 370px;
        padding: 20px;
        padding-top: 25px;
        padding-bottom: 10px;
        background-color: #292929;
        margin-bottom: 20px;
        margin-top: 2Opx;
        font-size: 11px;
        color: #808080;
}

#cancel_reply {
        width: 100px;
        text-align: right;
        float: right;
        margin-top: -40px;
}

#cancel_reply a {
        font-family: Georgia;
        color: #404040;
        font-style: italic;
        font-weight: normal;
        border-bottom-style: dotted;
        border-bottom-color: #404040;
        border-bottom-width: 1px;
}

#cancel_reply a:hover {
        color: #fff;
        border-bottom-color: #fff;
}
 

/*** archives ***/

.prevnext {
        display: block;
}

/*** links ***/

.bookmarks {
       width: 240px;
       float: left;
       padding-left: 0px;
       margin-left: 10px;
       margin-right: 10px;
}

.bookmarks a {
       display: block;
       padding-bottom: 5px;
       border-bottom-style: solid;
       border-bottom-width: 1px;
       border-bottom-color: #c0c0c0;
       color: #808080;
}

.bookmarks a:hover {
       border-bottom-color: #eaeaea;
       color: #c0c0c0;
}

/*** modify linkwithin ***/

#linkwithin_logo_0, #linkwithin_logo_1, #linkwithin_logo_2, #linkwithin_logo_3, #linkwithin_logo_4, #linkwithin_logo_5, #linkwithin_logo_6, #linkwithin_logo_7, #linkwithin_logo_8 {
       font-size: 9px;
}

.linkwithin_title a {
      font-size: 9px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      text-transform: lowercase;
}

.linkwithin_hook {

}

.linkwithin_title {
   font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
   font-size: 11px !important;
}

.noborder {
   border: none;
}