/* CSS Document */

/*  
Theme Name: Breaking News
Theme URI: http://www.idsg.it/
Description: A "mixed" width, three columns "daily newspaper" theme for Wordpress.<br /><br />Wordpress Widgets ready. <br /><br />Minimal style ready for personal improvements.
Version: 1.0
Author: ShinRa
Author URI: http://www.idsg.it/
*/

/**
* Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/


body {
	background-image: url(images/logo_option_new6.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.style1 {font-family: "American Typewriter", "American Typewriter Condensed", "American Typewriter Condensed Light", "American Typewriter Light"}

.style8 {font-size: 12px}
.style9 {font-family: "Courier New", Courier, monospace}

ol,ul{
list-style:none;
}

caption,th,td{
text-align:left;
font-weight:normal;
}

blockquote:before,blockquote:after,
q:before,q:after{
content:"";
}

blockquote,q{
quotes:"" "";
}

/**
* GLOBALS
*/

body{
color:#333;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

h1{
font-size:12px;
font-weight:normal
line-height:100%;
font-family:"Courier New", Courier, monospace
text-align:left;
}

h2{
font-size:10px;
font-weight:bold;
line-height:100%;
font-family:"lucida bright",Georgia,serif;
font-variant:small-caps;
text-align:left;
}

h3{
text-align:left;
font-size:12px;
font-weight:bold;
line-height:100%;
font-variant:small-caps;
}

h4{
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
}
h5{
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

h6{
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	text-align: bottom;
	font-family: "Courier New", Courier, monospace;
	color: #FF3300;
}

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

a:visited{
color:#345678;
}

a:hover{
text-decoration:bold;
color:#654321;
}

a:click{
text-decoration:blink;
color: #FF0033

p{
line-height:150%;
margin-bottom:10px;
}

li{
line-height:140%;
}

ul,ol{
margin-bottom:10px;
}

strong{
font-weight:bold;
}

em{
font-style:italic;
}
