/*
Theme Name: Cardeo Minimal	
Theme URI: http://www.cardeo.ca	
Description: A minimal blog theme
Version: 1.0
Author: Matt Lambert
Author URI: http://www.cardeo.ca
*/

/***------------------------------------
ALL
------------------------------------***/

body {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 12px;
 line-height: 24px;
 color: #000;
 padding: 0;
 margin: 0 auto;
 text-align: left;
 vertical-align: top;
 border: 0;
 background-color: #F2F2F2;
}

img {
 border: 0;
}

a, a:link, a:visited {
 color: #24A7F8;
 text-decoration: underline;
 border: 0;
 overflow:hidden;
 outline:none;
}

a:hover {
 color: #fff;
 text-decoration: none;
 background-color: #575759;
 border: 0;
}

a:hover img {
 color: #fff;
 text-decoration: none;
 border: 0;
}

ul {
 margin: 0;
 padding: 0px 0px 10px 0px;
 list-style: none;
 border: 0;
 -moz-padding-start:40px;
}

li {
 list-style: square;
}

ul.socialbutton {
 margin:0;
 padding: 0;
 float:right;
}
ul.socialbutton li {
 list-style-type: none;
 display: inline;
 margin:0;
 padding:0;
}

p {
 padding-bottom: 0px;
 margin: 0;
}

ol li {
 list-style-type: decimal;
}

dl {
	margin-top: 5px;
	margin-bottom: 0;
}
dt object {
	vertical-align: top;
}
dd {
	margin-left:23px;
}

/***------------------------------------
body styles
------------------------------------***/

#container {
 width: 960px;
 margin: 0 auto;
 padding: 0;
}

#header {
 width: 960px;
 float: left;
 height: 150px;
 margin: 0;
 padding: 0;
 border-top:7px solid #575759;
}

#logo {
 float: left;
 margin: 15px auto;
 padding: 0;
}

#logo a:hover {
 background-color: #F2F2F2;
}

#nav {
 float: right;
 margin: 10px 0px 0px 0px;
 padding: 0;
}

#nav li {
 float: left;
 list-style-type: none;
}

#main {
 float: left;
 width: 960px;
 margin: 0;
 padding: 0;
}

#left {
 float: left;
 width: 560px;
 margin-bottom: 15px;
 padding: 0;
}

.post-footer {
 float: left;
 margin: 20px 0px 30px 0px;
 padding: 10px 15px 10px 15px;
 background-color: #575759;
 color: #fff;
 width: 530px;
 font-size: 10px;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 -webkit-border-radius:3px;
 -moz-box-shadow: 0 2px 3px gray;
 -webkit-box-shadow: 0 2px 3px gray;
 box-shadow: 0 2px 3px gray;
}

.post-footer-left {
 float: left;
 width: 250px;
}
.post-footer-right {
 float: right;
}

.social_btn {
margin: 3px 0px 0px 0px;
padding: 0px;
width:530px;
}

.social_btn .twitter {
float: right;
margin: 0px 0px 0px 5px;
padding: 0px;
width: 120px;
}

.social_btn .facebook {
float: right;
margin: 0px 0px 0px 5px;
padding: 0px;
width: 100px;
}

#right {
 float: left;
 width: 370px;
 margin: 0px 0px 0px 30px;
 padding: 0;
}

#right a, #right a:link, #right a:visited {
 padding:2px 5px;
}

#sidebar {
 float: left;
 width: 195px;
 margin: 0px 0px 0px 5px;
 padding: 0;
}

#sidebar ul {
 -moz-padding-start:0px;
}

#sidebar li {
 font-size: 10px;
 line-height: 18px;
 list-style-type: none;
}

#sidebar .widget-container li a {
  background-attachment:initial;
  background-clip:initial;
  background-image:url(http://www.rudiments.net/main/wp-content/uploads/list-bg.png);
  background-origin:initial;
  background-position:0 3px;
  background-repeat:no-repeat;
  display:block;
  padding-left:18px;
  text-transform:uppercase;
}

.widget-container {
 margin: 0 5px 10px;
 padding: 10px;
 background-color:#FAFAFA;
 border:3px double #DCDCDC;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 -webkit-border-radius:3px;
 -moz-box-shadow: 0 2px 3px gray;
 -webkit-box-shadow: 0 2px 3px gray;
 box-shadow: 0 2px 3px gray;
}

#new {
 float: left;
 width: 145px;
 margin: 0px 0px 0px 23px;
 padding: 0;
}

#footer {
 float: left;
 width: 960px;
 margin: 0;
 padding: 0;
 color: #cccccc;
 background-color: #575759;
 clear: both;
 font-size: 10px;
 height: 200px;
 -moz-border-top-right-radius:6px;
 -khtml-border-top-right-radius:6px;
 -webkit-border-top-right-radius:6px;
 -moz-border-top-left-radius:6px;
 -khtml-border-top-left-radius:6px;
 -webkit-border-top-left-radius:6px;
 -moz-box-shadow: inset 0 2px 5px #424242;
 -webkit-box-shadow: inset 0 2px 5px #424242;
 box-shadow: inset 0 2px 5px #424242;
}
.footer_title {
 color: #F2F2F2;
}

blockquote {
 padding: 20px;
 background-color: #E7E8EA;
}

blockquote p {
 padding: 0;
}

#content {
 padding: 20px;
 background-color:#FAFAFA;
 border:3px double #DCDCDC;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 -webkit-border-radius:3px;
 -moz-box-shadow: 0 2px 3px gray;
 -webkit-box-shadow: 0 2px 3px gray;
 box-shadow: 0 2px 3px gray;
}

#content p {
 padding: 0;
}

.alignright {
 margin: 0px 0px 20px 20px;
}

.alignleft {
 margin: 0px 20px 20px 0px;
}

#next {
 float: left;
 clear: both;
}

.mail-form {
 font-size: 10px;
 line-height: 18px;
 padding: 10px;
 color: #fff;
 background-color: #575759;
 margin-bottom: 10px;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 -webkit-border-radius:3px;
 -moz-box-shadow: 0 2px 3px gray;
 -webkit-box-shadow: 0 2px 3px gray;
 box-shadow: 0 2px 3px gray;
}

.commentlist ul {
 -moz-padding-start: 0;
 margin: 0;
 padding: 0;
}

.commentlist li {
 width: 520px;
 list-style-type: none;
 background-color: #E7E8EA;
 padding: 0px 20px 0px 20px;
 margin: 0px 0px 20px 0px;
}

.comment-text {
 font-size: 12px;
}

.page-header-bg {
 padding: 10px 10px 40px 10px;
 background-color: #E7E8EA;
 margin-bottom: 20px;
}



/***------------------------------------
Type
------------------------------------***/

h1 {
 font-size: 24px;
 color: #333;
 font-weight: bold;
 margin: 0;
 padding: 0;
 line-height: 36px;
 text-decoration: none;
}

h2 {
 font-size: 17px;
 color: #333;
 font-weight: bold;
 margin: 0;
 padding: 0;
 line-height: 26px;
}

h3 {
 font-size: 12px;
 color: #504f4f;
 font-weight: bold;
 margin: 20px 0px 0px 0px;
 padding: 0;
 line-height: 18px;
 text-shadow: 0px 2px 1px #bbbaba;
}

h4 {
 font-size: 12px;
 color: #ccc;
 margin: 10px 0px 0px 0px;
}

h5 {
 font-size:12px;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 0;
}

#sidebar p {
 font-size: 10px;
 line-height: 18px;
 margin: 0;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover {
 text-decoration: none;
 font-weight: bold;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover {
 text-decoration: none;
}

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

.breadcrumb {
  font-size: 10px;
  clear: both;
}
 
.product-artist {
 font-size: 14px;
 color: #333;
 font-weight: bold;
 margin: 3px 0px 15px 0px;
 padding: 2px 5px ;
 line-height: 16px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #E7E8EA;
   padding-top: 4px;
   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;
}

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

.wp-caption a {
 background-color: transparent;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.gallery a:hover {
 color: #fff;
 text-decoration: none;
 background-color: #F2F2F2;
 border: 0;
}

.gallery-icon a img {
border:1px solid #24A7F8;
margin:0 auto;
padding:2px;
}

.gallery-icon a:hover img {
border:1px solid #575759;
margin:0 auto;
}

.gallery-icon {
margin-bottom:8px;
}

.detail {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #E7E8EA;
   padding: 4px;
   margin: 0 8px 20px 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.detail img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.detail_txt {
	float: left;
	width: 289px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 17px;
	word-break: break-all;
}

.detail_txt_300 {
	float: left;
	width: 189px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 17px;
	word-break: break-all;
}

.border {
	border-bottom:1px dashed #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}

table#table-01 {
    width: 100%;
    border: 1px #DDDDDD solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 a {
	display:block;
	width:100%;
	height:100%;
	padding:0;
}

table#table-01 a:hover {
	background-color:#575759;
	padding:0;
}

table#table-01 th {
    padding: 5px;
    border: #DDDDDD solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #DDDDDD solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.flyer {
	margin-bottom:10px;
	}
.flyer a:hover {
	background-color: #F2F2F2;
	}
.flyer img {
	padding: 2px;
	margin: 0 auto;
	border: 1px solid #575759;
	 -moz-box-shadow: 0 2px 3px gray;
	 -webkit-box-shadow: 0 2px 3px gray;
	 box-shadow: 0 2px 3px gray;
	}
.flyer a img {
	padding: 2px;
	margin: 0 auto;
	border: 1px solid #24A7F8;
	}
.flyer a:hover img {
	padding: 2px;
	margin: 0 auto;
	border: 1px solid #575759;
	background-color: #F2F2F2;
	}
	
.box1 {
float:left;
margin:15px 20px 43px 0;
margin-left:20px;
width:450px;
z-index:99;
}

.box {
float:left;
margin:15px 20px 0 0;
margin-left:20px;
width:420px;
z-index:99;
}

.box ul {
list-style:none;
padding: 0;
-moz-padding-start:0px;
}

.box li {
float:left;
margin-right:20px;
list-style-type:none;
}

.tablenav {
	color: #2583ad;
	margin: 1em auto;
	line-height:1em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #24A7F8;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:13px;
}

a.page-numbers:hover {
	color:white;
	background: #24A7F8;
}

.tablenav .current {
	color: white;
	background: #24A7F8;
	border-color: #24A7F8;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
}

.twtr-hd h4 {
		font-size:10px;
}

/* button */

.degital_dl {
 float: right;
 margin-left: 15px;
}

#download_button, #download_button:visited {
    background: -moz-linear-gradient(90deg, #ECECEC, #F4F4F4) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,center bottom,center top,from(#ECECEC),to(#F4F4F4));
    background: #ECECEC;
    border: 2px solid #D4D4D4;
    border-radius: 5px;
    box-shadow: 0 1px 0 #ECECEC;
    -moz-box-shadow: 0 1px 0 #ECECEC;
    -webkit-box-shadow: 0 1px 0 #ECECEC;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F4F4F4',endColorstr='#ECECEC');
    color: #666666;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 3px;
    margin-bottom: 10px;
    padding: 5px 7px 9px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
#download_button, #download_button:visited {
    margin-bottom: 0;
}
#download_button .icon {
    background-image: url("http://www.rudiments.net/main/wp-content/uploads/download.png");
    background-position: 0 55%;
    background-repeat: no-repeat;
    line-height: 3px;
    margin: 0 3px 0 0;
    padding: 0 0 1px 20px;
}
#download_button:hover .icon, #download_button:active .icon {
    background-position: -21px 52%;
}
#download_button:hover {
    background: #3570b8;
    background: -webkit-gradient(linear,center bottom,center top,from(#3570b8),to(#5e9ae2));
    background: -moz-linear-gradient(90deg,#3570b8,#5e9ae2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3570b8',endColorstr='#5e9ae2');
    border: 2px solid #2E63A5;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2E63A5;
}
#download_button:active {
    background: -moz-linear-gradient(90deg, #558BCB, #336FB7) repeat scroll 0 0 transparent;
    border: 2px solid #2E63A5;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2E63A5;
}

/* Tabs */

.tabarea {
	margin: 0 auto;
    width: 470px;
}

ul.tabs {
	height: 35px;
	background: #E0E0E0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#D7D7D7');
	background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#D7D7D7)); 
	background: -moz-linear-gradient(top,  #E9E9E9,  #D7D7D7); 
	padding: 8px;
	-webkit-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-left: 0;
}

ul.tabs li {
	list-style: none;
	margin-left: 0;
	display: inline-block;
	float: left;
}

ul.tabs li a {
	display: inline-block;
	float: left;
	width: 112.5px;
	height: 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	font-weight: bold;
}

ul.tabs li:first-child a {
	-khtml-border-top-left-radius: 8px; -khtml-border-bottom-left-radius: 8px;
	-o-border-top-left-radius: 8px; -o-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px; border-bottom-left-radius: 8px;
}

ul.tabs li:last-child a {
	-khtml-border-top-right-radius: 8px; -khtml-border-bottom-right-radius: 8px;
	-o-border-top-right-radius: 8px; -o-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px; border-bottom-right-radius: 8px;
}

/*---COLOR SCHEMES---*/

/* Light */

a.light, input.light, ul.light li a, th.light {
	background: #F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ECECEC');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECECEC)); 
	background: -moz-linear-gradient(top,  #FFFFFF,  #ECECEC); 
	color: #858585;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	}

a.light:hover, input.light:hover, ul.light li a:hover {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F7F7F7');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7F7)); 
	background: -moz-linear-gradient(top,  #FFFFFF,  #F7F7F7); 
	color: #717171;
}

a.light:active, input.light:active, ul.light li a:active {
	background: #eee;
	color: #717171;
	-webkit-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
}

ul.tabs li.light a { border-right: 1px solid #D9D9D9; }
ul.menu li.light a { border-bottom: 1px solid #D9D9D9; }

input.login-light {
	-webkit-box-shadow: inset 0px 1px 1px #9A9A9A;
	-moz-box-shadow: inset 0px 1px 1px #9A9A9A;
	-o-box-shadow: inset 0px 1px 1px #9A9A9A;
	-khtml-box-shadow: inset 0px 1px 1px #9A9A9A;
	box-shadow: inset 0px 1px 1px #9A9A9A;
	background: url('images/btn-login-light.png') no-repeat center;
	text-indent: -5000px;
}

input.login-light:hover, input.login-light:active {
	background: url('images/btn-login-light.png') no-repeat center;
}

input.login-light:hover {
	-webkit-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-moz-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-o-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-khtml-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
}

input.login-light:active {
	-webkit-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
}

th.light {
	color: #5B5B5B;
}

.twtr-widget {
	 -moz-box-shadow: 0 2px 3px gray;
 	-webkit-box-shadow: 0 2px 3px gray;
 	box-shadow: 0 2px 3px gray;
 }
.twtr-widget h3{display:none !important;}
.twtr-join-conv{margin:-4px 0 !important;}
.twtr-widget-profile h4
						{
							
							zoom:0.9 !important;
							height:4px !important;
							
							position:relative !important;
							top:-9px !important;
							
						}
.twtr-widget-profile h4 a {
	font-size:13px;
}

.archive-post {
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.archive-title {
	border-top: 5px solid #CCCCCC;
	padding: 15px 0 5px;
}
.archive-contents{
	width: 400px;
	float:left;
}
.postMeta-post {
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #999999;
    font-size: 90%;
    line-height: 130%;
    margin: 8px 0 15px;
    padding: 8px 0 0;
}
.postimg img {
    padding: 10px 0 0 10px;
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	}
.gallery-caption {
	margin-left: 0;
	}

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

p.newrelease_b a {
	width: 244px;
	height: 58px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    background-image : url(http://www.rudiments.net/main/wp-content/uploads/mouseout.png);
}
p.newrelease_b a:hover {
	width: 244px;
	height: 58px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    background-image : url(http://www.rudiments.net/main/wp-content/uploads/mouseover.png) ;
    background-color: #fff;
}
