/*
Theme Name: Worldsites
Theme URI: http://www.irishinternetmarketing.com
Description: Worldsites Theme
Version: 1.0
Author: Rory Smyth
Author URI: http://www.redkingdesigns.com
*/

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
#center {
font-size: 11px;
color:#444444;
text-align: justify;
line-height: 1.4;
}



h1 {
	font-size: 25px;
}

h2 {
	font-size: 16px;
	color:#5195ce;
	border-bottom: 1px solid #d2e3f1;
}

h3 {
	font-size: 14px;
}

#center h3{
color:#5195ce;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}

.post h2 a{
text-decoration: none;
}

.post h3{

margin: 5px 0 5px;
}

.post h3 a, .post h2 a{
color: #5195CE;
}

.post h2{
clear:both;
}

#center h2 {
margin-top:11px;
margin-bottom:3px;
}

#center ul li {
list-style-type:none;
background: url(/wp-content/bullet.gif) no-repeat;
padding-left:25px;
}