tml, 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESET SCRIPT */



body, html {
  font-family:"Open sans", arial, sans-serif;
  color:#555;
  font-size:14px;
  padding:0px;
  margin:0px;
}

html {
  background: url("../images/background.jpg") no-repeat top center #f3f3f3;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  display:block;
  font-weight:normal;
  color:#111;
}

h1 {
  font-size:30px;
  padding:15px 0px 15px;
  margin-bottom:15px;
  display: block;
}

h2 {
  font-size:20px;
  padding:12px 0px;
}

h3 {
  font-size:20px;
  padding:10px 0px;
}

#header {
  color:#fff;
  position:relative;
}

#logo {
  width: 980px;
  height: 200px;
  color:#fff;
  font-size:30px;
  text-decoration:none;
  display: block;
  background: url("../images/head2.jpg") no-repeat top center;
  border-radius:8px 8px 0px 0px;
  position: relative;
}

#top-links {
  position:absolute;
  top:10px;
  right:100px;
  color:#fff;
}


#top-links a {
  font-size:12px;
  color:#fff;
}

.header-con {

}

#top-nav {
  position:relative;
  margin:auto;
  height: 40px;
}

#top-nav ul {
  background:url("../images/menu-bg.jpg") repeat-x top left #84C223;
  height: 40px;
  border-top:1px solid #93CE27;
  border-bottom:1px solid #6D9E1E;
}

#top-nav ul li {
  display: inline-block;
  float: left;

}
#top-nav ul li a{
  line-height:40px;
  padding:0px 20px;
  font-size:14px;
  margin:0px 0px;
  color:#fff;
  display:inline-block;
  text-decoration:none;
  font-weight: bold;
  font-family: Arial;
  background:url("../images/menu-iterator.png") no-repeat bottom right;
  
}


#top-nav ul li a:hover {
  color:#333;
  text-shadow:none;
}

#top-nav ul li a.active {
  color:#333;
  text-shadow:none;
}

a.active {
  color:#333;
  text-shadow:none;
}

#wrapper {
  border-radius: 8px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  margin:15px auto;
  width:980px;
  background: #fff;
}

#content {
  padding:0px 0px 15px;
  font-size:13px;
  line-height: 20px;
  min-height: 500px;
  margin-top: 20px;
  background: #fff;
}

#player {
  width:200px;
  height:200px;
  margin:10px 10px 10px 0px;
  float:left;
}

p {
  font-size:14px;
  line-height: 21px;
  padding:7px 0px;
}

strong {
	font-weight: bold !important; 
}


.left-content {
  float: left;
  width:660px;
  padding:5px 20px 20px 20px;
  margin-left: 20px;
  position: relative;
  margin-top: 6px;
  background: url("../images/content-bg.png") no-repeat top left;
}

.right-content {
  float: right;
  width:195px;
  font-size:14px;
  line-height: 21px;
  padding:15px 15px 0px 15px;
  margin-right:15px;
  height:98%;
  background:#F7FAFC;
  min-height: 280px;
  box-shadow: 0px 0px 1px #8DC6F4;
}

.socials {
	position: absolute;
	right: 10px;
	top: 18px;
	padding:0px;
	margin:0px;
	list-style-type: none;
}

.socials li {
	float: left;
	margin-right: 10px;
	display: block;
}

.socials li a {
	display: block;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
}

.socials li a:hover {
	opacity: 0.8;
}

.socials li a.fb-share {
	background: url("../images/fb-share.jpg") no-repeat;
}

.socials li a.twitter-share {
	background: url("../images/twitter-share.jpg") no-repeat;
}

.socials li a.g-share {
	background: url("../images/g-share.jpg") no-repeat;
}


.box {
  margin-bottom: 20px;
}

.box h2 {
  margin-bottom: 10px;
  padding:2px 0px;
  margin-bottom: 10px;
  line-height: 120%;
}

.record-tile {
  width: 205px;
  display: block;
  float:left;
  min-height:53px;
  line-height:19px;
  font-size:14px;
  text-align: left;
  padding:5px 7px 5px 49px;
  background: url("../images/headphones.png") no-repeat 6px 8px #F7FAFC;
  box-shadow: 0px 0px 1px #8DC6F4;
  margin:15px 15px 0px 0px;
  box-sizing:border-box;
}

.record-tile .description {
  color:#4EA9F4;
  font-size:12px;
}

.record-tile:hover {
  background-color:#E8F2F9;
}

a.record-tile:hover {
  text-decoration: none;
}

.last-art {
  padding:0px 0px 5px;
  border-bottom:1px solid #C6E2F9;
  margin-bottom: 5px;
}

.last-art h4 {
  line-height: 17px;
}

.last-art a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding-bottom: 4px;

}

.last-art span {
  color:#999;
  display: block;
  font-size: 13px;
}


#footer {
  background:#E6EFF7;
  border-top:1px solid #C3DFF7;
  border-radius: 0px 0px 8px 8px; 
}

.footer-con {
  color:#333;
  padding:15px 0px;
  text-align: center;
}

.gallery-box {
  margin:15px 0px;
}

.gallery-img {
  display: block;
  width:150px;
  float: left;
  margin:0px 15px 15px 0px;
  height: 150px;
}

.gallery-img a {
  display: table-cell;
  width:150px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  background:#eee;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
  color:#333;
}

.gallery-img a img {
	max-width: 138px;
	display: block;
	max-height: 100px;
	margin: 0px auto 6px auto;
}

.clear{
  clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

input[type=submit], button, .button, .green-button, .blue-button, .red-button {
  width: auto;  
  padding: 0px 10px;
  height:32px;
  line-height:32px; 
  cursor:pointer;
  display:inline-block;
  text-decoration:none;
  border: 0px;  
  font-size: 14px;  
  color: #FFFFFF;
  border-radius: 3px;  
  -moz-border-radius: 3px;  
  -webkit-border-radius: 3px; 
}

input {
  font-family:arial;
  font-size:14px;
}

input[type=text], input[type=password], input[type=file], input[type=email], textarea, select {   
  padding: 5px 9px;
  color:#222;  
  border: solid 1px #ddd;  
  outline: 0;
  border-radius:3px;   
  width: 200px;  
  background: #FFFFFF url('bg_form.png') left top repeat-x;  
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #f7f7f7), to(#FFFFFF));  
  background: -moz-linear-gradient(top, #FFFFFF, #f7f7f7 1px, #FFFFFF 25px);  
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;  
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;  
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;  
}

select { 
  width:218px;
}

input[type=submit] {
  background:#ddd;
  color:#333;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;  
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;  
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}  
  
textarea {   
  width: 400px;  
  max-width: 400px;  
  height: 150px;  
  line-height: 150%;
  font-size:14px;
  font-family:arial;  
}  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {   
  border-color: #C9C9C9;   
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
}  
  
.form label {   
  margin-left: 10px;   
  color: #999999;   
}  
  
.blue-button { 
  background: url("/themes/default_admin/images/blue-button-bg.png") repeat-x left center #1658FF !important;
  color:#fff !important;
  border:1px solid #0186D8 !important;
}

.blue-button:hover {
  background: url("/themes/default_admin/images/blue-button-bg-r.png") repeat-x left center #1658FF !important;
}

.green-button { 
  background: url("/themes/default_admin/images/green-button-bg.png") repeat-x left center #06C100 !important;
  color:#fff !important;
  border:1px solid #3EA55D !important;
} 

.green-button:hover { 
  background: url("/themes/default_admin/images/green-button-bg-r.png") repeat-x left center #06C100 !important;
}
 
.red-button { 
  background: url("/themes/default_admin/images/red-button-bg.png") repeat-x left center #D02135 !important;
  color:#fff !important;
  border:1px solid #C33A00 !important;
} 

.red-button:hover { 
  background: url("/themes/default_admin/images/red-button-bg-r.png") repeat-x left center #D02135 !important;
} 

.blue-button:hover, .green-button:hover, .red-button:hover {
  color:#fff;
  text-decoration:none; 
}

.big-button {
  float:right;
  height:41px !important;
  line-height:41px !important;
  font-size:18px !important;
  margin-top:11px !important;
}

.small-button {
  height:21px !important;
  line-height:21px !important;
  font-size:11px !important;
}

a {
  color:#0474D8;
  text-decoration: none;
}
        
a:hover {
  text-decoration: underline;
  color:#124680;
}



