/*
Theme Name: Musicgigg
Theme URI: http://www.musicgigg.com/
Version: 2.0
Description: Two column WP theme .
Author: barbies55
Author URI: http://www.musicgigg.com/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
a img {border: none;}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	background-color: #d8f3ad;
	margin: 0px;
	padding: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: none;
	list-style-type: none;
}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {
	padding-top: 4px;
	color: #666666;
	margin-bottom: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
#wrapper {
	font-size: 1.2em;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/sitebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;

}



/* headere & title */
.header {
	height: 85px;
	padding-top: 20px;
	background-image: url(img/topbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.header .title {
	padding-left: 15px;
}
.header .title .sitename a {
	color: #666666;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-decoration: none;
	font-weight: bold;
}

.header .title .slogan {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	position: relative;
	left: 110px;
	top: -13px;
	width: 500px;
}
.slogan h1{
	color:#313131;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* path */
.path {
	color: #5C8D7C;
	padding-top: 6px;
	height: 25px;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 10px;
}
.path li,.path ul {
	display: inline;
}
.path li {}
.path a {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	display: block;
	height: 18px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	background-color: #C7DD56;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.path a:hover {
	color: #666666;
	background-color: #E3EFAD;
}

/* main */
.main {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(img/sitebg.gif);
	background-repeat: repeat-y;
	background-position: center;
		min-height:400px;
	height:auto !important;
	height:400px;
}

/* content */
.content {
	float: left;
	width: 620px;
	line-height: 1.4em;
	padding-left: 20px;
}
.content .descr {
	color: #FF6600;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {font-family: Tahoma, sans-serif;}
.navigation
{
	display: block;

}
.navigation .wp-pagenavi { margin :15px 5px;}
#wrapper .wp-pagenavi  .pages{
	border:none;
	color: #677807;
}
#wrapper .wp-pagenavi span.current , #wrapper.wp-pagenavi  a:hover {
	border:none;
	background-color: #E3EFAD;
	color: #677807;
}
#wrapper .wp-pagenavi .page , #wrapper .wp-pagenavi  a:link, #wrapper .wp-pagenavi  a:visited{
	border:none;
	background-color: #C7DD56;
	color: #FFFFFF;
}
.sidebar {
	float: right;
	width: 270px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.sidebar h2 {
	color: #FF6600;
	line-height: 15px;
	margin: 0;
	padding-left: 15px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 3px;
	background-image: url(img/topic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-top: 8px;
	background-color: #deffa8;
}
.sidebar .wid{	padding-left: 15px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-color: #deffa8;
	background-image: url(img/sidefoot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sidebar ul {

}
.sidebar li {
}
.sidebar li a {
	font-size: 1.1em;
	color: #677807;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar li a:hover {
	color: #333333;	
}

a {color: #677807;}
a:hover {color: #FF6600;}
/* footer */
/* footer */
.footer {
	color: #666666;
	padding-top: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	background-color: #F3EEC6;
}
.footer ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F9FB;
}
.footer li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F2F9FB;
}
.footer li a {
	display: block;
	line-height: 1.4em;
	padding-left: 4%;
	width: 96%;
	text-decoration: none;
}
.footer a {color: #555555;}
.footer a:hover {
	color: #FF6600;
}


/* bottom */
.bottom {
	color: #333333;
	font-size: 10px;
	padding-top: 12px;
	padding-bottom: 5px;
	width: 950px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.bottom a {color: #000000;}

/* posts */
.post h1 a {
	color: #677807;
	text-decoration: none;
}
.post h1 a:hover {
	color: #333333;
}

.post h1 {
	color: #666666;
	padding: 0px;
}

.post {
	margin-bottom:15px;
	padding-bottom: 10px;
}
.entry p {
	margin:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.post .info{
	color: #666;
	background-image: url(img/administrator_24.png);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-color: #DEFFA8;
	background-position: 5px;
}
.post img {
	padding: 5px;
	border: 1px solid #eeeeee;
	margin: 4px;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {color: #666666; text-decoration: none;}
.info a:hover {color: #FF6600; text-decoration: underline;}
.related_post{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEFFA8;
}
/* comments */

.content ol li {
	background: none;
}

.commentlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.commentlist li {
	margin-bottom: 1.2em;
	list-style-type: none;
}
#commentform {
	width: 500px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 500px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidebar table caption {border-bottom-color:#000;}

.sidebar table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.sidebar table th {border-bottom-color:#000;}

.sidebar table td#today {
  border-color:#000;
  color:#A53512;
}

.sidebar table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidebar table tfoot {border-top-color:#000;}

.sidebar table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidebar table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidebar table thead tr {border-bottom:1px solid;}

.sidebar table th {border-bottom:1px solid;}

.sidebar table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidebar table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidebar table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidebar table tfoot {border-top:1px solid;}
.sidebar table tfoot a {
  border: none;
  font-weight: bold;
}
.sidebar table tfoot #prev a {text-align:left;}
.sidebar table tfoot #next a {text-align:center;}
 .sidebar .ad125 { width:125px; padding:5px; float:left;}

#search{
	padding-top: 8px;
	font-size: 11px;
	color: #999999;
	width: 262px;
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	float: left;
	height: 30px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#searchform {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#searchform #s {
	width:215px;
	float: left;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	height: 18px;
	padding-top: 2px;
}
.search_go{
	height: 25px;
	width: 60px;
	display: inline;
	padding: 0px;
	margin: 0px;
}
 .rsslink {
	height:50px;
	float: left;
	padding-left: 90px;
}
.sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C4E20E;
	list-style-position: inside;
	list-style-type: circle;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.thetag { color:#FF6600; padding-bottom:10px}
.thetag a:link, .thetag a:visited {
	font-weight:bold;
	color:#677807;
	text-decoration:none;
	padding-left: 3px;
}
.thetag a:hover { color:#FF6600;}

/**/
.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;
    padding-top: 4px;
    margin: 10px;
    -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;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.post .post_votewidget {
	background-image: url(img/vote.png);
	background-repeat: no-repeat;
}
.post .post_votebutton {
	background:none;
	color: #333333;
	padding-top: 5px;
}
.post .post_votebutton a:link, .post .post_votebutton a:visited, .post .post_votebutton{
	color:#666666;
	font-weight: bold;
	padding-top: 4px;
	text-decoration: none;
}
.post  .post_votecount {
	color:#FFFFFF;
	height: 27px;
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
}
.more-link {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.commentlist li{
	padding:8px;
	border: 1px solid #D8FF97;
}
.sidebar .wpp-comments{color:#666666;}
