/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.hentry {
padding: 0;
border:none;
}

.category-submit .entry  {
	font-size:14px !important;
	line-height:20px !important;
	margin: 0 !important;
	border:none !important;
	background:none !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
        padding:0 !important;
        color: #333 !important;
}

.category-submit .post-meta {
display:none;
}

.category-submit .entry:before {
display:none !important;
}
.category-submit .entry:after {
display:none !important;
}

.category-submit .post-bottom {
display:none !imporant;
}

.category-submit #share {
display:none !imporant;
}
	

.category-stories .entry {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	border:5px solid #ff00ff;
	color:#666;
	background:#fff;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates the larger triangle */
.category-stories .entry:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-85px; /* value = - border-top-width - border-bottom-width */
	left:23px; /* controls horizontal position */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-width:40px;
   border-left-width:14px;
   border-bottom-width:40px;
   border-right-width:14px;
	border-top-color:#ff00ff;
}

/* creates the smaller  triangle */
.category-stories .entry:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-65px; /* value = - border-top-width - border-bottom-width */
	left:28px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-width:35px;
   border-left-width:9px;
   border-bottom-width:35px;
   border-right-width:9px;
	border-top-color:#fff;
}
.category-lessons .entry blockquote {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	border:5px solid #ffff00;
	color:#666;
	background:#fff;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates the larger triangle */
.category-lessons .entry blockquote:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-85px; /* value = - border-top-width - border-bottom-width */
	left:23px; /* controls horizontal position */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-width:40px;
   border-left-width:14px;
   border-bottom-width:40px;
   border-right-width:14px;
	border-top-color:#ffff00;
}

/* creates the smaller  triangle */
.category-lessons .entry blockquote:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-65px; /* value = - border-top-width - border-bottom-width */
	left:28px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-width:35px;
   border-left-width:9px;
   border-bottom-width:35px;
   border-right-width:9px;
	border-top-color:#fff;
}
.category-doodles .entry blockquote {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	border:5px solid #00ff00;
	color:#666;
	background:#fff;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates the larger triangle */
.category-doodles .entry blockquote:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-85px; /* value = - border-top-width - border-bottom-width */
	left:23px; /* controls horizontal position */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-width:40px;
   border-left-width:14px;
   border-bottom-width:40px;
   border-right-width:14px;
	border-top-color:#00ff00;
}

/* creates the smaller  triangle */
.category-doodles .entry blockquote:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-65px; /* value = - border-top-width - border-bottom-width */
	left:28px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-width:35px;
   border-left-width:9px;
   border-bottom-width:35px;
   border-right-width:9px;
	border-top-color:#fff;
}
