/*----------------------------------------------------------
    Theme Name: ProBlog
    Author: Livethemes.ru
    Author URI: http://livethemes.ru/
    Version: 1.3
----------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: #444;
}
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a { 
    outline: none; 
    color: #0066ff; 
    text-decoration: none;	
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
    -o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}
a:hover { text-decoration: none; color: #888; }

img { border: 0;}

blockquote { font-style: italic; padding: 0 10px; margin: 10px; }

pre, code {
	line-height: 1.8;
}

del { text-decoration: line-through; }

p { margin: 0 0 10px 0; }

/*----------------------------------------------------------*/
/*	Full Bg
/*----------------------------------------------------------*/

#bg  {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	z-index: 0;
}

#bg img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
}

.ie7 #bg img {
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------------*/
/*	Slider
/*----------------------------------------------------------*/

#slider {
	background: #fafafa;
	margin-bottom: 20px;
	width: 630px;
	height: 350px;
}

#slider a:hover {
	text-decoration:none;
}

#slider p {
	margin: 0;
	padding: 5px 0;
}

#slider ul, #slider ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
    background: none;
}

.flexslider { 
	width: 630px; 
	height: 350px; 
	position: relative; 
}

.loading {
    background: url(images/load.gif) center center no-repeat;
	width: 630px;
	max-height: 100%;
}

.flexslider .slides > li { 
	width: 630px;
	height: 350px;
	display: none;
	position: relative;
}

.flexslider .slides img { 
    width: 630px; 
	height: 350px; 
	display: block;
}

.lt-control-nav li { 
    margin: 0 3px; 
    display: inline-block; 
    zoom: 1; 
    *display: inline;
}

/*----------------------------------------------------------*/
/*	Search Form
/*----------------------------------------------------------*/

.searchform {
    background: #fff;
    width: 238px;
	height: 30px;
	margin: 0;
	padding: 0 5px;
	font-size: 13px;
	border: 1px solid #dedede;
}

.searchform .in-search {
    font-family: Arial, Tahoma, sans-serif;
    background: none;
	width: 238px;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 13px;
	outline: none;
	border: 0;
}

.ie7 .searchform .in-search { height: 24px; margin: 6px 0 0 0; }
.ie8 .searchform  .in-search { height: 23px; margin: 7px 0 0 0; }

/*----------------------------------------------------------*/
/*	Widgets
/*----------------------------------------------------------*/

/*  Text block 
------------------------------------- */

.wg-text-block {	

}

.title-wg-text-block {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}

/*  Post 
------------------------------------- */

.post-entry-wg {
	margin-bottom: 15px;
	overflow: hidden;
}

.post-entry-r-wg {
	float: right;
	width: 180px;
}

#primary .post-entry-r-wg {
	float: right;
	width: 560px;
}

.post-entry-wg img {
    margin-top: 3px;
	float: left;
}

.post-details-wg { margin-top: 5px; font-size: 13px; }

/*----------------------------------------------------------*/
/*	Logo
/*----------------------------------------------------------*/

#logo {
    display: block;
	margin: 0 0 20px 0;
}

#logo-text {
    margin: 0 0 20px 0;
	font-size: 34px;
}
#logo-text a { color: #44494d !important; }
#logo-text a:hover { color: #888 !important; }

/*----------------------------------------------------------*/
/*	Content
/*----------------------------------------------------------*/

#container {    
    width: 100%;
	position: relative; 
	z-index: 2;
}

#content {  	  
    background: #fff url(images/line_con.png) 300px 0 repeat-y;
    width: 1000px;
	margin: 35px auto;
}

.r_s #content { 
    background-position: 680px 0;
}

.no_s #content { 
    background: #fff;
	width: 680px;
}

.page-template-page-one-column-php #content { 
    background: #fff;
}

#primary { 
    width: 630px;
	padding: 25px;
	float: left;
}

.l_s #primary { 
	float: right;
}

.no_s #primary { 
    margin: 0 auto;
	float: none;
}

#primary-one { 
	margin: 0 auto;
	padding: 25px;
}

#sidebar { 
    width: 250px;
	padding: 25px;
	float: right;
}

.l_s #sidebar { 
	float: left;
}

.sidebar-block { 
	margin-bottom: 20px; 
}

.sidebar-block-title {
    margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

.sidebar-block ul {
    margin: 0;
	padding: 0 0 0 15px;
	list-style: square;
}

.sidebar-block ul  li {
	margin: 0 0 4px 0;
}

.block {
    margin-bottom: 20px;
}

.block-title {
    margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

.meta-desc { 
	margin: 0 0 20px 0;
}

/*----------------------------------------------------------*/
/*	Top Menu
/*----------------------------------------------------------*/

#top-nav {
    background: #1c1c1c;
    width: 100%;
	height: 40px;
	margin-bottom: 20px;
	position: relative;
	z-index: 900;
}	

#top-nav ul {
    margin: 0; 
	padding: 0; 
	list-style: none;
}
 
.top-menu li {
	float: left;
	position: relative;
	list-style: none;
}

.top-menu a {
	display: block;
	height: 31px;
	padding: 9px 10px 0 12px;
	color: #fefefe;
	font-size: 16px;
	position: relative;
}

.top-menu a:hover, .top-menu li:hover a.sublist, .top-menu li.current-menu-item > a {
    background: #090909;
	color: #fefefe;
}

/* dropdown */
.top-menu li:hover > ul {
	display: none;
}

/* level 2 list */
.top-menu ul {
    background: #090909;
	display: none; 
	border-bottom: 0;
	position: absolute; 
	top: 40px;
	left: 0; 
}

.top-menu ul li {
	margin: 0;
	padding: 0;
}

.top-menu ul a {
	width: 130px;
	height: auto;
	padding: 8px 15px;
	font-size: 14px;
}

.top-menu ul a:hover, .top-menu ul li.current-menu-item  a {
    color: #888;
}

/* level 3+ list */
.top-menu ul ul {
	left: 155px;
	top: 0;
}

/*----------------------------------------------------------*/
/*	Menu Sidebar
/*----------------------------------------------------------*/
	
ul.menu {
    width: 100%;
    margin: 0; 
	padding: 0; 
	list-style: none;
}
 
ul.menu li { 
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.menu a {
	display: block;
	padding-bottom: 5px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.menu a.sublist {
	background: url(images/m_i.png) right center no-repeat;
	padding-right: 10px;
}

.menu a.sublist.sublist-close {
	background: url(images/m_i_2.png) right center no-repeat;
	padding-right: 10px;
}

.menu a:hover, .menu li:hover a.sublist, .menu li.current-menu-item > a {
	color: #888;
}

/* level 2 list */

.menu ul {
	padding-left: 5px;
	font-size: 14px;
	display: none; 
}

.menu ul a {
	font-size: 14px;
}

/*----------------------------------------------------------*/
/*	Post Blog
/*----------------------------------------------------------*/

.home .post, 
.blog .post,
.archive .post, 
.search .post {   
    width: 305px;
	overflow: hidden;
	margin-bottom: 20px;
}

.col1 { float: left; }
.col2 { float: right; }

.row2 { 
	width: 100%;
	height: 0;
	clear: both; 
	overflow: hidden; 
}

.top-post {   
	display: block;
	position: relative;
}

.com-i {
    background: url(images/com_e_i.png) no-repeat;
	width: 40px;
	height: 26px;
	padding-top: 2px;
	display: block; 
	color: #fffffe;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
    position: absolute;
	top: 0;
	right: 0;
}

.ie9 .com-i {
	height: 25px;
	padding-top: 3px;
}

h2.entry-title { margin-bottom: 10px; padding-right: 50px; font-size: 18px; }
.no-num-com h2.entry-title { padding-right: 0;}
h2.entry-title a { color: #333; }
h2.entry-title a:hover { color:#888; }

.entry-details {
    margin-bottom: 10px;
}

.thumb-entry {
	margin-bottom: 10px;
}

.thumb-entry img {	   
	display: block;
}

.single .entry-con {	   
    padding-top: 15px;
	border-top: 1px solid #dedede;
}

.page .post img, 
.single .post img {   
    max-width: 100%;
	height: auto;
}

.post ol {
	margin: 0 0 13px 4px;
	padding: 0 0 0 21px;
}

.post ol li {
	margin: 0 0 4px 0;
}

.post ul{
	list-style: square;
	padding: 0;
	margin: 0 0 10px 20px;
}

.post ul  li{
	margin: 0 0 4px 0;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 5px;
	display: block;
}

/*  Format Gallery 
------------------------------------- */

.gallery-slider { 
	width: 100%;
	margin-bottom: 15px;
	position: relative; 
}

.gallery-slider ul, .gallery-slider ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.gallery-slider .slides > li { 
	width: 100%;
	padding: 0;
	margin: 0;
	display: none;
	position: relative;
}

.gallery-slider .slides img { 
	display: block;
}

.caption {
    background: #010101;
	background: rgba(1,1,1,0.8);
	padding: 10px;
	width: 570px;
	font-size: 16px;
	color: #fefefe;
	font-weight: normal;
	text-align: left;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.caption a {
	color: #fefefe;
	text-decoration: none;
}

.caption a:hover {
	color:#999;
}

.lt-control-nav {
    width: 550px;
	text-align: left;
	position: absolute; 
	left: 15px; 
	top: 15px; 
	z-index: 10;
}

.gallery-slider .lt-control-nav li { 
    margin: 0 3px; 
    display: inline-block; 
    zoom: 1; 
    *display: inline;
}

.lt-control-paging li a { 
    background: #fff;
	background: rgba(255,255,255,0.8);
    width: 15px; 
    height: 15px; 
    display: block; 
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

.lt-control-paging li a:hover, 
.lt-control-paging li a.lt-active { 
    background: #010101;
	background: rgba(1,1,1,0.8);
}

ul.lt-direction-nav li { 
    margin: 0; 
}

.lt-prev,
.lt-next {
    background: url(images/slider.png) 0 0 no-repeat;
    display: block;
    width: 20px;
	height: 28px;
	position: absolute;
    top: 15px;
	right: 0;
    z-index: 10;
}

.lt-prev { background-position: 0 0; right: 38px; }
.lt-prev:hover {  }

.lt-next { background-position: -20px 0; right: 15px; }
.lt-next:hover { }

/*  Format Video 
------------------------------------- */

.video-block {
    width: 630px;
	margin-bottom: 12px;
	text-align: center;
}

.video-block iframe {
    width: 630px;
	border: 0;
}

/* jPlayer */

.jp-jplayer {
   
}

.jp-video-full .jp-jplayer {
    background: #080808;
	top: 0;
	left: 0;
	position: fixed !important;
	overflow: hidden;
	z-index: 1000;
}

.jp-video-full .jp-gui {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.jp-video-full .jp-interface {
    margin-left: -315px;
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.ie7 .jp-video-full {
    position: static !important; 
	position: relative;
}

.jp-video {
    background: #080808;
	width: 630px;
	max-width: 100%;
	margin-bottom: 15px;
	padding-bottom: 30px;
	position: relative;
}

.jp-video-play-icon {
    background: url(images/player.png) 0 0 no-repeat;
	width: 60px;
	height: 60px;
	margin-top: -45px;
	margin-left: -30px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
}

.jp-video-play-icon:hover {

}

.jp-interface {
	background: #1c1c1c;
	width: 630px;
	height: 30px;
    position: absolute;
	left: 0;
	bottom: 0;
}

.jp-play, .jp-pause {
    background: url(images/player.png) -11px -60px no-repeat;
	width: 12px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 7px;
}

.jp-pause {
    background-position: -23px -60px;
	width: 16px;
}

.jp-progress {
    background: #010101;
	width: 390px;
	height: 8px;
	padding: 1px;
	position: absolute;
	left: 42px;
	top: 10px;
}

.jp-seek-bar{
    width: 0;
	height: 8px;
	cursor: pointer;
}

.jp-play-bar {
    background: #e13333;
	width: 0;
	height: 8px;
}

.jp-mute, .jp-unmute {
    background: url(images/player.png) 0 -60px no-repeat;
	width: 11px;
	height: 16px;
	position: absolute;
	right: 62px;
	top: 7px;
}

.jp-unmute {
    background-position: 0 -76px;
}

.jp-full-screen, .jp-restore-screen {
    background: #010101;
	width: 20px;
	height: 12px;
	position: absolute;
	right: 85px;
	top: 9px;
}

.jp-restore-screen {
    background: #e13333;
}

.jp-volume-bar {
    background: #010101;
	width: 40px;
	height: 8px;
	padding: 1px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.jp-volume-bar-value {
    background: #e13333;
	width: 0;
	height: 8px;
}

.jp-current-time, .jp-duration {
    font-size: 11px;
	color: #999;
    position: absolute;
	right: 120px;
	top: 7px;
}

.jp-current-time {
	right: 155px;
}

.jp-no-solution {
    width: 280px;
	margin-top: -150px;
	margin-left: -150px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}

.jp-no-solution span {
    display: block;
	margin-bottom: 15px;
	color: #c75050;
}

/*  Navigation Post 
------------------------------------- */

.nav-post {
    margin-top: 10px;
	overflow: hidden;	
}

.nav-post a {
	display: block;
}

.nav-post-prev {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-post-next {
	float: left;
	width: 50%;
}

/*  Comments 
------------------------------------- */

#comments{
}

#comments-title {
	font-size: 18px;
	padding: 20px 0;
}

#reply-title {
    margin-top: 20px;
	font-size: 18px;
}

#comments ol, 
#comments ul{
	list-style: none;
	padding:0;
	margin: 0;
}
 
#comments li{
	background: none;
	padding:0;
	margin: 0;
}

.nopassword,
.nocomments {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0;
	text-align: center;
}

.commentlist div.comment {
	margin: 0 0 25px 80px;
	position: relative;
}

.commentlist .children div.comment {
	margin-left: 160px;
}

.commentlist .children .children div.comment {
	margin-left: 240px;
}

.commentlist .children .children .children div.comment {
	margin-left: 320px;
}

.commentlist .children .children .children .children div.comment {
	margin-left: 400px;
}

.comment-author {
	font-size: 16px;
	margin-bottom: 5px;
}

.comment-author .fn {
	color: #333;
}

.commentlist .avatar {
	position: absolute;
	top: 0;
	left: -80px;
}

.comment-meta{
	color: #888;
	font-size: 12px;
}

.comment-content{
	padding-top: 10px;
}

#cancel-comment-reply-link {
    margin-top: 10px;
	display: block;
	color: #e96666;
	font-size: 12px;
}

.comment-awaiting-moderation {
	color: #e96666;
	font-style: italic;
}

#comment-navigation {
	padding-top: 10px;
}

/* Comment Form */

#respond input, 
#respond textarea {
    font-family: Arial, Tahoma, sans-serif;
	background: #fff;
	display: block;
	height: 26px;
	width: 300px;
	border: 1px solid #dedede;
	padding: 0 5px;
    color: #555;
	font-size: 13px;
	outline: none;
}

#respond textarea {
    width: 95%;
	height: 120px;
	padding: 5px;
}

#respond input#submit {
    font-family: Arial, Tahoma, sans-serif;
    background: #1c1c1c;
	width: 100px;
	margin: 5px 0 0 0;
	padding: 4px 0 6px;
	border: 0;
	color: #fefefe;
	outline: none;
	cursor: pointer;
}

#respond input#submit:hover {
	background: #090909;
}

p.comment-form-author,
p.comment-form-email, 
p.comment-form-url {
    width: 312px;
	position: relative;
}

p.comment-form-author label,
p.comment-form-email label, 
p.comment-form-url label {
    width: 50px;
    text-align: left;
	position: absolute;
	top: 4px;
	right: -60px;
}

.required {
    display: block;
	position: absolute;
	top: 4px;
	right: 0;
}

p.comment-form-author .required {
	right: 0;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #ff7777;
	font-size: 15px;
	font-weight: bold;	
}

/*----------------------------------------------------------*/
/*	Page Navigation
/*----------------------------------------------------------*/

.page-nav {
    margin-top: 5px;
	margin-bottom: 20px;
    font-size: 14px;
}

.page-nav .page-numbers {
    padding: 2px 8px;
	color: #888;
	border: 1px solid #dedede;
}

.page-nav .page-numbers:hover, .page-nav .current {
	color: #444;
	font-weight: bold;
}

/*----------------------------------------------------------*/
/*	Shortcodes
/*----------------------------------------------------------*/

/*  Toggle 
------------------------------------- */

.toggle {
	margin-bottom: 3px;
	position: relative;	
}

.toggle-block {
	display: none;
	border: 1px solid #dedede;
	border-top: 0;
	overflow: hidden;
}

.toggle-block .toggle-con {
	padding: 10px;
	overflow: hidden;
}

.toggle-open {
    background: #fafafa;
	padding: 5px;  
	display: block; 
	color: #444;
	font-weight: bold;	
	font-size: 14px;
	border: 1px solid #dedede;
	cursor: pointer;
}

.toggle-open span {
    background: url(images/shortcodes/toggle_icons.png) 0 0 no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 11px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.ie7 .toggle-open span {
	display: inline;
	vertical-align: middle;
}

.toggle-close span {
	background-position: 0 -11px;
}

/*  Tabs 
------------------------------------- */

ul.tabs-lt {  
	margin: 0 !important; 
	padding: 0;
	height: 31px; 	
}

ul.tabs-lt li {  
    background: none;
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type: none;	
}

ul.tabs-lt a { 
    background: #fafafa;
	height: 17px;
	margin-right: 3px;	
	padding: 6px 12px 6px 12px;
	display: block;				
	font-size: 14px;
	color: #777 !important;
	font-weight: bold;
	outline: 0;
	border: 1px solid #dedede;
	float: left;
	position: relative;	
	bottom: -1px;
	z-index: 1;
}

ul.tabs-lt a:hover {
	color: #444 !important;
}

ul.tabs-lt a.current {
    background: #fff;
	height: 18px;
	color: #444 !important;	
	border-bottom: 0;
	cursor: default;
}

ul.tabs-lt a:hover {
	color: #444 !important;
}

.panes {
	padding: 10px;	
    border: 1px solid #dedede;
}

.panes > div {
	display: none;
	overflow: hidden;
}

/*  Color Blocks 
------------------------------------- */

.color-bl {
    padding: 15px;
	margin: 5px 0;
    overflow: hidden;
	clear: both;
}

.color-bl a {
   text-decoration: underline;
}

.color-bl a:hover {
   text-decoration: none;
}

.white-bl {
    background: #fff;
	border: 1px solid #dedede;
}

.white-bl a {
    text-decoration: none;
}

.blue-bl {
    background: #ecf4f8;
	color: #5e779e;
	border: 1px solid #d3dee4;
}

.blue-bl a{
	color: #5e779e;
}

.blue-bl h1, .blue-bl h2, .blue-bl h3, .blue-bl h4, .blue-bl h5, .blue-bl h6 { 
   color: #5e779e;
}

.green-bl {
    background: #f3ffd8;
	color: #669500;
	border: 1px solid #d1ec97;
}

.green-bl a {
	color: #669500;
}

.green-bl h1, .green-bl h2, .green-bl h3, .green-bl h4, .green-bl h5, .green-bl h6 { 
   color: #669500;
}

.red-bl {
    background: #fcefef;
	color: #c65555;
	border: 1px solid #efd3d3;
}

.red-bl a {
	color: #c65555;
}

.red-bl h1, .red-bl h2, .red-bl h3, .red-bl h4, .red-bl h5, .red-bl h6 { 
   color: #c65555;
}

/*  Buttons 
------------------------------------- */

a.button {
	padding: 6px 10px;
	color: #fffffe !important;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	text-shadow: none;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}

a.button.green{
	background: #8dbc00;
	border: 1px solid #478f00;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #51a400;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #51a400;
	box-shadow: 0 1px 1px #ccc, inset 0 0 2px #51a400;
}

a.button.green:hover{
	background: #98c809;
}

a.button.blue {
	background: #3ba0e0;
	border: 1px solid #3365ca;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #386eda;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #386eda;
	box-shadow: 0 1px 1px #ccc, inset 0 0 2px #386eda;
}

a.button.blue:hover{
	background: #40aef3;
}

a.button.red {
	background: #dd5f5f;
	border: 1px solid #c02a2a;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #d42f2f;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #d42f2f;
	box-shadow: 0 1px 1px #ccc, inset 0 0 2px #d42f2f;
}

a.button.red:hover{
	background: #ef6969;
}

a.button.orange{
	background: #ffa800;
	border: 1px solid #e77200;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #f37800;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #f37800;
	box-shadow: 0 1px 1px #ccc, inset 0 0 2px #f37800;
}

a.button.orange:hover{
	background: #ffb400;
}

a.button.pink{
	background: #cd61c5;
	border: 1px solid #a5289c;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #b32ca9;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #b32ca9;
	box-shadow: 0 1px 1px #ccc, inset 0 0 2px #b32ca9;
}

a.button.pink:hover{
	background: #df69d6;
}

a.button.dark{
	background: #828282;
	border: 1px solid #4b4b4b;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #565656;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 0 2px #565656;
	box-shadow: 0 1px 1px #ccc, inset 0 0 2px #565656;
}

a.button.dark:hover{
	background: #8d8d8d;
}

/*  Column 
------------------------------------- */

.two_col{
	width: 48%;
	margin: 0 0 15px 0;
	float: left;
}

.three_col{
	width: 30.66%;
	margin: 0 4% 15px 0;
	float: left;
}

.four_col{
	width: 22%;
	margin: 0 4% 15px 0;
	float: left;
}

.last_col{
	margin: 0 0 15px 0;
	float: right;
	clear: right;
}

/*----------------------------------------------------------*/
/*	Footer
/*----------------------------------------------------------*/

#footer { 
    width: 1000px;
	margin: 0 auto 35px auto;
}

#footer a { text-decoration: underline; }
#footer a:hover { text-decoration: none; }

.footer-con {
}

.footer-title {
	display: none;
}

/*----------------------------------------------------------*/
/*	Clear
/*----------------------------------------------------------*/

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}