/*
Theme Name: ColourLogic
Theme URI: http://www.devwords.com/colourlogic
Description: A nice colourful theme
Version: 1.1
Author: Ben Shelock
Author URI: http://www.devwords.com
TAGS: purple, two-columns, fixed-width, green
*/

/*Just default WP styling*/
h1, h2, h3, h4, h5, h6{
	font-family: "Arial Black";
}
h1, h2{
	color: #5E0042;
}
tr{
	border: 1px solid black;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
blockquote{
	color: black;
	background-color: #217564;
	padding: 10px;
	border-radius: 5px;
}

abbr, acronym {
 border-bottom: 1px dotted #222;
 color: #222;
 cursor: help;
}
a > abbr, a > acronym{
 border-bottom: inherit;
 color: inherit;
 cursor: inherit;
}
big{
	font-size: x-large;
}