﻿/*  
Theme Name: ENIGMA 1
Theme URI: http://graformix.com/
Description: New <a href="http://graformix.com">Graformix</a> WordPress theme with a right and left sidebars and a fixed width 3 column layout. You can manage your side bar in Presentation>>Widgets.

*/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Times New Roman, Geneva, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0;
}
#container {
	margin: 0 auto;
	width:800px;
	position: relative; 
	text-align: left;
}
#content {
	margin:0 auto;
	float:left;
	width:798px;
	padding:0 0 20px 0;
	position:relative;
	background-color:#C0D2EB;
	border:1px solid #90A4C1;
	border-bottom:0px;
}
#content-main {
	margin:0 auto;
	float:right;
	width: 476px;
	padding:10px 10px;
	font-size:13px;
	background-color:#DEE7F4;
}

/*========================================================================*/
#header_top {
	background-image:url('images/header_top.gif');
	background-repeat:repeat-x;;
	font-family: Times New Roman, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	width:799px;
	height:32px;
	margin-top:0px;
	border:1px solid #90A4C1;
	border-bottom:0px;
}
#header_btm {
	background-image:url('images/header_btm.gif');
	background-repeat:no-repeat;
	height:83px;
	width:799px;
	border:1px solid #90A4C1;
	border-top:0px;
}
#header_text {
	font-weight:bold;
	font-style:oblique;
	font-size:24px;	
	position:relative;	
	top:35px;
	left:20px;	
	color:#B8C5D8;
}
#header_text_top a:hover {
	color:#970000;
	text-decoration:underline;
}
#header_text_top a:link, #header_text_top a:active, 
#header_text_top a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

/*========================================================================*/
#footer {
	margin:0;
	background-image:url('images/footer_bg.png');
	background-repeat:repeat-x;
	float:left;
	width:798px;
	height:32px;
	font-size: 14px;
	text-align:center;
	border:1px solid #90A4C1;
	border-top:0px;
	color:#fff;
}
#footer #text_left {
	float:left;
	padding:7px 0 0 10px;
}
#footer #text_right {
	float:right;
	padding:7px 10px 0 0;
}
/*========================================================================*/
input.textfield {
	border: 1px solid #FFFFFF;
	width:100px;
	height:15px;
	color:#9D9D9D;
}
input.button {
	color:#FFFFFF;
}
/*========================================================================*/
.menu_image {
	height:23px;	
}
.box_img{
	position:relative;
	right:3px;
	top:1px;
}

/*========================================================================*/
a:link, a:active {
	color: #001085;
	text-decoration:none;
}
a:visited {
	color: #89A0C0;
	text-decoration:none;
}
a:hover {
	color: #5165FF;
	text-decoration:underline;
}
/*========================================================================*/
#navigation {
	background-image:url('images/menu_bg.gif');
	background-repeat:repeat-x;
	background-position:left top;
	text-align: left;
	overflow-y:hidden;
	font-family: Tahoma, Times New Roman, Trebuchet MS, Verdana, Arial, Serif;
	height:2.3em;
	border-left:1px solid #90A4C1;
	border-right:1px solid #90A4C1;	
}
#navigation ul {
	float: right;
	margin:0;
	padding:0 30px 0 35px;
}
#navigation ul li {
	background-image:url('images/menu_split.png');
	background-position:bottom left;
	background-repeat:repeat-y;
	float:left; 
	list-style-type:none;
	height:2.3em;
}
#navigation ul li a {
	padding: 2px 13px; 
	display: block; 
	color:#004C6B;	
	font-size:1.4em;
	margin:0;
	text-decoration: none;
	font-weight:bold;
	float:left;
}
#navigation ul li a:visited {
	text-decoration:none;
} 
#navigation ul li a:hover {
	background-image:url('images/menu_hover_bg.gif');
	text-decoration:underline;
	color:#fff;
	height:23px;
}
#navigation ul li a:active, 
#navigation ul li.current_page_item a 
{
}

/*============= static sidebars elements =================================*/
.arrow {
	float: left;
	list-style-type: none;
	text-align: left;
	margin: 0;
	width:100%;
	padding: 0px;
	color:#333333;
}
.arrow ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	color:#333333;
}
.arrow li {
	float:right;
	text-align: left;
	margin: 0;
	width:100%;
	color:#333333;
}
.arrow li ul {
	margin:0;
	list-style:none;
}

/*========================================================================*/

#sidebar-left {
	width:150px;
	margin: 0;
	float:left;
	overflow:hidden;
}
#sidebar-right {
	width:150px;
	margin:0;
	float:right;
	overflow:hidden;
}

div.dynamic_widget h2 {
	clear:both;
	width:140px;
	display:block;
	margin:0;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#970000;
	white-space:nowrap;
	background-image:url(images/list_header_line.png);
	background-repeat:no-repeat;
	background-position:0 24px;
	white-space:nowrap;	
} 
div.dynamic_widget li h2 {
	width:140px;
	display:block;
	margin:0;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#970000;
	list-style-position:outside;
	list-style-type:none;
	background-image:url(images/list_header_line.png);
	background-repeat:no-repeat;
	background-position:0 24px;
	white-space:nowrap;	
}

#sidebar-left div li{
	margin:0;
	padding:0;
	list-style-type: none;
}

div.dynamic_widget li ul {
	margin:0;
	padding:2px 0 0 0;
	list-style:none;
	font-size:10px;
}

div.dynamic_widget ul {
	margin:0;
	padding: 0 15px 0 0px;
	list-style:none;
	font-size:10px;
}

li#tag_cloud {
	margin:0;
	padding:2px 0 5px 0;
	list-style:none;
	font-size:10px;
}

div.dynamic_widget ul.arrow {
	margin:0;
	padding: 0;
	list-style:none;
	font-size:10px;
}

div.dynamic_widget ul.arrow li a{
	padding-top:2px;
	margin-left:30px;
}

div.dynamic_widget ul.calendar{
	margin:0;
	padding: 0;
	list-style:none;
	font-size:10px;
}

div.dynamic_widget li ul li {
/*	height:20px;*/
	display:block;
	background-image:url(images/list_bg.png);
	background-repeat:no-repeat;
}

div.dynamic_widget ul.arrow li {
	height:20px;
	display:block;
	background-image:url(images/list_bg.png);
	background-repeat:no-repeat;
}

div.dynamic_widget li ul li a, ul.arrow li a {
	margin-left:30px;
	line-height:20px;
}

dynamic_widget ul li a {
	height:20px;
	display:block;
}
div.dynamic_widget ul li a:link, a:active, li#tag_cloud a:link, li#tag_cloud a:active{
	color:#010101;
}
div.dynamic_widget ul li a:visited, li#tag_cloud a:visited{
	color:#89A0C0;
	text-decoration:none;
}
div.dynamic_widget ul li a:hover, li#tag_cloud a:hover{
	color:#B20101;
	text-decoration:underline;
}

div.dynamic_widget .textwidget {
	padding:10px;
	color:#000;
}

div.dynamic_widget li select {
/*	margin-left:15px;*/
	font-family:Verdana;
	width:150px;
	color:#000;
	background-color:#F2F2F2;
	font-size:11px;
}
div.dynamic_widget li ul#recentcomments li{
	color:#000;
	text-align:left;
	margin-left:8px;
	padding:0;
	background-image:none;
}

.tag_cloud li{
	background-image:url(images/list_bg.png);
	background-repeat:repeat-y;
	margin-left:15px;
}
li#tag_cloud {
	background-position:left 15px;
}
li#tag_cloud a{
	padding:1px 3px 30px 15px;
}

/*========================================================================*/

.hr_blue{
	clear:both;
	margin:0;
	padding:0px 0 0px 0;
	background-color:#617CA2;
	background-repeat:repeat-x;
	border-top:0px solid lime;
	border-bottom:0px solid lime;
	display:block;
	height:1px;
}

/*========================================================================*/

.post { 
	margin: 0 0 5px 0; 
	padding:10px; 
	text-decoration:none;
	font-weight:normal;	
}
.posttitle {
	margin:0;
	padding: 10px 0 0 30px;
}
.posttitle h2 a:link, .posttitle h2 a:active, .posttitle h2 a:hover, .posttitle h2 a:visited {
	color:#101010;
	font-size:17px;
}

.post-info {
	color:#666666;
	font-size:11px;
}

p.post-info {
	margin-left:40px;
}
.entry p {
	color:#101010;
}

.postmetadata {
	clear:left;
	border:1px solid #626262;
	background-color:#C0D2EB;
	padding:5px;
	color:#101010;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/*========================================================================*/

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #A6A6A6;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	font-size:19px;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration:none;
}
h1 {
	padding-top: 700px;
	margin: 0;
}
h2 {
	margin: 0 0 0;
	font-size:10px;
}
h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 10px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/*========================================================================*/
#searchform {
	margin: 5px auto;
	text-align: center;
	left:700px;
	white-space:nowrap;
}
#searchcaption {
	font-family: Arial, Verdana, Serif;
	margin: 15px;
	color:#970000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#searchtext {
	margin:0;
	padding:2px 0 2px 0;
	height:16px;
	width: 130px;
	color:#ABC1DF;
	background-color:#5783C0;
	font-size:14px;
}
#searchsubmit {
	margin: 5px;
	color:#FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Serif;
	font-weight:bold;
	width: 135px;
	height: 26px;
	background: url('images/search.gif');
	border:0px;
}
/*========================================================================*/
#comment {
	background-color:#C0D2EB;
	border:1px solid #717171;
}
#commentform p {
	color:#A6A6A6;
}
#commentform p .textbox{
	margin: 5px 0;
	background-color:#C0D2EB;
}
#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	color:#000;
}
#commentform textarea {
	width: 99%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/*========================================================================*/
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style:none;
	color:#981B1B;
	background-color:#C0D2EB;
	border:1px solid #717171;	
}
.commentlist p {
	margin: 10px 5px 10px 0;
	color:#181818;
}
.commentlist .cmtinfo em a{
	color:#6674A3;
	font-weight:bold;
}
.commentnum {
	color:#1E7AF8;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentsfeed a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;	
}
/*========================================================================*/
a.graformix:link {
	font-size:13px;
}
a.graformix:visited{
	color:#fff;
}
a.graformix:hover{
	color: #000;
}
a.graformix:active {
	color:#fff;
}
