/*
Theme Name: Registration
Description: Soccer Teams Default Template
Author: Karol
Version: 1.0
.
.
*/

div.registration_form {
	text-align: center;
}

a {
	text-decoration: none;
}

div.registration_form input[type='text'] {
	width: 400px;
	height: 30px;
	font-size: 18px;
}

div.registration_form input[type='submit'] {
	width: 100px;
	height: 40px;
	font-size: 20px;
}

input[type="text"],input[type="password"] {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
background: white;
border: 1px solid #CCC;
font-family: Arial, sans-serif;
color: #333;
font-size: 14px;
line-height: 18px;
padding: 6px 3px 4px 5px;
font-weight: normal;
}

.dark_yellow {
	color: #cc9811;
}

#content a {
	color: #5DA221;
	text-decoration: none;
}

#content a:visited {
	color: #5DA221;
}

#content a:hover {
	text-decoration: underline;
}

.txtcenter {
	text-align: center !important;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	
 text-align: left !important;
}

#content h2 {
	margin-left: 15px;
	margin-right: 15px;
	height: 24px;
	background-image: url('images/news_header_bg.jpg');
	background-repeat: repeat-x;
	padding-top: 6px;
	color: #5DA221;
	font-size: 13px;
	font-weight: bold;
}

h3.module {
	height: 24px;
	background-image: url('images/module_h3_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

div#content h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#content h2.center_module {
	position: relative;
	margin: 0;
	width: 780px;
	height: 24px;
	background-image: url('images/center_h2_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h1.center_module {
	height: 24px;
	background-image: url('images/center_h2_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2.news {
	margin-left: 15px;
	margin-right: 15px;
	height: 24px;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 6px;	
}

h2.news a {
	color: #060628;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h2.news a:hover {
	text-decoration: underline;
}

#cat {
	border: 0;
	background-color: green;
	color: white;
}

p {
	margin-bottom: 12px;
}

div.clear {
	width: 100%;
	height: 0px;
	clear: both;
}

.txtright {
	text-align: right;
}

.txtleft {
	text-align: left;
}

body {
	font-family: Arial, 'MS Sans Serif';
	font-size: 12px;
	color: #414042;
	margin: 0 auto;
	background-image: url('images/bg2.png');
    background-repeat: repeat;
    background-color: #050505;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

header {
	position: relative;
	width: 100%;
	z-index: 10; /* drop down fix for ie7.6*/
}

div.header_top {
	width: 100%;
	height: 36px;
	background-image: url('images/top_header_bg.jpg');
	background-repeat: repeat-x;
}

div.header_top div.header_top_content {
	width: 980px;
	margin: 0 auto;
}

div.header_top div.header_top_content p {
	color: #ffffff;
	text-shadow: 0px 0px 0px black;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 35px;
}

img.soccerteams_logo {
	float: left;
	padding-top: 3px;
}

#content_wrapper {
	position: relative;
	width: 100%; 
}

#content {
	width: 980px;
	min-height: 400px;
	float: left;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
}

#content p {
	
}


#sidebar_right {
	float: right;
	width: 200px;	
	background-color: black;
}

#sidebar_left {
	float: left;
	width: 200px;	
	background-color: black;
}


footer {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 3px;
	/*background-image: url('images/footer_bg.jpg');
	background-repeat: repeat-x;
	background-color: #050505;*/
	margin-top: 10px;
	
}

footer p {
	text-align: center;
	color: silver;
}

footer p a {
	text-decoration: none;
	color: silver;
}

footer p a:hover {
	text-decoration: underline;
}

/* banner */
div.banner {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
}

div.banner img {
	margin: 0;
	padding: 0;
}

div.banner div.team_logo {
	position: absolute;
	top: 31px;
	left: 37px;
}

/* main menu */
#main_menu ul {
	list-style-type: none;
}

#main_menu ul li {
	width: 200px;
	background-image: url('images/menu/menu_li_bg.jpg');
	background-repeat: repeat-x;
}

#main_menu ul li a {
	display: block;
	width: 185px;
	height: 24px;
	text-decoration: none;
	color: #ffffff;
	padding-left: 15px;
	line-height: 24px;
	font-weight: bold;
}

#main_menu ul li a:hover {
	color: silver;
}

/* second level */
#main_menu ul li ul li {
	background-image: url('images/menu/submenu_li_bg.jpg');
	background-repeat: repeat-x;
}

#main_menu ul li ul li a {
	font-weight: normal;
}


div.post_date {
	padding-left: 15px;
	color: #060628;
	font-size: 11px;
}

div.post_text {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	color: #555;
}

div.post_text img {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
}

a.post_readmore {
	margin-top: 20px;
	margin-right: 15px;
	color: #060628;
	text-decoration: none;
	float: right;
	font-size: 14px;
}

a.post_readmore:hover {
	text-decoration: underline;
}

/* sidebar logi */
div.sidebar_login_form {
	padding-left: 5px;
	color: #ffffff;
	padding-bottom: 5px;
}

div.sidebar_login_form a {
	color: #ffffff;
	text-decoration: none;
}

div.sidebar_login_form a:hover {
	text-decoration: underline;
}

div.sidebar_login_form label {
	padding-right: 5px;
}

div.login-register h3 {
	margin-bottom: 5px;
}

div.login-register input[type="text"],input[type="password"] {
	font-size: 13px;
    line-height: 16px;
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
    width: 122px;
    padding-left: 2px;
}

div.login-register input[type="submit"] {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ECE9D8;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
}

input[type="submit"] {
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ECE9D8;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
}

input[type="submit"]:hover {
	background-color: #8d8c81;
}

div.login-register input[type="submit"]:hover {
	background-color: #8d8c81;
}

div.login-register a.register,div.login-register a.logout {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ECE9D8;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
}

div.login-register a.register:hover,div.login-register a.logout:hover {
	text-decoration: none;
	background-color: #8d8c81;
}



div.sidebar_login_form table tr td {
	padding-bottom: 2px;
}

div.my_account {
	text-align: center;
}

td.remember-me {
	text-align: right;
}

input.remember-me {
	margin-right: 5px;
}


div.belowheader {
	height: 155px;
	background-image: url('images/belowheader_bg.jpg');
    background-repeat: repeat-x;
    background-color: #111111;
}

div.belowheader div.box {	
    height: 155px;
    float: left;
    background-image: url('images/belowheader_module_devider.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    
}

/* comments */
div#comments {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}

div#content div#comments h2,h3 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3px;
}

div#content div#comments p {
	margin-left: 45px;
}

div#content div#comments p#login-req, div#content div#comments p#login {
	margin-left: 0;
	padding-left: 0;
}

#commentform textarea {
width: 100%;
height: 130px;
display: block;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15) inset;
-moz-box-shadow: 0 0 4px rgba(0,0,0,.15) inset;
-box-shadow: 0 0 4px rgba(0,0,0,.15) inset;
box-shadow: 0 0 4px rgba(0, 0, 0, .15) inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
border: 1px solid #B0B2B2;
background: white;
font-size: 14px;
padding-left: 3px;
padding-right: 3px;
outline: none;
resize: none;
}

#respond h3 {
height: 24px;
background-image: url('images/news_header_bg.jpg');
background-repeat: repeat-x;
padding-top: 6px;
color: #5DA221;
font-size: 13px;
font-weight: bold;
}

div.comment-author img {
	width: 50px;
	height: 50px;
}

h3#comments {
	font-weight: bold;
	color: #5DA221;
}

div#comments li {
	list-style-type: none;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 10px;
}

ul#comment_list li span.fn {
	color: #5DA221;
}

ul#comment_list li .comment-meta {
	font-size: 8px;
}

div.form-submit {
	margin-top: 10px;
}

div.ngg-galleryoverview {
	padding-left: 15px;
	padding-right: 15px;
	width: 120px;
	float: left;
	clear: none;
}

table.order_details {
	margin: 0 auto;
}

table.order_details tr td {
	padding: 5px;
	font-size: 15px;
}

table.order_details tr.header td {
	background-color: #000;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

table.order_details tr td.header {
	background-color: #cccccc;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

table.order_details tr td input[type="submit"] {
	font-size: 24px;
}

div.order_terms {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}

div.buynow {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#setupform span#domain {
	display: none;
}

/* tutorial styling */
div.tutorial_menu {
	width: 240px;
	padding-left: 10px;
	float: left;
}

div.tutorial_content {
	width: 710px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

/* menu */
div.tutorial_menu ul {
	list-style-type: none;
}

#content div.tutorial_menu ul li a {
	color: #000;
}

#content div.tutorial_menu ul li a:hover {
	text-decoration: none;
	color: #5DA221;
}

#content div.tutorial_menu ul li.current-menu-item a {
	color: #5DA221;
}

#content h1.tutorial {
	text-align: left;
}

#content ol {
	margin-left: 18px;
}

#content ul li.header {
	
}

#content ul li.header a {
	font-weight: bold;
	color: #000;
	padding-left: 12px;
	background-image: url("images/plus.png");
	background-position: center left;
	background-repeat: no-repeat;
	cursor: pointer;	
}

#content div.tutorial_menu ul li.header a:hover {
	color: #000;	
}

/* second level */
#content div.tutorial_menu ul li ul {
	display: none;
}

#content div.tutorial_menu ul li ul li a {
	background-image: none;
	font-size: 11px;
	font-weight: normal;
}

#content div.tutorial_menu ul li ul li a:hover {
	color: #5DA221 !important;
}

#content div.tutorial_content ul li {
	margin-left: 25px;
}

/* blog list */
div.blog_list ul {
	list-style-type: none;
	margin-left: 15px;
	margin-right: 15px;
}

div.blog_list ul li {
	background-color: #f6f6f6;
	border: 1px solid #999999;
	margin-bottom: 2px;
}

div.blog_list ul li h4 {
	font-weight: bold;
	font-size: 16px;
}

/* free license contact form */
table.contact_us_table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

div.free_license {
	padding-left: 260px;
}

div.free_license input.txtinput {
	width: 350px;
}
