/*  
Template Name: Little stars
Description: Proudly Hand Crafted By <a href="http://www.mygreencorner.com/">My Green Corner</a>.
Version: 1.0
Author: My Green Corner Design Team
Author URI: http://www.mygreencorner.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #000;
	padding-top: 35px;
	padding-bottom: 15px;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
/*	background: url(img/body_bg.jpg);*/
	background: #ccc;
}

p {
	line-height: 19px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #993B11;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	background: url(img/quote.gif) no-repeat 10px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

/* Wrap */

#wrap {
	width: 858px;
	margin: 0 auto;
}

/* Top */

#top {
	width: 818px;
	padding: 17px 20px 3px 20px;
	background: url(img/top_bg_h70.gif) no-repeat left top;
}

/* Top (Menu) */

.menu {
	width: 800px;
	padding-left: 2px;
	float: left;
}

.menu ul {
	font-weight: bold;
	font-size: 15px;
	font-weight: bold;
/*	font-family: Tahoma, sans-serif; */
	padding: 1px 0 0 0;
}

.menu ul li {
/*	display: inline;*/
/*	text-transform: uppercase; */
}

.menu ul li a {
	float: left;
	text-decoration: none;
	padding: 0 0 0px 5px;
	line-height: 22px;
	margin-right: 5px;
	color: #412827;
}

.menu ul li a span {
	display: block;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 1px;
}

.menu ul li.current_page_item a {
	background: url(img/link_left.gif) no-repeat left top;
	color: #fff;
}

.menu ul li.current_page_item a span {
	background: url(img/link_right.gif) no-repeat right top;
}

.menu ul li a:hover {
	background: url(img/link_left.gif) no-repeat left top;
	color: #fff;
}

.menu ul li a:hover span {
	background: url(img/link_right.gif) no-repeat right top;
}

.menu-second ul {
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 0 0;
	margin-top: 2px;
}

/* Top (Search) */

#top #search {
	width: 147px;
	height: 25px;
	background: url(img/search_bg.gif) no-repeat;
	overflow: hidden;
	position: relative;
	float: right;
	margin-right: 1px;
	display: inline;
	display: none;
}

#top #search input.field {
	width: 100px;
	position: absolute;
	left: 10px;
	top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #827F7E;
	background: transparent;
	border: none;
}

#top #search input.submit {
	position: absolute;
	left: 122px;
	top: 6px;
}

/* Header */

#header {
	width: 815;
	padding-left: 43px;
	height: 200px;
	background: url(img/header_bg.png);
	position: relative;
}


#header-line {
	width: 815;
	padding: 0 0 0 20px;
	background: url(img/content_bg.gif);
	position: relative;
}

#header-line img {
	margin-top: 20px;
}


#header h1 {
	font-size: 48px;
	color: #fff;
	padding: 0;
	position: absolute;
	left: 43px;
	top: 55px;
	font-family: "Trebuchet MS";
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover {
	color: #FA6C21;
}

#header h1 a span {
	color: #FA6C21;
}

#header h1 a:hover span {
	color: #0594FC;
}

#header p {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #8B5C21;
	padding: 0;
	position: absolute;
	left: 46px;
	top: 105px;
}

/* Carousel */
#carousel {
	width: 815;
	padding: 10px 0 0 20px;
	background: url(img/content_bg.gif);
	position: relative;
}

/* Content Wrap */

#content_wrap {
	width: 784px;
	padding: 0 30px 25px 44px;
	background: url(img/content_bg.gif);
}

/* Content */

#content {
	width: 480px;
	float: left;
	padding-top: 5px;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0;
}

#content h2 a {
	color: #993B11;
	text-decoration: none;
}

#content h2 a:hover {
	color: #0B0B0B;
}

#content img {
	border: #BBBBBB 1px solid;
	padding: 2px;
}

#content h1 {
	font-size: 23px;
}

#content h3 {
	font-size: 15px;
}

#content h4 {
	font-size: 12px;
}

/* Content (lists) */

#content ul, #content ol {
	padding-left: 50px;
	line-height: 22px;
}

#content ul li {
	background: url(img/square.gif) no-repeat 0 9px;
	padding-left: 15px;
}

#content ol {
	list-style: decimal;
	padding-left: 70px;
}

/* Content (img align) */

#content img.alignleft {
	margin: 10px 10px 8px 0;
}

#content img.alignright {
	margin: 10px 0px 8px 10px;
}

#content img.centered {
	margin: 10px auto 20px auto;
	display: block;
}

/* Post Wrap */

.post_wrap {
	width: 100%;
	padding-bottom: 15px;
}

p.post_date {
	font-size: 11px;
	font-weight: bold;
	color: #8F8F8F;
	padding: 0 0 0 2px;
	margin-top: -12px;
}

p.post_details {
	background: url(img/circle.gif) no-repeat left 11px;
	padding: 5px 0 10px 16px;
	color: #5D5D5D;
	font-size: 11px;
	line-height: 20px;
	clear: both;
}

p.post_details a {
	color: #5D5D5D;
	text-decoration: underline;
}

p.post_details a:hover {
	text-decoration: none;
	color: #000;
}

/* More Entries */

#more_entries {
	width: 100%;
	padding-top: 10px;
}

#more_entries h2 {
	font-size: 18px;
}

#more_entries h2 a {
	color: #000;
}

#more_entries h2 a:hover {
	color: #993B11;
}

/* Comments (single.php and comments.php) */

.comments_wrap {
	width: 470px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .right {
	width: 380px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif !important;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc {
	padding-top: 15px !important;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 252px;
	background: url(img/sidebar_bottom.gif) no-repeat left bottom;
	padding-bottom: 15px;
	float: right;
	color: #000;
	margin-top: 20px;
}

#sidebar_in {
	width: 212px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background: #FBF9D2 url(img/sidebar_top.gif) no-repeat left top;
	overflow: hidden;
}

#sidebar p {
	line-height: 18px;
	padding: 8px 0;
}

#sidebar a {
	color: #F4DD2F;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	color: #993B11;
}

#sidebar h2 {
	font-size: 14px;
	padding: 10px 0 8px 0;
	color: #993B11;
	background: url(img/sidebar_h2_bg.gif) repeat-x left bottom;
}

#sidebar ul {
	width: 100%;
	position: relative;
	padding: 10px 0 15px 0;
}

#sidebar ul ul {
	padding: 3px 0 0 12px;
}

#sidebar li {
	line-height: 16px;
	padding: 2px 0 2px 0px;
	font-weight: bold;
}

#sidebar a {
	color: #997D4D;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #997D4D;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

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

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

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 15px;
}

/* Footer */

#footer {
	width: 858px;
	background: url(img/bottom_bg.gif) no-repeat left top;
	text-align: center;
	padding-top: 20px;
	color: #717070;
}

#footer p {
	font-size: 11px;
}

#footer a {
	color: #ADADAD;
	text-decoration: none;
}

#footer a:hover {
	color: #EDEDED;
	text-decoration: underline;
}

/* Fix */

#content_wrap:after,
#top:after,
.comments_wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Buttons */
.awesome, .awesome:visited {
/*	background: #222 url(/images/alert-overlay.png) repeat-x; */
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }


p.banner img {
	border:0 !important;
}

p.banner textarea {
	width:430px;
	height:80px;
}

p.banner span {
	font-weight: bold;
	font-size: 14px;
}


#social-icons {
  text-align: center;
  margin-bottom: 5px;
}

#social-icons a {
  margin-left: 4px;
  margin-right: 4px;
}

#header a {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  width: 550px;
  height: 130px;
}



#links-partners {
  margin-top: 15px;
}

.links-item {
  margin-top: 5px;
  height: 25px;
}

.links-item img {
  margin-bottom: -3px;
}

.partner-info, links-partners-info {
  text-align: center;
  margin-top: 10px;
}

.partner-info img {
  border: 1px solid #BCBBA5; /* #F6963E;*/
}

.partner-info .border-none img {
  border: 0;
}

.menu li {
  display: inline;
  float: left; 
}



/* Schedule */

#scheduleTable td {
  vertical-align:top;
}

.scheduleTime {
  font-size: 1.2em;
  font-weight: bold;
}

.scheduleTopic {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 3px;
}

.scheduleSpeaker {
  font-size: 1em;
  margin-bottom: 3px;
}

.scheduleDuration {
  font-size: 1em;
  display: none;
}

.schedulePause {
  background-color: #FBF9D2;
}

#topics-list h3 {
  border-top: 1px solid #BCBBA5;
  margin-top: 20px;
  padding-top: 10px;
}

#topics-list h4 {
  margin-top: 0em;
  margin-bottom: -1.6em;
}

#topics-list em {
  margin-bottom: 10px;
}

div.separatorLine {
  border-top: 1px solid #BCBBA5;
  margin: 25px 0 15px 0;
}

