/*

Theme Name: BOOST Design + Marketing

Theme URI: https://www.gimmeaboost.com

Description: Custom theme for BOOST Social Media

Version: 2.0

Author: BOOST Design + Marketing

Author URI: https://www.gimmeaboost.com

*/



/*  BODY AND LINK STYLES  */



body,td,th { font-family: Verdana, Geneva, sans-serif; font-size: 11px;	color: #535353; }

body { background-color: #535353; }

a:link { color: #aa2125; }

a:visited {	color: #aa2125; }

a:hover { color: #BB3E3E; text-decoration: none; }

a:active { color: #BB3E3E; }





/*  POST TEXT STYLES  */



.txt_post_body { font-color: #535353; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; }

.txt_post_bold { font-color: #535353; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: bold }

.txt_post_red { font-family: Verdana, Geneva, sans-serif; font-size: 11px; font-weight: normal; color: #aa2125; line-height: 20px; }

.txt_post_red_bold { font-family: Verdana, Geneva, sans-serif; font-size: 11px; font-weight: bold; color: #aa2125; line-height: 20px; }

.txt_post_red_bold_uppercase { font-family: Verdana, Geneva, sans-serif; font-size: 11px; font-weight: bold; color: #aa2125; line-height: 20px; text-transform: uppercase }

.txt_post_title { font-color: #aa2125; font-family: Georgia,Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 24px; font-weight: bold; text-transform: none }

.txt_post_title a { text-decoration: none }

.txt_post_title a:hover { text-decoration: underline }

.txt_list { font-color: #aa2125; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal }

.txt_list a { text-decoration: none }

.txt_list a:hover { text-decoration: underline }

.txt_list li { list-style-type:square; line-height:18px }

.txt_post_meta { font-color: #535353; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height:14px }





/*  TDD RECENT POSTS STYLES  */

.tddrecentposts list { list-style-type: none; font-color: #aa2125; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal }

.tddrecentposts list a { text-decoration: none }

.tddrecentposts list a:hover { text-decoration: underline }

.tddrecentposts list li { list-style-type:none;	line-height:18px }





/* JQUERY SLIDER STYLES */

#container {
	width:100px;
	padding:0px;
	margin:0;
	position:relative;
	z-index:0;
	color: #FFFFFF;

	
}


#example {
	width:950px;
	height:182px;
	position:relative;
	co
}

#className{
	width:950px !important;
	height:182px !important;
	position:absolute !important;
	left:50% !important;
	top:50% !important;
	margin:-297px 0 0 -500px !important;
}


/*
	Slideshow style
*/

#slides {
	position:relative;
	width:950px;
	height:182px;
	border: 0px double blue;
	top:0px;
	left:0px;
	padding-left: 0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:950px;
	height:182px;
	margin-left: 0px;
	margin-right: 0px;
	align: center;
	border: 0px dotted red;
	overflow:visible;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width:950px;
	border: 0px dashed black;
	height:182px;
	display:block;
	align:center;	
	
}

#slides h1 { font-family: myriadpro-semibold, verdana, helvetica, sans-serif; font-size: 22px; color:#e2881e;}

#slides .slider_text { font-family: verdana, helvetica, sans-serif; font-size: 12px; color:#757575;}

/*
	Next/prev buttons
*/
#slides .prev {
	position:absolute;
	top:184px;
	left:0px;
	width:50px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	position:absolute;
	top:184px;
	left:949px;
	width:51px;
	height:43px;
	display:block;
	z-index:101;
}

    /* Slider Pagination */

.pagination {
	margin-top:10px !important;
	/*margin-left: -861px !important;*/
	padding-right: 861px !important;
	width:60px !important;
	text-decoration: none !important;
	
}

.pagination li {
	float:left !important;
	margin-left: 0px !important;
	text-decoration: none !important;
	list-style-type: none !important;
}

.pagination li a {
	display:block !important;
	width:12px !important;
	height:0px !important;
	padding-top:12px !important;
	background-image:url(../images/pagination.png) !important;;
	background-position:0px 0px !important;
	float:left !important;
	overflow:hidden !important;
	text-decoration: none !important;
}

.pagination li.current a {
	background-position:0px -12px !important;

}

/* RIGHT COLUMN ITEM LINKS */

.bullet_rightcol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #535353;
	list-style-image: url(https://www.gimmeaboost.com/wp-content/themes/boost_v2/images/bullet_plus.png);
}

.bullet_rightcol a {
	color: #535353;
	text-decoration:none;
}

.bullet_rightcol a:visited {
	color: #535353;
	text-decoration:none;
}

.bullet_rightcol a:hover {
	color: #aa2125;
	text-decoration:underline;
}

.bullet_rightcol a:active {
	color: #aa2125;
	text-decoration:none;
}

/* RIGHT COLUMN CASE STUDY LINKS */

.bullet_casestudy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: regular;
	margin-left: -5px;
	color: #535353;
	list-style-image: url(https://www.gimmeaboost.com/wp-content/themes/boost_v2/images/bullet_plus.png);
}

.bullet_casestudy a {
	color: #535353;
	text-decoration:none;
}

.bullet_casestudy a:visited {
	color: #535353;
	text-decoration:none;
}

.bullet_casestudy a:hover {
	color: #aa2125;
	text-decoration:underline;
}

.bullet_casestudy a:active {
	color: #aa2125;
	text-decoration:none;
}

.bullet_casestudy ul { margin-left: -10px;}

#case_studies 
.current_page_item a, a:active { color: #aa2125; font-weight: bold;}
