/*  
Theme Name: moreflick
Theme URI: http://www.jauhari.net/themes/
Description: <p>Be Flickr or Be Gone!</p> <p>Visit the <a href="http://www.jauhari.net/themes/tp">Theme Page</a> for theme update and other related information.</p><p>Please Note This is Sponsored Themes</p><p>The CSS, XHTML and design is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a></p>
Version: 1.1
Author: Nurudin Jauhari
Author URI: http://www.jauhari.net/

	This theme was designed and built by Nurudin Jauhari,
	whose blog you will find at http://jauhari.net/themes/tp
	Crafted on 14 July 2008
	Last Edit: 11 December 2008 20.56  +7 GMT

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
p, blockquote, ul, ol, pre, code
{
	line-height: 1.6em;
	margin: 0 0 0.7em;
}
blockquote {
	margin-left: 30px;
	border-left: 2px solid #ddd;
	padding-left: 10px;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right,img.alignright
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left,img.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
}
img.aligncenter
{
}

/* 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;
	}

.alignleft {
	float: left
	}
/* End Images */

/* 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: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



hr
{
	display: none;
}
body
{
	/*font: 13px Helvetica, arial, verdana, tahoma, sans-serif; */
	font: 14px Georgia, Helvetica, arial, verdana, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff/*#eff8f5#e6e6e6*/;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #0063DC;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
/*	font-family: Georgia, Verdana, Arial, Serif; */
	font-family: Arial, Verdana, Serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Design 
******************** */
#page {
	text-align: left;
	width: 999px;
	margin: 0 auto;
}

#content-wrap {
	float: left;
	width: 100%;
}

#content {
	margin: 0 0 0 290px;
}
.side1 {
	width: 250px;
	float: left;
	margin-top: 150px;
	margin-left: -100%;
	}

#footer {
	width: 470px;
	border-top: 1px solid #ccc;
	margin: 10px auto 20px;
	padding: 10px 10px 0 270px;
	text-align: left;
	color: #999;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
.thetop {
	width: 750px;
	text-align: left;
	margin: 50px auto 0;
}

/*myHead */
#pager {
	position: absolute;
	width: 250px;
	height: 110px;
	color: #FF0084;
}
#headr {
	padding: 0;
	text-align:left;
	position: relative;
}
#headr h1 a {
	font-size: 120%;
	padding: 0 5px;
	letter-spacing: -2pt;
	background: #0063DC;
	color: #fff;
}
#headr .description {
	font-size: 140%;
}

#navr {
	height: 30px;
	position: relative;
	margin: 10px 0 30px 0;
	text-align: right;
}
#navr ul {
	list-style: none;
	padding-top: 5px;
}
#navr ul li {
	display: inline;
}
#navr ul li a {
	padding: 2px 10px;
	color: #0063DC;
	font-size: 110%;
	font-weight: bold;
}
#navr ul li a:hover {
	background: #0063DC;
	color: #fff;
}
.search {
	position: relative;
}
.search #s {
	width: 170px;
	padding: 4px;
	border: 1px solid #666;
}
#searchsubmit {
	padding: 3px 2px;
	background: #0063DC;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
}

/*myPost */
.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.timr {
	text-align: right;
	color: #FF0084;
	font-weight: bold;
	font-size: 110%;
}
.post h2 {
	font-size: 170%;
	letter-spacing: -1pt;
	margin-bottom: 20px;
}
.post h2 a {
	color: #000;
}
.postmetadata {
	text-align: right;
	color: #999;
}
.postmetadata a {
}

.post ul, .post ol {
	margin-left: 30px;	
}
.navigation {
	margin-bottom: 20px;
	min-height: 20px;
}
.navigation a {
	color: #FF0084;
}
.navigation .alignleft {
	float: left;
	width: 50%;
}
.navigation .alignright {
	float: right;
	text-align: right;
	width: 50%;
}

/*myday */
.side1 ul {
	list-style: none;
	line-height: 15px;
}
.side1 h2, .side1 h3 {
	border-bottom: 1px solid #ccc;
	font-size: 17px;
	margin-bottom: 10px;
}
.boxr, .categories, .linkcat {
	margin-bottom: 20px;
}
.caty li {
	float: left;
	width: 120px;
}
.stats {
	background: #efefef;
	padding: 2px 2px 2px 10px;
	font-size: 90%;
}
.lasties span {
	float: left;
	width: 45px;
}
.inin {
	padding-left: 50px;
}
.side1 a:hover {
	background: #0063DC;
	color: #fff;
}

/*mycomment */
h3#respond {
	margin: 20px 0;
}
.trackbacklist, .commentlist, .commentlist ul {
	list-style: none;
}
.trackbacklist li, .commentlist li{
	position: relative;
}
.commentlist li ul li { 
	margin-left: 20px;
	border-left: 2px solid #ccc;
	padding-left: 10px;
}

.commentlist .avatar {
	float: right;
}
.numero a {
	float: right;
	color: #ccc;
	font-size: 170%;
}
.commentmetadata {
	color: #999;
}
.commentmetadata a {
	color: #999;
	text-decoration: underline;
}
.comment {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.alt {
	margin-bottom: 10px;
}
.leftarea {
	float: left;
	width: 100px;
}
.rightarea {
	margin-left: 100px;
}

.formin textarea {
	width: 100%;
}
/* Change Log ****
1.0	: First Public Released
*** */
