/* === GENERAL STYLES === */

body {
	line-height: 20px;
	background: url(../img/screenPixels.png);
}

a {
	color: #0966c6;
}
ul, ol {
	margin: 0;
	padding: 0;
}
em {
	font-style: italic;
}

ol li,ul li {
	
	line-height: 20px;
	color:#787878;
}

#primary-content {
	background: none repeat scroll 0 0 #181818;
	color:#999;
}

#secondary-content {
	color:#404040;
}

.right-side-fixed {
	background: none repeat scroll 0 0 #000;
    height: 100%;
	top: 0;
	position: fixed;
	float: left;
	margin-left: 620px;
	padding: 16px 20px 0;
}

/* === MAIN SECTION === */

.page-content {
	padding-bottom: 0px;
	min-height: 1200px;
	margin-bottom:400px;
}
.page-content:last-child{
	margin-bottom:0;
}
.main-content {
	margin-bottom: 0;
	margin-top: 0;
	padding: 36px 20px 34px;
}
.main-content ol {
	margin: 0 0 20px 20px;
}
.intro-text-content {
	margin-bottom: 0;
	margin-top: 0;
	padding: 36px 20px;
	height: 20px;
}
.intro-text-content p {
    padding-bottom:0px;
    margin-bottom:0px;   
}
.main-content ul {
	margin: 0 0 20px 10px;
}
.main-content ul li {
	padding: 0 0 0 5px;
	margin-left: 5px;
}
.main-content .image-left {
	float: left;
	border: 2px solid #3c3c3c;
	margin: 5px 39px 29px 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
.main-content .image-right {
	float: right;
	border: 2px solid #ccc;
	margin: 0 0 18px 20px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


h2.title{
	border-bottom:1px solid #3C3C3C;
	text-align: center;
	padding:0 0 20px;
	margin-bottom:34px;
}

.main-content a {
	color: #D16A46;
}

/* === TEXTURE STYLES === */

.texture-snake-light {
	background-image: url(../img/texture-snake-light.png);
}
.texture-snake-ultralight {
	background-image: url(../img/texture-snake-ultralight.png);
}


/* === PORTFOLIO (DISCOGRAPHY) STYLES === */

.portfolio-items {
	margin-left:-20px;
	margin-bottom:36px;
}

.portfolio-items-row {
	margin-bottom:20px;
}

.portfolio-item {
	 
	background: #222222;
	background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#222222));
	background: -moz-linear-gradient(#373737, #222222);
	background: -webkit-linear-gradient(#373737, #222222);
	background: linear-gradient(#373737, #222222);
	
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #000;
    float: left;
    margin: 0 0 0 20px;
    padding: 20px;
    width: 138px;
}



.portfolio-image {
    border-radius: 4px 4px 0 0;
    height: 178px;
    margin: -20px 0 12px -20px;
    width: 178px;
}
.portfolio-item-desc
{
	
}

.portfolio-item-desc h5 {
	/* Used for Title of the item */
	background: none repeat scroll 0 0 #232323;
	border-bottom: 1px solid #353535;
    margin: -20px -20px 15px;
    padding: 11px 0 10px;
    text-align: center;
}

.portfolio-item-desc p {
	border-bottom: 1px solid #000000;
    margin: 0 -20px;
    padding: 0 20px 14px;
    text-align: center
}

.portfolio-item-footer {
	background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #333333;
    margin: 0 -20px -20px;
    padding: 7px 20px 10px;
}

.portfolio-button-listen {
	background: url(../img/speakerIcon.png) no-repeat;
	height:16px;
	width:16px;
	text-indent:-9999px;
	display:inline-block;
	margin-right:7px;
	border-right:1px solid #444;
	padding-right:8px;
}

.portfolio-button-purchase {
	background: url(../img/musicIcon.png) no-repeat;
	height:16px;
	width:16px;
	text-indent:-9999px;
	display:inline-block;
	margin-right:7px;
	border-right:1px solid #444;
	padding-right:8px;
}

.portfolio-button-download {
	background: url(../img/downloadIcon.png) no-repeat;
	height:16px;
	width:16px;
	text-indent:-9999px;
	display:inline-block;
	margin-right:7px;
	padding-right:8px;
}



/* === NIVO SLIDER RELATED STYLES === */

.theme-default .nivoSlider {
	position: relative;
	background: #fff url(../img/loading.gif) no-repeat 50% 50%;
	margin: 0 20px;
	box-shadow: 1px 1px 5px #000;
	border: 1px solid #333;
	
	
	/* CHANGE THESE VALUES IF YOU ARE CHANGING THE SIZE OF IMAGES */
	width:580px;
	height:250px;
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav {
	position: absolute;
	right: -4px;
	bottom: -32px;
	margin-left: -40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.theme-default a.nivo-prevNav {
	left: 15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color: #fff;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}



/* === GALLERY RELATED  STYLES === */

.images-gallery {
	margin-left: -20px;
	margin-bottom: 7px;
	padding-top:1px;
}
.images-gallery img {
	/*First border for non-standard browsers*/
	border: 1px solid #3c3c3c;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	margin: 0 0 20px 20px;
	border-radius: 4px;
	width: 125px;
	height: 125px;
}
.images-gallery img:hover {
	border: 1px solid #f1f1f1;
	border: 1px solid rgba(255,255,255, 0.8);
	box-shadow: 0 0 13px rgba(255,255,255, 0.45);
}

/* === STYLES FOR SIDEBAR === */

.sidebar-container {
	padding: 20px 0;
	border-bottom: 1px solid #222;
}
.sidebar-content {
	
}
.sidebar-container:first-child {
	padding-bottom:36px;
}
.sidebar-content:last-child {
	
}
.site-info {
	color: #989898;
	text-align: center;
}
.site-info .site-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 34px;
	text-shadow: 1px 1px 1px #000000;
}

/* === STYLES FOR NAVIGATION === */

.site-navigation {
	font-size: 14px;
}
.site-navigation ul {
	list-style: none;
}
.site-navigation ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 28px;
}
.site-navigation ul li:hover {
	background-color: rgba(255,255,255,0.1);
}
.site-navigation ul li a {
	color: #989898;
}
.site-navigation ul li:hover a,.site-navigation ul li a:hover {
	color: #F9E0A7;
	text-decoration: none;
}

/* The Menu icon styles */
.site-navigation .menu-item-home {
	background: url(../img/homeIcon.png) 0 7px no-repeat;
}
.site-navigation .menu-item-about {
	background: url(../img/aboutIcon.png) 0 7px no-repeat;
}
.site-navigation .menu-item-disc {
	background: url(../img/discIcon.png) 0 7px no-repeat;
}
.site-navigation .menu-item-pictures {
	background: url(../img/picturesIcon.png) 0 7px no-repeat;
}
.site-navigation .menu-item-contact {
	background: url(../img/contactIcon.png) 0 7px no-repeat;
}
.site-navigation .menu-item-portfolio {
	background: url(../img/portfolioIcon.png) 0 7px no-repeat;
}
.site-navigation .menu-item-heart {
	background: url(../img/heartIcon.png) 0 7px no-repeat;
}
.site-navigation .menu-item-calendar {
	background: url(../img/calendarIcon.png) 0 7px no-repeat;
}


/* === STYLES FOR SOCIAL LINKS ICONS === */

.social-links {
	height:20px;
}
.social-links ul {
	list-style: none;
	margin: -3px 0 0 -3px;
}
.social-links ul li {
	list-style: none;
	float: left;
	margin-right: 7px;
}
.social-links ul li img {
	padding: 3px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0);
}
.social-links ul li img:hover {
	border: 1px solid rgba(255,255,255,0.4);
	box-shadow: 0 0 4px rgba(255,255,255,0.4);
}
.copyright-container {
	padding: 20px 0;
}

/*=== STYLE for paragraphs and Drop Cap === */

.main-content .content-left {
	float:left;
	width:280px;
	padding-right:10px;
}

.main-content .content-right {
	float:right;
	width:280px;
	padding-left: 10px;
}

.drop-caps {
	float: left;
    font-size: 45px;
    font-style: normal;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 16px;
}


/* === STYLES FOR CONTROLS OF THE AUDIO PLAYER === */

.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.jp-interface ul {
	list-style: none;
	float: left;
	list-style: none outside none;
	margin: 0;
}
.jp-interface ul li {
	list-style-type: none;
	display: inline;
	float: left;
}
.jp-interface .jp-play {
	background: url(../img/playButton.png) no-repeat;
	width: 32px;
	height: 32px;
}
.jp-interface .jp-pause {
	background: url(../img/pauseButton.png) no-repeat;
	width: 32px;
	height: 32px;
}
.jp-interface .jp-next {
	background: url(../img/nextButton.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 4px 0 0 0;
}
.jp-interface .jp-previous {
	background: url(../img/backButton.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 4px 0 0 0;
}
div.jp-interface {	
	height: 30px;
	position: relative;
	z-index: 10;
}
div.list-button-container {
	float: left;
}
div.list-button-container .jp-list-toggle {
	background: url("../img/listButtonIcon.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 16px;
	margin: 8px 0 0 5px;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
}
/* @group progress bar */

div.jp-progress {
	overflow: hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	background: none repeat scroll 0 0 #000000;
	border: 1px solid #505050;
	border-radius: 3px 3px 3px 3px;
	float: left;
	height: 9px;
	margin: 7px 0 0 10px;
	padding: 3px;
	position: relative;
	width: 109px;
}
div.jp-seek-bar {
	width: 0px;
	height: 100%;
	width: 100%;
	cursor: pointer;
	background: #454545;
	border-radius: 2px;
}
div.jp-play-bar {
	background: none repeat scroll 0 0 #F9E0A7;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
	color: #D4D4D4;
	height: 9px;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}
div.volumeController {
	background: url("../img/speakerIcon.png") no-repeat scroll 8px 4px transparent;
	border-left: 1px dotted #606060;
	float: left;
	height: 18px;
	margin: 4px 0 0 12px;
	padding: 4px 0 2px 20px;
}
.jp-volume-bar {
	background: none repeat scroll 0 0 #000000;
	border: 1px solid #505050;
	border-radius: 3px 3px 3px 3px;
	height: 9px;
	margin-left: 5px;
	padding: 2px;
	width: 28px;
}
.jp-volume-bar-value {
	background-color: #a0a0a0;
	height: 100%;
	border-radius: 1px;
}


/* === STYLES FOR PLAYLIST === */
.jp-audio{
	margin:0;
}

.jp-playlist {
	margin: 10px 0 0;
	position: relative;
	z-index: 1;
}
.jp-playlist ul {
	
	background: none repeat scroll 0 0 #222222;
	background: #222222;
	background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#222222));
	background: -moz-linear-gradient(#373737, #222222);
	background: -webkit-linear-gradient(#373737, #222222);
	background: linear-gradient(#373737, #222222);
	
    border: 1px solid #272727;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 3px 3px 3px rgba(0, 0, 0, 0.3) inset;
    list-style: none outside none;
    /*If many songs are added then we display a scroll bar*/
    max-height: 208px;
    overflow: auto;
    padding: 5px 10px;
	
    
}
.jp-playlist ul li {
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #111;
	border-top: 1px solid #454545;
}
.jp-playlist ul li:last-child {
	border-bottom: none;
	padding-bottom:3px;
}
.jp-playlist ul li:first-child {
	border-top: none;
}
.jp-playlist ul li a {
	color: #797979;
	text-shadow: rgba(0,0,0,.5);
}
.jp-playlist ul li a:hover {
	color: #bababa;
}
.jp-playlist ul li.jp-playlist-current {
	background: url(../img/nowPlaying.png) 0 7px no-repeat;
}
.jp-playlist ul li.jp-playlist-current a {
	color: #ccc;
	text-shadow: 0 0 2px rgba(255,255,255,0.4);
}
.jp-playlist-item-remove {
	float: right;
	margin-top:4px;
}
.jp-playlist-buy, .jp-free-media {
	float: right;
	margin-top:2px;
}
.jp-playlist-item-free {
	background: url(../img/downloadIcon.png) 0 1px no-repeat;
	display: block;
	margin-right: 7px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	text-indent: -9999px;
}
.jp-playlist-item-buy {
	background: url(../img/musicIcon.png) 0 1px no-repeat;
	display: block;
	margin-right: 7px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	text-indent: -9999px;
}


/* === BUTTON STYLES === */

button:hover {
	text-decoration: underline;
}

.white-button,.green-button,.orange-button,.white-button-slim,.green-button-slim,.orange-button-slim,.blue-button,.blue-button-slim{
	margin:4px 0;
}

.white-button, .white-button-slim, a.white-button, a.white-button-slim {
	border-radius: 4px;
	padding: 8px 8px 7px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	font-weight: 500;
	color: #404040;
	background: #bababa;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bababa));
	background: -moz-linear-gradient(#e0e0e0, #bababa);
	background: -webkit-linear-gradient(#e0e0e0, #bababa);
	background: linear-gradient(#e0e0e0, #bababa);
	border: 1px solid #424242;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .7) inset;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
}
.white-button:hover,.white-button-slim:hover{
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#e0e0e0));
	background: -moz-linear-gradient(#bababa, #e0e0e0);
	background: -webkit-linear-gradient(#bababa, #e0e0e0);
	background: linear-gradient(#bababa, #e0e0e0);
	text-decoration: none;
}


.blue-button, .blue-button-slim, a.blue-button, a.blue-button-slim {
	border-radius: 4px;
	padding: 8px 8px 7px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	font-weight: 500;
	color: #03192f;
	background: #0966c6;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b93dd), to(#0966c6));
	background: -moz-linear-gradient(#4b93dd, #0966c6);
	background: -webkit-linear-gradient(#4b93dd, #0966c6);
	background: linear-gradient(#4b93dd, #0966c6);
	border: 1px solid #06396d;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
}

.blue-button:hover, .blue-button-slim:hover {
	background: #4b93dd;
	background: -webkit-gradient(linear, left top, left bottom, from(#0966c6), to(#4b93dd));
	background: -moz-linear-gradient(#0966c6, #4b93dd);
	background: -webkit-linear-gradient(#0966c6, #4b93dd);
	background: linear-gradient(#0966c6, #4b93dd);
	text-decoration: none;
}

.orange-button, .orange-button-slim, a.orange-button, a.orange-button-slim {
	border-radius: 4px;
	padding: 8px 8px 7px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	font-weight: 500;
	color: #441706;
	background: #b23f16;
	background: -webkit-gradient(linear, left top, left bottom, from(#d16a46), to(#b23f16));
	background: -moz-linear-gradient(#d16a46, #b23f16);
	background: -webkit-linear-gradient(#d16a46, #b23f16);
	background: linear-gradient(#d16a46, #b23f16);
	border: 1px solid #732307;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
}

.orange-button:hover,.orange-button-slim:hover {
	background: #d16a46;
	background: -webkit-gradient(linear, left top, left bottom, from(#b23f16), to(#d16a46));
	background: -moz-linear-gradient(#b23f16, #d16a46);
	background: -webkit-linear-gradient(#b23f16, #d16a46);
	background: linear-gradient(#b23f16, #d16a46);
	text-decoration: none;
}

.green-button, .green-button-slim, a.green-button, a.green-button-slim {
	border-radius: 4px;
	padding: 8px 8px 7px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	font-weight: 500;
	color: #0d2105;
	background: #429c1f;
	background: -webkit-gradient(linear, left top, left bottom, from(#60b141), to(#429c1f));
	background: -moz-linear-gradient(#60b141, #429c1f);
	background: -webkit-linear-gradient(#60b141, #429c1f);
	background: linear-gradient(#60b141, #429c1f);
	border: 1px solid #1c5406;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
}
.green-button:hover,.green-button-slim:hover {
	background: #60b141;
	background: -webkit-gradient(linear, left top, left bottom, from(#429c1f), to(#60b141));
	background: -moz-linear-gradient(#429c1f, #60b141);
	background: -webkit-linear-gradient(#429c1f, #60b141);
	background: linear-gradient(#429c1f, #60b141);
	text-decoration: none;
}
.green-button-slim, .orange-button-slim, .white-button-slim, .blue-button-slim, a.blue-button-slim, a.green-button-slim, a.orange-button-slim, a.white-button-slim {
	padding: 4px 8px 3px;
	font-weight: normal;
}


/* === STYLES FOR TEXT-HIGHLIGHTS === */


.highlight-orange {
	background: none repeat scroll 0 0 #DF9827;
    color: #533910;
    padding: 0 3px;
}
.highlight-green {
    background: none repeat scroll 0 0 #739F1E;
    color: #22310A;
    padding: 0 3px;
}
.highlight-blue {
	background: none repeat scroll 0 0 #62A5E3;
    color: #0B1F34;
    padding: 0 3px;
}

/* === Styles for Tables === */

table {
    background: none repeat scroll 0 0 #353535;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #000;
    color: #999;
    float: left;
    font-size: 12px;
    width:100%;
}
table th {
	background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(#333, #222);
	background: -webkit-linear-gradient(#333, #222);
	background: linear-gradient(#333, #222);
	
    border-bottom: 1px solid #111;
    padding: 10px 15px;
    
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
}
table th:first-child {
    padding-left: 20px;
    text-align: left;
}
table tr:first-child, table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}
table tr:first-child, table tr:first-child th:last-child {
    border-top-right-radius: 4px;
}
table tr {
    padding-left: 20px;
    text-align: center;
}
table tr td:first-child {
    border-left: 0 none;
    padding-left: 20px;
    text-align: left;
}
table tr td {
	background: #353535;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#353535));
	background: -moz-linear-gradient(#3a3a3a, #353535);
	background: -webkit-linear-gradient(#3a3a3a, #353535);
	background: linear-gradient(#3a3a3a, #353535);
	
    border-bottom: 1px solid #181818;
    border-left: 1px solid #272727;
    border-top: 1px solid #444;
    padding: 10px 15px;
    
	text-align: left;
	text-shadow: none;
	vertical-align: middle;
}
table tr.even td {
	background: #292929;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#292929));
	background: -moz-linear-gradient(#333, #292929);
	background: -webkit-linear-gradient(#333, #292929);
	background: linear-gradient(#333, #292929);
}
table tr:last-child td {
    border-bottom: 0 none;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}
table tr:hover td {
    background: #424242;
    background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#424242));
	background: -moz-linear-gradient(#474747, #424242);
	background: -webkit-linear-gradient(#474747, #424242);
	background: linear-gradient(#474747, #424242);
}

/*=== ICON Boxes ===*/

.featured-box {
	background: #222222;
    background: -moz-linear-gradient(#373737, #222222) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#222222));
	background: -moz-linear-gradient(#373737, #222222);
	background: -webkit-linear-gradient(#373737, #222222);
	box-shadow: 1px 1px 5px #000;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    margin:33px 0 37px 0;
}

.featured-box .iconbox-left {
    float: left;
    padding: 88px 20px 0;
    width: 249px;
}

.featured-box .iconbox-right {
    float: right;
    padding: 88px 20px 0;
    width: 249px;
}


.iconbox p{
	margin-bottom:15px;
}
.iconbox h5 {
	margin-bottom: 20px;
}

.iconbox-title {
	text-align: center;
}

.iconbox-left{
	padding-left: 68px;
	width:212px;
	float:left;
}

.iconbox-right{
	background: rgba(255,255,255,0.04);
	padding-left: 68px;
	width:212px;
	float:right;
}

.para-icon-guitar {
	background-image: url("../img/guitar.png");
	background-repeat:no-repeat;
	background-position: 50% 20px;
}

.para-icon-speaker {
	background-image: url("../img/speaker.png");
	background-repeat:no-repeat;
	background-position: 50% 20px;
}

.para-icon-audio {
	background-image: url("../img/cdaudio.png");
	background-repeat:no-repeat;
	background-position: 50% 20px;
}

.para-icon-star {
	background-image: url("../img/star.png");
	background-repeat:no-repeat;
	background-position: 50% 20px;
}
