/*  
Theme Name: goingoutdresses
Theme URL:http://www.goingoutdresses.net/
*/

/*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 {
	main: '';
	main: 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;
}

.box {
	margin: 0 auto 0 auto;
	width: 960px;
	background: #fff;
	text-align: left;
}

.header {
	width: 960px;
	height: 230px;
	background: #1A3860 url(images/header.jpg) no-repeat;
	position: relative;
}


.main {
	width: 720px;
	padding: 10px;
	float: left;
}

.main h2 {
	color: #091348;
	font-size: 2.0em;
	padding-right: 1em;
	text-align: right;
}
.post {
	font-size: 1.4em;
	margin-bottom: 30px;
	
}
.ga {
margin-left: -10px;
}
.post h1,.post h2 {
	color: #091348;
	font-size: 2.2em;
	padding-left: 20px;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
	text-align: left;
	letter-spacing: -1px;
	border-bottom: 1px dotted #10227F;
}
.post h2 a {
	color: #091348;
	text-decoration: none;
}

.post a{
	color: #10227F;
	text-decoration: underline;
}

.post p, .post ul,.post ol {
	margin: 1.2em 1em 0 1em;
	line-height: 1.5em;
}	

.post ul {
	list-style: disc inside;
	margin-left: 1em;
}
.post li {
	margin-top: 1em;
	margin-bottom: 1em;
}
.post ul ul {
	list-style: circle inside;
	margin-left: 3em;
}
.post ul ul li {
	padding-left: 3em;
}

.postmeta {
	text-align: right;
	padding-right: 2em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}


.aside {
	width: 220px;
	padding: 10px 0;
	float:left;
}



.aside ul ul {
	margin: 0;
	padding-bottom: 15px;
}

.aside ul li {
	margin: 0;
	padding-top:10px;
	margin-top: 1em;
}

.aside h2 {
	background: url(images/menuheader.jpg)   no-repeat;
	height: 28px;
	color: #fff;
	font-size: 1.8em;
	padding: 0 0 0 20px;
}

.aside ul ul li {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #10227F;
	padding: 5px 10px 5px 30px;
}

.aside ul ul li a{
	color: #10227F;
	text-decoration: none;
}
.aside ul ul li a:hover{
	text-decoration: underline;
}


.footer {
	border-top: 4px double #10227F;
	background: #fff;;
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
	color: #10227F;
	
}

.footer a {
	
	color: #10227F;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}