/* Vox Theme for Movable Type ============================================= */

/* 
name: Minimalist Movalog 
designer: Arvind Satyanarayan
designer_url: http://movalog.com/ 
layouts: layout-wt, layout-tw
*/

/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(http://movalog.com/css/base_theme.css);
/* end StyleCatcher imports */

/* Because Jesse Gardner of plasticmind.com forced me on pain of death */
/* @import url(http://movalog.com/css/aprilfools.css); */

/* Utility */

.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;
}

.asset-more-link,
.asset-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #444;  
    font-family: Verdana, sans-serif;  
	font-size: 12px;
    background-color: #fff; 
}

a:link, a:visited {
    color: #688F23; 
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
	color: #8D9F6D;
}

.separator { padding:0 4px; }

p { 
/*	margin: 10px 0;*/
/*	line-height: 20px; */
}

blockquote, ol, ul { margin-left: 10px; }


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #fff;
}

#alpha-inner { padding-right: 30px; }

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}


#beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#header-inner, #footer-inner, #alpha-inner, #beta-inner, #gamma-inner { padding-left: 0; }

#content { 
background: url('../images/grad.png') repeat-x #fff; 
    padding-top: 30px;  
    margin-bottom: 30px;  
}

#container-inner {
    margin-right: 0;
    margin-left: 0;
}

.layout-wtt #container-inner,
.layout-twt #container-inner,
.layout-wt #container-inner,
.layout-tw #container-inner {
    width: 100%;
}

#header-inner,
#content-inner,
#footer-inner,
#navbar-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.splash-index #alpha { width: 940px; }

/* Header ----------------------------------------------------------------- */

#header { 
    border-color: #363F27;  
    background: #617144 url('../images/movalog-bg.png') repeat-x;
}

#header a {
    color: #fff;
    font-weight: bold;
}

#header-content { padding-left: 5px; }

#header-name a {
    display:block;
	text-indent: -9999px;
	width: 380px;
	height: 90px;
	background: url('../images/movalogo.png') no-repeat;
	overflow:hidden;
}

#header-description { display: none; }

#donate {
	background: url('http://plugins.movalog.com/images/gradient-yellow.gif') bottom repeat-x #fcfbed;
	color: #333;
	text-align: center;
	border: 1px solid #D9D48D;
	cursor: pointer;
	font-size: 0.8em;
	line-height: 150%;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font: x-small/150% verdana, arial, sans-serif;
	width: 178px;
/*	float:right;*/
/*	margin:10px;*/
	position: absolute;
	top: 25px;
	right: 10px;
/*	z-index:10;*/
}

#donate:hover {
	background-image: none;
	background-color: #FBFAF6;
}

#donate a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#navbar {
	background: #363F27;
/*	padding: 7px 0 7px 25px;*/
	padding: 7px 0;
	height: 18px;
}

#navbar ul {
	margin: 0;
/*	padding: 0px 0px 0px 7px;*/
/*	padding-left: 7px;*/
	list-style-type:none;
}

#navbar li {
	float:left;
	margin-right: 30px;
}

#navbar li a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	letter-spacing: -1;
	text-transform: uppercase;
	font-weight: normal;
}

#navbar li a:hover, #navbar li a.active { color:#A9BF83}
#navbar li a.donate { color: #FEFFBF; }

#navbar #search-container { float:right; }

#navbar #search-container input { 
	width: 178px; 
	padding: 0 5px; 
}

.search-off {
	border:1px solid #6E7F4F;
	background: #444F31;
	color: #6E7F4F;
	width: 178px;
}
	
.search-on {
	border: solid 1px #ddd;
	background: #fff;
	color: #444;
}


/* Content ---------------------------------------------------------------- */

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	color: #6E7F4F;
    font-size: 18px;
	margin-bottom: 15px;
}

.asset h3 {
	color: #6E7F4F;
	font-size: 16px;
}

.asset h4 {
	color: #647F4F;
	font-size: 14px;
}

.asset-name,
.asset-name a,
.archive-title {
    color: #6E7F4F;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #999;
}

.asset-footer {
    border-top-color: #e2fedf;
}

.asset-name a {
	color: #6E7F4F;
    text-decoration: none;
	font-weight: normal;
}

.asset-name a:hover {
    text-decoration: underline;
/*	color: #8D9F6D;*/
}

.asset-meta {
	color: #999;
	margin-bottom: 15px;
	padding: 3px 0;
	font-size: 10px;
}

.asset-meta a { font-weight: normal; }

.asset-name { 
	font-size: 22px; 
	margin-bottom: 0px;
}

.entry-asset {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.asset-content p { 
	margin: 15px 0;
	line-height: 22px;
	text-align: justify;
}

.asset-content li {
/*	list-style-position: inside;*/
	margin: 10px 0 10px 30px;
	line-height: 20px;
}

/*.asset-content li p { margin: 0; }*/

.asset-content img {
	background: url('../images/shadowAlpha.png') bottom right no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
}

pre, blockquote {
	background: #F6F6F6 none repeat scroll 0%;
	border-bottom: 6px solid #CCCCCC;
	border-top: 6px solid #CCCCCC;
	line-height: 15px;
	max-height: 200px;
	overflow: auto;
	padding: 10px 15px;
}

.asset-more-link {
    font-weight: bold;
}

.asset-footer {
    margin-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 5px;
    font-weight: normal;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
} 

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.archive-list-item {
    margin-bottom: 5px;
}

.comment { font-size: 11px; }

#comments-open #col1 {
	border-right: 1px solid #F4F4F4;
	float: left;
	padding-right: 25px;
	width: 370px;
}

#comments-open #col2 {
	float: left;
	padding-left: 25px;
	width: 250px;
}

#comments-open #col1 input, #comments-open #col1 textarea, .full-width { 
	width: 95%; 
	padding: 5px;
	border: 1px solid #ccc;
}

button {
	background: #808F02 url(http://movalog.com/cgi/mt4/mt-static/images/buttons/button-primary-system.gif) no-repeat scroll 0pt center;
	border-width: 0;
	color: #EEEEEE;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding: 2px 10px 4px;
	text-decoration: none;
}

button:hover {
	color: #FFF !important;
	background-position: 50% 30%;
}

#comments-form button { width: 95%; }

/* Splash Page */

.splash-index #alpha-inner { padding-right: 0; }

.splash-index #col1 {
	border-right: 1px solid #F4F4F4;
	float: left;
	width: 440px;
}

.splash-index #col1 h2.asset-name { margin: -10px 0px 7px 0px;}

.splash-index #col1 .widget, .movalog-plugins-homepage .widget {
	float: left;
	margin: 0pt 15px 15px 0pt;
	width: 200px;
}

.splash-index #col1 .widgetfg, .movalog-plugins-homepage .widgetfg { height:150px; }

.splash-index #col1 .widget h3, .movalog-plugins-homepage .widgetfg h3 { margin-bottom: 7px; }
.splash-index #col1 .widget h3 a, .movalog-plugins-homepage .widgetfg h3 a { font-size: 1.2em; }

.splash-index #col2 {
	border-right: 1px solid #F4F4F4;
	float: left;
	padding: 0pt 25px;
	width: 200px;
}

.splash-index #col3 {
	float: left;
	padding-left: 25px;
	width: 180px;
}

/* Plugins ------------------------------- */

.highlight {
	background-color: #ffc;
	padding:3px;
}

#plugin-screencast { text-align: center; }

.template-tag h3, .template-tag h4 { 
	font-family: monospace; 
	padding-top: 20px;
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

.template-tag .asset-body { 
	margin-left: 20px; 
	margin-top: 7px;
}

/*.template-tag pre { 
	margin-top: 20px; 
}*/

h3#download-w a, h3#download-dg a, h3#download-lg a, h3#purchase-license-w a {
	display: block;
	height: 70px;
	overflow: hidden;
	text-align: center;
	text-indent: -9999px;
	width: 172px;
}

h3#download-w a { background: transparent url(http://movalog.com/images/download-w.png) no-repeat scroll; }
h3#download-dg a { background: transparent url(http://movalog.com/images/download-dg.png) no-repeat scroll; }
h3#download-lg a { background: transparent url(http://movalog.com/images/download-lg.png) no-repeat scroll; }
h3#purchase-license-w a { background: transparent url(http://movalog.com/images/purchase-license-w.png) no-repeat scroll;}

#beta h3#download-lg { margin-bottom: 15px; }

.asset-content h3#download-w, .asset-content h3#purchase-license-w { 
	margin: 30px 20px 0 0; 
	float: left;
}

/* Fields */

.field {
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CACFC2;
	line-height: 18px;
}

.field-header label { font-weight: bold; }

.field-left-label .field-header {
    float: left;
    width: 110px;
    margin-right: 10px;
    text-align: right;
}
.field-left-label .field-content {
    margin-left: 120px;
}

.hint, .field-content p {
	color: #666;
	margin: 7px 0;
    font-size: 11px;
    line-height: 1.1;
}

/* Signup & Download */

#signup-download {
	left: 0pt;
	line-height: 0pt;
	position: absolute;
	text-align: left;
	top: 40px;
	width: 100%;
	z-index: 100;
	font-size: 12px;
}

#signup-download .asset-name { 
	margin: 10px 0 30px 0; 
}

#signup, #download, #purchase {
	font-size: 12px;
/*	height: 500px;*/
	width: 700px;
	margin: 0pt auto;
	position: relative;
	overflow: auto;
}

#signup-download .widgetfg { font-size: 12px; }

#signup-download fieldset { margin-top: 25px; }

#signup-download textarea { height: 120px; }

#close-download-wizard {
	position: absolute;
	right: 5px;
	top: -2px;
}

.actions-bar { float: right; }
.actions-bar button {
	float: left;
	margin-left: 10px;
}

.status p {
	margin: 0;
	font-weight: bold;
}

/* Widgets ----------------------------------------------------------------- */

.widget { margin-bottom: 20px; }

.widget p { line-height: 18px; }

.widgetfg {
	font-size: 10px;
	padding: 3px 20px;
	position: relative;
}

.widget-header {
	font-size: 18px;
	/* text-transform: lowercase;
	text-align: right;
	font-weight: bold;*/
        margin: 0;
	padding: 0;
	z-index: 1;
}

.widgetfg a { color: #555; }
.widgetfg a:hover { color: #999; }

.widget ol, .widget ul { 
	list-style-type: none; 
	margin-left: 0;
}

.widget li { margin-bottom: 10px; }

/* Spiffy Corners - Grey Modules */

.widget-grey { display:block; }

.widget-grey *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#f6f6f6;
}

.widget-grey1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #fbfbfb;
	border-right:1px solid #fbfbfb;
	background:#f8f8f8;
}

.widget-grey2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fefefe;
	border-right:1px solid #fefefe;
	background:#f7f7f7;
}

.widget-grey3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7;
}

.widget-grey4 {
  border-left:1px solid #fbfbfb;
  border-right:1px solid #fbfbfb;
}

.widget-grey5 {
  border-left:1px solid #f8f8f8;
  border-right:1px solid #f8f8f8;
}

.widget-greyfg { background:#f6f6f6; }

.widget-grey-header { color: #999; }

/* Spiffy Corners - Green Module */

.widget-green { display: block; }

.widget-green *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#F3FFDF;
} 

.widget-green1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f9fff1;
	border-right:1px solid #f9fff1;
	background:#f6ffe7;
}

.widget-green2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fdfffb;
	border-right:1px solid #fdfffb;
	background:#f5ffe5;
}

.widget-green3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f5ffe5;
	border-right:1px solid #f5ffe5;
}

.widget-green4 {
	border-left:1px solid #f9fff1;
	border-right:1px solid #f9fff1;
}

.widget-green5 {
  border-left:1px solid #f6ffe7;
  border-right:1px solid #f6ffe7;
}

.widget-greenfg { background:#F3FFDF; }

.widget-green-header { color: #96AF6D; }

/* Spiffy Corners - Orange Module */

.widget-orange { display:block; }

.widget-orange * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFAEF;
}

.widget-orange1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #fffcf8;
	border-right:1px solid #fffcf8;
	background:#fffbf3;
}

.widget-orange2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fffefd;
	border-right:1px solid #fffefd;
	background:#fffaf2;
}

.widget-orange3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #fffaf2;
	border-right:1px solid #fffaf2;
}

.widget-orange4 {
	border-left:1px solid #fffcf8;
	border-right:1px solid #fffcf8;
}

.widget-orange5 {
	border-left:1px solid #fffbf3;
	border-right:1px solid #fffbf3;
}

.widget-orangefg { background:#FFFAEF; }

.widget-orange-header { color: #CFAE67; }

/* "Subscribe" Widget */

#nav-subscribe {
	width: 500px;
	color: #ccc;
	background: url(../images/navbar-arrow.png) no-repeat 50% 0%;
	padding-top: 25px;
	position: absolute;
	top: 125px;
	left: 245px;
	display: none;
	text-align: left;
}

#nav-subscribe .full-width {
	width: 340px;
	margin-right: 10px;
	float: left;
}

#nav-subscribe button { float: left; }

#nav-subscribe p#rss-feed { margin-top: 20px; }

#nav-subscribe p#rss-feed a {
	color: #A9BF83;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
/*	letter-spacing: 0.08em;*/
}

#nav-subscribe p#rss-feed a:hover { color: #FFF; }

.widget-subscribe { display: block; }

.widget-subscribe * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#363F27
}

.widget-subscribe1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a8aca2;
  border-right:1px solid #a8aca2;
  background:#686f5d
}

.widget-subscribe2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eaebe9;
  border-right:1px solid #eaebe9;
  background:#5c6350
}

.widget-subscribe3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #5c6350;
  border-right:1px solid #5c6350;
}

.widget-subscribe4 {
  border-left:1px solid #a8aca2;
  border-right:1px solid #a8aca2;
}

.widget-subscribe5 {
  border-left:1px solid #686f5d;
  border-right:1px solid #686f5d;
}

.widget-subscribefg { 
	background:#363F27; 
	position: relative;
}

/* "Fastsearch Form" */

#fastsearch-form { margin-bottom: 30px; }

/* "Featured" Widget */

#widget-featured .widgetfg h2 { margin-bottom: 7px; }

#widget-featured .widgetfg h2 a {
	color: #9F8245;
	font-size: 1.2em;
}

/* "Categories" Widget */

#widget-categories ul ul { margin-left: 20px; }

#widget-categories li { margin-top: 5px; }

/* "Screenshots" Widget */

#widget-screenshots p { line-height: 15px; }

#widget-screenshots #screenshots-loop { 
	background: #FFFFFF;
	border: 1px solid #999999;
	overflow: hidden;
	padding: 5px;
	text-align: center;	
	margin-bottom: 30px;
}

#widget-screenshots #screenshot-nav img {
	position: absolute;
	bottom: 0;
}

#widget-screenshots #prev-screenshot { left: 15px; }
#widget-screenshots #next-screenshot { right: 15px; }

/* "Documentation" Widget */

#widget-documentation .widgetfg { font-size: 11px; }

/* "Vital Stats" Widget */
#widget-vital_stats li {
	margin: 0;
	padding: 8px 0;
}

#widget-vital_stats li.version { border-bottom: 1px solid #ccc; }

#widget-vital_stats span.left {
	font-weight: bold;
/*	float: left;
	display: inline;*/
}

#widget-vital_stats span.right {
	color: #999;
}

/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 0;
	margin: 0;
    text-align: center;
}

/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background: #363F27;
	font-size: 0.8em;
	color: #899F63;
	text-align: center;
	padding-top: 1px; 
}

#footer-content {
    margin: 7px 0;
}

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}

#footer p { margin-bottom: 0; }

/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}