@import url(base-weblog.css);

/*
name: irtsgeds-az
designer: JS
designer_url: 
description: 
*/

/* =+=Common Styles 
----------------------------------------------------------------------------------- */

body {
	background: #ccc ;
	margin: 0;
	padding: 0;
}


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

a:visited {color: #CC9966;}
a:hover {
	color: #fff;
	background: #333;
}

/* This following section of code cancels out the default margin and padding that is included in base-weblog.css There are a couple of other spots in this file that also do this, but I've tried to keep them all in this block. */

*{
	margin: 0;
	padding: 0;
}

.entry-content {
	margin-left: 0;
	margin-right: 0;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin: 0;
	padding: 0;
}

.module-content {
	margin: 0;
	padding: 0;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content,
.module-list
{
	margin: 0;
	padding-bottom: 0;
}

.comment-content,
.comments-open-content,
.comments-closed
{
	margin: 5px 0px;
}

/* END margin/padding cancelling */

#container {
	width: 900px;
	padding: 0;
	background: #fff ;
}

#container-inner {
	margin: 0;
	padding: 0 20px 0px 20px;
}

#banner {
	background: #006699;
	margin: 0 -20px 0 -20px;
	height: 182px;
}

#banner-inner {
	width: 100%;
}

h1#banner-header {
	text-align: left;
	padding: 20px 0px 0.1em 30px;
	font: 2.5em Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-seri;
	color: #fff;
}

h1#banner-header a:visited {
	color: #fff;
}

h1#banner-header a:hover {
	color: #fff;
}

h2#banner-description {
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 100px 0 30px;
	font: 1.2em Helvetica, Arial, Geneva, sans-serif;
}

h2.date-header {
	color: #006699;
	text-align: right;
	text-transform: uppercase;
	font: 14px 'Times New Roman', '‚l‚r ‚o–¾’©' Georgia, Century, serif;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px; 
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

h2.archive-header {
	color: #006699;
	text-transform: uppercase;
	font: 16px Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px; 
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
}


h3.entry-header {
	font: 18px Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	line-height: 120%;
	font-weight: bold;
	color: #006699;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 0px 5px;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #006699;
}

h4.entry-header {
	font: 16px Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	line-height: 120%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
}

h4.entry-header a {
	color: #CC0000;
}

h4.entry-header a:visited {
	color: #CC9966;
}

h4.entry-header a:hover {
	color: #FF99FF;
}


.entry-body {
	text-indent:0px;
	color: #000;
	font: 1.1em/1.6em Arial, '‚l‚r ƒSƒVƒbƒN', Osaka, sans-serif;
}

.entry-body p {
	margin-bottom: 2px;
}

.entry-more {
	text-indent:0px;
	color: #000;
	font: 1.1em/1.6em Arial, '‚l‚r ƒSƒVƒbƒN', Osaka, sans-serif;
}

.entry-more p {
	margin-bottom: 2px;
}

.entry-body ul, .entry-body ol {
	padding: 10px 10px 10px 30px;
	margin: 10px;
}

.entry-body blockquote {
	padding: 10px;
	margin: 10px;
	font-style: italic;
	text-indent: 0px;
}

/* =+= Column Positioning
---------------------------------------------------------------------- */

body.layout-two-column-left #alpha {
	float: left;
	width: 200px;
	background: #ffffff;
}

body.layout-two-column-left #beta {
width: 640px;
float: right;
margin-top: 10px;
}

body.layout-two-column-right #beta {
	float: right;
	width: 200px;
	background:  #ffffff;
	margin-bottom: 10px;
}

body.layout-two-column-right #alpha {
width: 640px;
float: left;
margin-top: 10px;
}

/* =+= Layout-specific styles
--------------------------------------------------------------------- */
.entry-footer {
	text-indent: 0px;
	font-size: 0.8em;
}

body.layout-two-column-right .entry-footer, body.layout-two-column-left .entry-footer, body.layout-one-column .entry-footer {
	border-top: 1px solid #666;
	margin: 5px 0px 0px 0px;
	padding-top: 5px;
	width: 100%;
}

body.layout-three-column #beta img, body.layout-two-column-left #beta img, body.layout-one-column #alpha img, body.layout-two-column-right #alpha img {
	padding: 1px 0px 1px 0px;
}

body.layout-two-column-left #banner {
	background:  #FF9900;
	}
	
body.layout-two-column-left h1#banner-header {
	text-align: right;
	padding: 30px 30px 0.1em 0px;
}

body.layout-two-column-left h2#banner-description {
	text-align: right;
	padding: 0 30px 0 300px;
}

body.layout-one-column #alpha-inner {
	padding: 0 50px 0 50px;
}

/* =+= Sidebar styles
--------------------------------------------------------------------- */

h2.module-header {
	color: #666;
	padding: 20px 5px 5px 5px;
	font: 12px Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}

body.layout-two-column-right h2.module-header, #gamma h2.module-header {
	text-align: right;
}

h2.module-header a {
	color: #666;
}

h2.module-header a:hover {
	color:#fff;
}

.module-content {
	margin: 0 0 15px 0;
	padding: 5px;
}

.module-search .module-header {
	padding: 5px;
}

.module-syndicate {
margin: 0px;
padding: 0px;
}

.module-syndicate .module-content {
	border: 1px dashed #666;
	font: 12px Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, Verdana, sans-serif;
	background: transparent url(feed.gif) 5px center no-repeat;
	padding: 5px 10px 5px 30px;
	margin: 0px 0px 15px 0px;
}

.module-powered {
	margin: 0px;
	padding: 0px;
}

.module-powered .module-content {
	border: 1px dashed #666;
	font: 12px Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, Verdana, sans-serif;
	padding: 5px 10px 5px 30px;
	margin: 0px;
}

.module-list-item {
	background: transparent url(bullet_green.gif) left top no-repeat;
	padding-left: 20px;
}

.module-calendar table {
	font-size: 0.9em;
	text-align: center;
	margin: 0px auto;
}

.module-calendar td {
	padding: 2px 0px 2px 0px;
}

.module-calendar th {
	font-size: 0.9em;
}


/* ”Ä—p1 div class */


.copyright {
	font: 9px Arial, '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: center;
    background: #006699;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-left-width: 0px;
}


