/*  
Theme Name: Showcase
Theme URI: http://www.freewpthemes.net/preview/showcase
Description: Widget ready and tested on WP2.3
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #fefaf5;
	background-image: url(images/background_gradient.png);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin-top: 0;
	color: #a34853;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0em;
	text-align: left;
}


ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #643853;
	color: #643853;
	font-weight: bold;

}

a:hover {
	border-bottom: none;
        border-bottom: 1px dotted #643853;
	color: #643853;
        background-color: #d8ff00;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	left: 0px;
	top: 0px;
	background-image: url(images/curve.png);
	background-repeat: repeat-x;
	z-index: 1;
}

#logo h1, #logo p, #logo a {
	float: left;
	margin: 0;
	color: #dbc3cf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	position: absolute;
	top: -100px;
}

#logo h1 {
	text-transform: none;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -0.02em;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo p {

	padding: 46px 0 0 3px;
	font-size: 18px;
	color: #643853;
}

#logo a {
	text-transform: none;
        border: none;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -0.02em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#logo a:hover {
	border: none;
    background-color: #fff;
}

/* Menu */

#menu {	width: 1000px;
	height: 30px;
	padding-top: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 4;
}


#nav {margin:0;padding:0;list-style:none;}	
	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {float:left;display:block;width:70px;background:#424;position:relative;z-index:500;margin:0 1px;}
#nav li.wider {width:145px}
#nav li.widest {width:190px}	
/* this is the parent menu */
#nav li a {display:block;padding:8px 5px 0 5px;font-weight:bold;height:23px;text-decoration:none;text-align:center;color:#fcf;}


#nav li a:hover {color:#fff;background:#646}
	
/* you can make a different style for default selected value */
#nav a.selected {color:#d8ff00;}
	
/* submenu, it's hidden by default */
#nav ul {position:absolute; left:0;display:none;margin:0 0 0 -1px;padding:0;list-style:none;}
		
#nav ul li {width:100px;float:left;border-top:1px solid #fff;}
		
/* display block will make the link fill the whole area of LI */
#nav ul a {display:block;height:15px;padding: 8px 5px;color:#fcf;}
		
#nav ul a:hover {text-decoration:none;}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {margin:0 0 0 -2px;}


/* Wrapper */

#wrapper {
	z-index: 3;
}

/* Page */

#page {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-image: url(images/background_gradient2.png);
	background-repeat: repeat-x;
}

#page-bg {
	padding: 11px 24px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 558px;
        margin-top: 20px;
}
#sidebar1 {
	float: left;
	width: 200px;
	background-color: none;
}
#sidebar2 {
	width: 200px;
	background-color: none;
}


.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	border-bottom: 1px dotted #be97ac;
        background: url(images/cb.png) no-repeat right 50%;
	font-weight: normal;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
        height: 38px;
        margin-bottom: 30px;
}

.post h2 {
	font-size: 28px;
        font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
        padding-top: 5px;

}

.post h2 a {
	font-size: 28px;
        font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
        padding-top: 5px;

}

.post h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.post ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.post li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.title {
	margin: 0;
	padding-bottom: 2px;
	background: url(images/cb.png) no-repeat right 50%;
	font-weight: normal;
	color: #51334B;
	height: 34px;
}

.title a {
	border-bottom: none;
	color: #643853;
}

.title a:hover {
	border-bottom: 1px dotted #000;
	color: #643853;
}

.byline {
	margin: 0 0 26px 0;
	text-transform: uppercase;
        color: #be97ac;
        font-size: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #be97ac;
}

.entry {
}

.links {
	font-size: 11px;
	background-color: #51334B;
        color: #643853;
}

.links a {
	margin-left: 15px;
	padding-left: 10px;
	background: url(images/img02.gif) no-repeat left 50%;
	border: none;
        color: #ffccff;
}

.links a:hover {
        color: #fff;        
}

.links .comments {
}

/* Sidebars */

.sidebar {
	float: left;
	padding: 0 0 0 0px;
        margin-left: 15px;
	background-color: none;
        color: #643853;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 0px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 2px 5px;
	border: 1px solid #643853;
	font-size: 18px;
	font-weight: normal;
	color: #c7e052;
        background-color: #000;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid #CAB3C8;
	background: #000000;
	font-size: 10px;
	color: #999999;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	border: thin solid #CAB3C8;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CAB3C8;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}


#calendar_wrap table {
	width: 100%;
}



#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	height: 50px;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: smaller;
	color: #6A683C;
}

#footer a {
	color: #8FC80D;
}

hr {
	display: none;
}

#commentform {
}

#comment {
	width: 540px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

.narrowcolumn {
	padding: 0;
	margin: 0;
	color: #666666;
}
#headerdec {background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-left: auto;margin-right:auto;
	z-index: 10;
	height: 220px;
	width: 1000px;margin-top:-180px
}

#exercise p {
	position: absolute;
        font-size: 8px;
	top: 100px;
        left: -1000px;  
	height: 150px;
	width: 900px;
}

.post blockquote p{
	font-weight: normal;
	text-align: left;
	font-size: 1.3em;
	/*border-left: 2px #999 solid;*/
	margin-left: 30px;
	margin-right: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A8A89F;
	text-align: justify;
	background-image: none;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 27px;
	padding-left: 20px;
	font-style: italic;
}
