/*  
Theme Name: TheUnstandard
Adaptation: Edit of CSS for usage at groupshirt.
Image sizes: Main hero image for latest post is 593 x 225, secondary 293 x 150.
Files must be hosted on your own domain in order for timthumb script to work
properly re: thumbnailing / caching.
*/


body {
	background: #4a4a4a;
	color: #eaeaea;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
}
/* = main structure */
#main-wrapper {
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
}

.question a:link, .question a:hover, .question a:visited, .question a:focus {
	cursor:pointer;
}

#wrap {
	padding-bottom:20px;
}

.artistitem {
	float:left;
	border-collapse:collapse;
	margin-right: 6px;
	margin-bottom: 10px;
	width:292px;
	height: 150px;
	border:1px solid #404040;
}

.artistitem img{
	width:292px;
}

/*IFRAME*/


#produkt {
	margin-left:8px;
	padding:10px 0 10px 0;
	float:left;
}

#produkt a:link, #produkt a:hover, #produkt a:visited {
	border:none;
}

#frameWrapper {
	clear:left;
	border-top:1px solid #ccc;
	background-image: url("images/loading.gif");
	background-position:150px 10px;
	background-repeat:no-repeat;
	width:600px;
}

#groupshirt_frame {
	visibility:visible;
	width:600px;
	margin-left:-5px;
}
/* = basic reused style rules */
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
a {
	color: #3c86ca;
	text-decoration: none;
}
a:hover {
	color: #3c86ca;
}
a:visited {
	border-color: #ddd;
	color: #3c86ca;
}
ul li {
	list-style: circle;
	color:#777777;
}
/* = css3 border radius link */
#main-nav li {
	list-style: none;
}
#main-nav li a,  .radius-link a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #646566;
	border-radius: 3px;
	border: 0px solid #ffffff;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#main-nav li a:hover,  .radius-link a:hover {
	background: #3c86ca;
	border-color: #000;
	color: #fff;
}
/* = text input */
.text-input {
	background: #fff url(images/bg-input-gradient.png) repeat-x 0 0;
	border-left-color: #aaa;
	border-top-color: #999;
	border: 1px solid #ccc;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	padding: 4px;
}
/* = masthead */
#leaderboard {
	padding: 20px 0 10px;
	margin-bottom:10px;
	position: relative;
	border-bottom:1px solid #ccc;
}
#site-name {
	float: left;
	width: 267px;
}
#site-name h4 {
	font-size: 1.6em;
	margin-top: 15px;
}
#site-name a img {
	margin-top: 1px;
}
/* = plain text logo option */
#site-name a {
	border: 0;
	color: #333;
}
#site-name a:hover {
	color: #3c6c92;
}
/* = main navigation top of page */
.nav-container {
	float: right;
	margin: 20px 0 0 0;
	width: 683px;
}
#main-nav {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#main-nav li {
	float: left;
	margin-left: 7px;
}
/* = home posts */
.left, .recent-leads {
	width: 607px;
	margin:0;
	padding:0;
}
.post-comments {
	position: absolute;
	right: 7px;
	top: -1px;
	z-index: 1;
}
.post-comments a {
    opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-o-:.5;
	color: #fff;
	font-weight:bold;
	display: block;
	font-size: 0.7em;
	padding: 7px;
	text-align: center;
	border:none;
	text-decoration:none;
}
.post-comments a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-o-:1;
	color: #fff;
	text-decoration:none;
}
/* = title overlay */
.title-insert {
	-moz-opacity: .6;
	background: #000;
	bottom: 0;
	filter: alpha(opacity=60);
	left: 0;
	opacity: .6;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}
.title-insert a {
	border: 0;
	color: #eee;
	display: block;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 9px 10px;
}
.title-insert a:hover {
	color: #3c86ca;
}
.main-post-bg, .secondary-post-bg {
	background: #fff;
	display: block;
	overflow: hidden;
	overflow: hidden;
	position: relative;
}
.main-post-bg {
	height: 225px;
	margin: 0 0 10px 0;
	width: 593px;
	border:1px solid #404040;
}
.main-post-bg.showhero {
	margin-left: 0px;
}
.secondary-post-bg {
	height: 150px;
	margin: 0 7px 10px 0;
	width: 292px;
	border:1px solid #404040;
}
/* = single entry style */
.home.is-single {

	margin:0px;
	padding:0px;
}
.post.single {
	line-height: 1.4em;
	padding-top: 0px;
}
.post.single h2,  .post.single h2 a {
	border: 0;
	color: #eaeaea;
	font-size: 1.0em;
	line-height: 1.4em;
}
.post.single h2 a:hover {
	color: #3c86ca;
}
.post.single .showhero h2 a {
	color: #ddd;
}
.post.single .showhero h2 a:hover {
	color: #fff;
}
.post.single .entry {
	width:600px;
	border-top: 1px solid #ccc;
	padding:0px;
	margin:0px;
	clear: both;
}
.post.single .meta {
	font-size: 0.8em;
	overflow: hidden;
	margin: 10px 0 20px 0px;
	padding: 0;
}
.post.single .meta li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 7px;
}

.post.single .meta li.first {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 7px;
}
.post.single p {
	clear:both;
	line-height: 1.4em;
	margin: 1.5em 0;
}
.post.single p a, .post.single li a {
	font-weight: bold;
}
.post.single h3 {
	margin-top: 20px;
}
.post.single blockquote,  .post.single ul,  .post.single ol {
	color: #555;
	margin: 0 15px;
}
.post.single ul li {
	margin: 0 20px;
}
.post.single ol li {
	list-style: decimal;
	margin: 0 20px;
}
.post.single blockquote {
	border-left: 1px solid #ccc;
	font-style: italic;
	margin-left: 20px;
	padding-left: 10px;
}
.post.single img.floatleft,  .post.single img.alignleft {
	float: left;
	margin: 4px 10px 0 0;
}
.post.single img.floatright,  .post.single img.alignright {
	float: right;
	margin: 4px 0 0 10px;
}
.post.single .wp-caption-text {
	color: #3c86ca;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}
.gallery-item a img {
	border-color: #eee !important;
}
/*                                 HHHHHHHHHHHHHHHIIIIIIIIIIIIIIEEEEEEEEEEEERRRRRRRRRRRRRRRRR */
.navigation {
	clear: both; font-weight: bold; padding: 10px 0;
}

.navigation a {
	float: left;
}

.navigation .left, .navigation .right { 
	width: 120px;
}

.navigation .left {
	text-align: left;
}

.navigation .right {
	margin-right: 15px; text-align: right;
}

* html .navigation .right {
	margin-right: 7px;
}

.navigation .right a { 
float: right;
}

.for-tags {
	display:none;
	width:100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #4a4a4a;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 0.8em;
	padding: 7px 10px;
}
/* = sidebar and widgets style */
.home .right {
	overflow: hidden;
	width: 340px;
	margin:0;
	padding:0;
}
.home .right h3 {
	font-size: 1em;
	padding: 9px 3px 7px;
}
h3.module-title, h3.widgetTitle {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 1em;
	margin: 0 0 10px;
	padding: 9px 3px 7px;
}
h3.module-title a, h3.widgetTitle a {
	border: 0;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer .textwidget {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 7px 7px;
}
ul.module-list, .widgetContainer ul {
	margin: 0 0 20px 0;
}
.module-list li, .widgetContainer li {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 3px 7px 21px;
}
.sidebar-nextprev {
	margin-top:3px;
	overflow: hidden;
	width: 200 px;
	text-align:center;
}
.sidebar-nextprev li {
	float: left;
	list-style: none;
	width: 70px;
}
.sidebar-nextprev li.previous {
	margin-right: 5px;
}
.sidebar-nextprev li.next {
	float: left;

}
.sidebar-nextprev li a {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 0px;
	color: #fff;
	background-color:#3c86ca;
	padding: 8px 0 8px 5px;
}
.sidebar-nextprev li a:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 0px;
	color: #fff;
	background-color:#3c86ca;
	padding: 8px 0 8px 5px;
}
.sidebar-nextprev li a:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 0px;
	color: #fff;
	background-color:#3c86ca;
	padding: 8px 0 8px 5px;
}
.sidebar-nextprev li a span {
	cursor: pointer;
	display: block;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead th {
	border-width: 1px 0;
	border: 1px solid #ccc;
	padding: 4px 0 4px 3px;
}
#wp-calendar td {
	color: #777;
	padding: 3px 0 7px 3px;
}
#wp-calendar td a {
	font-weight: bold;
}
#middle-widgets {
	width: 970px;
}
#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	margin: 0 11px 5px 0;
	width: 312px;
}
.sidebar-desc {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 4px;
}
/* = legacy comments style support */
.legacy .commentlist li {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 7px 0 15px 0px;
}
.legacy img.avatar {
	float: right;
	margin: 0 7px 0 0;
}
.legacy cite {
	font-style: normal;
}
.legacy .commentlist li p {
	margin: 1em 0;
}
.legacy .commentlist li ul, .legacy .commentlist li ol, .legacy .commentlist li blockquote {
	margin: 1em 15px;
}
.legacy .commentlist li ul li, .legacy .commentlist li ol li {
	border: 0 !important;
	margin: 0 15px !important;
	padding: 0 !important;
}
.legacy .commentlist ol li {
	list-style: decimal;
}
.legacy #respondform {
	margin-left: 80px;
	padding: 10px 0 0 0;
}
.nocomments {
	background: #ffffcc;
	border: 1px solid #BEBE3C;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
/* = style support for threaded comments */
#comments-wrapper, #comments-wrapper-form {
}
#comments-wrapper p {
	margin: 15px 0;
}
#comments-wrapper .navigation {
	margin: 0 0 25px 80px;
}
h3#comments {
	clear: both;
	margin: 20px 0 20px 0;
}
.commentlist {
	font-size: 0.9em;
	line-height: 1.4em;
}
.commentlist li.comment,  .commentlist li.pingback {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 7px 0 15px 0;
}
.commentlist li.comment-author-admin {
}
.commentlist li.comment ul,  .commentlist li.comment ol,  .commentlist li.comment blockquote {
	margin: 0 15px;
}
.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	color: #777;
	font-style: italic;
	padding-left: 10px;
}
.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}
.commentlist .children li.comment {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 7px 0 0 45px;
}
.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}
.comment-author cite {
	font-style: normal;
}
.comment-meta {
	font-size: 0.8em;
}
#respond {
	clear: both;
	margin-left: 0px;
	padding: 10px 0 0 7;
}
li.comment #respond {
	margin-left: 0;
}
#respond h3 {
	margin: 0 0 15px 0;
}
#respond .text-input {
	font-size: 12px;
	margin-right: 4px;
	width: 160px;
}
#respond textarea.text-input, #respondform textarea.text-input {
	margin-right: 0;
	overflow: auto;
	width: 97%;
}
/* = categories */
#categories {
	padding: 10px 0 10px;
	border-bottom: 1px solid #ccc;
}
#categories h3 {
	margin-bottom: 10px;
}
#categories ul {
	color: #ccc;
	font-size: 0.9em;
	line-height: 1.2em;
}
#categories li {
	display: block;
	float: left;
	margin: 0 8px 0 7px;
	text-align: right;
	width: 143px;
}
#categories li li {
	width: 145px;
	margin-left:0px;
}
#categories li li li {
	width: 131px;
}
#categories li li li li {
	width: 124px;
}
#categories li li li li li {
	width: 117px;
}
#categories li a {
	float: left;
	border-color: #3c86ca;
	margin: 3px 0;
}
#categories li li a{
	float:left;
	border-color: #ccc;
	margin: 3px 0;
	color:#ccc;
}
/* = search */
#searchForm {
	margin: 0;
}
#searchWrap span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	display: block;
	padding: 2px;
}
#searchWrap input {
	color: #777;
	width: 324px;
}
/* = footer */
#footer {
	border-top: 1px solid #ccc;
	padding: 20px 0 72px;
	width: 960px;
}
#footer a {
	font-weight: bold;
}

