/*============================ HEADER / LOGO ============================*/
#tux_admin_head {
	width: 100%;
    background: #222;
}
#tux_options_logo {
    margin-left: 5px;
    padding: 30px 10px 0;
}
#tux_admin_heading h2 {
	margin-top: -37px;
	color:#e1d7ba;
	font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 170px;
}
#tux_tabs_navi {
    margin: 8px 0 -10px;
    padding-left: 5px;
	background: #636363;
}
.tux_admin_wrap .updated {
	margin-top: 15px !important;
}
/*============================ NAVIGATION TABS ============================*/

#tux_tabs_navi ,
#tux_tabs_navi a,
#tux_tabs_navi a.nav-tab-active {
    border:none;
}
#tux_tabs_navi a {
    background: #333;
	color: #bbb;
	font-size: 0.8em;
}
#tux_tabs_navi a:hover {
	color: #0074A2;
}
#tux_tabs_navi a.nav-tab-active {
	color: #fff;
	background:#0074A2;
}
/*============================ SETTINGS FORM ============================*/
.tux_settings h3 {
	margin: 0 !important;
	padding: 8px 10px !important;
	border-bottom: none;
	font-size: 1.1em;
	color:#bbb;
	background: #0074A2;
}
.tux_form{
	margin-top: 10px;
	float: left;
	width: 100%;
}
.tux_settings .form-table {
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #E5E5E5;
}
.tux_settings .form-table tr td, .tux_settings .form-table tr th{
	padding: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.tux_settings .form-table tr th {
	color: #bbb;
	font-size: 1.0em;
	font-weight: bold;
	background: #636363;
}
.tux_settings .form-table label{ 
	color: #555;
	font-size: 1.1em;
	font-style: italic;
}
.tux_settings .form-table input { 
	margin-bottom: 5px;
}
.tux_settings .form-table .tux-upload-image-field,
.tux_settings .form-table .tux-text-field,
.tux_settings .form-table .tux-url-field,
.tux_settings .form-table textarea { 
	width: 100%; 
}
.wp-editor-wrap td, .wp-editor-wrap th, .wp-editor-wrap tr {
	border: none !important;
	padding: 0 !important;
}
.tux-image-bg {
	width: 98%;
	padding: 4px 1% 0 1%;
	background: transparent;
	overflow: hidden;
}
.tux-image-bg img {
	max-width: 450px;
	height: auto;
}
.tux-font-bg {
	padding: 5px 10px;
	background: #f5f5f5;
	font-size: 1.3em;
	margin-top: 10px;
}

/*============================ WELCOME SCREEN ============================*/
#tux_welcome {
	margin-top: 10px !important;
	float: left;
	width: 100%;
}
#tux_welcome .container {
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #E5E5E5;
	background:#fff;
}
#tux_welcome h3 {
	margin: 0 !important;
	padding: 8px 10px !important;
	font-size: 1.1em;
	color: #bbb;
	background: #0074A2;
}
#tux_welcome h1 {
	font-size: 1em;
	padding: 0;
	margin:0;
	color: #2c749f
}
#tux_welcome .tux_intro {
	padding: 5px 10px;
	font-size: 1.8em;
	color: #777;
	line-height: 1.7em;
}
#tux_welcome .tux_intro b {
	color: #333;
}
#tux_welcome h2 {
	font-size: 2.0em;
	margin: 0;
	font-weight: normal;
	line-height: 1.0em;
}
#tux_welcome h4 {
	font-size: 1.4em;
	margin: 0;
	line-height: 1.0em;
	background: #e4e4e4;
	padding: 10px;
	text-shadow:#fff 0 1px 0;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
#tux_welcome p {
	margin-bottom: 1em;
	line-height: 1.625em !important
}
#tux_welcome ul {
	margin: 0 0 10px 0;
	padding: 5px 30px;
	list-style: none !important;
	font-size: 0.6em;
}
#tux_welcome ul li{
	padding: 0;
	margin: 5px 0;
	list-style: square;
	line-height: 1.3em !important
}
#tux_welcome .welcome_button {
	display: block;
	text-align: center;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 15px;
	background: #21759b;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-radius:3px;
}
#tux_welcome .welcome_button:hover {
	background: #333;
}