/*
Theme Name: Xriso Theme
Theme URI: http://
Description: Xriso Theme.
Version: 1
Author: 
Tags: widget ready, valid html, valid css, 3 columns
*/
html,body{
	font-family:Calibri;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
}
img{border: 0;}
.clear{clear: both;}

div#wrapper{float:left;width:100%; text-align: left;}
div#footer{clear:left; width:100%; background: url(images/footer_2.png) repeat-x;}

#container{background-color:#fff; }
#container .lbg{background-color:#fff;}
#menu{background:  url(images/menu_bg.jpg) repeat-x; height:55px;}
.header{background:  url(images/header_bg.jpg) repeat-x;  margin-left:-229px; padding: 0 0 0 229px; width: 100%; text-align: left}
.himg{height: 215px;}
.header h1{
	padding: 80px 0 0 32px;
	font-family: Calibri;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	
}
.header h4{
	padding: 0 0 0 34px;
	font-family: Calibri;
	font-size: 17px;
    font-style: normal;
	color: #FF6300 ;
	margin: 0;
}
.header a:link, .header a:visited, .header a:active, .header a:hover{
	color: white;
	text-decoration: none;
}
.header a:hover{ color: #FF6300;}


#menu ul{
	padding: 0;
	margin: 13px 0 0 0;
	float: right;
	width: 700px;
	height: 24px;
	overflow: hidden;
}
#menu ul li{
        font-family: Calibri;
	list-style: none;
	padding: 5px 20px 5px 0;
	margin: 0 0 0 20px;
	color: white;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	float: left;
	border-right: 2px dotted #FF6300;
}


#menu a:link, #menu a:visited, #menu a:active, #menu a:hover{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menu a:hover{text-decoration: underline;}

.search{
	float: right;
	width: 280px;
	margin-top: 17px;
}
.search_form{
	margin: 0;
	padding: 0 0 0 0;
}
.search_form input{
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
}

.left{float:left;width:229px;margin-left:-100%; text-align: left; color: #000; }

.left .padding{
	margin: 8px;
       	background: url(images/side_frame.png) repeat-y;
}
.left h1{
	margin: 0;
	padding: 0;
	font-family:Calibri;
	font-size: 17px;
	color: #FF6300;
	font-weight: normal;
	background: url(images/menu_left.png) no-repeat;
	text-align:center; 
}
.left ul li{
font-family: Calibri;
	list-style: none;
	padding: 0 12px;
	margin: 5px 0 5px 10px;
	background: url(images/lul_bullet.png) no-repeat 3px 5px;


	
}
.left ul{
	padding: 0;
	margin: 8px 5px;
	font-size: 15px;
	

}
.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: #000;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}


.right{float:left; width:229px;margin-left:-229px; text-align: left; color: #000;}

.right .padding{
      font-family: Calibri;
	margin:8px;
	background: url(images/side_frame.png) repeat-y;
}
.right h1{
	margin: 0;
	padding: 0;
	font-family: Calibri;
	font-size: 17px;
	color: #FF6300;
	font-weight: normal;
	background: url(images/menu_right.png) no-repeat;
	text-align:center; 
}
.right ul li{
font-family: Calibri;
	list-style: none;
	padding: 0 12px;
	margin: 5px 0 5px 10px;
	background: url(images/lul_bullet.png) no-repeat 3px center;

}
.right ul{
	padding: 0;
	margin: 8px 5px;
	font-size: 15px;
}
.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #000;
	text-decoration: none;
}
.right a:hover{ text-decoration: underline;}


.content{margin: 0 229px; background: white; min-width: 300px; font-family:Calibri;}
.content .padding{
	padding: 5px 10px;
}
.content .title{
	padding: 5px;
	border-bottom: 1px dotted #FF6300;
font-family:Calibri;
}
.content h1{
	padding: 0;
	margin: 0;
	font-family:Calibri;
	font-weight: bold;
	font-size: 18px;

}
.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h1 a:hover{
	color: black;
	text-decoration: none;
}
.content h1 a:hover{ text-decoration: underline;}

.content h4{
	padding: 0;
	font-family: Calibri;
	font-weight: normal;
	font-size: 12px;
	color: #6C6D6E;
	margin: 0;
}

.content a:link, .content a:visited, .content a:active, .content a:hover{
	color: #0000FF;
	text-decoration: underline;
font-family: Calibri;

}
.content a:hover{text-decoration: none;}

.content p{font-family: Calibri; padding: 0; margin: 5px; color: #000; }

.content img, img.content
{
	border: solid 1px #CEDF90;
	margin: 1em;
}

/*----start next_page----*/

.content .next_page{

      text-align:left;
      color: #000000;
      font-style:italic;
      font-weight: bold;
      font-size: 15px;
}
/*----end next_page----*/



/* Start tables */

.content table, table.content
{ 


	margin: 1px;
	border-width: 2px;
	border-spacing: 2px;
	border-style: outset;
	border-color: green;
	border-collapse: separate;
	background-color: white;
}

.content table, table.content .content tr, .content th, .content td
{
	background-color:Transparent;
}

.content td
{
	text-align: center;
	vertical-align: middle;
	border-width: 2px;
	padding: 1px;
	border-style: outset;
	border-color: green;
	background-color: white;	
	
	
}

.content th
{

    background:  url(images/table_hd_bg.jpg) repeat-x;
	border-width: 2px;
	padding: 1px;
	border-style: outset;
	border-color: green;
	background-color: white;

}

/* Finish tables */




.tags{
	font-size: 11px;
	margin: 0 5px;
	padding: 5px 0;
	color: #0068FF;
}
.tags a:link, .tags a:visited, .tags a:active, .tags a:hover{
	color: #6D6D6E;
	text-decoration: underline;
}
.tags a:hover{text-decoration: none;}


.permalink{
	font-size: 12px;
	margin: 0 5px;
	padding: 5px 0;
	color: #0068FF;
	text-align: right;
}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{
	color: #0068FF;
	text-decoration: underline;
}
.permalink a:hover{text-decoration: none;}

#footer{
	font-family: Calibri;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #D4D4D4;
}
#footer .fimg{
	background: url(images/footer_img.jpg) no-repeat;
	height: 63px;
}


#footer p{
	padding: 5px 0 0 0 ;
	margin: 0;
	color: #000;
	font-weight: bold;
font-family: Calibri;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	font-weight: bold;
	color: #FF6300;
	text-decoration: underline;
font-family: Calibri;
}
#footer a:hover{text-decoration: none;}

#footer a.sec:link, #footer a.sec:visited, #footer a.sec:active, #footer a.sec:hover{
	color: #FF6300;
	font-weight: bold;
	text-decoration: underline;
}
#footer a.sec:hover{text-decoration: none;}

h2 {
	font-family: Calibri;
	font-weight: normal;
	font-size: 19px;
}

h3 {
	font-family: Calibri;
	font-weight: normal;
	font-size: 17px;
}

p, li, .feedback {
	font:Calibri;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #FF6300;
	padding: 2px;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0 auto;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

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

#wp-calendar a:hover {
	background: #e0e6e0;
	color: black;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: black;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: white;
	color: #248CE5;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}





/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
color:#0F100E;
font-family:Calibri;
font-weight: normal;
text-align: left;
}

blockquote,
.art-PostContent blockquote
{
	border:solid 1px #D4CCAA; 
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 27px;
	background-color:#feffdf;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

