/*
Theme Name: Softline
Theme URI: http://www.softlineonline.com/blog/
Description: Softline Blog Theme.
Author:  
Version: 1.0
*/



/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	color: #666666;
	background: #ffffff url(images/bg.jpg) no-repeat center top;
	text-align: center;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 20px 0 5px;
	line-height: 1.25em;
	color: #424242;
	font-family: Georgia, Times, Palatino, sans-serif;
	font-weight: normal;
}
h1	{ font-size: 2em;}
h2	{ font-size: 1.6275em; }
h3	{ font-size: 1.25em; }
h4	{ font-size: 1em; }
h5	{ font-size: .875em; }
h6	{ font-size: .5em; }
p	{ 
	font-size: .75em;	
	color: #666666;
	line-height: 1.75em; 
	margin: 0 0 1em;
}

a, a:link, a:visited, a:active {
	color: #b3a273;
	text-decoration: none;
}
a:hover { color: #000000; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.alignleft 	{ float: left; padding: 5px 20px 5px 0; }
.alignright	{ float: right; padding: 5px 0 20px 5px; }




/*   =======    LAYOUT    =======   */


#wrap {
	display: block;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header, #content, #footer {
	display: block;
	width: 980px;
	float: left;
	clear: both;
	position: relative;
}

#header {
	z-index: 100;
}
#top {
	height: 133px;
	overflow: hidden;
}
#content {
	padding: 10px 0 40px;
}
#footer {
	padding:  5px 0 20px 0;
}


/*   =======    HEADER/NAV    =======   */


#logo {
	display: block;
	margin: 2px 0 0;
	position: relative;
	overflow: hidden;
	float: left;
}
#logo a {
	display: block;
	width: 214px;
	height: 131px;
	text-indent: -999em;
	background: url(images/logo-softline.png) no-repeat 0 0;
}

#login {
	display: block;
	background: #575757;
	width: 220px;
	height: 22px;
	padding: 10px 10px 0 10px;
	float: right;
	margin-bottom: 25px;
	overflow: hidden;
}
#login a {
	display: block;
	float: left;
	font-size: .75em;
	color: #dddcdc;
}
#login #forgot-pass {
	float: right;
	color: #979387;
}
#phones {
	display: block;
	clear: right;
	float: right;
	margin-top: 35px;
}
#phones p {
	color: #dddddd;
}
#phones p b { margin: 0 55px 0 20px; }

#nav {
	display: block;
	width: 980px;
	height: 65px;
	margin: 0;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	list-style: none;
}
#nav li a {
	display: block;
	height: 65px;
	line-height: 65px;
	color: #c2b9a0;
	font-size: .75em;
	text-transform: uppercase;
	padding: 0 30px;
}
#nav li.first a { padding-left: 0; }
#nav li.last a { padding-right: 0; }

#nav li a:hover, #nav li.active a { color: #fff; }

#nav li ul {
	position: absolute;
	list-style: none;
	background: #272a2b;
	padding: 10px 0;
	margin: 0;
	left: -999em;
}
#nav li li {
	display: block;
	float: none;
}
#nav li li a {
	display: block;
	height: auto;
	line-height: 1em;
	color: #c2b9a0;
	padding: 15px 28px;
}
/*Show the submenu DIRECTLY INSIDE the select LI tag*/
#nav li:hover > ul, #nav .soasfhover {
	left: auto;
}
#nav li:hover {
	position: static;
}



#search {
	overflow: hidden;
	margin: 0 0 1em;
}

#search input#s {
	padding: 0 5px;
	height: 24px;
	display: block;
	float: left;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#search #searchsubmit {
	padding: 0 5px;
	height: 26px;
	display: block;
	float: left;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#sidebar {
  width: 260px;
  float: left;
  padding: 25px 20px 20px 20px;
}




/*========================================================*/

.imagebg {

}

.twocolumns {
  width: 630px;
  float: left;
  padding: 0 25px 15px;
}

.onecolumn {
  width: 500px;
  margin: auto;
}

/*========================================================*/

.post {
  margin-bottom: 40px;
}

.post .entry {
	overflow: hidden;
	margin: 1em 0 .25em;
}

.navigation {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 20px;
}

.postinfo {
	clear: both;
	margin: 0 0 20px 0;
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #666666;
	overflow: hidden;
	padding: 10px 2px 0;
}

.postinfocom {
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #666666;
	overflow: hidden;
	padding: 10px 2px 0;
}

.com {
  display: inline;
  float: right;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
  font-weight: normal;
}

.alt {
  background-color: #f9f9f9;
}

/*========================================================*/

h2 a:hover, h3 a:hover {
  color: #000;
  text-decoration: none;
}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
}

code {
  font: 1.2em 'Courier New', Courier, Fixed;
}

acronym, abbr {
  font-size: 0.75em;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin:0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float:right;
  margin:0 0 1em 1em;
}

a img.alignleft {
  float:left;
  margin:0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  max-width: 96%;
  padding-top: 5px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   max-width: 96%;
   height: auto;
}

.wp-caption p.wp-caption-text {
   font-size: .6875em;
   line-height: 17px;
   padding: 5px;
   margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

blockquote {
  color: #777;
  margin: 15px 30px 0 20px;
  padding-left: 10px;
  border-left: 5px solid #ddd;
}

small {
	font-size: .6875em;
}

/*========================================================*/

#topcenter h1 {
  margin: 12px 2px;
  font-size: 2.5em;
  color: #dec;
  display: inline;
  float: left;
}

#topcenter h1 a {
  text-decoration: none;
  color: #dec;
}

#topcenter h2 {
  margin: 24px 0px;
  font-size: 1.2em;
  color: #dec;
  display: inline;
  float: left;
}

/*========================================================*/

.post {
  text-align: justify;
}

.post h2 {
  clear: both;
  text-align: left;
}

.entry ul {
  margin-left: 0;
  padding: 0 0 0 10px;
  list-style: none;
  text-indent: -10px;
}
.entry li {
	font-size: .75em;	
	color: #666666;
	line-height: 1.75em; 
}
.entry ul li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  margin-left: 0;
  padding: 0 0 0 10px;
  text-indent: -10px;
}

.entry ol li {
  margin: 7px 0 8px 10px;
  list-style-position: inside;
}

.entry ol li:before {
  content: "";
}

.entry form {
  text-align:center;
}

.com a {
  background: url(images/comment.gif) left no-repeat;
  padding-left: 18px;
}

ol.commentlist {
  margin: 0 0 2em;
  padding-left: 30px;
  padding-right: 30px;
}

.commentlist li {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
  border: #ccc 1px solid;
  margin: 4px 0 6px;
  padding: 8px 9px 0;;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
}

.commentlist p {
  font-weight: normal;
}

.commentmetadata a {
  color: #333;
  text-decoration: none;
}

#commentform input, #commentform textarea {
	font-size: 1em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
#commentform textarea {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	width: 618px;
}

#commentform input {
	margin: 5px 5px 1px 0;
	background:url("images/input-text.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	display:block;
	height:30px;
	padding:0 10px;
	width:251px;  
}

#commentform #submit {
	margin: 0 0 15px auto;
	padding: 5px 0;
	float: right;
	background-image: none;
	background-color: #B3A273;
	border: 1px solid #777;
	display:block;
	height: auto;
	width: 150px;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.button {
  background-color: #B3A273;
  border: 1px solid #777;
  color: #fff;
}

/*========================================================*/

#sidebar h2 {
  font-size: 1.25em;
  text-decoration: none;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #CCCCCC;
}

#sidebar ul ul li:before {
  content: "\00BB \0020";
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 2px 0 0;
  padding: 0;
  font-size: .75em;
}

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  font-size: .625em;
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  font-size: .625em;
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
   text-decoration: none;
   display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-decoration: none;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  background-color: #000;
}

/*========================================================*/

#footer {
  color: #9F9F9F;
}

#footer a {
  color: #9F9F9F;
}



/*   =======    FOOTER    =======   */


#footer-nav {
	display: block;
	float: left;
	margin: 0 0;
}
#footer-nav li {
	display: block;
	float: left;
}
#footer-nav li a {
	color: #666666;
	font-size: .75em;
	margin-right: 15px;
}
#social-media {
	display: block;
	float: right;
	margin: 0 20px 0 0;
}
#social-media li {
	display: block;
	float: left;
	margin: 0 5px;
}
#copyright {
	display: block;
	float: right;
	color: #9f9f9f;
}
