/*   
Theme Name:Soft team
Author: Organiksoft
Author URI: http://organiksoft.com/web-development/
Description: Soft team is a clean, adaptive, customizable look for your blog. This is a theme with out sidebar and 3 footer widget areas,you can easily upload the logo, modify the background color or upload background image.
Version: 1.0.4
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: Soft team WordPress theme , Copyright (C) 2013 Organiksoft  Soft team WordPress theme is licensed under the GPL.
Tags: dark, green, blue, orange,two-columns,custom-header,custom-background

************************************************************************

/*  -------------------------------------------------------------- 
                    GENERAL STRUCTURE
-------------------------------------------------------------- */

body {
	font-size:90%;
	font-family:'Open Sans', 'Helvetica', 'Segoe', sans-serif;
	background-color: #CCCCCC;
}

#wrapper {
	display: block;
	width: 1020px;
	 margin-right: auto;
         margin-left: auto;
        margin-top:-120px;
	background: #DFFF80;
}
	
#container {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-right: -26.4%;
	margin-bottom: 10px;
	margin-left: 0;
	}

#content {
margin: 0 34% 0 7.6%;
width: 70.4%;

}

.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
                  GLOBAL STYLES  
-------------------------------------------------------------- */

em {	
	font-style: italic;
}

strong {
	font-weight: 600;
	
}


.right {
	float: right;
}

.left {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}

h1 {
	font-size: 2em;	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

ol {
	list-style-type: none;
}
dt {
	font-weight:bold;
	margin-top:10px;
}
li {
	margin-bottom:5px;
}
ol li {
	list-style-type:decimal;
}
ol li ol li {
	list-style-type: lower-alpha;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ul li {
	list-style-type:disc;
}
ul li ul li {
	list-style-type:circle;
}
ul li ul li ul li {
	list-style-type: square;
}
small {
	font-size:.8em;
}
abbr {
	cursor:help;
	letter-spacing:.01em;
	text-decoration:none;
}
a abbr {
	text-decoration:none;
	border-bottom:none;
}
blockquote {
	min-height:60px;
	margin:0;
	padding:5px 0 0 63px;
}
blockquote cite {
	display:block;
	padding-bottom:15px;
	font-size:.86em;
	font-style:normal;
}
q {
    font-style:italic;
}
q:before, q:after {
    content:"";
}
ins {
	padding:0 2px;
	text-decoration:none;
}
pre,
code,
tt,
kbd,
var {

	font-size:1.05em;
}
pre {
	overflow:auto;
	white-space:pre;
	padding:3px 5px 12px;
	line-height:20px;
}
address {
	font-style:normal;
}
form {
	margin:20px 0;
	padding:0;
}
fieldset {
	margin:5px;
	padding:10px;
	border:none;
}
fieldset fieldset { 
	margin-top:15px;
}
legend {
	margin:0 0 0 -10px;
	padding:2px 5px;
}
input,textarea,select {
	padding:1px 2px;
	font-size:1em;
	max-width:100%;
}

table {
	border-collapse:collapse;
}
th,td {
	padding:3px;
}
p {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

a:link{
	color: #EA7500;
	text-decoration: underline;
}
a:visited {
	color:#AA5500;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #D76B00;
}
table {
	border-bottom: 1px solid #2259FF;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #2259FF;
	padding: 6px 10px 6px 0;
}

del {
	color: #CC3333;
}

ins {
	background: #F1FAFF;
	text-decoration: none;
}

pre {
        word-wrap: break-word;
	background: #F1FAFF;
	text-decoration: none;

}

/* -------------------------------------------------------------- 
                  HEADER
-------------------------------------------------------------- */

header#masthead{
	text-align: left;
	padding-top:7.5em;
	background-image: url(images/header.jpg)
}

header#masthead hgroup{
	padding-bottom: 1em;
}
header#masthead .site-title{
	font-size: 2em;
	
}
header#masthead .site-title a,
header#masthead .site-title a:visited{
font-family:'Open Sans', 'Helvetica', 'Segoe', sans-serif;
	color:#F97C00;
	text-decoration: none;
}
header#masthead .site-title a:hover{
	color: #777;
}
header#masthead .site-description{
	color: #333;
	font-style: italic;
}
.site-logo {
  max-width:100%;
  padding-top:50px;
  padding-bottom:30px;
  padding-left:30px;

}

/* --------------------------------------------
       HEADER MENU
----------------------------------------------*/

#access {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom:-4px;
	font-size: 1.2em;
	background-image: url(images/texture.png);
}

#access ul {
	list-style: none;
	margin: 0;
	padding-left: 5px;
}

#access li {
        list-style-type: none;
	float: left;
	position: relative;
}
	
#access a {
	display: block;
	text-decoration:none;  
	padding: 4px 20px 4px 20px;
	color: #F97C00;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.6em;
		left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access  ul ul a {
	width: 130px;
}
#access ul ul li {
	background-image: url(images/texture.png);
	list-style: none;
}
#access ul :hover > a {
color:#A87953;
}
#access ul:hover > a {
}
#access ul ul :hover > a {
color:#A87953;
}
#access ul ul a:hover > a {
}
#access ul li:hover > ul {
	display: block;
}
#access li.current_page_item a,
#access li.current-menu-item a {
}
/*------------------------------------------------------------
               POST AND PAGES
--------------------------------------------------------------*/
a.more-link {
	float: right;
}
.archives-title {
	font-family: 'Cutive', serif;
	font-size: 31px;
	color: #09F;
	text-shadow: 2px 2px 0 #D5CAAD;
	line-height:40px;
}
.entry {
	overflow: hidden;
	word-wrap: break-word;
	width: 100%;
	clear: both;
}
small {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}

.navigation {
	clear: both;
	width: 97%;
	display: inline-block;
	padding: 0px 15px 15px 15px;
}
.navigation .alignleft,
.navigation .alignright {
	width: 50%;
}
.navigation .alignright {
	text-align: right;
}
.page-template-page-nosidebar-php .content {
	width: auto;
}
.page_title {
	font-family: 'Cutive', serif;
	font-size: 25px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: normal;
	position: relative;
	font-weight: normal;
	word-wrap: break-word;
}
.page_title,
.page_title a:link,
.page_title a:visited,
.page_title a:hover,
.page_title a:active {
	color: #666666;
	margin: 40px 0px 10px 0px;
	font-weight: normal;
	text-shadow: 2px 2px 0 #D5CAAD;
}
.page .page_title {
	margin-bottom: 10px;
}
.post {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.postmetadata {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}
.postdate {
	position: absolute;
	width: 60px;
	height: 80px;
	font-size: 25px;
	margin-left: -145px;
	text-align: center;
	font-family: 'Oleo Script', cursive;
	text-shadow: 1px 1px 1px #fff;
background-image: url(images/texture.png);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.postdate a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	list-style-type: none;
}
.postdate a:link,
.postdate a:visited {
	color:#CFB49E;
	font-weight: normal;
}
.postdate .post-day {
	font-size:45px;
}
.postdate .post-month {
	font-size:24px;
	text-transform:lowercase;
	margin:5px 0 2px 0;
}
.postdate .post-year {
	font-size:15px;
}
img.post-thumbnail, .attachment-post-thumbnail {
	float:left;
	margin:16px 10px 10px 16px;
	width:160px;
	height:120px;
}

.sticky {
	
}

/*------------------------------------------------------------
        ALIGMENT
--------------------------------------------------------------*/
.aligncenter {
	margin: 0px auto 0px auto;
	display:block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
/* End Alignment */



/* Recent Comments widget */


.recentcomments {
	font-size: 90%;
	padding: 10px 0;
}

.recentcomments a {
	font-size: 100%!important;
}

.recentcomments a:hover,
.recentcomments a:focus {
	text-decoration: underline;
}

.textwidget {
	padding: 10px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

.textwidget p {
	font-size: 100%;
}


/* ----------------------------------------------------------
                       CALENDAR
--------------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-family: 'Cutive', serif;
	font-size: 18px;
	color: #F97C00;
	margin-bottom: 5px;
}
#wp-calendar td {
	border: 0px none;
	text-align: center;
	padding: 2px;
	font-size: 14px;
}
#wp-calendar th {
	text-align: center;
	padding: 2px;
	background-color: #FF8A15;
	color: #fff;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}

/*-----------------------------------------------------------
                 IMAGES
--------------------------------------------------------------*/
.entry img {
	max-width: 630px;
	height:auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}	
a img {
	border: none;
	margin-top: 1em;
    max-width:100%;
	margin-left:30px;
    margin-bottom: 1em;
    height:100px;
}
p img {
	margin-bottom: 1em;
        max-width: 100%;
}

/*-------------------------------------------------------------
                CAPTION
--------------------------------------------------------------*/
dd.wp-caption-text {
	font-size: 11px;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	max-width: 640px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width:100%;
        height:auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333;
}

/* -----------------------------------------------------------
                        GALLERY
--------------------------------------------------------------*/
#gallery {
	margin: auto;
	clear: both;
	position: relative;
}			
#gallery img {
	border: 2px solid #A3604D;
}
#gallery .gallery-caption {
	margin-left: 0;
}
.attachment-thumbnail {
	border: solid 3px #A3604D;
}

/*--------------------------------------------------------------
                         COMMENT 
--------------------------------------------------------------*/
.alt,
tr.alternate {
	background-color: rgba(51,51,51,.05);
}
.avatar {
	float: right;
	margin: 0px 0px 10px 10px;
	border-radius: 5px;
}
.bypostauthor {
	background-color: #efecd9;
}
cite.fn a {
	font-style: normal;
}
#commentform .form-allowed-tags {
	color: #666;
	font-size:11px;
}
.commentmetadata,
.commentmetadata a:link,
.commentmetadata a:visited,
.commentmetadata a:hover,
.commentmetadata a:active {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
	font-weight: normal;
}
h3#comments {
	font-family: 'Cutive', serif;
	font-size: 21px;
	color: #09F;
	text-shadow: 2px 2px 0 #D5CAAD;
}
.commentlist  li.comment {
		list-style-type: none;
         font-size: 11px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width:auto;
                height:auto;
}

li.comment,
li.trackback,
li.pingback {
	padding: 10px;
}
.says {
	font-style: italic;
}
.comment-reply-link {
	font-size:11px;
}

/* ----------------------
             FORM
------------------------ */

#respond {
	margin: 0 auto 1.625em;
	padding: 22px 20px 50px 20px;
	position: relative;
	width: 80%;
	background-color: #f9f9f9;
	border: solid #e0e0e0 1px;	
	
}

#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	border-color:#55C0CD;
}

#respond textarea {
	resize: vertical;
	width: 95%;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 430px;
	position: absolute;
	top: 1px;
	z-index: 1;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}

#respond p {
	margin: 10px 0;
}

#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}

#respond input#submit {
	background: #43516E;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	font-weight:bold;
	margin: 20px 0;
	padding: 5px 30px 5px 22px;
	position: relative;
	left: 1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}

#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;

	text-transform: uppercase;
	top: 1.1em;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2.2em;
}

#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}

#respond p {
	font-size: 12px;
}

p.comment-form-comment {
	margin: 0;
}
/*-----------------------------------------------------------
                    FOOTER
--------------------------------------------------------------*/
.colophon {
	font-size: 13px;
	width: 900px;
	text-align: left;
	clear: both;
	position: relative;
	padding: 10px;

}
.colophon a:link,
.colophon a:visited,
.colophon a:hover,
.colophon a:active {
	color: #990000;
	font-weight: bold;
}
.footer {
	position: relative;
	width: 100%;
	clear: both;
	display: inline-block;
	color: #F97C00;
	font-size: 14px;
		background-image: url(images/texture.png);
}
.footer-col {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

.footer-sidebars {
	padding:0 30px 0 30px;
}

.footer h2.widgettitle,
.footer h2.widgettitle a:link,
.footer h2.widgettitle a:visited {
	font-family: 'Cutive', serif;
	line-height: normal;
	font-weight: normal;
	color: #F97C00;
	font-size: 28px;
 	border-bottom: 1px solid #F97C00;
 	padding: 15px 0px 5px 0px;
 	margin: 0px 0px 5px 0px;
}
.footer .widget {
	margin: 0px 0px 15px 0px;
     width: 100%;
	display: block;
}
.footer .widget  {
	max-width:300px;
	height:auto;
}

ul.footer-sidebar {
	margin: 45px 15px 0px 15px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	width: 30%;
	float: left;
}

ul.footer-sidebar ul{
	padding-left: 15px;
         
}