/*
Theme Name: Teloor
Theme URI: http://teloor.com/
Description: Created by JAUHARIMEDIA.com and enjoy it <a href="http://www.jauharimedia.com/">JAUHARI MEDIA</a>.
Version: 1.0
Author: Nurudin Jauhari
Author URI: http://www.jauharimedia.com/
Tags: orange, fixed width, two columns, widgets, teloor

	First Coded
	16 December 2009 18.29
	
	Latest 
	January 2010 20.59
	
	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

*/
@import url('css/all-jauhari.css');

body {
   font: 13px  Georgia,Times,serif;
   background: #f7f6ee;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
	
/* 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.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption {
	border:1px solid #915C29;
	text-align:center;
	position: relative;
}

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

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #915C29;
	color: #fff;
	padding: 4px;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


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

img.wp-smiley { 
   vertical-align: -25%; 
}

/* End captions */	