/*
Theme Name: Fundata Calea Victoriei
Theme URI: http://wordpress.org/
Description: Tema pentru Fundatia Calea Victoriei
Author: New Black Design
Version: 1.1
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
	outline: none;
	text-decoration:none;
}

*:focus
{
	-moz-outline-style: none;
	 outline: none;

}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{   
        border : 0px;
}

input[type="submit"]:focus, input[type="button"]:focus
{     
        outline : none; 
}
 



/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	background:url("images/bg-content-top.jpg") no-repeat scroll left top transparent;
	float:left;
	margin:17px -240px 0 0;
	padding-top:30px;
	width:100%;
}

#container-home {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 431px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#access .menu,
#access div.menu ul {
	font-family: Georgia,"Times New Roman", Times, serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow:hidden;
}
#wrapper {
	background: transparent url(images/bg-wrapper.png) repeat-y;
	padding: 0 20px;
}

/* Structure the footer area */



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #150b06 url(images/bg-body.jpg) repeat-x;
}
body,
input,
textarea {
	color: #7f5a34;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #2d1101;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background:none repeat scroll right bottom #fbf8ef;
	border:1px dotted #2D1101;
	margin:0px 0 0px;
	padding:2px;
	width:425px;
}

.textinputclass {
	background:none repeat scroll right bottom #fbf8ef;
	border:1px dotted #2D1101;
	margin:0px 0 0px;
	padding:2px;
	width:425px;	
}

a:link {
	color: #128f85;
	text-decoration:none !important;
}
a:visited {
	color: #128f85;
}
a:active,
a:hover {
	color: #501F02;
	text-decoration:none !important;
}

a.no-change-link,
a.no-change-link:visited
{
	color:#501F02;
	
}

a.no-change-link:hover {
	color:#128F85;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/*buttons*/
span.button {
	padding-left:30px;
	background: url(images/button-left.png) no-repeat left top transparent;
	_background: url(images/button-left-ie6.png) no-repeat left top transparent;
	display:inline-block;
	height:49px;
	cursor:pointer;
}

div.button {
	padding-left:30px;
	background: url(images/button-left.png) no-repeat left top transparent;
	_background: url(images/button-left-ie6.png) no-repeat left top transparent;
	display:inline-block;
	height:49px;
}



.button a,.button a:visited,.button a:hover,.button a:active,.button input {	
	background:url("images/button-right.png") no-repeat scroll right top transparent;
	_background:url("images/button-right-ie6.png") no-repeat scroll right top transparent;
	color:#2B1C02 !important;
	display:inline-block;
	font-size:14px !important;
	height:61px;
	line-height:49px !important;	
	padding-right:30px;
	text-decoration:none;
	text-shadow:1px 1px 1px #FACB2C;
	z-index:1;
	cursor:pointer;
	*width:auto;
    *overflow:visible;
}


.transparent-fix { behavior: url(wp-content/themes/fundatia/iepngfix.htc) }

.clearfix {
	clear: both;	
}

.big-link {
	font-size:20px;
	line-height:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
}

.captchaimage {
	float:left;
	clear:both;
	margin-bottom:0px !important;
}



/* =Header
-------------------------------------------------------------- */

#header {
	background: #fff6d9;
}

#title-header {
	background: url(images/title.gif);
	width:960px;
	height:97px;
	cursor:hand;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

#header-button {
	float:right;
	margin-top:30px;
}

#submit-button {
	float:right;
	margin-top:10px;
	margin-right:10px;
	line-height:49px !important;
}

#sidebar-button {
	float:right;
	margin-top:30px;
	margin-right:31px;
}

#content-button {
	float:right;
	margin-bottom:30px;
	margin-right:131px;
	display:inline;
	overflow:hidden;
	_margin-bottom:0px;
}

#newsletter-button {
	float:right;
	margin-bottom:30px;
	display:inline;
	overflow:hidden;
	_margin-bottom:0px;
	margin-right:131px;
	*float:none;
}

.wpcf7-list-item {
	float:left;
	clear:both;
	margin-bottom:10px;
}

div.wpcf7-validation-errors {
	clear:both;
}

div.wpcf7-mail-sent-ng {
	clear:both;
}

div.wpcf7-mail-sent-ok {
	clear:both;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #2d1101;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
	height:45px;
	padding-top:11px;
	position:absolute;
}

#access .menu-header,
div.menu {
	font-size: 18px;
	margin-left: 6px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	/*
margin: 0;
*/
	margin:0 0 0 -2px;

}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin-left: 8px;
	position:relative;
	margin-right: 7px;
    font-size: 16px;
    margin-left: 7px\9;
}

#access a {
	color: #dfce93;
	display: block;
	line-height:33px;
	padding: 0 0px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access a:hover,
#access ul ul :hover a {
	color: #facb2c;
}
#access ul li:hover ul {
	display: block;
}

#access ul li.current_page_item,
#access ul li.current-menu-ancestor,
#access ul li.current-menu-item {
	float:left;
	padding-left:7px;
	background: url(images/selected-left.gif) no-repeat left top transparent;
	display:block;
	margin:0;
}

html>body .current-menu-item a { /* show drop shadow in IE7 but not in IE6*/
	FILTER: dropShadow(color=#ff0000,offX=0,offY=1); 
	display:inline-block;
}

#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a {
	color: #2b1c02 !important;
	padding-left:7px;
	padding-right:12px;
	background: url(images/selected-right.gif) repeat-x right top #facb2c;
	text-shadow: 1px 1px 1px #facb2c; /* FF3.5+, Opera 9+, Saf1+, Chrome */
	z-index:1;
    padding-left:6px\9;
}



#searchform {
	margin-top:6px;
	text-align:left;
	vertical-align:middle;
	position:absolute;
	top:12px;
	left:750px;	
	*display:inline-block;
}

#search-input-container {
	background: url("images/bg-search-input.jpg") no-repeat scroll top left;
	
	height:23px;
	width:180px;
	float:left;
}

#search-input {
	/*background:url("images/bg-search-input.jpg") no-repeat scroll top left transparent;*/
	background:transparent;
	border:medium none;
	display:inline-block;
	float:left;
	height:23px;
	margin-left:6px;
	padding-left:4px;
	padding-top:0px;
	width:109px;
}

#searchsubmit {
	border:none;
	background: url(images/bg-search-button.jpg);
	width:21px;
	height:22px;
	float:left;
	padding-left:3px;
	cursor:pointer;
}

#rss-icon {
	float:right;
	top:12px;
	left:912px;	
	*padding-top:-68px; /* IE HACK */
	position:absolute;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding:38px 0 0;
	background: url(images/bg-main.jpg) #fff6d9;
}

.main-single {
	/*
padding:68px 0 0 !important;
*/
}

#content {
	float:left;
	padding-left:84px;
	padding-right:49px;
	padding-top:15px;
	width:431px;
	overflow:hidden;
/*	background: url(images/bg-content.png) repeat-y top right;*/
}


#content-bg-bottom {
	float:left;
	padding-left:84px;
	padding-right:49px;
	width:960px;
	height:90px;
	background: url(images/bg-content-bottom.jpg) repeat-y bottom left;
}

.content-block {
	clear:both;
	overflow: auto;
	margin-bottom:15px;
}

#content,
#content input,
#content textarea {
	color:#7F5A34;
	font-size:12px;
	line-height:16px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #501F02;
}

h1,
h2,
h4,
h5,
h6 {
	color: #501f02;
	font-size:24px;
	margin: 0 0 20px 0;
	text-decoration: none;
	line-height:24px;
}

h5 {
	font-size:17px;
	font-weight:bold;
}

#content table {
	text-align: left;
	width: 100%;
}

#content tr td {
	padding: 0px;
	vertical-align: top;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 28px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #501f02;
	font-size: 24px;
	font-weight:bold;
	margin: 0 0 36px 0;
	line-height:26px;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #501F02;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #128F85;
}
#content .entry-title {
	color: #000;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #501f02;
	text-decoration: none;
	display:inline-block;
	padding-bottom:5px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #128f85;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	/*clear: both;*/
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

h2.section-title {
	background-color:#2D1101;
	color:#DFCE93;
	font-size:16px;
	height:28px;
	padding-top:2px;
	text-align:center;
	vertical-align:middle;
	width:100%;
	margin-bottom:30px;
	line-height:24px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #501f02;
	text-decoration: none !important;
	font-weight:bold;
	letter-spacing:0.416667px;
	line-height:19px;
	margin-bottom:12px;
	font-size:14px;
}

h4 {
	font-size:14px;
}

.noutati-content {
	float:right;
	width:275px;
	overflow:hidden;
	display: inline-block;
	height:150px;	
}


#content img {
	height: auto;
	max-width: 370px;
	width: expression(this.width > 370 ? 370: true);	
	width: auto;
	
	box-shadow: 0px 0px 16px #e2d3a1;
	-moz-box-shadow: 0px 0px 16px #e2d3a1;
	-webkit-box-shadow: 0px 0px 16px #e2d3a1;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=270,strength=3);
		
	border:7px solid #FFFFFF;
	clear:both;
	display:inline;
	float:left;
	margin-bottom:33px;
}

.size-full {
	margin-left:0px !important;
	border:30px solid #FFFFFF !important;
}

.size-large {
	margin-left:0px !important;
	border:30px solid #FFFFFF !important;
}

.size-medium {
	margin-left:0px !important;
	border:15px solid #FFFFFF !important;
}


img.attachment-small-thumbnail {
	display: inline;
	float:left;
	border: solid 7px #ffffff;
	clear:both;
	margin-right:19px;
	margin-left:9px;
	margin-bottom:33px;  
	box-shadow: 0px 0px 16px #e2d3a1;
	-moz-box-shadow: 0px 0px 16px #e2d3a1;
	-webkit-box-shadow: 0px 0px 16px #e2d3a1;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=270,strength=3);
}

img.large-thumbnail {
	border: solid 30px #ffffff !important;
	margin-left:0px !important;
}


#newsletter-email-field-container {
	background:url("images/bg-newsletter-input.jpg") no-repeat 0 0  transparent;
	width:206px;
	height:30px;
	margin-top:15px;
	border:none;
	*margin-bottom:30px;
}

#newsletter-email-field {
	float:left;
	/*background:url("images/bg-newsletter-input.jpg") no-repeat bottom right transparent;*/
	background:transparent;
	width:191px;
	height:16px;
	padding-right:5px;
	padding-left:5px;
	line-height:18px;
	font-size:11px;
	border:medium none;
	border-top:none !important;
	color:#7F5A34 !important;
	
	
	/*color:#7F5A34;*/
		
}

#newsletter-submit-button {
	background:url("images/bg-newsletter-button.jpg") repeat scroll 0 0 transparent;
	width:163px;
	height:49px;
	float:right;
	cursor:pointer;
	-moz-outline-style: none;
	margin-left:10px;
	
}

#newsletter-table {
	border:none !important;
	vertical-align:top;

}

#newsletter-table tr td,
#newsletter-table th
{
    padding:5px;
}

#newsletter-table tr td input {
    margin-bottom:5px;
}

#newsletter-form-input {
    width:370px;
}

div#newsletter {
	background:url("images/bg-newsletter.jpg") no-repeat scroll 0 0 transparent;
	width:374px;
	height:107px;
	line-height:15px;
	padding:15px 29px;
	overflow:visible;
	margin-bottom:58px;
	_margin-bottom:0px;
}

#newsletter p{
	margin-bottom: 5px;
}

#wpp-thumbnail {
	
}

img.wpp-thumbnail {
	border: solid 10px #ffffff !important;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:19px;  
	box-shadow: 0px 0px 16px #e2d3a1;
	-moz-box-shadow: 0px 0px 16px #e2d3a1;
	-webkit-box-shadow: 0px 0px 16px #e2d3a1;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=270,strength=3);
	

}

div.popular-posts {
	width: 214px;
	float:left;
	height:248px;
	text-align:center;
	overflow:hidden;
	
}

div.popular-posts a {
	font-size:12px;
	text-decoration:none;
	color:#501F02 !important;
	font-weight:bold;
	letter-spacing:0.02em;
	line-height:20px;	
}

div.popular-posts a:hover {
	color:#128F85 !important;
}





/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	color: #128F85;
	font-size: 12px;
	margin: 5px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */



#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: transparent;
	line-height: 18px;
	margin-bottom: 20px;
	font-style:italic;
}
#content .wp-caption img {
	margin: 0px 5px 15px 0;
}

.attachment img{
	margin: 0px 5px 15px 0 !important;
}

#content .wp-caption p.wp-caption-text {
	color: #128F85;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next {
	float: left;	
	text-align: left;
	width: 30%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

.read-more-index {
	float:right;
	font-size:16px;
	margin-bottom:29px;
	margin-top:10px;
	text-align:right;
	width:50%;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	padding-bottom:10px;
}

.inputsubmitclass {
	color: #333;
	padding-bottom:10px;
}


#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

#primary,
#secondary {
	float:right;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-right:66px;
	padding-top:15px;
	width:290px;
	line-height:24px;
}
#secondary {
	clear: right;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	
}

#footer li.menu-item {
	background:url("images/bullet.png") no-repeat scroll left 33% transparent;
	margin-bottom:5px;
	padding-bottom:12px;
	padding-left:15px;
	list-style:none outside none;
	border-bottom: dotted 2px #d5c5a0;
	font-size:14px;	 
}



.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 30px 0;
}
.widget-title {
	background-color:#2D1101;
	color:#DFCE93;
	font-size:16px !important;
	font-weight:normal !important;
	height:28px;
	padding-top:2px;
	text-align:center;
	vertical-align:middle;
	width:100%;
	margin-bottom:30px;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #621c02;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 14px;
	font-weight:bold;
	background: url(images/bg-category.jpg) bottom left repeat-x;
	line-height:40px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #621c02;
	font-size:15px;
}
#wp-calendar tbody td {
	background: transparent;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

.month-head {
	color: #621c02 !important;
}

#today {
	background: url(images/bg-today.jpg) transparent no-repeat !important;
}


.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

.cat-item {
	background: url(images/bg-category.jpg) bottom left repeat-x transparent;
	list-style:none;
	font-size:16px;
	letter-spacing:0.01em;
	vertical-align:middle;
	padding:2px 0px 11px 0;
}



.cat-item a,
.cat-item a:hover {
	text-decoration:none;
	color:#128F85 !important;
	
}
.cat-item a {
	color:#621c02 !important;
}

.cat-item a:hover {
	color:#128F85
}




/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0.3em;
	padding: 0;
}

#secondary {
}

.myicons {
	vertical-align: middle;
	vertical-align:middle;
	width:27px;
	height:27px;
	padding-right:12px;
}

div.this-week-titles {
	float:right;
	width:201px;
	margin-bottom:25px;
}

div.this-week-dates {
	clear:left;
	float:left;
	width:50px;
	font-size:15px;
}

.this-week-separator {
	background: url(images/bg-category.jpg) bottom left repeat-x transparent;
	height:10px;
	margin-bottom:5px;
	clear:both;
}

#course-details {
	margin-bottom:0px;
	line-height:15px;
	background-color:#f7eac3;
	border-left: solid 2px #2d1101;
	border-right: solid 2px #2d1101;
	
	/*border: solid 2px #2d1101;
 	border-radius: 10px;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;*/
	
	padding:19px 29px 0px;
	font-size:14px;
	width:210px;	
}

#other-sidebar {
	margin-bottom:0px;
	line-height:15px;
	background-color:#f7eac3;
	border-left: solid 2px #2d1101;
	border-right: solid 2px #2d1101;
	
	/*border: solid 2px #2d1101;
 	border-radius: 10px;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;*/
	
	padding:19px 29px 0px;
	font-size:14px;
	width:210px;	
}

#course-details p {
	margin-bottom:0px;
}

#other-sidebar p {
	margin-bottom:0px;
}

#other-sidebar li {
	background:url("images/bullet.png") no-repeat scroll left 33% transparent;
	font-size:14px;
	list-style:none outside none;
	padding-left:15px;
}

#details-top {
	background: url(images/bg-details-top.jpg) no-repeat top left;
	line-height:15px;
	width:272px;
	height:14px;
	padding:0px;
	border:none;
	line-height:5px;
	overflow:hidden;
}

#details-bottom {
	background: url(images/bg-details-bottom.jpg) no-repeat top left;
	line-height:15px;
	background-color:#f7eac3;
	width:272px;
	height:14px;
	padding:0px;
	margin-bottom:30px;
	overflow:hidden;	
}


.col-left {
	 text-align: left;
}

.col-right {
	 text-align: right;
}

#course-details td{
	text-align: left;
	padding-bottom:5px;
	padding-top:10px;		
	border-bottom:dashed 1px #f6e3ac;
	vertical-align:top;
} 

#other-sidebar td{
	text-align: left;
	padding-bottom:5px;
	padding-top:10px;		
	border-bottom:dashed 1px #f6e3ac;
	vertical-align:bottom;
}

#course-details td+td{
	text-align: right;
}

#other-sidebar td+td{
	text-align: right;
}

.title-course-details {
	border-bottom:none !important;
	padding-bottom:0px !important;
	padding-top:0px !important;
}

/* Footer widget areas */
#footer-widget-area {
}






/* =Footer
-------------------------------------------------------------- */

#footer {
	margin:auto;
	margin-bottom:15px;
	width:960px;
	
	
}

#footer a {
	vertical-align:middle !important;
	color: #2d1101 !important;
}

#footer a:hover {
	color: #128F85 !important;
}


#colophon {
	background: url(images/bg-footer.jpg) top left no-repeat;
	margin-top: -4px;
	overflow: hidden;
	background-color:#fff6d9;
	padding:30px 87px 0;
	width:786px;
	height:241px;
	

}

#site-info {
	margin:auto;
	font-size: 14px;
	/*
font-weight: bold;
*/
	width: 700px;
	margin:auto;
	width:950px;
	height:102px;
	background:url(images/ornament.jpg) top center no-repeat transparent;
	text-align:center;
	line-height:25px;
	letter-spacing:0.04em;
}
#site-generator {
	float: right;
	width: 220px;
}

#site-info a {
	color: #fde79b;
	text-decoration: none;
	
}

.design-link {
	

}

.copyright-link {
	
}

a.design-link:hover {

}

#site-info a:hover {
	color: #f9efcc;
	text-decoration: none;	
}

#site-generator {
	font-style: italic;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#footer-widget-area {
	float:left;
}
#footer-widget-area .widget-area {
	float: left;
	width: 190px;
}

#footer-widget-area #first {
	padding-right:50px;
}

#footer-widget-area #third {
	margin-left:88px;
	width:268px;
	color:#128f85;
	*display:inline;
}



.first-and-second {
	width:430px;
}


#footer-widget-area #fourth {
	margin-right: 0;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	{
		display: none !important;
	}
	
	#newsletter { 
	display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
		display: none !important;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* =Slideshow
-------------------------------------------------------------- */

#container-slideshow {
	width:960px;
	height:331px;
	background:url(images/bg-container-slideshow.jpg);
	margin-top:18px;
	padding-left:37px;
	padding-top:18px;	
	font-size:14px;	
	*margin-top:56px;
}


/* panes */
#flowpanes {
	background:url("/img/global/gradient/h300.png") repeat-x scroll 0 0 transparent;
	clear:both;
	float:left;
	height:308px;
	left:46px;
	overflow:hidden;
	position:relative;
	width:790px;
}


/* single pane */
#flowpanes div {
	display:none;	
	float:left;
	display:block;
	margin:20px 40px;
	width:710px;
}

#flowpanes p {
	margin-bottom:25px;
}

#flowpanes strong {
	font-size: 14px;
}

#flowpanes img {
	float:left;
	border: solid 20px #ffffff;
	margin-right:51px; 
	box-shadow: 0px 0px 16px #e2d3a1;
	-moz-box-shadow: 0px 0px 16px #e2d3a1;
	-webkit-box-shadow: 0px 0px 16px #e2d3a1;
	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2d3a1,direction=270,strength=3);
}


/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
 
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
	
/* next */
.forward { 
	float:left;
	margin-top:128px;
	background: url(images/arrow-right.png) no-repeat;
	clear:right;
	display:block;
	width:47px;
	height:57px;
	font-size:1px;
	text-indent:-9999em;
	cursor:pointer;	
	position:relative;
	z-index:10;
}

.forward:hover 		{  }
.forward:active 	{  } 


/* prev */
.backward  		{ 
	float:left;
	margin-top:128px;
	background:url(images/arrow-left.png) no-repeat;
	clear:right;
	display:block;
	width:47px;
	height:57px;
	font-size:1px;
	text-indent:-9999em;
	cursor:pointer; 
	position:relative;
	z-index:10;
	left:-790px;
}

.backward:hover  	{  }
.backward:active  	{  }
