﻿/* ----------------------------------------------------------------------------------------------------------
    
    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        X) Search Box
        Z) Others
        
---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}

div.news-box p{
	margin: 0 !important;
	padding: 0 !important;
}
body {
	font: 74% Arial, Helvetica, Sans-Serif;
	line-height: 1.6em;
	text-align: center;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	background:#FFF;
}
h1 {
	font-size: 2.8em;
	line-height: 35px;
}
h2 {
	color: #000;
	font: bold 170% Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 10px;
}
img {
	border: 0;
}
/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */
/* Link Style */
a {
	text-decoration: none;
	color: #1CA73A;
}
a:hover {
	color: #808080;
	background: inherit;
}
a:focus {
	outline: 0;
}
.inline {
	display: inline;
}
.grey {
	color: #484848;
}
.news-box {
	border: solid 1px #CCCCCC;
	background-color: #C0C0C0;
	padding: 4px;
}
#menu_search input.search {
	width: 127px;
	margin: -4px 1px 0 2px;
	top: 0px;
}
#menu_search  input.submit {
	margin-top: 5px;
	height: 22px;
	border: solid 1px #484848;
}
.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */
table {
	
}

table th {
	text-align: left;
	font-weight: bold;
	color: #000000;
}
table td.rowC {
	padding: 7px;
	padding-left: 40px;
}
table td.rowA {
	padding: 6px;
	background-color: #efefef;
	color: #373839;
}
tr.rowB {
	padding-left: 15px;
	margin-left: 5px;
	background-color: #CCCCCC;
	color: #373839;
}
table tr.rowC {
	background: #CCCCCC url('../images/admin.png') no-repeat left 50%;
	color: #373839;
}

ul#portfolio li{
	list-style-type: none !important;
	list-style-image: none !important;
	float: left;
	display: block;
	padding: 5px;
	width: 130px;
	height: 130px;;
	text-align: center;
	background-color: #f7f7f7;
	border: solid 1px #cdcccc;
	margin-bottom: 30px;
}
/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */
#wrap {
	width: 900px;
	margin: 10px auto 0;
	text-align: left;
}
#header_top {
	background: url('../images/top.gif') no-repeat right top;
	border-right: 2px solid #fff;
	color: #1ca73a;
	padding: 10px 0 0 7px;
	clear: both;
	margin: 0 0 0 0;
	height: 74px;
}
#header_top p {
	padding: 0;
	margin: 0;
}
#header_top ul {
	float: right;
	padding: 12px 150px 0 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	width: auto;
}
#header_top ul li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
#header_top ul li a {
	padding-left: 7px;
	margin-right: 5px;
	color: #1ca73a;
}
#header_top ul li a:hover {
	padding-left: 7px;
	padding-bottom: 5px;
	margin-right: 5px;
	color: #808080;
}
#header_top ul li a:active {
	padding-left: 7px;
	padding-bottom: 5px;
	background: url("../images/hover.gif") bottom center no-repeat;
	margin-right: 5px;
	color: #808080;
}
#header_bottom {
	background: #454545 url(../images/bottom.gif) no-repeat top right;
	color: #EBEBEB;
	padding: 20px 240px 20px 10px;
	clear: both;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 0 1px 0;
	height: 90px;
}
#header_bottom p {
	width: 680px;
}
#header_bottom h2 {
	color: #F3F2BF;
	width: 250px;
	margin: 0 0 10px;
	background: #454545;
}
#slogan {
	clear: left;
	width: 730px;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 5px 0 0 0;
}
#maincontent {
	padding: 20px 0;
	clear: both;
	background: url('../images/bg.gif') repeat-x;
}
#left {
	float: left;
	width: 650px;
	padding: 5px 15px 0 5px;
	margin: 0 0 25px 0;
	height: 100%;
	min-height: 570px;
}
#left p {
	margin: 0 0 15px;
}
#right {
	width: 220px;
	float: right;
	margin-top: -21px;
	height: 100%;
}
#included {
	margin-top: 26px;
	margin-bottom: 20px;
}
#included h2 {
	height: 22px;
	position: relative;
	margin-bottom: 5px;
}
#included ul li {
	height: 21px;
	background: url('../images/icons/check.gif') no-repeat 1px 7px;
	padding-left: 24px;
	font: 11px/14px Tahoma, Geneva, sans-serif;
	color: #444f51;
	border-bottom: #444f51 1px dotted;
	padding-top: 5px;
}
#included ul li a {
	color: #444f51;
	text-decoration: none;
}
#included ul li a:hover {
	color: #444f51;
	text-decoration: underline;
}
#left ul.about {
	list-style-image: url('../images/icons/plus.png');
	margin-left: 50px;
	display: inline-block;
}
#logo-block {
	width: 180px;
	height: 162px;
	background: url('../images/logo.png') no-repeat;
	z-index: 10;
	left: 1000px;
	top: 15px;
	position: absolute;
}
#logo {
	margin-bottom: 10px;
}
#logo a:hover {
	color: #1CA73A;
}
#menu-container {
	width: 900px;
	height: 34px;
}
#menu-left {
	float: left;
	background: url('../images/menu-left.png') no-repeat;
	height: 34px;
	width: 10px;
}
#menu {
	float: left;
	background: url('../images/menu.png') repeat-x;
	height: 34px;
	width: 880px;
}
#menu-right {
	float: right;
	background: url('../images/menu-right.png') no-repeat;
	height: 34px;
	width: 10px;
}
#menu_bar {
	margin: 0;
	padding: 0;
}
#menu_bar li {
	float: left;
	list-style: none;
}
#menu_bar li a {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 60px;
	color: #FFF;
	white-space: nowrap;
	margin-top: 2px;
	font-weight:bold;
}
#menu_bar li a:hover {
	text-decoration: underline;
}
#menu_bar li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#menu_bar li ul li {
	float: none;
	display: inline;
}
#menu_bar li ul li a {
	width: 90px;
	background: #484848;
	margin-top: 3px;
	margin-bottom: -3px;
	text-decoration: none;
}
#menu_bar li ul li a:hover {
	background: #323232;
	text-decoration: none;
}
#menu_search {
	float: right;
	margin-top:1px;
}

#image-block {
	width: 900px;
	height: 93px;
	background: url('../images/holder.png') no-repeat;
	font-size: 1.2em;
}

#footer {
	border-top: 1px solid #CCC;
	position: relative;
	/*bottom: 150px !important;*/
	height: 30px;
	clear: both;
	width: 900px;
}
#footer p {
	text-align: center;
	padding: 10px;
}

#M_box {
	width: 650px;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#M_box_admin {
	width: 890px;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#M_left {
	float: left;
	background: url('../images/menu-left.png') no-repeat;
	height: 34px;
	width: 10px;
}
#M_top {
	float: left;
	background: url('../images/menu.png') repeat-x;
	height: 34px;
	width: 630px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 0 0 0;
}
#M_top a:link, #M_top a:visited, #M_top a:hover {
	color: #FFF;
}
#M_top span {
	background: url('../images/icons/r_arrow.png') no-repeat left 50%;
	width: 16px;
	height: 16px;
	padding-right: 16px;
}
#M_top .right {
	text-align: right;
	margin-top: -19px;
	padding-right: 10px;
}
.M_top_admin {
	width: 870px !important;
	margin-bottom: -10px;
}
#M_right {
	float: right;
	background: url('../images/menu-right.png') no-repeat;
	height: 34px;
	width: 10px;
}
#M_content {
	width: 634px;
	border: 1px #CCC solid;
	border-top: none;
	padding: 7px;
	font-size: 1em;
	background: #f4f4f4;
	margin-top: -8px;
}
#M_content li {
	margin-left: 30px;
}
.M_content_admin {
	width: 874px !important;
	clear:both;
	overflow: hidden;
    position:relative;
}
#B_area {
	width: 650px;
}
#B_box1 {
	float:left;
	width: 302px;
	border: 1px solid #ccc;
	padding: 7px;
	font-size: 1em;
	background: #f4f4f4;
	height: 53px;
}
#B_area .image {
	float:left;
}
#B_area .content {
	float:right;
	width: 230px;
	text-align:left;
}
#B_box2 {
	float:right;
	width: 302px;
	border: 1px solid #ccc;
	padding: 7px;
	font-size: 1em;
	background: #f4f4f4;
	height: 53px;
}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Plans
---------------------------------------------------------------------------------------------------------- */
#plans th.top {
	font: bold 11px;
	color: #1CA73A;
	border-bottom: 1px solid #1CA73A;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
#plans th.row {
	font: bold 11px;
	color: #1CA73A;
	border-right: 1px solid #1CA73A;
	border-bottom: 1px solid #1CA73A;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
#plans td {
	font: bold 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 0 12px;
}
/* ----------------------------------------------------------------------------------------------------------
X) Search Box
---------------------------------------------------------------------------------------------------------- */
.suggestionsBox {
	position: absolute;
	margin: 2px 0 0 0;
	width: 200px;
	background-color: #484848;
	color: #fff;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
}
.suggestionList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.suggestionList li {
	margin: 0;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #1CA73A;
}
.suggestionList .count, .suggestionList .count:hover {
	background-color: #333333;
}
.suggestionList .none, .suggestionList .none:hover {
	background-color: #CC3300;
}
/* ----------------------------------------------------------------------------------------------------------
Z) Others
---------------------------------------------------------------------------------------------------------- */
button, input, textarea, input.submit, fieldset, select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #333;
}
button {
	color: #333;
	padding: 2px;
}
input {
	color: #333;
	padding: 2px;
}
textarea {
	font-size: 12px;
	color: #333;
	padding: 2px;
	max-width: inherit;
}
fieldset {
	color: #1CA73A;
	font-size: 14px;
	padding: 10px;
	max-width: inherit;
}
select {
	color: #333;
}
/*Comments */
.pane {
	padding: 10px 20px 10px;
	position: relative;
	border-bottom: solid 1px #ccc;
}
.pane:hover {
	background-color: #FFFF99;
}
.spam {
	color: #999999 !important;
	background-color: #FBC7C7 !important;
}
/* admin/edit.php (News Edit) */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.message_head span {
	right: 10px;
	position: absolute;
}
.message_list li {
	padding: 0;
	margin: 0;
}
.message_head {
	padding: 5px 10px;
	border-bottom: thin #CCC dashed;
}
.message_body {
	padding: 5px 10px 15px;
	border-bottom: medium #CCC solid;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(../images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}
