/*  
Theme Name: 365Gay
Theme URI: http://logotv.com/
Description: General selectors
			 Search '>>' to navigate related areas
Version: 0.1
Author: MTVN Logo Tech
Author URI: http://www.logotv.com/
Last Updated: Feb 6/09
Last Change: Changed the default link color to #3090c0 from #194575
			 Default font of h3 is 	"Georgia", Times New Roman, Times, serif
*/


@import url('styles/reset.css');
@import url('styles/nav.css');
@import url('styles/header.css');
@import url('styles/search.css');
@import url('styles/footer.css');
@import url('styles/layout.css');
@import url('styles/ticker.css');
@import url('styles/widgets.css');
@import url('styles/content.css');


body{
	margin: 0px auto;
	background: #cccfcd;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
}

/* >>HEADERS */

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #194575;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0e3663;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 1.17em;
	margin: 1em 0;
	font-family: "Georgia", Times New Roman, Times, serif;
}

/* >>TABLES */
table{
	border-collapse:separate;
	border-spacing:2px;
}

td{
	 padding: 1px;
}

/* >>LINKS */
a{
	color: #3090c0;
	text-decoration: none;
}

a:hover{
	color: #3090c0;
	text-decoration: underline;
}

a img {
	border: none;
}

/* >>OTHER */

p{
	margin: 1em 0;
}

strong {
	font-weight:bold;
}

input{
	padding: 1px 0 1px 0;
}

fieldset{
	padding:0.35em 0.625em 0.75em;
}
