body{
	color	:#000;
	margin:0px;
	background-image: url(http://www.azaleastyle.com/classy/img/02bk.jpg);
	background-repeat: repeat;
}
img{
	border:none;
}
a{
	color:#001F79;
	text-decoration:underline;
}
a:link	{
	color:#001F79;
	text-decoration:underline;
}
a:visited{
	color:#001F79;
	text-decoration:underline;
}
a:active{
	color:#FF6699;
	text-decoration:none;
}
a:hover	{
	color:#FF6699;
	text-decoration:none;
}



#container{
	font-size:12px;
	width	:1060px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	margin-top: 0px;
	margin-bottom: 10px;
}
#banner,#subbanner{
	width:1060px;
	height:184px;
	background-position: left bottom;
	margin: 0px;
}

#banner a{color:#b9924d;text-decoration:none;}
#banner a:link {color:#b9924d;text-decoration:none;}
#banner a:visited {color:#b9924d;text-decoration:none;}
#banner a:active {color:#b9924d;text-decoration:underline;}
#banner a:hover	{color:#b9924d;text-decoration:underline;}

h1{
	visibility: hidden;
}
.blogtitle{
	font-size	:22px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
	
}
.title{
	color	:#ffffff;
	font-size	:16px;
	font-weight:bold;
	background-image: url(http://www.azaleastyle.com/classy/img/kiji-title.jpg);
	background-repeat: no-repeat;
	width: 682px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
	height: 40px;
}
.title  a {color:#FFFFFF;text-decoration:underline;}
.title  a:link	{color:#FFFFFF;text-decoration:underline;}
.title  a:visited {color:#FFFFFF;text-decoration:underline;}
.title  a:active {color:#FFFFFF;text-decoration:underline;}
.title  a:hover	{color:#FFFFFF;text-decoration:underline;}

#links{
	width:250px;
	float:left;
	text-align:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#content{
	width:682px;
	float:left;
	margin: 0px;
}
.blog{
	background-image: url(http://www.azaleastyle.com/classy/img/02bk.jpg);
	background-repeat: repeat;
	width: 682px;
	margin: 0px;
}
.blogbody{
	background:#fff;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 100px;
}
.byline{
	color: #666666;
	text-align: right;
	float: right;
}
.title{
	color	:#fff;
	font-size	:16px;
	font-weight:bold;
	background-image: url(http://www.azaleastyle.com/classy/img/kiji-title.jpg);
	background-repeat: no-repeat;
	width: 682px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
	height: 40px;
}
/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }




a:link, a:visited {
    text-decoration: underline;
}

h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 12px;
}
.text_f{
	background-image: url(http://www.azaleastyle.com/classy/img/kiji-footer.jpg);
	background-repeat: repeat-x;
	height: 71px;
	width: 700px;
	margin: 0px;
}
.asset-meta {
	color	:#FFFFFF;
	font-size	:10px;
	text-align:right;
	height: 71px;
	font-weight: bold;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
}

.asset-footer {
    clear: both;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
line-height:135%;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
}
.widget-header{
	position: relative;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
	}
	
a.widget-content{color:#001F79;text-decoration:underline;font-weight:bold;display:block;}
a.widget-content:link{color:#001F79;text-decoration:underline;font-weight:bold;display:block;}
a.widget-content:visited{color:#001F79;text-decoration:underline;font-weight:bold;display:block;}
a.widget-content:active{color:#001F79;text-decoration:none;font-weight:bold;display:block;}
a.widget-content:hover{color:#001F79;text-decoration:none;font-weight:bold;display:block;}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */




/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#plugin_1{
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#plugin_2{
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}

.calender{
	font-size:10px;
	background-image: url(http://www.azaleastyle.com/classy/img/side10.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 5px;
	border: 1px solid #999999;
	line-height: 1.2em;
	}
.calendarhead
{
	color:#333;
}

a.acalendar{color:#001F79;text-decoration:underline;}
a.acalendar:link{color:#001F79;text-decoration:underline;}
a.acalendar:visited{color:#001F79;text-decoration:underline;}
a.acalendar:active{color:#001F79;text-decoration:none;}
a.acalendar:hover{color:#001F79;text-decoration:none;}

.recententry{
	background-image: url(http://www.azaleastyle.com/classy/img/side11.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.recententry ul {
	list-style-type: none;
	line-height: 2.0em;
	font-size: 12px;
}
.recententry li {
	list-style-type: none;
	line-height: 2.0em;
	font-size: 12px;
}
.search{
	background-image: url(http://www.azaleastyle.com/classy/img/side14.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.archives{
	background-image: url(http://www.azaleastyle.com/classy/img/side12.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.archives li {list-style-type: none;
line-height: 2.0em;
font-size: 12px;}
.archives ul {list-style-type: none;
line-height: 2.0em;
font-size: 12px;}

.comment{
	background-image: url(http://www.azaleastyle.com/classy/img/side13.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.comment li {
	list-style-type: none;
	line-height: 2em;
	font-size: 10px;
}
.comment ul {list-style-type: none;
line-height: 2.0em;
font-size: 10px;}
#copyright{
	width:100%;
	height:16px;
	font-size:10px;
	font-weight:bold;
	color:#333333;

	margin:0px 
	padding:0px ;
	line-height:16px;
	text-align:center;
	background-position: bottom;
}
.bloglist{
text-aline:center;
}
.shopname{
	font-size: 84%;
}
.bloglist img{
	margin-top: 10px;
}
.comments-open-content{
	border: medium dashed #EE81A1;
	margin: 5px;
	padding: 5px;
}
#mail-form-footer{
	text-align: right;
	margin-right: 30px;
}

.content-nav{
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.content-nav a{
	padding: 5px;
}
.content-nav a:visited{
	text-decoration: none;
	color: #3D3C3A;
}
.content-nav a:active{
	background-color: #EE81A1;
	text-decoration: none;
}
.content-nav a:link{
	text-decoration: none;
}
.content-nav a:hover{
	background-color: #FF6666;
		text-decoration: none;
	color: #FFFFFF;
}


.shop_info_under{
	padding-top: 15px;
	padding-bottom: 15px;
}
.Links_side{
	background-image: url(http://www.azaleastyle.com/classy/img/side_Links.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: center top;
	text-align: center;
}
.Links_rss{
	background-image: url(http://www.azaleastyle.com/classy/img/rss.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: center top;
	text-align: center;
}
.f_kanren{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
.kanren li{
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 10px;
}
