/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {

	font-size: 100%;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	word-wrap: break-word;
}
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;
}

h1 {font-size:117%;}
h2 {font-size:108%;}
h3 {font-size:100%; }

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

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

/* fotis: converted the panel to single-column one*/

#container {

	float: left;
	margin: 0 -240px 0 0;
	width: 100%;

}
#content {
margin: -30px 90px 0 90px;
padding: 70px 70px 70px 70px;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
border-color: white;
border-radius: 10px;
box-shadow: 0px -100px 100px 1px rgba(235,235,235,0.9) ,  0px -9px 7px 3px rgba(5,5,5,0.1);
border-width: 1px;
/*background: rgba(240, 240, 240, 0.3);*/
/*margin: 0 90px 0 90px;
padding: 80px 70px 80px 70px;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
border-color: darkGray;
border-radius: 10px;
box-shadow: rgba(235,235,235,0.9) 0px 0px 100px 1px; /*,inset rgba(235,230,210,0.4) 0px 0px 50px;*/
border-width: 0px;*/
/*fotis: modified margin 0 0 280px 0 20px
added padding entry
added borders
*/
}
#primary,
#secondary {display:none; /* fotis: hid the panel*/
	float: right;
	overflow: hidden;
	width: 420px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

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

.one-column #content {
	margin: 0 auto;
	border-radius:0px;
/*	width: 640px; fotis: edited to demonstrate full-width text*/
}

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

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


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Trebuchet MS",verdana,geneva,sans-serif;
/* fotis: Georgia, "Bitstream Charter", serif -> verdana,geneva,sans-serif*/
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Trebuchet MS",verdana,geneva,sans-serif;
	font-weight: bold;
/* fotis: Georgia, "Bitstream Charter", serif -> verdana,geneva,sans-serif*/
/*fotis:changed the font for headers myself, where was no spec*/
}

/*h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#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: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-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: 940px;
	background: #fff;
}

#branding {
	/*box-shadow: 5px 5px 3px rgba(125,125,125,0.7);*/
}


#wrapper {

	margin-top: 10px;
	padding: 0 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 5px 13px rgba(0,0,0,0.7);
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	/*float: left;*/
	/*margin-right: 20px;*/
/*fotis:	width: 220px;*/
}
#footer-widget-area #fourth {
	/*margin-right: 0;*/
}
#site-info {
	float: right;
	font-size: 117%; /*fotis: 14px->117%*/
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	background-image: url('/wp-content/uploads/2012/02/tile09.png');
	
}
body,
input,
textarea {
	color: #666;
	font-size: 100%; /*fotis: 12px -> 10px*/
	line-height: 2em; /*fotis: 18px->1.5em*/
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	/*text-align: justify;
	text-indent:50px; fotis added indentand align
	Both removed now...*/
	margin-bottom: 18px;
white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
	text-indent:0em; /*fotis added*/
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
	margin-left:1.24em;
}


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;
}
/*fotis commented original block quote and added blockquote and span...(abovE)*/
blockquote {
	font-style: italic;
	line-height: 0.2em;
	padding: 0 0;
	text-shadow: #E4E4E4 1px 1px 2px;
}
blockquote cite,
blockquote em,
blockquote i {
/*	font-style: normal;*/
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 150%;/*fotis: 18px->150%*/
	margin-bottom: 18px;
	padding: 0em;
}
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: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
	/*color: #0066cc;*/
}
a:active,
a:hover {
	color: #ff4b33;
}

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


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

#header {
	padding: 20px 0 0 0;
}
#site-title {
	display:none;
	float: left;
	font-size: 250%;/*fotis:30px->250%*/
	line-height: 36px;/*fotis:36px->300%*/
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
display:none;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
display:none;
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding{
clear: both;
display: block;
}

#branding img
{
clear: both;
display: block;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #000000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.4);
}
#access .menu-header,
div.menu {
	font-size: 90%;/*fotis:13px->80% (non-relative to other fonts sizes)*/
	margin-left: 12px;
	width: 928px;
	background:#000000;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	/*background: #333;*/
}

#menu-item-87 .sub-menu {
width: 180px;
}

#menu-item-87 .sub-menu a{
width: 160px;
}


#menu-item-88 .sub-menu {
width: 160px;
}


#menu-item-88  .sub-menu .sub-menu {
width: 190px;
}


#menu-item-88  .sub-menu .sub-menu  a {
width: 170px;
}

#menu-item-88 > .sub-menu>li>a {
width: 140px;
}

#menu-item-88 .sub-menu a {
width: 160px;
}

div.menu ul li ul{
	border-top-right-radius: 5px;
	/*border-bottom-left-radius: 5px;*/
	/*background: #333;*/
}


#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa; 
	display: block;
	line-height: 317%;/*fotis: 38px->317%*/
	padding: 0 10px;
	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);
	top: 45px;
	left: 0;
	float: left;
	width: 220px;
	z-index: 99999;
}
.mobile{
list-style: none;
margin: 0;
display: initial;
position: initial;
}
.sub-menu{
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
	box-shadow: 5px 5px 13px rgba(0,0,0,0.4);
	display: none;
	position: absolute;
	border:#252525 3px solid;
	background-color: #252525;
	background:rgba(29, 29, 29, 0.92);
	padding: 0 5px 13px 15px;
}
.sub-menu li{
border-top-style: dashed;
border-top-color: 
#333;
border-top-width: 1px;
min-height: 2.5em;
text-align: left;
}

.sub-menu li:first-child {border-top-style:none;}

#access ul ul li {
	min-width: 160px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1.2em;
	padding: 5px 10px 5px 10px;
	width: 200px;
	height: auto;
	border-top-width: 2px;
}
#access .menu-header li:hover > a,
#access .menu-header ul ul :hover > a {
	/*background: transparent; */
	/*fotis: #333 ->#fff*/
	color: #fff;	
	/*border-left: red 3px solid;*/
}
#access #menu-menu > li:hover > a
{
	background:#252525;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

#access #menu-menu > li > .sub-menu
{
	left:-16px;	
}

#access #menu-menu > li:hover
{
	background:#252525;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}


#access .menu-header ul ul :hover > a:before {
/*color:rgb(192,32,32);
content:"\25B8  ";*/
content: '• ';
font-weight:bold;
text-shadow: white 0 0 2.3em;

}


#access .menu-header ul li:hover > ul {
	display: block;
}

#access .menu-header ul li:hover > .sub-menu {
	display: block; /*fotis*/
}

#menu-item-1317 li:hover ul {
display: block;
}

#menu-item-1317 ul {
display: none;
}

#menu-menu li ul {display:none;/*fotis*/}
#menu-menu li:hover ul {display:none;/*fotis*/}


#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

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

#main {
		
clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 1.5em; /*fotis: 36px ->136px*/
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 100%; /* fotis: 16px -> 14px->100%*/
	line-height: 1.4em; /*fotis: 24px->1em*/

}
#content li {/*margin-bottom: 0.5em; fotis: added it myself*/}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 1em; /*fotis: 24px->0*/
}
#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: 125%;/fotis: 15px->120%*/
	line-height: 140%; /*fotis: 21px->140%*/;
}
#content code {
	font-size: 108%; /*fotis: 13px->108%*/
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1em;
        text-shadow: lightGray 0.1em 0.1em 0.1em;
	margin: 0 0 0.5em 0; /*fotis: line-height:1.5em->1em margin 0 0 1.5em 0 -> 0 0 0.5em 0 */
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 100%; /*fotis: 12px->100%*/
	font-weight: bold;
	line-height: 150%; /*fotis: 18px->150%*/
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 18px 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: #000;
	font-size: 117%; /*fotis:14px->117%*/
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 100%; /*fotis:16px->133%*/
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 117%;/*fotis: 21px->175%*/
	font-weight: bold;
	line-height: 1.3em;
	/*margin-bottom: 0;*/
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {display:none;
	color: #888;
	font-size: 100%;/*fotis: 12px->100%*/
}

.entry-meta-header {display:block;
	color: #888;
/*	line-height:0.7;*/
	padding: 10px 10px;
	font-size: 100%;/*fotis: 12px->100%*/
}

.entry-meta-header .caption {
	color: #000;
	font-weight: bold;
}


.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: 0px 0 0 0;
	font-size: 100%;
}
.entry-content-list, .entry-summary-list {
	clear: both;
	padding: 4px 0 0 0;
	font-size: 75%;
}

#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 {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {

	color: #888;
	font-size: 100%;/*fotis: 12px->100%*/
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 83%;/*fotis: 10px->83%*/
}
.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: 117%;/*fotis: 14px->117%*/
	line-height: 167%;/*fotis: 20px->167%*/
	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: 100%; /*fotis 12px->100%*/
	line-height: 150%; /*fotis: 18px-> 150%*/
display:none;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


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

.home #content .category-asides p {
	font-size: 117%; /*fotis:14px->117%*/
	line-height: 167%; /*fotis: 20px->167%*/
	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 {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: 0px 0px 10px 2px darkGray;
	border-color: black;
}
#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: #f1f1f1;
	line-height: 150%;/*fotis: 18px->150%*/
	margin-bottom: 167%;/*fotis: 20px->167%*/
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 100%; /*fotis: 12px->100%*/
	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: 100%; /*fotis: 12px->100%*/
	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 {
	color: #888;
	font-size: 100%; /*fotis: 12px->100%*/
	line-height: 150%;/*fotis: 18px-> 150%*/
	/*overflow: hidden;*/
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: block; /*reenable navigation*/
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 167%; /*fotis:20px->167%*/
	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: 200%; /*fotis: 24px->200%*/
	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: 100%; /*fotis: 12px->100%*/
	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: 100%;/*fotis: 12px->100%*/
	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: 100%;/*fotis:12px->100%*/
	line-height: 150%;/*fotis: 18px->150%*/
	margin: 0;
}
#comments .pingback .url {
	font-size: 108%; /*fotis: 13px->108%*/
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#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: 100%; /*fotis: 12px->100%*/
	font-weight: normal;
	line-height: 150%;/*fotis:18px->150%*/
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 100%;/*fotis: 12px->100%*/
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 100%; /*fotis: 12px->100%*/
	line-height: 150%; /*fotis: 18px->150%*/ 
}
#respond .form-allowed-tags code {
	font-size: 92%; /*fotis:11px->92%*/
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 117%;/*fotis: 14px->117%*/
	width: auto;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 90px; /*fotis: 60% -> 90px;*/
}
.widget_search label {
	display: none;
}
.widget-container {
/*	margin: 0 0 18px 0;*/
	margin: 0px 0px 0px 10px;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #888;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 92%;/*fotis: 11px->92%*/
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 117%;/*fotis: 14px->117%*/
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 92%;/*fotis: 11px->92%*/
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

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

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


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

#footer {
	margin-bottom: 20px;
	/*box-shadow: 0px -5px 5px -4px rgba(0,0,0,0.2);*/
}
#colophon {
  	/*border-top:1px solid olive; 4px solid #000;*/
	margin-top: -100px; /*fotis: -4px for a page effect.*/
	padding: 0 0 70px 0;
	overflow: hidden;
	padding: 18px 0;
	background-image: url('/wp-content/themes/twentyten/images/headers/lotusflower4.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#site-info {
	font-weight: bold;
	text-align: right;
	float: right;
	margin: 0 20px 29px 0px;
	line-height: 0.7em;
}
#site-info a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	position: relative;
	float: right;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 133%;/*fotis:16px->133%*/
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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 {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.one-column #content {border-radius:0px;box-shadow:none;text-indent:1em;background:transparent;}
	.test p {
		text-indent:1em;/*fotis: added above 2 entries to test full-width style*/
		}

	
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	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;
	}

}
#turnkey-credit { display: none; }
.qtrans_flag { padding: 1px 1px; margin-right: 1px; }
.qtrans_language_chooser {  list-style-type:none; margin:0 0 0 0; padding: 1.1em 0 0 0;  } /*was 12px 0 0 0-->1em 0 0 0 */
.qtrans_language_chooser li {float: left; margin-right:-15px; background: #000;}
.qtrans_language_chooser :hover {display: block; background-color: #000000; float: left;}

#mybar2 {/*margin-top: 6px; background: #000;*/ padding: 0.5em 0.2em 0 0; float: right; list-style-type:none}
#mybar {margin-bottom: 10px; margin-left:10px; background: #000; padding: 0 0 0 0; float: left; list-style-type:none;
margin-right: 55px;
/*added right margin to center remaining menu items after hiding mybar2 and news*/
}
#s {/* This keeps the search inputs in line */
	width: 70px; /*fotis: 60% -> 90px;*/}
#menu-menu {font-size:1em;}
#searchsubmit {
vertical-align: text-top;
}
.updated {color: #FFF;}
.totop, 
.totop:active,
.totop:hover, 
.totop:visited {
text-align: right;
float: right;
color: black;
text-decoration: inherit;
}
.news-list {color:Black;}
.news-list a{color:Green;font-style:italic;}
.news-list .timestamp {color:darkGreen;font-weight:bold;}
#content li p {
margin: 0 0 0 0;
padding: 0 0 0 0;
}


#third {
width: 220px;
font-size: small;
line-height: initial;
}

#fourth {
width: 700px;
text-align:right;
margin-left:auto;
margin-right:auto;
}
#vedantalogo {
text-align: center;
width:90%;
margin-left:auto;
margin-right:auto;
/*float: right;*/
font-size:small;
line-height:initial;
}

#vedantalogo img {width:85px;opacity:0.65;}
#vedantalogo p a {font-family:'Arial';}

#text-4 {
margin: 0 0 0 0;
}

#content .bookthumb
{
float: left;
border-width: 1px;
border-style: solid;
margin-left: 0pt;
margin-right: 10pt;
border-radius: 0px;
box-shadow: 0px 0px 10px 2px darkGray;
border-color: black;
}

.dottlessul {
list-style: none;
}

/*.dottlessul li:before {
	content: "\2013 \0020";
}*/

.stm,
#content .stm,
.western .stm,
#content li .stm {
/*color: red;*/
font-weight: 200;
font-family: arial;
line-height: 1.1em;
/*font-style: italic;*/
/*text-indent: 1em;*/
margin-left: 1em;
background-color: #F2F2E6;
border-radius: 8px;
padding: 5px;
font-size: 10pt;
}

#uppercorners
{
background:#000;
height:0px;
border-radius: 10px 10px 0px 0px;
border-top: 10px solid #000000;
border-bottom: 0px solid #000000;
}

.borderframe
{
font-weight: 200;
font-family: "helvetica neue","Helventica","Arial","Sans Serif";;
font-size: 80%;
line-height: 1.3em;
border-style: solid;
border-width: 2px;
border-radius: 5px;
background: rgba(70, 90, 20, 0.3);
box-shadow: rgba(0,0,0,0.3) 2px 2px 2px 0px;
border-color: white;
color: black;
padding: 5px;
margin:0;
}

.borderframe a:hover,.borderframe a:visited{font-weight:700;color:black;}
.preamble {font-size: 80%;padding: 5px 70px 0px 70px;
line-height: 1.3em;
font-weight: 200;
font-family: "helvetica neue","Helventica","Arial","Sans Serif";
}

#content .authorslist h3 {
margin: 0 0 0 0;
}

#content .multimedia img {border-width:0px;box-shadow:none;vertical-align:text-top;}

.systeminfo {
font-family: "Helvetica Neue","Helvetica", "Serif";
text-shadow: lightgray 1px 1px 3px;
font-weight: 200;
color: black;
border-top-style: dashed;
border-top-width: 0px;
/*margin: 0 150px;*/
}

#content .quote {
font-family: arial;
font-style: italic;
background-color: #F2F2E6;
border-radius: 8px;
line-height: 1.3em;
margin: 0.6em 3em 0.6em 3em;
padding: 1.3em;
}

#content .quote p {
margin: 0;
}

#content .framelessquote p {
line-height: 1.4em;
margin: 0;
padding: 0;
margin-left: 1.5em;
}

.framelessquote {
margin-bottom: 1.2em;
}

#content .narrowp{line-height: 1.3em;
margin: 0px 0px 5px 0px;}

h4 {
color: #3A5314;
font-family: Verdana;
letter-spacing: 1px;
font-weight: 100;
}

.totop
{
display:block;
float:right;
}
#content .totop img {
border: none;
box-shadow: none;
}

/*hack by Fotis for hidding completely our news menu. If we want it back, we just disable the following line. also check #mybar right margin after restoring it*/
#menu-item-926 {
display: none;
}

/*hack by Fotis for hidding completely our search bar. Limited functionality, won't serach PDFs. If we want it back, we just disable the following line. Also check #mybar right margin after restoring it*/
#mybar2 {display:none;}

/*shortcode [ooOoo] enters the end rule image and these are the attribs*/
.endrule {
text-align: center;
display: block;
}

#content .endrule img {
border-style: none;
box-shadow: none;
float: none;
margin: 0px 0 20px 0;
width: 112px;
}

#content .emphatic {
font-style: italic;
font-weight: 800;
/*letter-spacing: 1px;*/
border-bottom: #C5C4C4 1px dashed;
/*text-transform: lowercase;*/
/*font-family: 'times new roman';*/
font-size: 10pt;
}

#content .bulletedquote li p {margin: 0 0 0.6em 0;}

#menu-item-87 > a:after {
vertical-align:middle;
font-size:5pt;
content: "  ▼";
}

#menu-item-88 > a:after {
vertical-align:middle;
font-size:5pt;
content: "  ▼";
}

#menu-item-798 > a:after {
vertical-align:middle;
font-size:5pt;
margin-left:1em;
content: " ►";
}

#content h2 {
margin-top: 2em; }

#content div.wpcf7 {
border: black 1px solid;
padding: 5em 5em 1em 5em;
border-radius: 10px;
line-height: 1em;
}

#content .wpcf7 p {
line-height: 1em;
margin: 0;
padding: 0;
margin-bottom:1.5em;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
margin: 0;
padding: 0;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
width: 100%;
}

.wpcf7-form-control.wpcf7-text {
margin-bottom: 0em;
}

/* reordering greek and english articles in Alphabetical index*/
#reorderablecontent {
display: table;
}
.botframe {
display: table-footer-group;
}
.topframe {
display: table-header-group;
}
.textnote {
text-indent: 0em;
text-align: left;
font-style: italic;
font-size: small;
margin-top: -0.5em;
padding: 0px;
}

.textnote a{color:inherit;}