/*
Theme Name: MWSRA
Theme URI: http://wordpress.org/
Description: MWSRA Theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/


/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/
html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/
a:link, a:visited {
	color: #35538f;
}
a:visited {
}
a:link:hover, a:visited:hover {
}

body {
	font-family: Arial, sans-serif;
	background: #FFFFFF url(img/page-t.jpg) repeat-x 50% 0;
}

#page {
	width: 990px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #000000;
}

#top {
	height: 150px;
}
	#logo {
		float: left;
		padding: 0 10px 0 20px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 128px;
			height: 128px;
			text-indent: -1000em;
			background: url(img/logo-1.png) no-repeat 0 0;
		}
	#menu {
		float: left;
		margin: 65px 0 0;
		font-size: 166.67%;
		font-weight: bold;
	}
		#menu li {
			float: left;
			margin: 0 5px 0 0;
		}
			#menu li a:link, #menu li a:visited {
				float: left;
				display: block;
				width: 160px;
				height: 50px;
				line-height: 50px;
				padding: 0 0 25px 0;
				color: #000000;
				text-align: center;
				text-transform: uppercase;
				text-decoration: none;
			}
			#menu li.long a:link, #menu li.long a:visited {
				line-height: 23px;
				padding-top: 2px 5px 27px;
				width: 150px;
			}
			#menu li a:link:hover, #menu li a:visited:hover,
			#menu li.active a:link, #menu li.active a:visited {
				color: #c0190c;
				background: url(img/menu-b.gif) no-repeat 0 100%;
			}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
	#wrap2 {
		float: left;
		width: 650px;
		overflow: hidden;
	}
		#content {
			float: right;
			width: 450px;
		}
		#sidebar {
			float: left;
			width: 150px;
			font-size: 116.67%;
		}
	#side2 {
		float: right;
		width: 320px;
	}


#content h2 {
	font-family: Georgia, serif;
	font-size: 166.67%;
	font-weight: normal;
	color: #35538f;
	margin: 0 0 .5em;
}
#content h2.type1 {
	width: 100%;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
	#content h2.type1 span {
		float: left;
		background: #feffa4;
		padding: .3em .3em;
	}
#content h3 {
	font-family: Georgia, serif;
	font-size: 166.67%;
	font-weight: normal;
	color: #35538f;
	margin: 0 0 .5em;
}

#content p {
	margin: 0 0 1em;
}
#content ul,
#content ol {
	list-style: disc;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}


.post {
	padding: 0 0 .5em;
	margin: 0 0 1em;
	background: url(img/sep-1.gif) no-repeat 50% 100%;
}
.post-last {
	padding: 0 0 1em;
	background: none;
}
	#content .post h3 {
		font-size: 250%;
		margin: 0 0 .2em;
	}
		#content .post h3 a:link, #content .post h3 a:visited {
			text-decoration: none;
		}
		#content .post h3 a:link:hover, #content .post h3 a:visited:hover {
			text-decoration: underline;
		}

textarea#comment {
	width: 98%;
}

.widget {
	margin: 0 0 25px;
	padding: 0 5px;
}
	.widget h3 {
		font-size: 128%;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		width: 100%;
		overflow: hidden;
		margin: 0 0 .5em;
	}
	.widget p {
		margin: 0 0 .5em;
	}

	.contacts {
		list-style: none;
		margin: 0 0 1em;
	}
		.contacts li {
			margin: 0 0 .5em;
			padding: .2em 0 .2em .5em;
			border-left: solid 1px #d9d9d9;
			text-transform: uppercase;
		}
			.contacts li span {
				display: block;
				font-family: Georgia, serif;
				text-transform: none;
				padding: 0 0 0 20px;
				margin: 0 0 .3em;
			}
			.contacts li span.phone {
				background: url(img/icon-phone.jpg) no-repeat 0 .2em;
			}
			.contacts li span.email {
				background: url(img/icon-email.jpg) no-repeat 0 .3em;
			}

#text-6 h3 {
	text-align: center;
	background: url(img/title1-bg.png) no-repeat 50% 50%;
}
	.lines {
		background: url(img/lines-1.gif) repeat 0 7px;
		line-height: 24px;
		font-size: 125%;
	}

#text-7 h3 span {
	float: left;
	padding: 0 20px 0 0;
	background: url(img/icon-tag.jpg) no-repeat 100% 50%;
}
	#text-7 p {
		width: 100%;
		overflow: hidden;
	}
		#text-7 label {
			float: left;
			margin: 0 5px 0 0;
			line-height: 2;
		}
		#text-7 input.text {
			float: left;
			width: 260px;
			border: solid 1px #88a167;
			padding: 5px 5px;
		}
	#text-7 .button {
		text-align: right;
	}
		#text-7 input.submit {
			border: solid 1px #88a167;
			background: #FFFFFF;
			padding: 5px 5px;
			text-transform: uppercase;
		}

#menu2 {
	padding: 0 0 15px;
	border-bottom: solid 1px #c2c2c2;
}
	#menu2 h3 {
		text-align: right;
	}
		#menu2 li {
			text-align: right;
			margin: 0 0 .75em;
		}
			#menu2 li.current_page_item a:link, #menu2 li.current_page_item a:visited {
				color: #c0190c;
				text-transform: uppercase;
				text-decoration: none;
			}


#footer {
	background: url(img/page-b.jpg) repeat-x 50% 0;
	height: 199px;
	text-align: center;
	font-size: 1.2em;
}
	#menu3 {
		padding: 160px 0 0;
		text-align: center;
		color: #FFFFFF;
		font-size: 116.67%;
	}
		#menu3 li {
			display: inline;
		}
			#menu3 a:link, #menu3 a:visited {
				color: #FFFFFF;
			}















































