/*
    Theme Name: Notes on a Page
    Theme URI: http://www.onceuponablog.co.uk
    Description: Notes on a Page Wordpress Theme
    Version: 1.0
    Author: Sarah
    Author URI: http://www.onceuponablog.co.uk
*/

/*-------------------------------------------------------

                            MAIN BODY

--------------------------------------------------------*/

body {
	background:url(Images/background.png) no-repeat #d1e6e9;
	background-position: 50% 0%;
	background-attachment: scroll;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------

                            CONTAINER
							
--------------------------------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 0px;
	width: 811px; 	
	position: relative; 
	text-align: left;
	}
	
#container .header {
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
	width: 811px;
	height: 188px;
}

/*-------------------------------------------------------

                            CONTENT

--------------------------------------------------------*/

#content {
	background:url(Images/notepadfiller.png) repeat-y;
	margin-top: 0px;
	width: 900px; 	
}

/*-------------------------------------------------------

                            BLOG POST

--------------------------------------------------------*/

#content .blogpost {
	float:left;
	padding-left:70px;
	width:450px;
	font-size:12px;
	line-height:20px;
	margin-right: 0px;
}

#content .blogpost h2 {
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 0px;
	padding:0 0 10px 10px;
	background:url() repeat-x bottom;
}

#content .blogpost h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 70px;
	padding:0 0 10px 10px;
	background:url() repeat-x bottom;
}

#content .blogpost h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 16px;
	background:url() repeat-x bottom;
}

#content .blogpost h3 a {
	color:#000;
	text-decoration:none;
}

#content .blogpost h3 a:hover {
	background-color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #fd3295;
	border-top:1px dashed #fd3295;
	border-left:1px solid #fd3295;
	border-right:1px solid #fd3295;
}

#content .blogpost .post {
	padding-bottom:30px;
	padding-top: 20px;
}

#content .blogpost .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}

#content .blogpost .meta {
	font-size:11px;
	text-align:left;
	border-top:1px dotted #fd3295;
}

#content .blogpost .post-inner {
	position:relative;
}

#content .blogpost .post-inner .date-tab {
	position:absolute;
	top:-90px;
	left: -25px;
	height:90px;
	width:83px;
	background:url(Images/postitdate.png) no-repeat;
}

#content .blogpost .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}

.month {
	text-align:center;
	display:block;
	padding:6px 16px 6px 15px;
	font-size:16px;
	font-weight: bold;
}

.day {
	text-align:center;
	display:block;
	padding:4px 16px 2px 11px;
	font-size:20px;
	font-weight:bold;
}

.hour {
	text-align:center;
	display:block;
	padding:4px 16px 2px 15px;
	font-size:10px;
	font-weight:normal;
}

#content .blogpost .post-inner a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #fd3295;
	border-top:1px dashed #fd3295;
}

#content .blogpost .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	border-top:1px dashed #000;
	background:#ed58ae;
}

.post-inner img {
	border: 1px dashed #fd3295;
	background:none;
	margin-right: 5px;
}

.post-inner img:hover{
	border: solid 1px #fd3295;
	background:#fff;
}

#content .blogpost .meta a {
	color:#000;
	text-decoration: none;
}

#content .blogpost .meta a:hover {
	color:#000;
	text-decoration:none;
	background:#ed58ae;
}

#content .blogpost a {
	color:#21565E;
}

#content .blogpost a:hover {
	text-decoration:none;
	color:#000;
	background-color: #ff5092;
}

blockquote {
        margin-left:20px;
		margin-right:10px;
        padding-left:10px;
        border-left:#5ab5f7 2px solid;
		border-right:#5ab5f7 2px solid;
        background:#fff;
        color: #000;
		width: 75%;
}

#content .blogpost .post-inner .wp-smiley{
	border: none;
}

/*-------------------------------------------------------

                      COMMENTS

--------------------------------------------------------*/

#commentnumber {
	color:#C33;
	font-size: 10px;
}

.commentdate a {
	text-decoration: none;
}

.commentlist li {
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;	
	background:#FDF9E5;
	border: 1px solid #5ab5f7;
}

.commentlist li.alt {
	background:#FDF9E5;
	border: 1px solid;
	border-color: #a2c99c;
}

textarea {
	width: 100%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f8f4;
}

input {
	background:#f9f8f4;
	border:#ccc 1px solid;
}

.commentlist a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #fd3295;
	border-top:1px dashed #fd3295;	
}

.commentlist a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	border-top:1px dashed #000;
	background:#ed58ae;
}

.cmtinfo a{
	border: none;
}

.cmtinfo img {
	border: 1px dashed #fd3295;
	background:none;
}

.cmtinfo a:hover{
	border: none;
	background:#fff;
}

.entry a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #fd3295;
	border-top:1px dashed #fd3295;	
}

.entry a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	border-top:1px dashed #000;
	background:#ed58ae;
}

.commentuser a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #fd3295;
	border-top:1px dashed #fd3295;	
}

.commentuser a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	border-top:1px dashed #000;
	background:#ed58ae;
}

#respond, #commentstitle {
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 0px;
	padding:0 0 10px 10px;
}

/*-------------------------------------------------------

                      SIDEBAR
					  
--------------------------------------------------------*/

#content .sidebar {
	float:left;
	width: 243px;
	font-size:11px;
	line-height:16px;
	margin-top: -80px;
	margin-left: 32px;
}

/*-------------------------------------------------------

                      RECENT COMMENTS

--------------------------------------------------------*/

#content .sidebar .recentcomments {
	width: 243px;
	background:url(Images/postitfiller.png) repeat-y;
	padding:0px 0 4px 15px;
	font-weight: bold;
}

#content .sidebar .recentcomments ul {
	padding:0;
	margin:0;
	width: 90%;
}
#content .sidebar .recentcomments ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .sidebar .recentcomments ul li .listMeta {
	font-size:10px;
}
#content .sidebar .recentcomments ul li a {
	color:#21565E;
	display:block;
	width:170px;
	margin:0 10px 0 10px;
	list-style:none;
}
#content .sidebar .recentcomments ul li a:hover {
	text-decoration:none;
	color:#000;
	background-color: #ff5092;
	list-style:none;
	display:block;
}

#content .sidebar .postitend {
	width:243px;
	height:74px;
	background:url(Images/postitend.png) no-repeat;
	}

/*-------------------------------------------------------

                      TWITTER

--------------------------------------------------------*/

#twittertop {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#twittertop .twitlink {
	width:220px;
	height:107px;	
}

#twittertop .twitlink a {
	width:220px;
	height:107px;	
	display:block;
	background:url(Images/twitter.png) no-repeat;
}

#twittertop .twitlink a:hover {
	width:220px;
	height:107px;	
	background:url(Images/twitterhover.png) no-repeat;
}

#content .sidebar .twitter {
	width: 220px;
	background:url(Images/twitterfiller.png) repeat-y;
	margin-left: 15px;
	margin-top: -10px;
	padding-bottom: 23px;
	padding-left: 10px;
	padding-top: 5px;
	list-style: none;
}

.twitter-item {
	width: 212px;
}

#content .sidebar .twitterbottom {
	width:220px;
	height:68px;
	background:url(Images/twitterend.png) no-repeat;
	margin-left: 15px;
	margin-top: -24px;
}

#content .sidebar .twitter ul {
	padding:0;
	margin:0;
	list-style: none;
	padding-right: 8px;
}

#content .sidebar .twitter ul li .listMeta {
	font-size:10px;
}

#content .sidebar .twitter ul li a {
	color:#21565E;
	display:block;
	width:170px;
	margin:0 0 0 5px;
	padding:4px 0 4px 0px;
}

#content .sidebar .twitter ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .sidebar .twitter .widgettitle {
	visibility: hidden;
}

.twitter-item {
	padding-bottom: 5px;
}

.twitter-item a {
	color:#21565E;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
}

.twitter-item a:hover {
	text-decoration:none;
	color:#000;
	background-color: #ff5092;
}

/*-------------------------------------------------------

                      STYLE SWITCHER
					  
--------------------------------------------------------*/	

#content .sidebar .themeswitcher {
	width:207px;
	height:87px;
	background:url(Images/QuickSwitch.png) no-repeat;
	margin-left: 20px;
	margin-top: 15px;
	padding-left: 30px;
	padding-top: 35px;
	list-style: none;
}

/*-------------------------------------------------------

                      BLOGROLL
					  
--------------------------------------------------------*/	

#content .sidebar .blogrolltop {
	width:212px;
	height:107px;
	background:url(Images/blogrollheader.png) no-repeat;
	margin-left: 15px;
	margin-top: 5px;
}

#content .sidebar .blogroll {
	width: 212px;
	background:url(Images/blogrollfiller.png) repeat-y;
	margin-left: 15px;
	margin-top: -24px;
	padding-bottom: 23px;
}

#content .sidebar .blogrollbottom {
	width:212px;
	height:68px;
	background:url(Images/blogrollend.png) no-repeat;
	margin-left: 15px;
	margin-top: -24px;
}

#content .sidebar .blogroll ul {
	padding:0;
	margin:0;
}

#content .sidebar .blogroll ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}

#content .sidebar .blogroll ul li .listMeta {
	font-size:10px;
}

#content .sidebar .blogroll ul li a {
	color:#21565E;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(Images/bullet-postit.gif) no-repeat 5px 8px;
}

#content .sidebar .blogroll ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(Images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .sidebar .blogrollbottom ul {
	padding:0;
	margin:0;
}

#content .sidebar .blogrollbottom ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}

#content .sidebar .blogrollbottom ul li .listMeta {
	font-size:10px;
}

#content .sidebar .blogrollbottom ul li a {
	color:#21565E;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(Images/bullet-postit.gif) no-repeat 5px 8px;
}

#content .sidebar .blogrollbottom ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(Images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

/*-------------------------------------------------------

                      RECENT POSTS

--------------------------------------------------------*/

#content .sidebar .recentposts {
	width:216px;
	height:250px;
	background:url(Images/greenpostit.png) no-repeat;
	margin-left: 20px;
	margin-top: 5px;
	padding-left: 6px;
	padding-top: 30px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 9px;
	margin: 0px;
	width: 75%;
}

#wp-calendar #next a {
	padding-right: 0px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 0px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #ff5092;
	border: dashed thin;
}

#wp-calendar a:hover {
	background-color: #fff;
	color: #000;
	border: dashed thin;
}

#wp-calendar caption {
	color: #000;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

#wp-calendar td {
	color: #000;
	font-size: 10px;
	letter-spacing: normal;
	padding: 0px 2px 3px 2px;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background-color: transparent;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #ff5092;
	color: #000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: none;
	padding: 2px 2px 2px 4px;
}

/*-------------------------------------------------------

                      SEARCH

--------------------------------------------------------*/



#content .sidebar .search {
	width:211px;
	height:214px;
	background:url(Images/search.png) no-repeat;
	margin-left: 20px;
	margin-top: -10px;
	padding-left: 30px;
	padding-top: 80px;
}

/*-------------------------------------------------------

                      SITE INFO

--------------------------------------------------------*/

#content .sidebar .siteinfo {
	width:211px;
	height:223px;
	background:url(Images/siteinfo.png) no-repeat;
	margin-left: 10px;
	margin-top: -60px;
	padding-left: 10px;
	padding-top: 10px;
	list-style: none;
}

#content .sidebar .siteinfo .widgettitle {
	visibility: hidden;
}

#content .sidebar .siteinfo ul {
	padding:0;
	margin:0;
}

#content .sidebar .siteinfo ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}

#content .sidebar .siteinfo ul li .listMeta {
	font-size:10px;
}

#content .sidebar .siteinfo ul li a {
	color:#21565E;
	display:block;
	width:100px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(Images/bullet-postit.gif) no-repeat 5px 8px;
}

#content .sidebar .siteinfo ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(Images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

/*-------------------------------------------------------

                            NAVIGATION

--------------------------------------------------------*/

#content .navigation {
	position: relative;	left: -54px;
	top: -50px;
	float: right;
	overflow: hidden;
	width: 35px;
	height: 714px;
	margin: 0px 0px;
	padding: 0px;
}

#content .navigation  .tabs {
	background:transparent url(Images/tabs6.png) 0px 0px no-repeat;
	height: 714px;
	width: 35px;
}

#content .navigation .tabs .home {
	top:0px;
	width:35px;
	height: 110px;
	display:block;
}

#content .navigation  .tabs .home a {
	top:0px;
	width:35px;
	height: 120px;
	display:block;
}

#content .navigation .tabs .about {
	top:0px;
	width:35px;
	height: 110px;
	display:block;
}

#content .navigation  .tabs .about a {
	top:0px;
	width:35px;
	height: 120px;
	display:block;
}

#content .navigation .tabs .archives {
	top:0px;
	width:35px;
	height: 110px;
	display:block;
}

#content .navigation  .tabs .archives a {
	top:0px;
	width:35px;
	height: 120px;
	display:block;
}

#content .navigation .tabs .themes {
	top:0px;
	width:35px;
	height: 130px;
	display:block;
	padding-top: 10px;
}

#content .navigation  .tabs .themes a {
	top:0px;
	width:35px;
	height: 140px;
	display:block;
}

#content.navigation .tabs .contact {
	top:0px;
	width:35px;
	height: 130px;
	display:block;
	padding-top: 10px;
}

#content .navigation  .tabs .contact a {
	top:0px;
	width:35px;
	height: 140px;
	display:block;
}

#content .navigation .tabs .login {
	top:0px;
	width:35px;
	height: 130px;
	display:block;
	padding-top: 10px;
}

#content .navigation  .tabs .login a {
	top:0px;
	width:35px;
	height: 140px;
	display:block;
}

#content .navigation  .tabs .home a:hover {
	background:transparent url(Images/tabsrollover.png) 0px 0px no-repeat;
}

#content .navigation  .tabs .about a:hover {
	background:transparent url(Images/tabsrollover2.png) 0px 11px no-repeat;
}

#content .navigation  .tabs .archives a:hover {
	background:transparent url(Images/tabsrollover3.png) 0px 10px no-repeat;
}

#content .navigation  .tabs .themes a:hover {
	background:transparent url(Images/tabsrollover4.png) 0px 0px no-repeat;
}

#content .navigation  .tabs .contact a:hover {
	background:transparent url(Images/tabsrollover5.png) 0px 15.5px no-repeat;
}

#content .navigation  .tabs .login a:hover {
	background:transparent url(Images/tabsrollover6.png) 0px -15px no-repeat;
}

/*-------------------------------------------------------

                            FOOTER

--------------------------------------------------------*/

#padend {
	background:url(Images/footer.png) no-repeat #d1e6e9;
	width: 900px; 	
	height: 120px;
	position: relative; 
	padding-top: 85px;
	padding-left: 250px;
}

#padend a {
	color:#21565E;
	margin:0;
	padding:0;
	text-decoration: none;
}

#padend img {
	border: none;
}

/*-------------------------------------------------------

                  NEXT/PREVIOUS LINKS

--------------------------------------------------------*/

.previous a {
	float:left;
	width:93px;
	height:45px;
	text-indent:-400px;
	background:url(Images/older.png) no-repeat 0 0;
	overflow:hidden;
	color: #fff;
}

.previous a:hover {
	background:url(Images/older.png) no-repeat 0 0;
	color: #fff;
}

.next a {
	float:right;
	width:93px;
	height:45px;
	text-indent:-400px;
	background:url(Images/newer.png) no-repeat 0 0;
	overflow:hidden;
	color: #fff;
}

.next a:hover {
	background:url(Images/newer.png) no-repeat 0 0;
	color: #fff;
}