/* 
INWERS 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.

*/

body {
	color:black;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	


	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.blog_left ul.greencheck li {
  list-style-image: url(images/check_mark.png);
}
.blog_left ul li {
  list-style-image: url(images/circle_green.gif);
}

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

a:hover {
color:#99123a;
text-decoration:underline;
}

blockquote {
  border-left:5px solid #BBBBBB;
  font-style:italic;
  margin:0 0 18px 4px;
  padding:8px 16px 8px 32px;
  background: #fff178 url(images/cite_icon.png) no-repeat 5px 8px;
}

blockquote p {
  margin: 0;
}
ul.secondary_menu_contact li { color: #999999 }
}
