/*  
Theme Name: Designs Developer
Description: A bespoke designs for designsdeveloper.co.uk.
Version: 1.0
Author: Harvinder Singh
Author URI: http://www.designsdeveloper.co.uk
*/

/***** BASICS AND TYPOGRAPHY *****/
/*
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
*/
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	padding: 0;
	font-family: Georgia, serif; 
	line-height: 1.2em;
}
h1, h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul {
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
p {
	margin: 1.2em 0;
}
ol, ul {
	margin: 1.2em 0 1.2em 2em;
}
blockquote {
	margin: 1.2em 0;
	padding: 0 0 0 50px;
}
code {
	font-size: 1.1em;
	font-family: monospace;
}
small {
	font-size: 0.92em;
}

#sidebar h2 {
	margin: 0.8em 0;
	font-size: 1em;
	text-transform: uppercase;
}
#sidebar ul ul, #sidebar p {
	margin: 0.8em 0;
	background: transparent;
	line-height: 1.56em;
}
.spacer{
	height:5px;
}
/* Links */

a {
	text-decoration: none;
}
a img {
	border: 0; 
}

/* Forms and inputs */

form {
	margin: 0; 
	padding: 0;
	border: 0; 
}
input, textarea, select {
	font: 1em "Trebuchet MS", Arial, sans-serif;
}
.submit {
	font-weight: bold;
}




/***** THE LAYOUT *****/

/* WRAPPER */

#wrapper {
	margin: 0 auto;
	text-align: left;
}

/* HEADER */

#header {
	height: 182px;
}

#header h1 { 
	margin: 0;
	padding-top: 40px;
	height: 114px;
	font-size: 3.18em;
	font-weight: normal;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 74px;
}
html>body #header h1 {
	height: 74px;
}
#header h2 {
	display: none;
}
#menu {
	clear: both;
	margin: 0;
	padding-top: 3px;
	height: 33px;
	list-style: none;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 30px;
}
html>body #menu {
	height: 30px;
}
#menu li {
	float: left;
	margin-right: 5px;
	padding-left: 10px;
}
#menu li a {
	float: left;
	display: block;
	padding: 5px 15px 0 5px;
	width: .1em;
	height: 30px;
	font-weight: bold;
	white-space: nowrap;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 25px;
}
html>body #menu li a {
	height: 25px;
}
#menu > li a {width: auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu li a {float: none;}
/* End IE5-Mac hack */
#menu li:hover, #menu li:hover a, #menu li.current_page_item {
	background-position: 0 -30px;
}
#menu li:hover a, #menu li.current_page_item a {
	background-position: 100% -30px;
}

/* CONTENT */

#content {
	float: left;
	margin-top: -35px;
}
* html #content {
	overflow: hidden;
}

/* SIDEBAR */

#sidebar {

	padding: 0;
	font-size: 0.92em;
}
* html #sidebar {
	overflow: hidden;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}
#sidebar li li {
	padding: 0;
	background: transparent;
}
#sidebar li li a {
	display: block;
	padding: 0.1em 0 0 12px;
	line-height: 1.6em;
	voice-family: "\"}\""; 
	voice-family: inherit;
}
#sidebar li li ul {
	margin: 0;
}
#sidebar li li li {
	padding-left: 12px;
}
#sidebar li li li a {
}
/* Hides from IE5-mac \*/
* html #sidebar li li a { height: 1%; }
/* End hide from IE5-mac */

/* Search */

#search li#sb-search {
	padding: 5px 0;
	background: transparent;
	font-size: 0.92em;
	text-align: right;
	overflow: hidden;
}
#search li#sb-search input#searchsubmit {
	font-weight: normal;
}

/* FOOTER */

#footer {
	clear: both;
	font-size: 0.92em;
}
* html #footer {
	overflow: hidden;
}

#footer p {
}



/***** BLOG *****/

.post {
	width: 100%;
}
h2.posttitle {
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}
h2.posttitle a {
	border: 0 !important;
	text-decoration: none;
}
.postdate {
	margin: 0.2em 0 0 0;
	font-size: 0.92em;
}
.postdate span {
	margin-left: 0.2em;
	padding: 0 0.2em;
}
.postmeta {
	clear: both;
	margin: 1.2em 0;
	font-size: 0.92em;
}
.postmeta a {
}
.commentlink {
	padding: 0 0 0 20px;
	background: url(icons/comment.gif) no-repeat 0 0.2em;
	font-weight: bold;
}

.navigation {
	width: 100%;
	overflow: auto;
}
.previous {
	float: left;
	padding-bottom: 1em;
}
.next {
	float: right;
	text-align: right;
	padding-bottom: 1em;
}

.post h3 {
	margin: 0.8em 0 0 0;
	font-size: 1.8em;
	font-weight: normal;
}



/***** COMMENTS *****/

#comments, #respond {
	width: 100%;
}
#comments h3, #respond h3 {
	font-size: 1.8em;
	font-weight: normal;
}
#comments h3 {
	float: left;
	margin: 0;
}
.commentshead {
	width: 100%;
	overflow: auto;
}
.commentjump {
	float: right;
	padding-top: 0.6em;
	padding-bottom: 0.1em; /* IE 7 bug */
}
.commentjump a {
	padding-left: 20px;
	background: url(icons/commentadd.gif) no-repeat 0 0.2em;
	font-size: 0.92em;
	font-weight: bold;
}
.commentsmeta {
	margin-top: 1em;
	font-size: 0.92em;
}

.commentlist {
	clear: both;
	margin: 0;
	padding-top: 0.8em;
	list-style: none;
}
.commentlist h4 {
	font-size: 1em;
}
.commentlist h4 a:hover {
	text-decoration: none;	
}
.commentmeta {
	margin: 0.2em 0 0.8em 0;
	font-size: 0.92em;
}
.commentmeta span {
	margin-left: 0.2em;
	padding: 0 0.2em;
}
.commentbody p {
	margin: 0 0 1.2em 0;
}

#commentform {
	padding: 0.2em 0 0.4em 0;
}
#commentform p {
	margin: 1em 0;
}
#commentform label {
	margin-left: 3px;
}
#comment {
	width: 98%;
}



/***** ETC *****/

/* Image borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 1px;
}


/*	Download Package button	*/


.marker
{
	background-color: yellow;
	color: black;
}


.large_button
{
	width: 240px;
	height: 160px;
	margin: 2em auto;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(http://www.designsdeveloper.co.uk/resources/NanakCalendar/download.png);
}

.large_button .button_tag
{
	font-size: 24pt;
	padding: 35px 0 0 30px;
	font-weight: bold;
	color: #B66D07;
}

.large_button .button_action
{
	font-size: 25px;
	padding: 55px 0px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.large_button:hover .button_action {
	color:#B66D07;
}

/*	Download Package button	*/


/* Calendar */

#wp-calendar {
	margin: 0 0 0.8em 0;
	width: 98%;
	line-height: 1.2em;
	text-align: center;
}
#wp-calendar caption {
	margin: 0.8em 0 0 0;
	padding: 0.4em 0;
	font-weight: bold;
}
#wp-calendar td {
	margin: 2px;
}
#wp-calendar tbody td a {
	display: block;
	width: 100%;
	border: 0 !important;
	font-weight: bold;
}
#wp-calendar td.pad {
	background: transparent !important;
}
#next, #prev {
	padding: 0.1em 2px;
	background: transparent !important;
}
#next a, #prev a {
	border: 0 !important;
}
#next {
	text-align: right;
}
#prev {
	text-align: left;
}


.categories h2{
	display:none;
}
.categories{
	margin:20px 0px 20px;
}
#sb-archives h2{
	display:none;
}
#sb-archives {
	margin:20px 0px 20px;
}


.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix{
    display:inline-block;
}
.clearfix{
    display:block;
}
* html .clearfix{
    height:1px;
}
#jump{
	display:none;
}


.post_date{
	background:transparent url(date-bg.gif) no-repeat scroll 0%;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
	float:left;
	height:49px;
	width:46px;
	margin-right:11px;
	margin-top:5px;
}
.days{
	color:#333;
	display:block;
	font-size:22px;
	line-height:18px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	text-align:center;
	text-transform:uppercase;
}
.month{
	color:#FFFFFF;
	display:block;
	font-size:10px;
	line-height:11px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
}
.post_date_arc{
	background:transparent url(date-bg.gif) no-repeat scroll 0%;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
	float:left;
	height:49px;
	width:46px;
	margin:10px 10px 10px 10px;
	border-top:1px solid transparent;
}
.post_date_arc:hover{
	border-top:1px solid #FFFFFF;
}
.month a:link,.month a:visited{
	color:#333;
	display:block;
	font-size:20px;
	line-height:18px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	padding-bottom:10px;
	text-align:center;
}
.year a:link,.year a:visited{
	color:#FFFFFF;
	display:block;
	font-size:10px;
	line-height:5px;
	padding-top:3px;
	text-align:center;
	margin-top:3px;
}
.month a:hover{
	color:maroon;
}
.comments_link{
	float:left;
	display:block;
	text-align: left;
	margin-left:60px;
	margin-top:25px;
	position: absolute;
}
.post_comments {
	float:left;
	padding:2px;
}
.author {
	float: left;
	margin: 0px;
	padding:2px;
	color: #999;
	text-align: left;
}

.emptymonth{
	margin:5px;
}
