﻿/*  
Theme Name: Swaraj
Theme URI: http://tailormadeit.co.uk/
Description: Standard simple format, easy to read and navigate.
Version: 1.0
Author: Bradley Sieve
*/

/* General Typography & Colors */
 html { font-family: Verdana, Tahoma, Arial; font-size: 13px }
 a:link, a:visited, a:active { color: #0C2F5F; font-weight: bold; text-decoration: none }
 a:hover { color: #333; font-weight: bold; text-decoration: underline}
 hr   { color: #333 }
 p   { font-family: Verdana, Tahoma, Arial; font-size: 11px; margin: 6px 10px 0 10px; text-align: justify }

 h1, h2, h3, h4, h5, h6 { font-family: Tahoma, Verdana; color: #333; margin: 18px 10px 0 10px; font-weight: bold }
 h1 { font-size: 24px }
 h2 { font-size: 21px }
 h3 { font-size: 18px }
 h4 { font-size: 16px }
 h5 { font-size: 14px }
 h6 { font-size: 13px }
 ul, ol  { font-family: 'Verdana', Tahoma, Arial; font-size: 12px; margin-top: 6px; margin-bottom: 6px }
 ol li, ol ol li, ul li, ul ul li { margin-top: 6px }
 blockquote { margin: 0 20px }

/* Image Placements */

 p img { padding: 0; max-width: 100% }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

 img.centered { display: block; margin-left: auto; margin-right: auto }
 img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline }
 img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline	}

 .imgcenter { margin: 0; text-align: center }
 .imgalignright { float: right }
 .imgalignleft { float: left }

/* End of General Typography & Colors */