/*  
Theme Name: Make The Days Count
Theme URI: 
Version: 1
Author: Blog Design Studio
Author URI: http://blogdesignstudio.com/

	Valid XHTML 1.0 Transitional

*/

* {
margin: 0;
padding: 0;
}

body {
color: #333;
background:#fff url(images/content_pat.jpg) top repeat-y;
font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color:#444;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 3.2em;
}

h1 a { display: block; height: 40px; color: #fff; text-decoration: none; }
h1 a:hover, h1 a:active { color: #fff; }

h2 {
font-size: 27px;
line-height: 1em;
margin-bottom: 0.5em;
}

h3 {
font-size: 1.5em;
line-height: 1;
margin-bottom: 1em;
}

h4 {
font-size: 1.2em;
line-height: 1.25;
margin-bottom: 1.25em;
}

h5 {
font-size: 1em;
font-weight: 700;
margin-bottom: 1.5em;
}

h6 {
font-size: 1em;
font-weight: 700;
}

p {
margin: 0 0 1.5em;
}

blockquote {
background: url(images/quote.gif) no-repeat;
color: #1382C7;
margin: 15px;
padding-left: 30px;
}

em {
font-style: italic;
}

strong {
font-weight: 700;
}

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}

pre {
background: #efefe9;
border-top: 1px solid #ccc;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

.alignleft {
float: left;
}
.alignright {
float: right;
}

img {
border: none;
}
img.alignleft {
float:left;
margin:5px 10px 5px 0;
}
img.alignright {
float:right;
margin:5px 0 5px 10px;
}

hr {
background: #E6E6D2; 
color: #E6E6D2;
clear: both; 
float: none; 
width: 100%; 
height: .1em;
margin: 0 0 1.4em;
border: none; 
}

hr.space {
height: 4em;
}

a:focus, a:hover {
color: #1382C7;
text-decoration: none;
}

a {
color: #1382C7;
text-decoration: underline;
outline: none;
}

ul, ol {
margin: 0 2.5em 1.5em;
}

ul li, ol li {
margin-bottom: 0.5em;
}

ul {
list-style-type: circle;
}

ol {
list-style-type: decimal;
}

input, textarea {
font-family: "Lucida Grande", Verdana, sans-serif;
}

.clear {
float:none;
clear: both;
height:0
}

.container {
width: 950px;
margin: 0 auto;
}

.main {
margin-top:40px;
}

/********************************* HEADER START *********************************/

#header {
width: 100%;
background: #343434 url(images/header.jpg) center top no-repeat;
}

#headline {
width:940px;
height:93px;
display:block;
margin:0px auto;
padding:0;
}
#headline_h1 {
float:left;
display:block;
margin:20px 0 0 0;
width:580px;
}

.topright {
float:right;
width:123px;
text-align:right;
margin:0;
}

/********************************* HEADER END *********************************/


/********************************* MAIN MENU START *********************************/

.menuline {
width:100%;
background:#000;
float:left;
}
.menupack {
margin:0px auto;
width:940px;
height:37px;
}

ul.menu {
list-style-type: none;
height: 40px;
margin: 0;
margin-top:-3px;
padding:0;
font-weight:bold;
font-size: 15px;
text-transform:uppercase;
width:600px;
float:left;
font-family:Century Gothic;
}

li.page_item {
float: left;
display: inline;
padding: 0;
margin:0 1px 0 0;
height: 40px;
line-height:40px
}
li.page_item a {
color:#fff;
display: block;
text-decoration: none;
line-height:13px;
padding: 14px 15px 13px 15px;
}

li.page_item a:hover {
color: #1382C7;
padding: 14px 15px 13px 15px;
}
li.current_page_item a {
color: #1382C7;
background:#fff;
padding: 14px 15px 13px 15px;
}


/* Search */
.searchform {
padding: 0 0 0 40px;
display:block;
float:left;
margin:20px 0 30px 0;
background:url(images/i_search.gif) left top no-repeat;
}
.searchword {
float:left;
font-size:17px;
line-height:20px;
color:#1382C7;
margin:0;
text-transform:uppercase;
}

input#s {
font-size: 11px;
width: 207px;
height:13px;
line-height:13px;
padding:3px 5px 4px 5px;
float:left;
background:#fff;
border: 1px solid #B5B5B5;
margin:2px 0 0 0;
color:#252525;
}

/********************************* MAIN MENU END *********************************/

 
#leftcolumn, #rightcolumn {
margin:0;
}
#leftcolumn {
float: left;
width: 640px;
margin:0 0 0 5px;
overflow: hidden;
}

#rightcolumn {
float: right;
width: 265px;
padding:0;
margin:0;
}


/********************************* POST CONTENT Classes *********************************/

.page h2 {
margin:0 0 20px 0;
}
.post {
padding: 0;
margin:0 0 40px 0;
float:left;
clear:both;
width:100%;
font-size:13px;
line-height:23px;
}

.title h2 a {
color: #000;
text-decoration: none;
}
.title h2 a:hover {
color: #1382C7;
}
 
.postdata {
color: #000;
margin: 10px 0 0 0;
padding:5px 10px 0 10px;
font-size:11px;
line-height:18px;
float:left;
width:618px;
background:#FAFAFA;
border:1px solid #F1F1F1;
}
.postdata a {
color: #1382C7;
}
.postdata a:hover, .pagers a:hover {
color: #333;
}
.postdata-left {
float:left;
width:495px;
margin-bottom:5px;
}
.postdata-left-inside {
float:left;
margin-bottom:5px;
}

.postcom {
float:right;
display:inline;
width:120px;
height:25px;
text-align:right;
}
.postcom a {
background:url(images/i_com.gif) left top no-repeat;
padding:0 0 5px 25px;
}

a.more-link {
display:block;
width:80px;
height:23px;
margin:10px 0 10px 0;
}
a:hover.more-link {

}

#related h3, h3#comments {
padding: 8px 15px 5px 0;
}

.pagers {
width: 98%;
margin: 0 auto;
height: 30px;
}
.pagers a {
color: #666;
}

/************************* SIDEBAR MAINS START ********************************/
ul.sidebar {
list-style-type: none;
margin: 0;
padding: 0;
float:right;

}
.sidebar li {
padding:0;
margin:0;
}
li.widget {
clear:both;
margin-bottom:25px;
}
li.widget ul {
list-style-type: none;
margin: 0;
padding: 0 0 2px 0;
font-size:12px;
width:265px;
} 
.sidebar ul li {
line-height:15px;
margin:0 0 1px 0;
padding: 5px 2px 5px 10px;
background:url(images/arrow.gif) top left no-repeat;
background-position:2px 9px;
}
.sidebar ul li:hover {
background:url(images/arrow-hover.gif) top left no-repeat;
background-position:2px 9px;
}
.sidebar ul li ul {
width:230px;
border-bottom:none
}

.sidebar .children {
margin: 5px 0 0 0;
}
.sidebar h2 {
color:#1382C7;
font-weight:normal;
padding:12px 0 15px 40px;
background:url(images/side_h.gif) left top no-repeat;
margin:0 0 -5px 0;
width:220px;
font-size:17px;
letter-spacing:1px;
text-transform:uppercase;
}
.sidebar a {
color: #000;
padding: 0;
text-decoration:none;
}
.sidebar a:hover {
color:#1382C7;
}

/* Sidebar Headings */
h2#cat {
background:url(images/i_catz.gif) left top no-repeat;
}
h2#recpost {
background:url(images/i_posts.gif) left top no-repeat;
}
h2#reccom {
background:url(images/i_reccom.gif) left top no-repeat;
}
h2#blogroll {
background:url(images/i_blogroll.gif) left top no-repeat;
}

/************************* SIDEBAR MAINS END ********************************/
/* DomTab in Sidebar */
div.domtab {
	margin:0;
	}
.domtab ul.domtabs {
	float: left;
	margin: 0 0 2px 0;
	padding:0;
	border-bottom:1px solid #F4CDCE;
	}
.domtab ul.domtabs li {
	display: inline;
	float:left;
	display:block;
	padding: 0;
	margin: 0;
	font-size:14px;
	font-weight:bold;
	background:none;
	border-bottom:none;
	}
.domtab ul.domtabs li a {
margin: 0 23px 0 0;
padding:25px 0 7px 0;
}
.sidebar li .domtab ul.domtabs li a {
	display: block;
	border: none;
		text-decoration:none;
		cursor:pointer;
		color:#404040;
			font-size:19px;
			font-weight:normal;
			font-variant:small-caps;
	}
.sidebar li ul.domtabs li a:hover {
	border: none;
		text-decoration:none;
		cursor:pointer;
		color:#1382C7;
	}
.sidebar li .domtab ul.domtabs .active {
		background:url(images/tab_arrow.gif) center top no-repeat;
		color:#1382C7;
	}
div.domtab div {
	clear:both;
	}
div.domtab div ul li {
			margin-left:0;
}
div.domtab div ul li a {
	display: block;
			text-decoration:none;
	}
div.domtab div ul li a:visited {
			text-decoration:none;
}
div.domtab div ul li a:hover {

	}
.domtab ul {
	list-style-type: none;
	margin:0px;
	padding:0;
}

* html ul#dom_categories li {
	margin-top: -10;
}
* html ul#dom_categories li a {
	margin-bottom:-12px;
}
* html ul#recent li a {
	margin-bottom:1px;
}

.Advertise {
display:block;
float:right;
clear:both;
background:#96C600;
width:90px;
height:22px;
line-height:20px;
color:#fff;
text-align:center;
font-size:14px;
text-decoration:none;
margin:0 5px 5px 0;
}
.Advertise:hover {
background: #1382C7;
color:#fff;
}


.ads ul { 
margin : 0 0 30px 0;
border:none;
background:none;
float:left;
}
.ads ul li { 
display : inline;
padding : 0;
height:125px;
margin : 0 3px 7px 3px ;
float:left;
list-style-type : none;
}
.ads ul li a:hover { 
border-bottom:none;
list-style-type : none;
}

 
#mostcom li a {
display:inline;
}

li#tagcloud {
text-align:center;
}
li#tagcloud h2 {
text-align:left;
}


/* Subscribe Section */
.subs {
margin-top:7px;
margin-bottom:-25px;
float:right;
text-align:left;
width:257px;
height:37px;
padding:0;
background:url(images/rss.gif) left top no-repeat;
font-size:15px;
color:#fff;
font-family:Century Gothic;
}
a.subicon {
display:block;
float:left;
width:40px;
height:35px;
margin-right:3px;
background:#ccc
}

.subs a {
text-decoration:none;
background:url(images/rss_feed.gif) left no-repeat;
color:#96C600;
}
.subs a:hover {
text-decoration:underline;
}

#header_form {
width:100px;
display:inline;
}
.subs-email {
font-size:15px;
padding:0;
margin:3px 0 0 0;
font-family:Century Gothic;
text-decoration:none;
background:url(images/rss_feed.gif) left no-repeat;
color:#96C600;
border:none;
cursor:pointer;
width:45px;
}
.subs-email:hover {
text-decoration:underline;
}

.rssIco {
display:block;
float:left;
width:44px;
height:45px;
margin:0 5px 10px 0;
}

/*************************/




#tag_cloud {
display:block;
margin-bottom:30px;
float:left;
clear:both;
width:100%;
}
ul#recentcomments li {
border-bottom:1px dotted #ccc;
}
ul#recentcomments li a {
background:none;
padding-left:0;

}
ul#recentcomments li a:hover {
background:none;
padding-left:0;
color:#1382C7;
}

.comsubline {
font-size:11px;
}
.avtor {
color:#025180;
}
#tag_cloud a {
margin-right:5px;
}


/************************* COMMENTS AREA START ********************************/

.commentlist {
margin: 0;
padding:0;
list-style-type:none;
clear:both;
}
.commentlist p {
padding:0;
margin:0;
}
.komentar {
margin:0;
padding:0;
}
.commentlist a {
border-bottom:1px dotted;
text-decoration:none;
}
.commentlist a:hover {
text-decoration:none;
border-bottom:none;
}
.commentlist .body {
padding: 0;
margin:0;
overflow: hidden;
float:right;
width:620px;
display:block;
color:#45322f;
}
.commentlist .body .body-author {
padding:0 0 0 5px;
margin:5px 0 0 0;
overflow: hidden;
color:#1382C7;
float:right;
display:block;
border-left:3px solid #1382C7;
}
.commentlist .body p {
clear:both;
padding-top:0;
}
.commentlist li {
padding: 10px;
margin:0;
clear:both;
display:block;
float:left;
border-bottom:1px dotted #D9D9D9;
}
.commentlist li .top {
color: #45322f;
padding: 0;
margin:2px 0 10px 5px;
font-size:12px;
line-height:12px;
width:510px;
float:left;
font-weight: bold;
clear:right;
}
.commentlist li .top a {
color: #1382C7;
}
.commentlist li .top span {
font-weight: 400;
color:#505e66;
display:block;
margin-top:7px;
}
.alt {
background:#FBFBFB;
}

.gravatar {
height:36px;
width:36px;
float:left;
margin:0;
clear:left;
}

.theform_packer {
margin-top:30px;
}

#respond {
height:30px;
}

.theform {
width:454px;
}

.theform label {
font-size: 0.9em;
vertical-align: middle;
}

#remember, #forget, #txpCommentHelpLink {
margin-left: 2em;
}

#commentform {
padding:0;
}

.comment_input {
vertical-align: middle;
width: 156px;
height:19px;
border: 2px solid #a2a2a2;
padding: 3px 5px 0 5px;
margin:0;
font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
}
#commentform input:focus {
border: 2px solid #1382C7;
width: 156px;
height:19px;
}

.message_input {
font-size: 1em;
width: 400px;
height: 115px;
border: 2px solid #a2a2a2;
margin:0;
padding: 5px;
font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
}

#commentform textarea:focus {
width: 400px;
height: 115px;
padding: 5px;
border: 2px solid #1382C7;
background-attachment:scroll;
}

.commentlist_error {
color: #c00;
}

.button {
background: none;
width:60px;
padding:2px 0 3px 0;
height:24px;
cursor:pointer;
border:none;
font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
color:#fff;
background:#666;

}
.button:hover {
cursor:pointer;
border:none;
background:#1382C7;
color:#fff;
}
#commentform .button:focus {
width:60px;
padding:2px 0 3px 0;
height:24px;
cursor:pointer;
border:none;
background:#1382C7;
color:#fff;
}
/************************* COMMENTS AREA END ********************************/


/************************* FOOTER START ********************************/
#footer {
color: #555;
width: 100%;
padding: 0;
display: block;
background:#252525 url(images/footer_pat.gif) left top repeat-x;
}
#footer .container {
margin: 0px auto;
padding:0;
width:940px;
}

.credits { 
text-align:center;
padding: 10px 0 10px 10px;
font-size:11px;
color:#A4A4A4;
}
.credits a {
color:#fff;
}

/************************* FOOTER END ********************************/


/*************** SOCIAL LINKS in single page ************************/
.inside_subpost {
display:block;
clear:both;
margin:0 0 30px 0;
padding:0;
}

a.related_rss_icon {
float:left;
background:url(images/rss_in.gif) no-repeat;
width:39px;
height:47px;
margin: 0 5px 0 0;
border-bottom:none!important;
text-decoration:none;
}
.related_rss {
padding:0 0 5px 0;
margin:0 0 30px 0;
font-size:16px;
line-height:31px;
letter-spacing:-1px;
font-weight:normal;
}
.related_rss a, .related_rss a:visited {
border-bottom:1px solid;
text-decoration:none;
color:#96C600;
}
.related_rss a:hover {
border-bottom:none;
text-decoration:none;
}

#inside_form {
width:100px;
display:inline;
}
.submit_inside {
border:none;
background:none;
color:#96C600;
font-size:16px;
letter-spacing:-1px;
font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
text-decoration:none;
padding:3px 0 3px 0;
margin:0 3px 0 0 ;
border-bottom:1px solid #96C600;
cursor:pointer;
width:101px;
height:25px;
}
.submit_inside:hover {
border-bottom:1px solid #fff;
}



.nextlinks {
margin:0 0 20px 0;
padding:0;
display:block;
clear:both;
float:left;
}
.nextlinks h2 {
margin:5px 0 10px 0;
padding:0;
font-size:19px;
}
.nextlinks ul {
margin:0;
padding:0;
}
.nextlinks li {
list-style-type:none;
margin:0;
padding:0 0 3px 8px;
margin:3px 0 5px 0;
background:url(images/arrow.gif) left top no-repeat;
background-position:0 6px;
}
.nextlinks a {
line-height:13px;
font-size:13px;
padding:0
}



/* Page Navigation  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pageNav { padding: 7px 0 0 0; margin:20px 0 30px 0; height:40px; }
.pageNav a, .pageNav a:visited { display:block; float:left; text-align:center; line-height:24px; height:24px; font-size: 12px; color:#fff; background:#252525; text-decoration:none; margin-right:1px; padding:0 8px 0 8px; }
.pageNav a:hover { background: #1382C7; text-decoration: none; color:white; }
.pageNav span { font-size:14px; display:block; float:left; text-align:center; line-height:24px; height:24px; width:130px; margin-right:1px;color:#333;}
.pageNav .on { display:block; float:left; text-align:center; line-height:24px; height:24px; background:#1382C7;  color:white; margin-right:1px; padding:0 8px 0 8px;  }

.dotts {width:22px; text-align:center; display:block; float:left;}



/******************* SINGLE-BLOCK BAR FOR FEATURED POSTS ***********************/
.featbar {
padding:10px 0 10px 0;
}
.featbar h2 {
text-transform:uppercase;
color:#fff;
font-size:17px;
letter-spacing:1px;
}
.featbar ul {
list-style-type:none;
float:left;
margin:10px 0 20px 0;
padding:0;
}
.featbar ul li {
list-style-type:none;
margin:0 20px 5px 0;
padding-left:7px;
float:left;
width:440px;
background:url(images/arrowf.gif) left top no-repeat;
background-position:0 6px;
}
.featbar ul li:hover {
background:url(images/arrowf-hover.gif) left top no-repeat;
background-position:0 6px;
}
.featbar ul li a {
text-decoration:none;
color:#CDCDCD;
}
.featbar ul li a:hover {
text-decoration:none;
color:#96C600;
}