 div.lil-black-subtitle{
                font-family:Helvetica,Arial,Verdana;
                text-transform:uppercase;
                font-weight:bold;
                font-size:12px;
                letter-spacing:2px;
                color:#333;
                padding:7px;
                margin:0px 0 4px 40px;
				text-decoration: none;
							
            }
			
									
			h2.star:before  {
				width: 10px;
				height: 20px;
				border-left: 7px solid transparent;
				border-right: 7px solid transparent;
				border-top: 70px solid #c0d3eb;
	/* position: absolute; */
				content: "";
				float: left;
				
			}
			
		/*	h1.star2 {
				width: 10px;
				height: 20px;
				border-left: 7px solid transparent;
				border-right: 7px solid transparent;
				border-top: 70px solid #c0d3eb;
				}
	 */
				
						
				
			
			
			
			div.star {
				width: 4px;
				height: 20px;
				border-left: 7px solid transparent;
				border-right: 7px solid transparent;
				border-top: 70px solid #000;
	/* position: absolute; */
				float: left;
						
				
			}
			
						
			div.lil-black-subtitle:after {
	width: 10px;
	height: 20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid #A40000;
	/* position: absolute; */
				content: "";
	margin-left: 100px;				
			}
			
			#star-six {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 100px solid red;
	position: relative;
}
#star-six:after {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 100px solid red;
	position: absolute;
	content: "";
	top: 30px;
	left: -50px;
}

.sideShaped {
  margin:1em auto;
  position:relative;
  padding:0 1em;/* tune this */
  display:table; /* or inline-block or else or nothing, optionnal */
}
.sideShaped:before, .sideShaped:after {
  content:'';
  width:0.8em; /* tune this */
  background:linear-gradient(to top left, transparent 49%, #26310f 51%) right no-repeat,
    linear-gradient(to top right, transparent 49%, #26310f 51%) left no-repeat; /* tune the color */
  background-size:50% 130%; /* tune this too if you wish */
  position:absolute;
  top:0;
  bottom:0;
}
:before {
  left:0;
}
:after {
  right:0;
}

/*
top and bottom to zero sized the element to actual size(height) of its parent. left and right is to put them aside , width is there to size them. it works if parent of pseudo element is in relative position .. have fun :) –

*/

			