/*  
Theme Name: armyribbons
Theme URL:http://www.armyribbons.org/
Theme Description: 2-column right sidebar army ribbons theme
*/

/*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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
 font: 62.5%/1.4 Arial, sans-serif;
	background: #fff;
	text-align: center;
}

.arbbox {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.arbtop {
	width: 960px;
	height: 115px;
	background: #fff url(images/arbgtop.jpg) no-repeat;
	position: relative;
}


.arbcontent {
	float: left;
	width: 720px;
	padding: 10px;
}

.arbcontent h2 {
	color: #1E2376;
	font-size: 2.04em;
	padding-right: 12px;
	text-align: right;
}
.arbpost {
	font-size: 1.4em;
	margin-bottom: 42px;
	
}
.arbpost h1,.arbpost h2 {
	color: #1E2376;
	font-size: 2.24em;
	padding: 0 12px 4px 12px;
	margin-bottom:0.3em;
	text-align: left;
	border-bottom: 1px dotted #40478C;
}
.arbpost h2 a {
	color: #1E2376;
	text-decoration: none;
}

.arbpost a{
	color: #0000ff;
	text-decoration: underline;
}

.arbpost p, .arbpost ul,.arbpost ol,.arbpost h4 {
	margin: 1.18em 1em 0 1.02em;
	line-height: 1.5em;
}	

.arbppad {
	margin-left: -10px;
	margin-bottom:10px;
}

.arbmeta {
	text-align: right;
	padding-right: 1.8em;
	font-size: 0.92em;
	margin-bottom: 0.4em;
}


.arbaside {
	width: 220px;
	padding: 10px 0;
	float:left;
}



.arbaside ul ul {
	margin: 0;
	padding-bottom: 15px;
}

.arbaside ul li {
	margin: 0;
	padding-top:10px;
	margin-top: 1em;
}

.arbaside h2 {
	background: url(images/arbgaside.jpg)   no-repeat;
	height: 30px;
	color: #fff;
	font-size: 1.91em;
	padding: 1px 0 0 22px;
}

.arbaside ul ul li {
	margin: 0;
	font-size: 1.64em;
	font-weight: bold;
	color: #1E2376;
	margin: 4px 10px 4px 20px;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px dashed #40478C;
}

.arbaside ul ul li a{
	color: #1E2376;
	text-decoration: none;
}
.arbaside ul ul li a:hover{
	text-decoration: underline;
}


.arbbottom {
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	color: #1E2376;
	
}

.arbbottom a {
	
	color: #1E2376;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}