/*  
Theme Name: World of Tea
Theme URI: http://www.tonygebely.com
Description: World of Tea Blog First Edition
Version: 1.0
Author: Tony Gebely
Author URI: http://www.tonygebely.com
*/

	body 
	{
		margin:0;
		padding:0;
		border:0;	
		width:100%;
		background:#000;
		min-width:600px;	
		font-size:90%;
	}

#search
{
margin-bottom:15px;
color:#103f10;
font-family: "Candara", Georgia;
font-weight:bold;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.6em;
}

#comment{
	width: 90%;
	height: 100px;
	}


.col1 h2
{
margin-top: 10px;
}

.col2 p
{
padding: 0px;
margin: 0px;
}

.col2 ul
{
margin-bottom:15px;
}

.col3 h2
{
color:#ebeed0;
}

.col3 p
{
color:#dde3ac;
}

.col2 h2
{
color:#103f10;
}

.tweet li
{
padding:0px;
margin:0px;
}

.tweet li p
{
padding:0px;
margin:0px;
}

#header img
{
	border:none;
	text-decoration:none;
}

.entry img
{
	border:none;
	text-decoration:none;
}

.col3 a
{
color:#707352;
}
ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

a
{
text-decoration: none;
color: #444;
}

a:hover
{
color:#666666;
text-decoration:underline;
}

small
{
font-family: "Candara",Georgia;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 1px;
line-height: 1.3em;
font-size: 0.8em;
}

		/* Images without captions */ 
		.col1 img
                {
			margin: 0 0 10px 0;
		}
		.col1 img.alignleft {
			margin: 0 10px 10px 0;
		}
		.col1 img.alignright {
			margin: 0 0 10px 10px;
		}


	p, li, td
	{
font-family: "Candara",Georgia;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 1px;
line-height: 1.3em;
font-size: 1.0em;
	}

h2
{
margin-bottom:0px;
}

.entry
{
background-color:#ebeed0;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}

.entry a
{
color:#103f10;
font-weight:bold;
}

.entry p
{
margin-top:0px;
margin-left:0px;
margin-right:0px;

padding:0px;
padding-bottom:10px;
}
	

	h1,h2,h3
	{
color: #444;
font-family: "Candara", Georgia;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.6em;
padding:0px;
margin:0px;
	}
	
	
	/* Header styles */
	#header 
	{
		clear:both;
		float:left;
		width:100%;
		height:81px;
		background-color:#103f10;
	}

#header img
{
 margin-left:20px;
}
	
	#stripecontainer
	{
		padding:0px;
		margin:0px;
		border:none;
		width:100%;
		float:left;
		position:relative;
		height:18px;
		overflow:hidden;
		background-color:#2b5c2b;
	}
	
	#stripe1
	{
		display:block;
		width:100%;
		right:25%;
		float:left;
		height:18px;
		background-image:url('images/worldoftea_03.jpg');
		background-position:top;
		background-repeat:repeat-x;
		background-color:#f2f5da;		
		position:relative;
}
	
	#stripe2
	{
		display:block;
		width:100%;
		right:25%;
		height:18px;
		float:left;
		position:relative;
		background-image:url('images/worldoftea_03.jpg');
		background-position:top;
		background-repeat:repeat-x;
		background-color:#407a40;
	}
	
	/* column container */
	.colmask 
	{
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	
	/* common column settings */
	.colright,
	.colmid,
	.colleft 
	{
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	
	.col1,
	.col2,
	.col3 
	{
		float:left;
		position:relative;
		padding:0 0 1.2em 0;		/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	/* 3 Column blog style settings */
	.blogstyle 
	{
		background-color:#2b5c2b;		/* right column background colour */
		background-image:url('images/worldoftea_11.jpg');
		background-position:bottom;
		background-repeat:repeat-x;
	}
	
	.blogstyle .colmid 
	{
		right:25%;				/* width of the right column */
		background-color:#407a40;		/* center column background colour */
		background-image:url('images/worldoftea_08.jpg');
		background-position:bottom;
		background-repeat:repeat-x;
	}
	
	.blogstyle .colleft 
	{
		right:25%;				/* width of the middle column */
		background-color:#f2f5da;	/* left column background colour */
		background-image:url('images/worldoftea_06.jpg');
		background-position:bottom;
		background-repeat:repeat-x;
	}
	
	.blogstyle .col1
	{
		width:48%;				/* width of center column content (column width minus padding on either side) */
		left:51%;				/* 100% plus left padding of center column */
margin-bottom:20px;
	}
	
	.blogstyle .col2 
	{
		width:23%;				/* Width of left column content (column width minus padding on either side) */
		left:53%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
margin-top:10px;
	}
	
	.blogstyle .col3 
	{
		width:23%;				/* Width of right column content (column width minus padding on either side) */
		left:55%;
margin-top: 5px;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* Footer styles */
	#footer 
	{
		clear:both;
		float:left;
		width:100%;

	}

#sidebar a, #sidebar li
{
color:#d6d9b9;
}