/*
THEME NAME: My Military Medals Theme
DESCRIPTION: Your custom-developed WordPress theme.
AUTHOR: SEO Design Solutions
AUTHOR URI: http://www.seodesignsolutions.com
*/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	background: white url(http://www.mymilitarymedals.com/images/body_bg.png) repeat-x top;
	color: #4D4D4D;
}

body, #wrapper, #header, #header h1, #header h1 a, #header h1 a img {
	margin: 0;
	padding: 0;
}

a {
	color: #10388a;
}

a:hover {
	color: black;
}

a img {
	border: 0 none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 1001px;
	margin: 0 auto;
	background-color: #EAEAEA;
}

h1#blog-title a, .entry-title a {
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

div.skip-link {
	display: none;
}

#header {
	position: relative;
	height: 122px;
	background-color: #FFFFFF;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 404px;
	height: 122px;
}

#nav {
	position: absolute;
	top: 46px;
	left: 404px;
	width: 597px;
	height: 76px;
	background: url(http://www.mymilitarymedals.com/images/header_redbg.png) repeat-x bottom;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 5px;;
	height: 40px;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	width: 148px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	background: #09328D url(http://www.mymilitarymedals.com/images/header_navbutton.png) no-repeat top left;
}

#nav ul li a:hover {
	background-position: top right;
	background-color: #CC0000;
}

#branches {
	background-color: #FFFFFF;
}

#branches ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#branches ul li {
	float: left;
	width: 196px;
	text-align: center;
	background-color: #FFFFFF;
}

#branches ul li.first	   { width: 206px; }
#branches ul li.first span { padding-left:  10px; }
#branches ul li.first span span { padding-left: 0; }
#branches ul li.first img  { padding-left:  18px; }

#branches ul li.last	   { width: 207px; }
#branches ul li.last  span { padding-right: 11px; }
#branches ul li.last  span span { padding-right: 0px; }
#branches ul li.last  img  { padding-right: 19px; }

#branches ul li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#branches ul li a img {
	display: block;
	padding: 16px 8px;
}

#branches ul li a span {
	background-color: #012C83;
	display: block;
	height: 33px;
	line-height: 33px;
}

#branches ul li a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#branches ul li a:hover span span {
	background: #012C83 url(http://www.mymilitarymedals.com/images/branchBottomArrow.png) no-repeat bottom center;
}

#content {
	padding: 1em;
}

.entry-title {
	font-size: 1.5em;
	margin: 1em 0 0 0;
}

abbr.published {
	color: #666;
	border: 0 none;
}

.entry-meta, .entry-date {
	color: #666;
}

.entry-meta {
	margin-bottom: 5em;
}

body.single .entry-title, #comments h3 {
	margin-top: 2em;
}

body.single .entry-meta {
	margin-bottom: 2em;
}

#comments-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments-list .avatar {
	float: left;
	margin-right: 1em;
}

#comments-list .n {
	font-weight: bold;
}

.entry-meta, .comment-meta {
	font-style: italic;
}

#comments-list p {
	clear: left;
}

#primary {
	padding-left: 1em;
	font-size: 0.8em;
}

#footer {
	font-size: 0.9em;
	padding-top: 40px;
	background-color: #012C83;
}

#footer a {
	font-weight: bold;
}

#inner-footer {
	padding: 0.5em 0;
	background-color: #fff;
}

#footer-nav {
	float: left;
	text-align: left;
}

#copyright {
	float: right;
	text-align: right;
}

.entry-meta, .entry-meta a,
.comment-meta, .comment-meta a,
.sidebar, .sidebar a {
	color: #666;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebar right of content
*/
div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}

div#content {
margin:0 200px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#secondary {
clear:right;
}

div#footer {

clear:both;
width:100%;
}

/* Just some example content */
div#menu {
height:2em;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:2em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
padding-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {

width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}


div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}


div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3, div.sidebar div.title {
font-size:1.2em;
font-weight: bold;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 2em;
}

div.sidebar ul ul li {
list-style:disc;

margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}


div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}