body {
	width:auto;
	height:auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:24px;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,.entry_gl p {
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a {
	text-decoration:none;
	outline: 0;
	color:#555555;
}
p {
	margin: 13px 0 13px 0;
	padding: 0;
	line-height: 24px;
}
p.ie6 {
	padding: 0;
	margin: 0;
	line-height: 24px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* HEADER */

#header {
	margin:0 auto; 
	padding: 0;
	width:980px; 
	height:auto;
}
#logo a {
	background-image: url(images/logo_ewyst.jpg);
	height: 53px;
	width: 268px;
	float: left;
}

/* NAV */
#header_nav {
	float: right;
}
#header_nav li {
	list-style:none;
	display: block;
	line-height: 50px;
	float: left;
	padding: 0 9px 0 9px;
}
#header_nav li a {
	font-size: 12px;
	font-weight: bold;
	color:#787878;
}
#header_nav .rss a {
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 31px;
	float: left;
}
/* BANNER */
#banner {
	background-image: url(images/banner_ewyst.jpg);
	height: 280px;
}
#banner h1 {
	color: #a82176;
	font-size: 24px;
	font-weight: normal;
	padding: 30px 0 0 40px;
}
#banner_txt {
	width: 290px;
	padding: 23px 0 0 0;
	text-align: justify;
	color:#707070;
	font-style: italic;
}

/* CATEGORY MENU */
#c_nav {
	height: 63px;
	background-image: url(images/cat_bg.jpg);
}
#c_nav li {
	z-index: 1;
}
#c_nav, #c_nav ul {
	list-style-type:none; 
	list-style-position:outside; 
	position: relative;
	font-weight:bold;
}
#c_nav a {
	display:block; 
	padding: 19px 37px 19px 37px;
	color: #FFFFFF;
	border-right:1px solid #000e10;
	text-decoration:none; 
}
#c_nav a:hover, #c_nav li:hover{
	background: #000000;
}
#c_nav li {
	float:left; 
	position:relative;
}
#c_nav ul {
	position:absolute; 
	display:none; 
	top:62px; 
	left:-1px;
}
#c_nav li ul {
	width:14.1em;
}
#c_nav li ul li a {
	width: 136px;
	padding: 4px 0 4px 10px;
	font-size: 11px;
	font-weight: bold;
	height:auto;
	line-height:19px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b2b2b;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2b2b2b;
	border-left-color: #2b2b2b;
}
#c_nav  li ul a:hover {
	background-color: #3caae5;
}
#c_nav ul ul {
	top:auto;
}
#c_nav li ul ul {
	left:147px; 
	top: 0; 
	margin:0;
}
#c_nav li:hover ul ul, #c_nav li:hover ul ul ul, #c_nav li:hover ul ul ul ul {
	display:none;
}
#c_nav li:hover ul, #c_nav li li:hover ul, #c_nav li li li:hover ul, #c_nav li li li li:hover ul {
	display:block;
}
#c_nav li#cat_l, #c_nav li#cat_r {
	background-image: url(images/cat_l.jpg);
	height: 63px;
	width: 10px;
}
#c_nav li#cat_r {
	background-image: url(images/cat_r.jpg);
	float: right;
}

/* SEARCH */
#right_search{
	float:right;
	width: 246px;
	margin: -54px 0 0 0;
	padding: 0 37px 0 0;
}
#search_bg {
	margin: -0 0 0 0;
	background-image: url(images/search_in1.jpg);
	width: 238px;
	background-repeat: no-repeat;
	position: absolute;
	padding: 12px 5px 19px 22px;
	margin: 8px 0 0 0;
}
#searchform_top_text{
	border: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 208px;
	background: none;
	padding: 0 5px 0 5px;
	z-index: 1;
	position: relative;
}
#gosearch{
	text-align:right;
	position:relative;
	top:8px;
}

/* CONTENT */
#content {
	padding: 5px 0 0 0;
}
#sidebar_l, .footer_l {
	width: 588px;
	float: left;
	padding: 0 11px 0 0;
}
#sidebar_r, .footer_r {
	width: 369px;
	float: right;
	padding: 0 0 0 11px;
}
#sidebar_line{
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: 598px top;
	height: 100%;
}

/* POST */
.post_gl, .similar li {
	background-image: url(images/post_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #e9e9e9;
	margin: 15px 0 0 0;
}
.comm_gl {
	margin: 15px 0 0 0;
}
.pos {
	float: right;
	font-style: italic;
	padding: 5px 0 0 0;
}
.star_b {
	background: url(images/star_b.jpg) 0px -1px no-repeat;
	padding: 0 0 0 25px;
}
.star_y, .star2_b {
	background: url(images/star_y.jpg) 0px -1px no-repeat;
	padding: 0 0 0 42px;
}
.star2_b {
	background: url(images/star2_b.jpg) 0px -1px no-repeat;
}
.entry_gl, .entry_post {
	padding: 0 10px 10px 0;
	overflow: hidden;
}
.entry_gl h3 a, h4, .entry_post h1, .entry_post h2, .partners h2, .arch_site h4 {
	font-size: 13px;
	color: #c11e21;
	font-style: italic;
}
.entry_post ul {
	margin: 0 0 10px 0;
	list-style: none;
} 
.entry_post ul li, .arch_site li {
	background: url(images/star2_g.gif) no-repeat 0px 6px;
	padding:3px 15px 3px 25px;
}
.entry ol {
	margin: 0 0 10px 0;
	padding:0 0px 0 34px;
}
.entry ol li {
	padding: 3px 0 3px 6px;
}
.p_strong {
	font-weight: bold;
	font-style: italic;
}
.entry_gl p strong {
	font-weight: normal;
}

/* BREADCRUMB */
#breadcrumb, #breadcrumb a {
	padding: 15px 0 0 0;
	font-style: italic;
	color: #7C7C7C;
}

/* IMG */
.alignleft {
	border: 1px solid #d7d8d8;
	float: left;
	margin: 5px 14px 0 0;
}
.alignleft1 {
	float: left;
	margin: 5px 14px 0 0;
}

/* Top 5 */
.top_ten {
	margin: 15px 0 0 0;
}
.top_ten a, .similar a {
	color: #1c8fbf;
	font-weight: bold;
}
a:hover, .entry_gl h3 a:hover, #breadcrumb a:hover, #header_nav a:hover, #wp_page_numbers li.active_page a {
	color: #1c8fbf;
}
#container #bookmarks h5.active a {
	color: #40B3E3;
}
.top_ten a:hover, .similar a:hover {
	color: #c11e21;
}
.top_ten h4 {
	color: #666666;
}
.top_ten li {
	height: 70px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #e9e9e9;
	padding: 4px 0 0 0;
}
.top_ten img {
	width: 54px;
	height: 54px;
}	

/* BOOKMARKS */
#container {
	padding: 24px 0 0 0;
}	
#bookmarks h5 {
	display: block;
}
#bookmarks h5 a, #bookmarks h5.last a { 
    float: left;
	padding: 4px 0 0 0;
	margin: 0 3px 0 0;
	background-image: url(images/tab.jpg);
	width: 90px;
	height: 31px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#bookmarks h5#last a {
	margin: 0;
}
#bar1, #bar2, #bar3, #bar4, #bar5 { 
	display: none;
}
#bar1 { 
	display: block; 
}
#content_tabs li {
	height: 30px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0 0 0;
}

#content_tabs li a {
	background: url(images/star_p.jpg) 0px -1px no-repeat;
	padding: 0 0 0 25px;
}

/* PARTNERS */
.partners {
	margin: 15px 0 0 0;
}
.partners a{
	float: right;
	font-style: italic;
	padding: 6px 0 0 3px;
}

/* SIMILAR POSTS */
.similar h4 {
	padding: 15px 0 0 0;
}
.similar li {
	margin: 0;
	padding: 5px 0 10px 0;
}
.similar a {
	font-style: italic;
}

/* COMMENTS*/

#comments {
	background-color: #e9ecec;
}
.comment {
	margin: 0;
	padding: 5px 15px 0 15px;
	border-bottom: 1px solid #fff;
}
.comment .comment-meta {
	margin: 5px 0 25px 0;
}
.comment-meta p {
	padding: 0;
	margin: 0;
	line-height: 17px;
}
.comment .avatar {
	float: left;
	margin: 0 15px 0 0;
	display: inline;
}

.comment .name {
	font-size: 14px;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
.comment .comment-text {
	margin: 0;
	padding: 0;
}

/* WP PAGE NUMBERS PLUGIN */
#wp_page_numbers {
	padding: 0 14px 0 14px;
	height: 24px;
	background: url(images/num_bg.jpg) no-repeat 0px 6px;
	border-bottom: 1px solid #e9e9e9;
}
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	line-height: 13px;
}
#wp_page_numbers li {
	float: left;
}
#wp_page_numbers li a {
	line-height: 24px;
	text-align: center;
	display: block;
	border-left: 1px solid #e9e9e9;
	margin: 0 0 0 -1px;
	height: 24px;
	width: 22px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}
#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-right: 15px;
	margin: 3px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

/* FOOTER */
#footer, #footer a {
	padding: 6px 15px 6px 15px;
	margin: 10px 0 0;
	background-color: #000000;
	color: #FFFFFF;
}
.footer_l, .footer_r {
	width: auto;
	font-size: 11px;
}

/* VIDEO */
.vvqbox {
	padding: 10px 0 0 0;
}

/* ARCHIVE */

.arch_site {
	margin: 15px 0 0 0;
}
.arch_site h3, .arch_site h5 {
	color: #1c8fbf;
	font-size: 13px;
	font-style: italic;
	padding: 10px 0 0 0;
}