/*
Theme Name: WordPress Dragil
Theme URI: www.dragil.com
Description: The Dragil WordPress theme.
Version: 1.0
Author: Dragil
Author URI: www.dragil.com
Tags: white, custom header, fixed width, two columns

	This theme was designed and built by Dragil

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

HTML,
BODY {
  width: 100%;
  height: 100%;
}
BODY {
  background: #FFF ;
  font-family: Arial, Tahoma,  Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
H1 {
    color: #666;
    font-size: 11.5pt;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
}
H2 {
    color: #666;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin: 0;
}
H3 {
    color: #666;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
}
H4 {
    color: #000;
    font-size: 10pt;
    font-weight: 100;
    margin: 0;
}
HR {
    background-color: #CCC;
    border: none;
    height: 1px;
}
P {
    color: #666;
    font-size: 9pt;
    padding: 0 0 10px 0;
    margin: 0;
}
A {
      color: #000;
      font-size: 9pt;
}
A:hover {

}
.clear {
  clear: both;
}
UL {
    margin: 0;
	padding: 0 0 10px 25px;
}
UL LI {
    margin: 0;
    padding: 0;
}
UL LI {
    color: #666;
    font-size: 9pt;
}
UL LI A {
    color: #666;
    text-decoration: none;
}
UL LI A:hover {
    text-decoration: underline;
}
TABLE {
    color: #666;
    font-size: 9pt;
	padding: 10px 0 10px 0;
}
IMG {
    padding: 0;
	margin: 0;
    text-decoration: none;
    border: none;
}
.black {
	color: #000;
}
.red {
	color: #FF0000;
}
/* Header block */
#header {
    background: #FFF;
    width: 946px;
    height: 82px;
    margin: 0 auto 0 auto;
    padding: 0;
}
#header IMG#logo_site {
    float: left;
    width: 200px;
    height: 82px;
    padding: 0 0 0 5px;
    text-decoration: none;
    border: none;
}
#header #contact_panel {
	float: right;
    background: #FFF url('images/contact_panel.png') no-repeat;
    color: #666;
    font-size: 9pt;
	line-height: 15px;
	text-align: left;
	width: 169px;
	height: 66px;
	padding: 7px 10px 7px 10px;
	_padding: 7px 10px 0 10px;
	margin: 5px 8px 0 0;
	_margin: 5px 4px 0 0;
}
#header #contact_panel P{
    color: #666;
    font-size: 9pt;
	line-height: 15px;
}
/* End Header Block */

/* Baner Block */
#banner {
    background: #FFF;
    width: 946px;
    height: 215px;
    text-align:center;
    margin: 0 auto 0 auto;
    padding: 6px 0 11px 0;
}
/* End Banner Block */

/* Header Menu*/
#header_menu {
    background: #FFF url('images/tabbed_block_header.png') no-repeat;
    width: 878px;
    height: 43px;
    margin: 0 auto 0 auto;
    padding: 0 34px 0 34px;
}
#nav{
	display: inline;
	clear: both;
	float: left;
	font-size: 12pt;
	margin: 14px 0 0 -7px;
	padding: 0;
}
#nav li{
	float: left;
}
#nav li a{
	display: block;
	color: #000;
	font-weight: bold;
	padding: 5px 0 0 0;
	height: 17px;
	width: 106px;
	text-align:center;
	background: url('images/bgr_support.png') no-repeat 0 0;
}
#nav li a:hover {
	color: #FEC858;
	font-weight: bold;
	text-decoration: none;
}
#nav li.first_item a{
	background: none;
	width: 50px;
	padding: 5px 17px 0 0;
}
#nav li .submenunav{
	height:17px;
	padding: 5px 0 0 0;
	width:106px;
	text-align:center;
	background: url('images/bgr_support.png') no-repeat 0 0;
}
/* Drop-down menu */
#nav, #nav ul {
	list-style:none;
	line-height:1;
}
#nav a{
	display:block;
}
#nav li{
	float:left;
}

#nav li ul{
	position:absolute;
	padding:0;
	text-align:left;
	left:-999em;
	z-index:100;
	margin:0;
}
#nav li:hover ul,
#nav li.sfhover ul {
	display:block;
	left:auto;
}
#nav li .submenu{
	display:block;
	padding:0;
	width:198px;
	margin:0;
}
#nav li:hover .submenunav{
	background:url('images/bgr_submenulink_top2.jpg') no-repeat 6px top;
	padding: 0 12px 0 0;
	margin: 0 -12px 0 0;
	position: relative;
	z-index: 100;
}
#nav li:hover .submenunav span{
	display:block;
	height:17px;
	width:106px;
	color: #FEC858;
	font-weight: bold;
	padding: 5px 0 0 0;
	background:url('images/bgr_submenulink_top1.jpg') no-repeat;
}
#nav .submenu li{
	display:block;
	clear:both;
	width:198px;
	/*height:28px;*/
	padding:2px 0 2px;
	background:url('images/bgr_submenu_lr.png') repeat-y;
}
#nav .submenu .submenu_top{
	background:url('images/bgr_submenu_top.png') no-repeat;
	width:198px;
	height:16px;
}
#nav .submenu .submenu_bottom{
	background:url('images/bgr_submenu_bottom.png') no-repeat;
	width:198px;
	height:17px;
}
#nav .submenu a,
#nav .submenu a:visited{
	background: none;
	display:block;
	text-decoration:none;
	color: #000;
	font-weight: normal;
	height: auto;
	font-size: 13px;
	text-align: left;
	width: 162px;
	border-bottom: 1px dotted #333;
	margin: 0 0 0 14px;
	padding: 2px 0 8px;
}
#nav .submenu .last_submenu_item a,
#nav .submenu .last_submenu_item a:visited{
	border:0;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#nav .submenu a:hover, #nav .submenu .last_submenu_item a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
/* End Heared Menu */

/* Tabbed Block */
#tabbed_block {
    background: #FFF url('images/tabbed_block_bg.png') repeat-y;
    width: 878px;
    margin: 0 auto 0 auto;
    padding: 10px 34px 0 34px;
    _padding: 10px 0 0 34px;
}
#tabbed_block .tabbed_footer_bg {
    background: #FFF url('images/tabbed_block_footer.png') no-repeat;
    clear: both;
    width: 946px;
    height: 25px;
    margin: 25px 0 0 -34px;
}
/* Contetn panel  */
.content_panel{
    float: left;
    width: 572px;
    padding: 0 25px 0 0;
}
.content_panel H1 {
}
/* Video panel*/
.video_panel{
    float: right;
    width: 255px;
    height: 165px;
    padding: 0 0 0 25px;
    border-left: 1px solid #CCC;
}
.video_panel H1 {
    padding: 0;
}
/* End Tabbed Block */ 

/* Footer Block */
#footer {
    background: #FFF;
    width: 930px;
    margin: 0 auto;
    padding: 0 8px 0 8px;
}
.height_footer{
	height: 35px;
}
#footer P {
    float: left;
    display: block;
    font-size: 7.5pt;
    line-height:18px;
    padding: 0;
}
#footer P A {
    color: #666;
    font-size: 7.5pt;
    text-decoration: none;
}
#footer P A:hover {
    text-decoration: underline;
}
#footer IMG {
    float:left;
    text-decoration: none;
    border: none;
}
#footer UL {
	display: inline;
    margin: 5px auto 0 auto;
	padding: 0;
}
#footer UL LI {
    color: #666;
    font-size: 8.5pt;
    list-style: none;
    line-height: 11px;
	display: inline;
    padding: 0 5px 0 5px;
    border-right: 1px solid #DDD;
}
#footer UL LI.last {
    border: none;
}
#footer UL LI A {
    font-size: 8.5pt;
    color: #666;
    text-decoration: none;
}
#footer UL LI A:hover {
    text-decoration: underline;
}
.date {
	color: #666;
	font-size: 8.5pt;
    line-height: 10px;
    padding: 5px 5px 0 5px;
	margin: 0;
}
#footer #bookmark_block {
    float: right;
    margin: 1px 0 0 0;
}
#footer #footer_menu {
	float: left;
	width:560px;
	text-align: center;
	margin: -2px 0 0 0;
	_margin: 4px 0 0 0;
	*margin: 4px 0 0 0;
}
.description UL {
    margin: 0;
	padding: 0 0 20px 0;
}
.description UL LI {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* End Footer Block */

/* Sub Footer Block*/
#subfooter {
    background: #FFF;
    width: 930px;
    margin: 0 auto;
    padding: 0 8px 0 8px;
}
#subfooter IMG {
    float: left;
    width: 200px;
    height: 80px;
    text-decoration: none;
    border: none;
    padding: 5px 43.3px 5px 0;
}
#subfooter IMG.first_img {
    padding: 5px 43.3px 5px 0px;
}
#subfooter IMG.last_img {
    padding: 5px 0 5px 0;
}
#subfooter .description {
    float: left;
    width: 160px;
    text-decoration: none;
    border: none;
    padding: 5px 40px 15px 40px;
}
#subfooter .first_description {
    padding: 5px 40px 15px 25px;
}
#subfooter .last_description {
    padding: 5px 15px 15px 50px;
}
#subfooter .description A {
	font-size: 7.5pt;
    text-decoration: none;
}
#subfooter .description A:hover {
    text-decoration: underline;
}
#subfooter UL LI {
    color: #666;
    font-size: 7.5pt;
}
#subfooter UL LI A {
    font-size: 7.5pt;
}
.seo_related_content {
    width: 930px;
    margin: 0 auto;
    padding: 0 8px 0 8px;
}
.seo_related_content , .seo_related_content * {
    background: #FFF;
    color: #CCCCCC;
    font-size: 6pt;
	text-align: center;
	font-weight: normal;
}
/* End Sub Footer Block*/

/* Contant Page Block */
.content_menu_block {
    background: #FFF url('images/conten_menu_bg.png') repeat-y;
    float: left;
    width: 169px;
    margin: 0;
    padding: 20px 33px 0 10px;
    *padding: 20px 33px 0 10px;
    _padding: 20px 23px 0 10px;
}
.content_menu_block .conten_menu_header {
    background: #FFF url('images/conten_menu_header.png') no-repeat;
    width: 189px;
    height: 10px;
    margin: -20px 0 0 -10px;
	padding: 0;
}
.content_menu_block .conten_menu_footer {
    background: #FFF url('images/conten_menu_footer.png') no-repeat;
    width: 189px;
    height: 10px;
    margin: -10px 0 0  -10px;
}
/* Menu Content */
UL#conten_menu {
    margin: 0;
	_margin: -10px 0 0 0;
	padding: 0;
}
UL#conten_menu LI {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
UL#conten_menu LI {
    color: #000;
    font-weight: bold;  
}
UL#conten_menu LI A {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
UL#conten_menu LI A:hover {
    text-decoration: underline;
}
UL#conten_menu LI.current_page_item {
	font-style: italic;
}

UL#conten_menu LI UL {
    margin: 0;
    padding: 0;
}
UL#conten_menu LI UL LI {
	color: #666;
	font-style: bold;
	font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
UL#conten_menu LI UL LI A {
	color: #666;
    font-weight: bold;
    text-decoration: none;
}
UL#conten_menu LI UL LI A:hover {
    text-decoration: underline;
}
UL#conten_menu LI UL LI.current_page_item {
	font-style: italic;
}

UL#conten_menu LI UL LI UL{
    margin: 0 0 0 15px;
    padding: 0;
}
UL#conten_menu LI UL LI UL LI {
	color: #666;
    font-weight: normal;
	font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
UL#conten_menu LI UL LI UL LI A {
	color: #666;
    font-weight: normal;
    text-decoration: none;
}
UL#conten_menu LI UL LI UL LI A:hover {
    text-decoration: underline;
}
UL#conten_menu LI UL LI UL LI.current_page_item {
	font-style: italic;
}
UL#conten_menu LI UL LI UL LI.current_page_item UL {
	display: block;
}
UL#conten_menu LI UL LI UL LI UL {
	display: none;
}
UL#conten_menu LI UL LI UL LI UL.current_parent_item {
	display: block;
}
.min_width {
	width: 661px;
}
.max_width {
    width: 878px;
}
.content_page_block {
	float: left;
	min-height: 355px;
    padding: 0;
}
/* Bre adcrums */
#breadcrumbs {
	color: #666;
	font-size: 7.5pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}
#breadcrumbs A {
	color: #666;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs A:hover {
	text-decoration: underline;
}
.main_panel {
	margin:0 180px 0 0;
}
.info_panel {
	float: right;
	margin: 0;
	padding: 0;
	width: 160px;
}
/* End Contant Page Block */

/* Archive style */
#tabbed_block H2.pagetitle {
	padding: 0 0 20px 0; 
}
#tabbed_block H3.a_title {
}
#tabbed_block H3.a_title A {
	color: #666;
	font-size: 9.5pt;
	font-weight: bold;
	text-decoration: none;
}
#tabbed_block H3.a_title A:hover {
	color: #F04A00;
	text-decoration: underline;
}
#tabbed_block P.a_post_date {
	font-size: 8pt;
	padding: 0 0 10px 0;
}
#tabbed_block P.a_post_metadata {
	background-color: #F7F7F7;
	color: #666;
	font-weight: bold;
	line-height: 14px;
	margin: 6px 9px 0 0;
	padding: 8px 10px 10px;
}
#tabbed_block P.a_post_metadata A {
	color: #F04A00;
	font-weight: bold;
	text-decoration: none;
}
#tabbed_block P.a_post_metadata A:hover {
	color: #000;
	text-decoration: underline;
}
#tabbed_block P.share_this A.stbutton {
	padding: 1px 5px 5px 22px;
}
#tabbed_block P.share_this A:link {
	color: #F04A00;
	text-decoration: none;
}
#tabbed_block P.share_this A:hover, A:active {
	color: #000000;
	text-decoration: underline;
}
#tabbed_block P.share_this .stico_default {
	background: transparent url(http://w.sharethis.com/images/share-icon-16x16.png?CXNID=1000014.0NXC) no-repeat scroll 0 0 !important;
}
/* End Archive style */

/*Comments style */
#tabbed_block H3.c_title {
	color:#666;
	font-size:10pt;
	font-weight:bold;
	margin: 20px 0 20px 0;
}
#tabbed_block H4.c_title {
	color:#666;
	font-size:10pt;
	font-weight:bold;
	margin: 20px 0 0 0;
}
#tabbed_block DIV.comment-meta A {
	color:#666;
	font-weight:bold;
	text-decoration: none;
}
#tabbed_block DIV.comment-meta A:hover {
	color:#666;
	font-weight:bold;
	text-decoration: underline;
}
.c_commentlist {
	padding: 0
}
P.c_commentlist {
	margin: 15px 0 5px 0;
	padding: 0;
}
P.c_commentlist A {
	color: #F04A00;
	text-decoration: none;
}.
P.c_commentlist A:hover {
	color: #000;
	text-decoration: underline;
}
.c_commentlist LI {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 10px 0;
}
.c_commentlist LI  DIV{
	background-color: #F7F7F7;
}
.c_commentlist LI P.comment_info {
	font-weight:bold;
	padding: 10px 0 0 0;
}
.c_commentlist LI P A {
	color: #F04A00;
	text-decoration: none;
}
.c_commentlist LI P A:hover {
	text-decoration: underline;
}

.c_commentlist LI EM {
	color: #666;
	font-size: 9pt;
	font-weight:bold;
}
#commentform INPUT,TEXTAREA {
	border: 1px solid #DADADA;
	color: #666;
	font-size: 9pt;
}

#commentform TEXTAREA {
	width: 445px;
}
#commentform #submit {
	color: #666;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 0 2px 0;
	border: 0px;
}
/* End Comments style */

/* Navigator */
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.navigation .alignleft A, .alignright A {
	color: #666;
	text-decoration: none;
}
.navigation .alignleft A:hover, .alignright A:hover {
	text-decoration: underline;
}
/* End Navigator */

/* Contact Form */
DIV#online_form {
	width: 380px;
	margin: 0 auto 0 auto;
	padding: 0;
}

DIV#online_form FORM INPUT,
DIV#online_form FORM SELECT,
DIV#online_form FORM TEXTAREA {
	float: left;
	color: #666666;
	font-size: 9pt;
	font-style: normal;
	width: 215px;
	margin: 4px 0 4px 0;
	padding: 2px 0 2px 0;
	border: 1px solid #DADADA;
}
DIV#online_form FORM INPUT:hover,
DIV#online_form FORM SELECT:hover,
DIV#online_form FORM TEXTAREA:hover {
	border: 1px solid #666;
}
DIV#online_form  FORM LABEL {
	float: left;
	clear: both;
	color: #666666;
	font-size: 9pt;
	font-style: normal;
	width: 150px;
	margin: 4px 5px 4px 0;
	padding: 2px 0 2px 0;
}
DIV#online_form FORM SELECT {
	width: 218px;
	padding: 0 !important;
}
DIV#online_form FORM INPUT#sendit, DIV#online_form FORM INPUT#reset {
	float: left;
	height: 23px;
	width: 100px;
	margin: 0 0 0 17px;
	padding: 0;
}
DIV#online_form FORM INPUT#sendit {
	clear: both;
	margin: 0 0 0 155px;
}
DIV#online_form DIV.error_contact_form {
	color: #FF0000;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	width: 340px;
	margin: 5px auto 5px auto;
	padding: 2px 10px 2px 10px;
	border: 1px solid #FF0000;
}
/* End Contact Form */