/*   
Theme Name:2100yen
Theme URI:http://2100yen.homepage.jp
Description:2100円デフォルト
Author:homepage.jp
Author URI:http://homepage.jp
Version:1.0
*/
@import "/blog/wp-content/themes/tools/style.css";



#headertext{
	width:770px;
	margin:0px auto;
	}
#headertext p{
    margin:16px 0px 10px 20px;
	font-size:16px;
	text-align:left;
	}


#indeximageText{
    font-size:18px;
	color:#FFF;
	background-image:url(/images/imageBack.jpg);
	background-repeat:no-repeat;
	width:545px;
	line-height:260px;
	padding:0px 0px 0px 15px;
	margin:0px;
	letter-spacing:0.2em;
		 }



/* 全体的なルール */
/** {
	margin:0;
	padding:0;
}*/

/*body {
	background-color:#fff;
	background-image:url(images/body-bg.gif);
	background-repeat:repeat-y;
	background-position:660px 0;
	color:#333;
	font-family:verdana, sans-serif;
}
a { text-decoration:none }
a:link { color:#E57A00; }
a:visited { color:#c90; }
a:hover { color:#90CB00; }
a:active { color:#D7FA99; }*/

/* ヘッダーテンプレート */
/*div#page {
	width:650px;
	background:url(images/header-green.jpg) no-repeat;
}
div#header {
	padding:30px 20px 55px 20px;
}
div#header h1 {
	font-family:georgia, serif;
	font-size:1.5em;
}
div#header h1 a:link, div#header h1 a:visited { color:#696969; }
div#header h1 a:hover, div#header h1 a:active { color:#999; }

div#header p {
	color:#666;
	font-size:0.8em;
}*/

/* フッターテンプレート */
/*div#footer {
	clear:both;
	padding:20px;
}
p#copyright {
	text-align:center;
	font-size:0.63em;
}*/

/* トップページテンプレート */
/*div#content {
	width:450px;
	float:left;
}   
div#innerbox {
	padding:0 20px 20px 20px;
}
div.post {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #999;
	clear:both;
}
h2.posttitle {
	font-size:1em;
	margin-bottom:0.5em;
}
dl {
	margin-bottom:1em;
}
dl.metadata dt, dl.metadata dd {
	font-size:0.65em;
	color:#666;
	display:inline;
}
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}
dl.metadata dd.last {
	border-right:none;
}
div#content p {
	font:0.75em/1.5em verdana, sans-serif;
	margin-bottom:1em;
}
p.navigation {
	text-align:center;
}*/
/* サイドバーテンプレート */
/*div#sidebar {
	width:185px;
	float:left;
}
div#sidebar ul {
	margin:0 0 15px 15px;
}
div#sidebar li, div#sidebar li li {
	list-style:none;
	line-height:1.6em;
}
div#sidebar li li {
	background:url(images/bullet.gif) 0 0.5em no-repeat;
	padding-left:12px;
	font-size:0.75em;
}
div#sidebar li li li {
	font-size:1em;
}
div#sidebar li h2 {
	font-size:0.82em;
	color:#666;
}
div#sidebar li.searchform ul {
	margin-left:0;
}
div#sidebar li.searchform li {
	background:none;
	padding-left:0;
}
div#sidebar li.searchform li input#s {
	width:120px;
	margin-top:2px;
}
div#sidebar li.searchform li input#searchsubmit {
	width:3em;
}*/
/* 個別記事テンプレート */
/*div.post img {
	border:4px solid #ccc;
}
div.post img.wp-smiley {
	border:none;
}
div.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
}
div.post blockquote {
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/blockquote.png) no-repeat #fafef3;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}
div.post li {
	font-size:0.75em;
	line-height:1.5em;
}
div.post li li {
	font-size:1em;
}
hr {
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}
code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}*/
/* コメントテンプレート */
/*h3 {
	font-size:1em;
	padding:10px 0 0.6em 0;
}
h4 {
	font-size:0.88em;
	padding:0 0 0.4em 0;
	color:#666;
}
input#trackbackurl {
	width:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}
ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/comment.png) no-repeat #f6fee2;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
}
ol#commentlist li, ol#commentlist p {
	font-size:1em;
}
p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}
form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}
form#commentform p {
	clear:both;
}
form#commentform sub {
	display:block;
	padding-top:2px;
}
input#author, input#email, input#url {
	width:244px;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}*/
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}




/*2100*/
html,body{
    font-family:Verdana,MSgochic, Osaka;
	text-align:center;
	font-size:small;
	line-height:140%;
	color:#444;
	margin:0px;
	padding:0px;
	/*background-image:url(/images/pageback.gif);*/
	background-repeat:repeat-x;
	}
#container {
    width:730px;
	margin:0 auto;
	padding:115px 20px 0 20px;
	text-align:left;
	background-image:url(/images/back.gif);
	}
form, input{ margin: 0; padding: 0; }
a img { border: 0; }
a:link { color:#369;}
a:visited {color:#666;}
a:hover {
    color:#F00;
	position:relative;
	top:1px;left:0;
	filter:alpha(opacity=50);-moz-opacity:0.5;}
a:active { color:#F00;}

h4, h5, h6 { font-weight: normal; }
h4, h5, h6, ol, ul, pre, blockquote{margin-top: 10px;margin-bottom: 10px;}

/*画面上部下部ラインカラー
---------------------------------------------*/
h1 ,#footer h3{
	padding:0px 0px 3px 0px ;
	border-bottom:solid 2px #999;
	font-size:10px;
    font-weight:normal;
	}
h1{
    margin:0px 0px 15px 0px ;
	}
#footer h3{
    margin:0px 0px 3px 0px ;
	}

#header {
    width:100%;
	text-align:center;
    position:absolute;top:0px;left:0px;
	}
#head {
    width:750px;
	margin:0 auto 0 auto;
	padding:0;
	}
#headUpper{
    width:100%;
	margin:0px 0px 0px 0px ;
	}




/*#navi img {
	margin:0;
	padding:0;
	text-align: right;
}
#sub_navi {margin:0;padding:0;}*/
.user {float:left;font-size:10px!important;line-height:16px!important;color:#444444;letter-spacing:0.2em;}
.greetUser {color:#273C97;}
.info_navi {float:right;margin:0;padding:0;text-align:right;font-size:10px;}

#bread,#bread h1 {font-size:10px;font-weight:normal;color:#9a9a9a;padding:0;line-height:24px;text-align:left;}

#side{width:160px;
    float:right;
	margin:0 ;
	padding:0px 0 0 0px;}

#left {
    width:160px;
    float:left;
	margin:0 0px 0 0;
	padding:0;
	}
#left h2 {
	margin:0;
	padding:0;
	padding-bottom: 10px;
}

#link {margin:0px;padding:0px;}
#link ul{margin:0px;padding:0px;list-style:none;}
#link li{margin:0 0 3px 0;padding:0px;}
#link li{margin:1px 0 1px 0;padding:0px;}
#link li a {
    background-image:url(/images/link1.gif); 
	background-repeat:no-repeat;
	color:#444;
	font-size:12px;
	width:140px;
	margin:0;
	padding:0 0 0 20px;
	display: block;
	line-height:25px;
	text-decoration:none;
	}
#link li a:hover {
    background-image:url(/images/link2.gif);
	color:#000;
	position:relative;top:0;left:0;
	filter:alpha(opacity=100);-moz-opacity:1;
	}
#link li li a {
    background-image:url(/images/linkSub1.gif);
    background-repeat:no-repeat;
	color:#172944;
	line-height:20px;
    font-size:10px;
	width:135px;
	margin:0 0 0px 0;
	padding:0 0 0 25px;
	display: block;
	}
#link li li a:hover {
    background-image:url(/images/linkSub2.gif);
    color:#FFF;
	}
#feed{
    text-align:right;
	}


#content {
    width:560px;
    float:left;
	margin:0;
	padding:0 10px 0 0px ; 
	text-align:left;
	}
#content h2 {
    margin:0px 0 0px 0;
	padding:0 0 0 25px;
	background-image:url(/images/titleBack.gif);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:25px;
	color:#fff;
	text-align:left;
	clear:both;
	}
#content h3 {font-size:10px;line-height:15px;color:#444444;text-align:right;margin:0;padding:0;font-weight:normal;}
#content p {margin:10px 0 10px 0; text-align:left;}
#content img {
    float:left;
	margin:0px 10px 10px 0;
	padding:5px;
	border:1px #ccc solid;
	}

/*価格表のためのテーブル設定;通常テーブル表示の場合は無効にする
---------------------------------------------*/
/*#content table{
    margin:10px 0px 10px 10px;
    border-collapse:collapse; 
	border:0px double #ccc; 
	}
#content td { 
    border:0px dotted #ccc;
    border-bottom:1px solid #ccc;
    padding:0.3em 0em;
	}*/

#center {width:750px;margin:0;background-image:url(/images/left_back.gif);
background-repeat:repeat-y;}


#new {margin:0;padding:0;}
#new h3 {
    background-image:none;
	border-bottom:solid 2px #999;
	font-size:14px;
	color:#444;
	margin:10px 0 0px 10px;
	padding:0;
	text-align:left;
	}
#new p{
    margin:10px 0px 0px 10px;
	font-size:12px;
	}


    
#right {width:150px;float:right;margin:0;padding:0;}

#box1 {
    margin:0;padding:0; 
	background-image:url(/images/sideBoxBack.gif); 
	background-repeat:repeat-y;
	}

#box1 h2 {
    font-size:12px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	background-image:url(/images/sideTitleBack.gif); 
	background-repeat:no-repeat;
	line-height:25px;
	margin:0;
	padding:0 0 0 10px;
	}
.intext {padding:5px 10px 5px 10px;margin:0;font-size:10px;line-height:15px;}
.intext p{
    text-align:center;
	margin:0;
	padding:0;
	}
.intext ul {margin:0;padding:0;list-style:none;}
.intext li {margin:0;padding:0 0 0 10px;font-size:x-small;line-height:15px;
            background-image:url(/images/list1.gif);background-repeat:no-repeat;}
			

.link {text-align:center;font-size:9px;line-height:13px;margin:20px 0 0 0;}

#footer {
    margin:0;
	padding:10px 0 0 0;
	font-size:10px;
	clear:both;
	}
#footer h3 {}/*30line*/
#footer_bottom {
    margin:0;padding:0;
	}

.copy p{
    float:left;
	margin:0;
	padding:0;
	display:inline;
	}
.footPagetop p{
    float:right;
	margin:0;
	padding:0;
	text-align:right;
	display:inline;
	}

#company {margin:0;padding:0;font-size:x-small;line-height:130%;color:#666666;}
#company table {background-color:#CCCCCC;}
.name { background-image:url(/images/stripe.gif);padding:5px;margin:0;width:90px;letter-spacing:0.1em;}
.com_det { background-color:#FFFFFF;padding:5px;margin:0;}

#privacy {margin:0 20px 20px 20px;padding:0;}
#privacy h3 {font-size:12px;border-bottom:dotted 2px #666666;color:#333333;margin:15px 0 10px 0;
             text-align:left;line-height:20px;font-weight:bold;}
#privacy p {color:#666666;font-size:small;line-height:140%;}
#privacy li {color:#666666;font-size:small;line-height:140%;margin:0 0 5px 0;}
.xs {font-size:x-small;line-height:130%;}

#shop {margin:0;padding:0;}
#shop h3 {border-bottom:dotted 2px #999999;font-size:12px;line-height:22px;color:#666666;
          margin:0 0 10px 0;padding:0;text-align:left;}

#agree {padding:0;margin:0;
        background-image:url(/images/application/agree_back.gif);background-repeat:repeat-y;}
#agree p {margin:0 0 15px 0;padding:0;}
.agree_text {padding:10px 20px 10px 20px;margin:0 30px 10px 30px;background-color:#FFFFFF;
             overflow:auto;height:300px;border:solid 1px #999999;}

#applicate {padding:10px 47px 10px 48px;margin:0;width:655px;}
#applicate h2 {margin:0 0 15px 0;padding:0 0 0 20px;background-image:url(/images/title.gif);background-repeat:repeat-x;font-size:14px;line-height:25px;color:#444444;text-align:left;}
#applicate h3 {margin:30px 0 15px;font-size:10px;line-height:15px;border-bottom:dotted 1px #CCCCCC;
               color:#666666;text-align:right;font-weight:normal;}

/* standard helper classes */

.clr{clear: both;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;
     padding: 0;font-size: 0;line-height: 0;}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after{content: " ";display: block;visibility: hidden;clear: both;
           height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg { display: inline-block; }

/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
#container-inner { position: static; width: auto; }
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }
#alpha, #beta, #gamma, #delta
{display: inline; /* ie win bugfix */position: relative;float: left;min-height: 1px;}
#delta { float: right; }
#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{position: static;}
/* banner user/photo */

/* content */
.entry-content{border-bottom:dotted 0px #DEC9E3;}
.content-nav{margin:10px;text-align: center;}
.date-header,.entry-content{position: static;clear: both;}
.entry,
.trackbacks,
.comments,
.archive{position: static;overflow: hidden;clear: both;width: 100%;margin-bottom: 20px;}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed{clear: both;margin: 5px 10px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more{clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content{
    clear: both;
	margin: 10px 0px 0px 10px;
	text-align:right;
	font-size:x-small;
	border-top:#846752 dotted 1px;
	}

.comments-open label { display: block; }
#comment-author, #comment-email, #comment-url, #comment-text{width: 240px;}
#comment-bake-cookie{margin-left: 0;vertical-align: middle;}
#comment-post{font-weight: bold;}
img.image-full { width: 100%; }
.image-thumbnail{float: left;width: 115px;margin: 0 10px 10px 0;}
.image-thumbnail img{width: 115px;height: 115px;margin: 0 0 2px 0;}


/* modules */
.module{position: relative;overflow: hidden;width: 100%;}
.module-content{position: relative;margin: 5px 10px 20px 10px;}
.module-list,
.archive-list{margin: 0;padding: 0;list-style: none;}
.module-list-item{margin-top: 5px;margin-bottom: 5px;}
.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-calendar .module-content table{border-collapse: collapse;}
.module-calendar .module-content th,
.module-calendar .module-content td{width: 14%;text-align: center;}
.typelist-thumbnailed { margin: 0 0 20px 0; }
.typelist-thumbnailed .module-list-item{display: block;clear: both; margin: 0;}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after{content: " ";display: block; visibility: hidden;
                                       clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail{float: left;min-width: 60px;width: 60px;
 /* no ie mac \*/width: auto;/* */margin: 0 5px 0 0;text-align: center;vertical-align: middle;}
.typelist-thumbnail img { margin: 5px; }
.module-galleries .typelist-thumbnail img { width: 50px; }
.typelist-description{margin: 0;padding: 5px;}
.module-featured-photo .module-content,
.module-photo .module-content{margin: 0;}
.module-featured-photo img { width: 100%; }
.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{display: block;height: 1%;margin: 0;border: 0;padding: 0;list-style: none;}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */
.module-recent-photos .module-list-item
{display: block;float: left;/* ie win fix \*/ height: 1%; /**/margin: 0;border: 0;padding: 0;}
.module-recent-photos .module-list-item a{display: block;margin: 0;border: 0;padding: 0;}
.module-recent-photos .module-list-item img{width: 60px;height: 60px;margin: 0;padding: 0;}

/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }
.module-mmt-calendar th { text-align: left; }
.module-mmt-calendar td{width: 14%;height: 75px;text-align: left;vertical-align: top;}
.day-photo{width: 54px;height: 54px;}
.day-photo a{display: block;}
.day-photo a img{width: 50px;height: 50px;}

/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */
.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{/* ie win (5, 5.5, 6) bugfix */p\osition: relative;width: 100%;w\idth: auto;margin: 0;
 border-left: 5px solid #36414d;padding: 5px;color: #fff;background: #a3b8cc;font-size: 11px;
 font-weight: bold;line-height: 1;text-transform: uppercase;}
.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover{color: #fff;}
.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed{font-size: xx-small;}
.entry-footer p{
    text-align:right;
	font-size: xx-small;
	}
.post-footers{
    text-align:right;
	font-size: xx-small;
	}

.commenter-profile img { vertical-align: middle; }

/* page layout */

#container-inner{border-width: 0 5px 5px 5px;border-style: solid;border-color: #292e33;}
#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: #e6ecf2; }
#beta-inner,
#gamma-inner,
#delta-inner
{padding: 10px 10px 0 10px;border-width: 2px 2px 2px 0;border-style: solid;border-color: #fff;}
.date-header
{margin-top: 0;font-size: 11px;font-weight: bold;text-transform: uppercase;}

.entry-header
{margin-top: 0;border-left: 5px solid #dae0e6;padding: 0 0 0 10px;color: #666;font-size: 18px;}
.entry-content,
.comment-content,
.trackback-content
{margin: 0;line-height: 1.5;}
/*.entry-footer{}*/
.entry-footer p,
.comment-footer,
.trackback-footer{margin:0 0 10px 0;border-top: 1px solid #846752;
                  padding-top: 3px;color: #666; font-size: 10px;text-align: right;}
.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer{margin-left: 10px;}
.content-nav { margin-top: 0; }
#trackbacks-info{margin: 10px 0;border: 1px dashed #a3b8cc;padding: 0 10px;
                 color: #292e33;font-size: 11px;text-align: center;background: #e6ecf2;}
.comments-open-footer{margin: 10px 0;}

/* modules */

.module{margin: 0 0 10px 0;border-bottom: 1px solid #f3f6f9;background: #dae0e6;}
.module-content{margin: 0 0 10px 0;border-top: 1px solid #cfd4d9;
                padding: 10px 10px 0 10px;font-size: 10px;line-height: 1.2;}
.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }
.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }
.module-powered { border-width: 0; }
.module-powered .module-content{margin-bottom: 0;border: 1px dashed #a3b8cc;
                                padding-bottom: 10px;color: #292e33;background: #fff;}
.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }
.module-list{margin: 0 15px 10px 15px;list-style: disc;}
.module-list .module-list{margin: 5px 0 0 0;padding-left: 15px;list-style: circle;}
.module-list-item{margin-top: 0;color: #666;line-height: 1.2;}
.typelist-thumbnailed .module-list{margin: 0 0 10px 0;list-style: none;}
.typelist-thumbnailed .module-list-item{margin: 1px 0;padding: 0;background: #f3f6f9;}
.typelist-thumbnail{background: #fff;}
.module-photo img { border: 1px solid #fff; }
.module-featured-photo { width: 398px; }
.module-featured-photo .module-content{margin: 0;border-width: 0;padding: 0;}
.module-featured-photo img { width: 398px; }
.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{width: 64px; /* mac ie fix */margin: 0 10px 10px 0;padding: 0;background: none;}
.module-recent-photos .module-list-item a
{border: #cfd4d9 1px solid;padding: 1px;background: #fff;}
.module-recent-photos .module-list-item a:hover
{border-color: #36414d;background: #fff;}


/* calendar tweaks */

.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }
.layout-calendar #gamma,
.layout-calendar #delta{width: 190px;}
.layout-calendar #gamma-inner,
.layout-calendar #delta-inner{ border: 0;padding: 0;}
.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content
 {margin: 0;border-width: 0;padding: 10px;}
.module-mmt-calendar table
 {width: 378px;background: #a3b8cc;}
.module-mmt-calendar th
 {color: #fff;border-top: 1px solid #fff;border-right: 1px solid #f3f6f9;
  border-bottom: 1px solid #cfd4d9;padding: 2px;text-align: right;font-weight: bold;}
.module-mmt-calendar td
 {border-top: 1px solid #fff;border-right: 1px solid #f3f6f9;border-bottom: 1px solid #cfd4d9;
  padding: 2px;text-align: right;font-weight: normal;background: #e6ecf2;}
th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42{border-right: none;}
.module-mmt-calendar td { height: 70px; }
.day-photo{width: 49px;height: 49px;}
.day-photo a{ border: #cfd4d9 1px solid;padding: 1px;background: #fff;}
.day-photo a:hover{border-color: #36414d;background: #fff;}
.day-photo a img{width: 45px;height: 45px;}

/* artistic tweaks */

.layout-artistic #alpha { width: 260px; }
.layout-artistic #beta { width: 420px; }
.layout-artistic #gamma,
.layout-artistic #delta{width: 190px;}
.layout-artistic #gamma-inner,
.layout-artistic #delta-inner{border: 0;padding: 0;}

/* moblog1 tweaks */

.layout-moblog1 #alpha{margin: 0;width: 180px;background: #e6ecf2;}
.layout-moblog1 #alpha-inner
 {padding: 10px 10px 0 10px;border-width: 2px 0 2px 2px;border-style: solid;border-color: #fff;}
.layout-moblog1 #beta{margin: 15px 15px 0 15px;width: 320px;background: none;}
.layout-moblog1 #beta-inner{padding: 0;border-width: 0;}
.layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }

/* moblog2 tweaks */

.layout-moblog2 #alpha{margin: 0;width: 86px;background: #e6ecf2;}
.layout-moblog2 #alpha-inner
 {padding: 10px 10px 0 10px;border-width: 2px 0 2px 2px;border-style: solid;border-color: #fff;}
.layout-moblog2 #beta
 {margin: 15px 15px 0 15px;width: 260px;background: none;}
.layout-moblog2 #beta-inner{padding: 0;border-width: 0;}
.layout-moblog2 #delta{width: 154px;}
.layout-moblog2 .module-recent-photos{border: 0;background: none;}
.layout-moblog2 .module-recent-photos .module-content{padding: 0;border: 0;}
.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }

/* timeline tweaks */

.layout-timeline #alpha { width: 260px; }
.layout-timeline #beta { width: 420px; }
.layout-timeline #gamma,
.layout-timeline #delta{width: 190px;}
.layout-timeline #gamma-inner,
.layout-timeline #delta-inner{border: 0;padding: 0;}

/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */

/* two-column-left tweaks */

.layout-two-column-left #alpha{margin: 0;width: 200px;background: #e6ecf2;}
.layout-two-column-left #alpha-inner
 {padding: 10px 10px 0 10px;border-width: 2px 0 2px 2px;border-style: solid;border-color: #fff;}
.layout-two-column-left #beta{margin: 15px 15px 0 15px;width: 480px;background: none;}
.layout-two-column-left #beta-inner{padding: 0;border-width: 0;}

/* three-column tweaks */

.layout-three-column #alpha{margin: 0;width: 180px;background: #e6ecf2;}
.layout-three-column #alpha-inner
 {padding: 10px 10px 0 10px;border-width: 2px 0 2px 2px;border-style: solid;border-color: #fff;}
.layout-three-column #beta{margin: 15px 15px 0 15px;width: 320px;background: none;}
.layout-three-column #beta-inner{padding: 0;border-width: 0;}
.headRight{
     float:right;
	 }
#categories{
    margin:0px 0px 10px 0px ;
	}
	
#categories h2{
    margin:0px 0px 0px 0px ;
	padding:0px;
	}
.red{
	font-weight:bold;
	font-size:small;
	color:#F00;
	}
	
#description{
    text-align:left;
	margin:10px 20px 10px 20px;
	}
#description h2{
    font-size:14px;
	margin:15px 0px 0px 0px;
	}
#description h3{
    font-size:12px;
	margin:10px 0px 0px 10px;
	padding:0px 0px 1px 10px;
	text-align:left;
	border-bottom:1px solid #314B72;
	border-left:5px solid #314B72;
		}
#description p{
    margin:10px 0px 0px 20px;
    font-size:12px;
	line-height:1.5em;
	}
.fxsmall{
    font-size:x-small;
	font-weight:normal;
	}
#indexNews{
    padding:0px 0px 0px 0px;
    margin:5px 10px 15px 10px;
	}
#indexNews ul {
    margin:0px  ;
	padding:0;
	list-style:none;
	}
#indexNews li {
    margin:0;
	padding:3px 0 3px 10px;
	font-size:12px;
	border-bottom:dotted 1px #746051;
    background-image:url(/images/list1.gif);background-repeat:no-repeat;
	}
.post p{
    font-size:90%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	line-height:1.5em;
	}
#indeximage img{
    border:0px #fff;
    _width:550px;
	padding:0px;

	}