/*____________________________________________________
  Tags
  ____________________________________________________
*/

html {
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
    height: auto;
}

body {
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
    height: auto;
	font-size: 13px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}

a:link, a:visited{
	font-weight: bold;
	font-style: normal;
	color: #555555;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	text-decoration: none;
	background-color: #555555;
	color: #FFFFFF;
}

img{
	border-style: none;
	text-decoration: none;
	}
.image{
	padding-right: 10px;
	}

.imageLink:hover{
	background-color: transparent;
	text-decoration: none;
    }
	
.zoom-image-overlay{
	position:absolute;
	top: 10px;
	left: 10px;
	background: url(../../images/image-zoom-overlay.png) no-repeat;
	width: 30px;
	height: 30px;
	display: none;
}
a.zoom-image{
	
}
	
a:hover.cboxElement{
	background-color: transparent;
    }
	
table{
	color:#FFFFFF;
	font-size: 100%;
	}
    
ul,ol{
	overflow:hidden;
	}
	
.ws{
	white-space: pre-wrap;
}



/*____________________________________________________
  Divs
  ____________________________________________________
*/

#wrapper {
	position: relative;
    width: 900px;
    margin: 0 auto;
	padding: 0;
        }

#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 200px;
        
	z-index: 2;
}

#navigation {
	position: relative;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#headerBg {
	width: 100%;
	height: 100%;
	background-image: url(../../../../users/175658/theme/155560/header.jpg);
}

#headerLinks {
	position: relative;
	font-size: 14px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	text-align: left;
}

#headerLinks > ul{
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: visible;
	}
	
#headerLinks > ul > li {
	position: relative;
	list-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}
#headerLinks > ul > li > a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#headerLinks > ul > li.first{ 
	
}
#headerLinks > ul > li.last{ 
	
}

#headerLinks > ul > li > a.selected{
	
}

#headerLinks > ul > li > a:link, #headerLinks ul > li > a:visited { 
	
}

#headerLinks > ul > li > a:hover{ 
	
}

.secondaryNav {
	position: absolute;
	list-style: none;
	display: none;
	background: transparent url(../../images/dropshadow.png) no-repeat bottom right;
    z-index: 50;
	margin: 0;
	padding: 0;
    overflow: visible;
	padding-bottom: 5px;
    padding-right: 5px;
    font-style: normal;
	font-weight: normal;
    color:#666666;
	width:auto;
}
#headerLinks > ul > li > ul > li {

}
#headerLinks > ul > li > ul > li > a:link, #headerLinks > ul > li > ul > li a:visited {
	white-space:nowrap;
    display: block;
    padding: 5px;
    padding-left: 10px;
	padding-right: 10px;
    border-top: #none 1px solid;
    border-right: #none 1px solid;
    border-left: #none 1px solid;
	text-decoration: none;
	background: #2D2D2D;
	color: #666666;
}
#headerLinks > ul > li > ul > li > a:hover{ 
	color:#FFFFFF;
	background:#555555;
}

#headerLinks > ul > li > ul > li.first a{ 
	
}
#headerLinks > ul > li > ul > li.last a{ 
	border-bottom: #none 1px solid;
}

#snapBar {
	text-shadow: 0 -1px 0 #000;
	width: 100%;
	height: 40px;
	background-color:#000;
    color: #FFF;
    font-size: 14px;
	font-weight: bold;
	font-family:  Arial;
	border: none;
	padding: 0px;
	margin: 0px;
}

#snapBar img {
	padding-right: 5px;
}
#snapBar a:link, #snapBar a:visited{
	color: #FFF;
    background: none;
	text-decoration: none;
    text-shadow: 0 -1px 0 #000;
}
#snapBar a:hover{
	color: #99FF00;
    background: none;
}
#snapBar .formInput { 
	background: url(../../images/input_bg.png) repeat-x top #333; 
	border: #000 1px solid; 
	font-size: 14px;
	color: #fff;
	padding: 2px;
	margin: 0;
}
#snapBar .divider {
	width: 100%;
	height: 4px;
	margin: 0px 0px 5px 0px;
	background-image: url(../../../../images/snapbar_divider_horiz.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}

#container {
	position: relative;
	z-index: 1;
	padding: 0;
  	padding-bottom: 50px;
	width: 900px;
	}

#content{
	position: relative;
	padding-left: 14px;
	padding-right: 20px;
	padding-top: 60px;
    padding-bottom: 10px;
	color:#FFFFFF;
			width: 900px;
	}
	

#footer {
	clear: both;
    position: relative;
    bottom: 0;
    height: 75px;
	width: 850px;
    margin: 0 auto;
    padding-top: 10px;
	color: #999999;
	font-size: 12px;
    text-align: center;
}

#footer a:link, #footer a:visited { 
	color:#999999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	margin-right: 14px;
}

#footer a:hover{ 
	color:#FFFFFF;
		background-color: #555555;
	}

#footerLinks {
    padding-bottom: 5px;
}

#footerLinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
    overflow: visible;
	}
	
#footerLinks ul li {
	list-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: #999999 solid 1px;
}

#footerLinks ul li.first{ 
	border-left: none;
}
#footerLinks ul li.last{ 
	border-right: none;
}

#footerLinks ul li a.selected{
	
}

#footerLinks a:link, #footerLinks a:visited { 
	color:#999999;
	text-transform: none;
}

#footerLinks a:hover{ 
	color:#FFFFFF;
		background-color: #555555;
	}

#billboard {
	float:left;
	margin-left: -14px;    padding-bottom: 30px;
	width: 900px;
	}

.block {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.block.anchor{
	margin-bottom: 0px;
	padding: 0px;
	}
.block.spacer{
	padding:0px;
	margin:0px;
}

#dropDown {
	filter: alpha(opacity=70);
	color: #FFF;
	-moz-opacity: .7;
	opacity: .7;
	text-align: left;
	position: absolute;
	display: none;
    top: 35px;
	background: #000000;
	border: 1px solid #222222;
    z-index: 5;
    padding: 5px;
    margin-bottom: 0px;
}
/*____________________________________________________
  Columns
  ____________________________________________________
*/

.row{
	display:block;
	*zoom:1;
}	
.row:before,
.row:after {
	content:"";
	display:table;
}
.row:after {
	clear:both;
}

.column:first-child{margin-left: 0px;}
.column:last-child{margin-right: 0px;}

.column {
	float: left;
	padding: 10px;
	
	}
#grid:before, #grid:after {
    content: "";
    display: table;
}
#grid:after {
    clear: both;
}
#grid:before, #grid:after {
    content: "";
    display: table;
}
#grid .column{ padding: 0px; }
        #column1 {
			width: 575px;
			margin-right: 10px;
        }
        #column2 {
			padding-left: 20px;
			width: 230px;
        }
    /*____________________________________________________
  Headings
  ____________________________________________________
*/

#pageTitle{
    font-family:  'Century Gothic', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	font-size: 28px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-top: 10px;
}

.h1, h1 {
	font-family:  'Century Gothic', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	font-size: 16px;
	margin-top: 0px;
    padding-bottom: 10px;
	line-height: 100%;
	margin-bottom: -9px;
	position: relative;
	}
.h2, h2 {
	font-family:  'Century Gothic', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: -8px;
	position: relative;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited{
	font-family:  'Century Gothic', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	text-decoration: none;
	text-transform: none;
}
h1 a:hover, h2 a:hover{
	text-decoration: none;
	background-color: #555555;
	color: #FFFFFF;
}
.h3, h3 {
	font-family:  'Century Gothic', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	font-size: 15px;
	margin-top: -5px;
	margin-bottom: -5px;
	position: relative;
}
.h4, h4 {
	font-family:  'Century Gothic', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	font-size: 13px;
	margin-top: -5px;
	margin-bottom: -8px;
	position: relative;
}
h3 a:link, h3 a:visited, h4 a:link, h4 a:visited{
	font-family:  'Century Gothic', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	text-transform: none;
}
h3 a:hover, h4 a:hover{
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
}
/*____________________________________________________
  Classes
  ____________________________________________________
*/
#grid .block.divider{
	border-bottom:none;
	margin-bottom: 0px;
}
.rounded {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: block;
}

.rounded img {
	opacity: 0;
}
.divider {
	width: 100%;
	border-bottom: solid 1px #222222;
    margin-bottom: 20px;
    }
	
.bg {
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	display:none;
	border:1px solid #555555;
	border-radius:5px;
	-moz-border-radius:5px;
	background:#555555;
}
.download-button{
	cursor:pointer;
	white-space:nowrap;
}
.download-link{
	background: url(../../images/download_link.gif) no-repeat top left;
	padding-left: 16px;
}

a.blog-link:link, a.blog-link:visited{
	text-decoration: none;
}

.blogHeading {
	color: #FFFFFF;
    font-family:  Century Gothic, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 120%;

	}
.blogHeading a:link, .blogHeading a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.blogHeading a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #555555;
}
.blogSide {
	margin-left: 15px;
    margin-bottom: 20px;
    }
.blogSideHeading {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -8px;	}
.blogSideList {
	padding-top: 10px;
	padding-bottom: 10px;
    margin-left: 0px;
	line-height: 120%;
	border-bottom: 1px solid #222222;
    }
	
.blogSide a:link, .blogSide a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
.blogSide a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background: transparent;
	font-weight: normal;
	}
	
.blogDate {
	float: left;
	font-size: 13px;
	line-height: 120%;
	width: 250px;
    color: #999999;
	margin-bottom: -8px;	}
	
.blogPosts ul, .blogposts ul{
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: visible;
	}
.blogPosts ul li{
	display: inline;
	margin: 0;
	padding: 0;
	}
.blogPosts ul li a:link, .blogPosts ul li a:visited, .blogposts ul li a:link, .blogposts ul li a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	list-style: none;
	display: block;
	margin: 0;
	padding: 5px;
	border-top: solid 1px #222222;
}
.blogPosts ul li:last-child a, .blogposts ul li:last-child a{
	text-decoration: none;
	border-bottom: solid 1px #222222;
	}
.blogPosts ul li a:hover, .blogposts ul li a:hover{ 
	display: block;
	color:#fff;
	text-decoration: none;
	background: #555555;
}

.comment{
	margin-bottom: 10px;
	}
.commentReply{
	padding-left: 20px;
	margin-top: 10px;
	
}
.commentHeader{
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #222222;
	box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, inset 0 -2px 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 1px rgba(255, 255, 255, 0.3) inset, inset 0 -2px 0 1px rgba(0,0,0,.2);
}
.adminCommentHeader{
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: transparent;
	box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, inset 0 -2px 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 1px rgba(255, 255, 255, 0.3) inset, inset 0 -2px 0 1px rgba(0,0,0,.2);
}
.commentBody{
	margin-top: 5px;
	margin-bottom: 10px;
}
.blogCommentCount {
	float: right;
	font-weight: bold;
	padding-right: 20px;
	background: url(../../images/comments_small.gif) no-repeat right;
	}
.commentTitle{
	font-size: 22px;  
	padding-bottom: 5px; 
	padding-top: 5px;
}
.commentLink{
	padding-left: 20px;
	background: url(../../images/comments_small.gif) no-repeat left;
}
	
.rightArrow {
	padding-right: 20px;
	background: url(../../images/arrow_right_small.gif) no-repeat right;
}

.plusSign {
	padding-left: 20px;
	background: url(../../images/plus_small.gif) no-repeat left;
}
.plusSign a:link, .plusSign a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }

.folderIcon {
	padding-left: 20px;
	background: url(../../images/folder_16.png) no-repeat left;
}

.tagIcon {
	padding-left: 18px;
	padding-top: 1px;
	background: url(../../images/tag_16.png) no-repeat left;
}

.replyLink{
	padding-left: 20px;
	float: right;
}

.rssLink{
	padding-left: 20px;
	background: url(../../images/social/feed-16x16.png) no-repeat left;
}
.rssLinkRight{
	padding-right: 20px;
	background: url(http://www.sterlingwitt.com/resources/site/images/feed.png) no-repeat right;
}
.rssHeading{
	font-size: 18px;
}
.alert_attention {
	background: url(../../images/attention_small.png) no-repeat 3px 1px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 1px;
    font-weight: bold;
	font-family: Arial;
	font-size: 13px;
    margin-top: 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	color: #630;
	background-color: #FFEC7D;
	text-shadow: 0 1px 0 #FFF;
}
.alert_success {
	background: url(../../images/check_small.png) no-repeat 3px 3px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
    margin-top: 5px;
	color: #030;
	background-color: #CF6;
	text-shadow: 0 1px 0 #FF9;
	border-radius:3px;
	-moz-border-radius:3px;
}
.alert_error {
	background: url(../../images/x_small.png) no-repeat 3px 3px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 1px;
    font-weight: bold;
	font-family: Arial;
	font-size: 13px;
    margin-top: 5px;
	color: #900;
	background-color: #F99;
	text-shadow: 0 1px 0 #FCC;
	border-radius:3px;
	-moz-border-radius:3px;
}

.buttonWrapper{
	margin-right: 10px;
	position: relative;
}

ul.button {
	padding: 0px;
	margin: 0px 0;
    padding-left: 10px;
	list-style: none;
	float: left;
    overflow: visible;
}
ul.button li {
	float: left;
}
ul.button li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 7px 10px 0 0;
	margin-right: -10px;
	font: 900 14px "Arial", Helvetica, sans-serif;
}
ul.button li a span {
	float: left;
	padding-right: 10px;
	display: block;
	margin-top: -7px;
    margin-left: -10px;
	height: 33px;
	}
ul.button li a:link, ul.button li a:visited{
 	color: #FFFFFF;
	font: bold 15px "Arial", Helvetica, sans-serif;
			background-image: url("../../../../users/175658/theme/155560/button.png");
	background-repeat: no-repeat;
	background-position: top right;
}
ul.button li a:hover{
 	color: #FFFFFF;
	background: url("../../../../users/175658/theme/155560/button_over.png") no-repeat top right;
}
ul.button li a span  {
	background: url("../../../../users/175658/theme/155560/button.png") repeat-x;
}
ul.button li a:hover span{
	background: url("../../../../users/175658/theme/155560/button_over.png") repeat-x;
}

ul.paypal li a:link, ul.paypal li a:visited{
 	color: #003366;
	font: bold 15px "Arial", Helvetica, sans-serif;
		background-image: url("../../images/paypalbutton.png");
	background-repeat: no-repeat;
	background-position: top right;
}
ul.paypal li a:hover{
 	color: #00CCFF;
	background: url("../../images/paypalbutton_over.png") no-repeat top right;
}
ul.paypal li a span  {
	background: url("../../images/paypalbutton.png") repeat-x;
}
ul.paypal li a:hover span{
	background: url("../../images/paypalbutton_over.png") repeat-x;
}



/*____________________________________________________
  Form Elements
  ____________________________________________________
*/

form { display: inline; margin: 0; }

.req { 
	background: url(../../images/input_bg.png) repeat-x top #FFCCCC; 
	border: #CC0000 1px solid; 
    margin-bottom: 5px;
	}

.formInput { 
	color: #000000 !important;
	background: url(../../images/input_bg.png) repeat-x top #FFFFFF !important; 
	border: #333 1px solid !important; 
    border-bottom: #999 1px solid !important;
	font-size: 13px !important;
    margin-bottom: 5px !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	box-shadow: none !important;
	}
    
input.formInput{
	padding: 3px;
	height: 20px;
	padding: 3px !important;
    }
    
textarea.formInput {
	font-family: Arial, Verdana, Helvetica, sans-serif !important; 
    padding: 5px !important;
	width: 100% !important;
    }
	
.searchInput { 
	background: url(../../images/search_input_bg.png) no-repeat; 
	border: none; 
	padding-top: 5px;
	padding-left: 5px;
	height: 29px;
	width: 153px;
	font-size: 13px;
	}
	
.searchButton{ 
	background: url(../../images/search_button_bg.png) no-repeat top; 
	border: none; 
	height: 29px;
	width: 27px;
	margin-top:-6px;
    margin-left: -6px;
    	}
    
 /*____________________________________________________
  SHARE BUTTONS
  ____________________________________________________
*/

.share-button{
	border-radius:3px;
	-moz-border-radius:3px;
	padding:5px;
	color: #FFF;
	line-height:13px;
	font-size:13px;
	font-weight:normal;
	font-family: Arial;
}
a.share-button:link, a.share-button:visited{
	font-family: Arial;
	text-decoration:none;
	color: #FFF;
}
a.share-button:hover{
	font-family: Arial;
	text-decoration:none;
	color: #FFF;
}
.share-button.facebook{
	background-color: #516aa4;
	text-shadow: 0 -1px 0 #1a3573;
	box-shadow: 0 2px 0 0px #1a3573, 0 2px 3px rgba(0,0,0,.5);
}
.share-button.twitter{
	background-color: #07a9ef;
	text-shadow: 0 -1px 0 #369;
	box-shadow: 0 2px 0 0px #369, 0 2px 3px rgba(0,0,0,.5);
}
.share-button.addthis{
	background-color: #ff6326;
	text-shadow: 0 -1px 0 #8e2f11;
	box-shadow: 0 2px 0 0px #a73a18, 0 2px 3px rgba(0,0,0,.5);
}
.share-button.linkedin{
	background-color: #0c6b92;
	text-shadow: 0 -1px 0 #094660;
	box-shadow: 0 2px 0 0px #094660, 0 2px 3px rgba(0,0,0,.5);
}
.share-button.googleplus{
	background-color: #444;
	text-shadow: 0 -1px 0 #111;
	box-shadow: 0 2px 0 0px #111, 0 2px 3px rgba(0,0,0,.5);
}
.share-button.pinterest{
	background-color: #CC0000;
	text-shadow: 0 -1px 0 #7e0000;
	box-shadow: 0 2px 0 0px #7e0000, 0 2px 3px rgba(0,0,0,.5);
}
.share-button.comments{
	background-color: #999;
	text-shadow: 0 -1px 0 #555;
	box-shadow: 0 2px 0 0px #555, 0 2px 3px rgba(0,0,0,.5);
}

/*____________________________________________________
  Tags
  ____________________________________________________
*/
html {
	
	background: #000000;
}
body {
	background: #none;	line-height: 24px;
}


/*____________________________________________________
  Divs
  ____________________________________________________
*/
#header {
	height: 120px;
}

#headerBg {
	background: url(../../../../users/175658/theme/155560/header.jpg);	}
#headerElements {
    height: 120px;
	background: none;
}

#headerLinks {
	font-family: Centry Gothic, Arial;
	font-size: 13px;
	height: 50px;
	min-height: 50px;
	background: #2D2D2D;;
	padding-left: 10px;
	text-transform: uppercase;
	}

#headerLinks > ul{
	padding-top: 15px;
}
#headerLinks > ul > li {
	padding-top: 20px;
}
#headerLinks > ul > li > a:link, #headerLinks > ul > li > a:visited { 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
	color:#FFFFFF;
	text-transform: uppercase;
}
#headerLinks > ul > li > a:hover{ 
	color:#555555;
	background: none;
}
#headerLinks > ul > li > a.selected{
	color: #fff;
	padding-bottom: 8px;
	background:#404040;
}

#headerLinks > ul > li > ul > li > a:link, #headerLinks > ul > li > ul > li > a:visited { 
    display: block;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

.secondaryNav {
	margin-top: 10px;
	}

#container {
	
}

#content{
	padding-top: 80px;
}
	

#footer {
	margin-left: 24px;
    border-top: solid 1px #222222;
}

#billboard {
	}


/*____________________________________________________
  Columns
  ____________________________________________________
*/
/*____________________________________________________
  Headings
  ____________________________________________________
*/
#pageTitle{
	text-transform: uppercase;
}

.h1 {
	text-transform: uppercase;
}
.h2 {
	text-transform: uppercase;
}
.h3 {
	text-transform: uppercase;
}
.h4 {
	text-transform: uppercase;
}

/*____________________________________________________
  Classes
  ____________________________________________________
*/

.divider {
	
    }