@import url('https://fonts.googleapis.com/css?family=Arvo|Roboto+Condensed');

@import url(https://fonts.googleapis.com/css?family=PT+Sans|Ubuntu:300,400,700);

body {
    color: #676767;
    font-family: 'Arvo', sans-serif;
    font-size: 14px;
    line-height: 1.27;
    word-wrap: break-word;
}

.site-branding {
	width: 560px;
	max-width: 560px;
}

.navbar {
    font-family: 'Roboto Condensed', sans-serif;
}

blockquote {
	text-transform: none;
}
p { margin-bottom: 1.5em; }
p:last-child { margin-bottom: 0; }

blockquote {
  display: block;
	text-indent: 50px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em;
	padding-right: 1.5em;
  position: relative;
	border-top: 0px;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
	margin-top:20px;
  left: 2%;
	text-indent: -10px;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #c00000;
  text-align: center;
}
blockquote :after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
}

blockquote p:after,
blockquote p:before{
    border-radius: 100px;
    content: '';
	  height: 2px;
	  width: 2px;
}	
	
.entry-title {
    float: left;
    font-size: 1.3em;
    line-height: 1.2;
}

h1.entry-title, h3.entry-title {
    font-size: 1.8em;
}

a {
    color: #c00000;
    text-decoration: none;
}

table.stripedTable {
  border: 1px solid #5C1EA4;
  background-color: #fcfcf9;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.stripedTable td, table.stripedTable th {
  padding: 8px 6px;
	vertical-align : top;
	text-transform: none;
}
table.stripedTable tbody td {
  font-size: 13px;
}
table.stripedTable tr:nth-child(even) {
  background: #faf9fc;
}
table.stripedTable thead {
  background: #842BEB;
}
table.stripedTable thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
table.stripedTable tfoot td {
  font-size: 13px;
}
table.stripedTable tfoot .links {
  text-align: right;
}
table.stripedTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #A40808;
  padding: 2px 8px;
  border-radius: 5px;
}

table td > * {
    vertical-align : top;
}

.news-ticker p {
	font-size: 22px;
	color: #c00000;
}

/*   -- "Blockquote" (These are the styles for the Blockquote) --   */

/* blockquote {
    border-left: medium none;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 22px;
    margin: 0 auto 23px;
    max-width: 100%;
    padding: 32px 45px 23px 45px;
    position: relative;
    text-transform: capitalize;
    width: 750px;
}
blockquote p{
    position: relative;
}
blockquote p:after,
blockquote p:before{
    border-radius: 100px;
    content: '';
    color: #fff;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 12px;
    height: 30px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    width: 30px;  
}

blockquote p:before{
    left: -30px;
    transform: rotate(180deg);
    transform: -webkit-rotate(180deg);
    top: -15px;
}
blockquote p:after{
    float: right;
    bottom: -12px;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote c[InternetShortcut]
URL=https://thewomenslibrary.org.au/wp-admin/themes.php
ite {
    text-transform: uppercase;
}  */


.wp_cart_product_display_box{
max-width: 250px;
float: left;
margin-right: 10px;
}

ul li {
 list-style: disc url(bullet.gif) outside;
 }

ul {margin-left: 26px;}

.spaced {font-size: 14px;
letter-spacing: 0.7px;
	line-height: 1.3}

li {padding-bottom: 4px;}

.dotted {border-top: 4px dotted #a28be5;
margin-top: 16px;}