/*
Theme Name: Custom Community Child
Theme URI:
Description: Theme tweaks for Custom Community
Author: CHa0s, Rev. Voodoo
Author URI: http://www.halodiehards.net, http://www.voodoopress.com
Template: custom-community
Version: 0.1.0
License: GNU General Public License
*/
 
@import url("../custom-community/style.css");

/* THIS MIGHT BE A FIX IF I INSTALL CUSTOM COMMUNITY UPDATE AND SIDEBARS STILL NERFED 
div#container div#content { width: 540px; } 
CHANGE PX TO SUITE */


/* Removes AUTHOR AVATAR and avatar lane */
div.author-box { display: none; }
div.post div.post-content {
	margin-left: 0px !important;
	}


/* CONTENT and IMAGE Tweaks in CSS Theme Settings, they wouldn't work in here */



/* ** -------------------------------------------  */
/* ** ---------- SLIDEDECK TWEAKS ---------------  */
/* ** -------------------------------------------  */
#SlideDeck-3348-frame {
	margin-left: -18px;
	}
#SlideDeck-3300-frame {
	margin-left: -10px;
	}

/* Removes size small SlideDeck icon */
.slidedeck-frame.sd2-small a.slidedeck-2-bug { display: none; !important }

/* Removes other size SlideDeck icon */
.slidedeck-frame a.slidedeck-2-bug {
	display: none !important;
	}

/* Fixes double video images and double play buttons */
.slide-content .video-wrapper .cover {
	margin-top: 0px !important;
	} 

/* Removes Go to Video Page, which brings you to YouTube - confusing */
.slidedeck-frame dl.slidedeck .slide-type-video .video-wrapper a.readmore.accent-color {
	display: none !important;
	}

/* Puts shaded text box where I want it 
.lens-tool-kit .sd-node-title-box .slide-text {
	margin: 3px 0px 15px !important;
	} */

/* ** ------------------------------------------  */
/* ** ---------- COMMENTS TWEAKS ---------------  */
/* ** ------------------------------------------  */

/* Don't show "Comments are Closed" */
p.nocomments {
       display: none;
       }

/* CSS from CC that may conflict with what I want 

.recentcomments a{
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
	} 
*/

/* Makes comment entry font red instead of black */
textarea#comment {
	color: #a52a2a !important;
	}

/* Puts border around actual comment - can't get this to work */
div.comments ol.commentlist li {
	border: 1px !important;
	border-color: #a52a2a !important;
	}

/* Changes color of box around text input field and adds orange box w shadow */
#respond { 
	background-color: transparent !important;
	border: 4px double 	#a52a2a !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	-moz-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
}	

#comments textarea {
	background-color: transparent !important;
	border: 4px double 	#a52a2a !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	-moz-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	}

/* Changes the submit button to match */
#submit {
	color: #ffffff !important;
	background-color: transparent !important;
	border: 4px double 	#a52a2a !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	-moz-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
}

/* Changes actual comment look */
.custom-layouts .commentlist .children > li.bypostauthor, .custom-layouts .commentlist > li.bypostauthor
	{
	background: transparent !important;
	border-color: #a52a2a !important;
	}

/* Removes author avatar */
.page-template-sidebar-page-php .commentlist .avatar, .singular .commentlist .avatar, .single .commentlist .avatar
	{
	display: none !important;
	}	

/* Changes comment and reply edit button links
HOVER MUST ALWAYS COME FIRST  */

/* Changes hover font color and background of comment edit buttons and reply buttons */
div.comment-body a.comment-edit-link:hover, div.comment-body a.comment-edit-link:focus, div.comment-body a.comment-reply-link:hover, div.comment-body a.comment-reply-link:focus, div.comment-body a.button:focus, div.comment-body a.button:hover, div.comment-body input[type="submit"]:hover, div.comment-body input[type="button"]:hover, div.comment-body ul.button-nav li a:hover, div.comment-body div.generic-button a:hover, div.comment-body ul.button-nav li a:focus, div.comment-body div.generic-button a:focus, .activity-list div.activity-meta a.acomment-reply, div.activity-meta a.fav:hover, a.unfav:hover, div#item-header h2 span.highlight span
	{color: red !important;
	background: none !important;
	border-style: none !important;
	}


/* Changes non-hover font color and background of comment reply and edit buttons */
div.comment-body a.comment-edit-link, div.comment-body a.comment-reply-link, div.comment-body a.button, div.comment-body input[type="submit"], div.comment-body input[type="button"], div.comment-body ul.button-nav li a, div.comment-body div.generic-button a, activity-list div.activity-meta a
	{
	color: #a52a2a !important;
	background-color: transparent !important;
	border-style: none !important;
	}

/* Changes look to comment reply*/
.commentlist ul li {
	background-color: transparent !important;
	}


comment-reply-link a { 
	color: #ffffff !important;
	background-color: transparent !important;
	border: 4px double 	#a52a2a !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	-moz-box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5);
	box-shadow: 5px 5px 12px rgba(64, 31, 31, 0.5); }

/* Changes look of iframe in textwidget, for HaloUNITY iframe. Background one isn't working */
#text-24.widget.widget_text .widget .textwidget iframe html body {
	background: none !important;
	}
.textwidget iframe {
	margin-left: -19px;
	}

/* ** ------------------------------------------  */
/* ** ----- SIDEBAR & MENU TEXT ----------------  */
/* ** ------------------------------------------  */

.widgettitle {
	font-weight: bold !important;
}

.widget a {
	font-weight: bold;
}

div#innerrim div#header div#access div.menu ul#menu-main-menu a {
	font-weight: bold !important;
}


div.menu-top a {
	font-weight: bold;
	color: rgb(25, 190, 165) !important;
}

div.menu-top a:hover {
	color: rgb(5, 168, 250) !important;
}


/* ** ------------------------------------------  */
/* **  CUSTOM COMMUNITY NOT WORKING IN SETTINGS   */
/* ** ------------------------------------------  */

/* ** ----- FIXING WIDTH OF IMAGES, TEXT ------  */
/* ---- fixes new version making images in slider all one width ---- */
div#cc_slider-top div.cc_slider .featured .ui-tabs-panel { width: 760px !important; } 

/* ---- fixes text over slider width ---- */
.row-fluid #cc_sliderslidertop.cc_slider .info.span8 { width: 100% !important;}


/* ** ------------------------------------------  */
/* **               bbPress Tweaks                */
/* ** ------------------------------------------  */

/*--------- Makes TinyMCE Plugin Responsive ----- */
.mceToolbar * {
	white-space: normal!important
}
.mceToolbar tr, .mceToolbar td {
	float: left!important
}
.wp_themeSkin a.mceButton {
	width: 30px;
	height: 30px
}
.wp_themeSkin .mceButton .mceIcon {
	margin-top: 5px;
	margin-left: 5px
}
.wp_themeSkin .mceSplitButton {
	margin-top: 1px
}
.wp_themeSkin .mceSplitButton td a.mceAction {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 3px
}
.wp_themeSkin .mceSplitButton td a.mceOpen, .wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen {
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: 1px 6px
}
.wp_themeSkin table.mceListBox {
	margin: 5px
}
div.quicktags-toolbar input {
	padding: 10px 20px
}
#wp-content-editor-tools {
	overflow: hidden;
	padding: 20px 15px 1px 0;
	top: 1px
}
a.wp-switch-editor {
	font-size: 16px;
	line-height: 1em;
	margin: 3px 0 0 7px;
	padding: 12px 15px
}
#wp-content-media-buttons a {
	font-size: 16px;
	line-height: 37px;
	height: 39px;
	padding: 0 20px 0 15px
}
.wp-media-buttons span.wp-media-buttons-icon, .wp-media-buttons span.jetpack-contact-form-icon {
	width: 22px!important;
	margin-top: -3px!important;
	margin-left: -5px!important
}
.wp-media-buttons .add_media span.wp-media-buttons-icon:before, .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
	font-size: 20px!important
}