/*
Theme Name: Dweam.com
Author: Ripplewerkz
*/


/* RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End reset css*/


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	display:none;
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.postmetadata {
	clear: both;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding:20px 0 20px 20px;
	}

.alignleft {
	float: left;
	padding:20px 20px 20px 0px;
	}
/* End Images */


/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 10px 0px 0 0;
	}
#commentform textarea {
	width: 99%;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin-bottom:2px;
	padding: 20px 20px 10px 20px;
	list-style: none;
	background-color:#F0F0F0;

	}

.commentlist p {
	margin-top:10px;
	margin-bottom:5px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin:10px 20px;
	padding:0 20px;
	border: 1px solid #d0d0d0;
	background-color:#d3e8e6;
	color:#5a6c6b;
	font-size:11.5px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#535353;
	background-color:#f6f6f6;
	}
	
.bg{background:url(images/bg.gif) repeat-x top;}
	
a{text-decoration:underline; color:#808080;}
a:hover{color:#535353;}

h1{}
h2{font-size:20px;}
h3{font-size:11px;}

.clear{clear:both;}

.wrapper{width:943px; margin-left:auto; margin-right:auto;}	
	
.navigation-bar{width:943px; margin-left:auto; margin-right:auto; padding-top:60px;}	
.navigation-bar ul li{float:left;}	

#header{width:1000px; margin-left:auto; margin-right:auto; padding-right:60px;}
.header-image{background:url(images/header-image-4.jpg) left no-repeat; margin-left:-50px; margin-right:-17px; height:460px;}

/*Twitter*/
#twitter-wrapper{float:right; background:url(images/twitter-bg.gif) left bottom no-repeat;}
.twitter-box{width:257px; padding-left:32px; padding-right:18px; padding-top:20px;}

.aktt_more_updates{display:none;}

ul.tweets{/*height:290px;*/ background-color:#f0f0f0;}
ul.tweets li{font-size:11px; color:#535353; background-color:#f0f0f0; padding:10px 18px; border-bottom:1px solid #fff;}
.followmeontwitter{background:url(images/followmeontwitter.gif) no-repeat; width:200px; height:46px; display:block; margin-left:32px;} 


/*Side Bar*/
/*Search Bar*/
#sidebar{width:253px; float:right; /*margin-top:-10px;*/ padding-bottom:30px;}
#sidebar a{text-decoration:none;}
.searchbar{background:url(images/searchbar.gif) no-repeat; width:253px; height:50px; padding-top:40px; padding-left:17px; margin-top:10px;}
form#searchform{width:220px;}
form#searchform input#s{border:1px solid #d9d9d9; color:#535353; width:160px; padding:2px 5px;}
input#searchsubmit{float:right; background:url(images/search-go.gif) no-repeat; width:40px; height:23px; display:block; padding:0; margin:0; line-height:0; border:0; text-indent:-3000px;}

#sidebar li{list-style:none;}

#content form#searchform{margin-left:auto; margin-right:auto; padding-top:20px; }

/* Widget*/
.widget{padding-bottom:20px;}
li.widget ul li{padding:10px 0; border-bottom:1px solid #d8d8d8;}
li.widget .textwidget img{padding-bottom:10px;}

		/*.textwidget{padding:0 20px;}
		.widget_categories ul{padding:0 20px;}*/


/* Listing */
img.title{padding-bottom:10px;}

/*End Side Bar*/

/*Content*/
#content{width:654px; float:left; margin-top:-60px;}
h2.pagetitle{padding-bottom:20px;}

.post {text-align: justify;}
#post{padding-bottom:30px;}

.post-date{float:left:}

.post-title{text-align:left; float:right;}
.post-title a{font-family:Georgia, "Times New Roman", Times, serif; font-size:26px; color:#393838; text-decoration:none;}
img.ttf{}

.post p{/*padding:10px 0;*/ margin:0;}

.post-top{background:url(images/post-top.gif) no-repeat; width:650px; height:13px; margin-top:15px;}
.post-top-2{background:url(images/post-top.gif) no-repeat; width:650px; height:13px; margin-top:10px;}
.post-middle{background:url(images/post-middle.gif) repeat-y; width:590px; height:auto; padding:5px 30px;}
.post-bottom{background:url(images/post-bottom.gif) no-repeat; width:650px; height:15px;}

.date-wrapper{background:url(images/date-bg.gif) no-repeat bottom; width:116px; /*height:45px;*/ _height:60px;}
.date-day{font-family:Georgia, "Times New Roman", Times, serif; font-size:60px; color:#575757; float:left; padding-left:5px; padding-top:10px; line-height:0px; letter-spacing:-3px;}
.date-month{font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:bold; color:#818181; line-height:0px; }
.date-year{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;  font-weight:bold; color:#818181; padding-top:7px;}

.date-split{float:left; padding-left:7px;}

.entry{line-height:24px; text-align:justify; }
.entry p{ padding:10px 0; }
.entry a{text-decoration:underline;}
/*.entry img{border:1px solid #dfdfdf; padding:8px;}*/

.post-left{width:400px; float:left; font-size:11px;}
.post-right{float:right; padding-top:54px; }
.post-right a{text-decoration:none;}

#tag, #postedin, #shareandenjoy{padding:10px 0 5px 0; line-height:12px; font-size:13px;}

#postedin, #tag{font-family:Georgia, "Times New Roman", Times, serif;}
#postedin a, #tag a{text-decoration:none; line-height:18px;}
#postedin .title{background:url(images/postedin.gif) no-repeat bottom; width:60px; height:12px; margin-bottom:2px; padding-top:5px;}
#shareandenjoy .title{background:url(images/shareandenjoy.gif) no-repeat bottom; width:98px; height:16px; padding-bottom:5px;}
#tag .title{background:url(images/tags.gif) no-repeat bottom; width:35px; height:15px; padding-bottom:5px;}
#lipmark .title{background:url(images/lipmark.gif) no-repeat bottom; width:40px; height:35px;}

a.post-edit-link{display:none;}
.piclenselink{display:none;}
.sociable_tagline{display:none;}


/*Comment Format*/
#lipmark{float:left; padding-right:10px;}
.comment-text{font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; color:#434343; float:right; padding-top:11px;}
.comment-number{font-family:Georgia, "Times New Roman", Times, serif; font-size:31px; color:#434343; float:left; line-height:10px; padding-right:5px; padding-top:10px;}

#respond{padding-top:10px;}
.comment-top{background:url(images/comment-top.gif) no-repeat; width:650px; height:37px;}
.comment-middle{background:url(images/comment-middle.gif) repeat-y; width:610px; height:auto; padding:10px 20px 0px 20px;}
.comment-bottom{background:url(images/comment-bottom.gif) no-repeat; width:650px; height:8px;}

input.submit-comment{background:url(images/submitcomment.gif) no-repeat; width:136px; height:27px; text-indent:-3000px; display:block; line-height:0; border:none;}

/* Pagination */

.navigation{font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-align:center; padding-top:10px;}
.navigation ol li a.prev, .navigation ol li a.next{font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.wp-paginate a {width:26px;}



.wp-pagenavi{font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-align:center; padding-top:10px;}
.wp-pagenavi a{}
.wp-pagenavi span.current{background:url(images/pagination-on.gif) no-repeat scroll 0 0 transparent; color:#000000; margin-right:4px; padding:5px 10px;}
.wp-pagenavi a.page{background:url(images/pagination-off.gif) no-repeat scroll 0 0 transparent; margin-right:4px; padding:5px 10px; text-align:center; text-decoration:none;}
.wp-pagenavi a.page:hover{background:url(images/pagination-on.gif) no-repeat scroll 0 0 transparent;}

.wp-pagenavi a.previouspostslink, a.nextpostslink{background:url(images/pagination-off.gif) no-repeat scroll 0 0 transparent; color:#000000; margin-right:4px; padding:5px 10px; text-decoration:none;}
.wp-pagenavi a.previouspostslink:hover, a.nextpostslink:hover{background:url(images/pagination-on.gif) no-repeat scroll 0 0 transparent;}

.wp-pagenavi a.nextpostslink{margin-left:-8px;}
.wp-pagenavi a.last, .wp-pagenavi a.first{text-decoration:none; display:none;}

/* Bottom Sitemap */
.sitemap-top{background:url(images/sitemap-top.gif) no-repeat; width:650px; height:112px;}
.sitemap-middle{height:auto; background-color:#e5e5e5; width:615px; padding:0 20px 0px 15px; font-size:11px;}
.sitemap-bottom{background:url(images/sitemap-bottom.gif) no-repeat; width:650px; height:13px;}

.recent-posts{float:left; width:280px;}
.recent-posts a{text-decoration:none; }

.recent-comments{float:right; width:300px; padding-left:15px; border-left:1px solid #f7f7f7;}

.recent-posts ul li, .recent-comments ul li{border-bottom:1px solid #d4d4d4; padding:10px 0;}
.recent-posts ul li a:hover, .recent-comments ul li a:hover{color:#606060;}

img#wpstats{display:none;}

/* Footer */
.footer{background:url(images/copyright-bar2.gif) no-repeat center; width:650px; height:133px; float:left; }
.copyright-text{padding-top:41px; font-family:Arial, Helvetica, sans-serif; font-size:11px; width:630px; text-align:center;}
.copyright-text a{text-decoration:none;}
