/* ******************************* FRAME ******************************* */

html {
	height:100%;
}

body {
	background:#fff;
	color:#101010;
	font-family:"Helvetica Neue", Helvetica, Arial, default;
	font-size:85%;
	height:100%;	
}

* {
	padding:0;
	margin:0;
}

img {
	border:0;
}

a {
	color:#E355A8;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style-type:none;
}

#wrapper {
	overflow:hidden;
	min-height:90%;
}

.pinner {
	margin:0 auto;
	padding:0;
	width:70em;
}

/* ******************************* GRID ******************************* */

.clear {
	clear:both;
}

.col {
	float:left;
	margin:0.5em 1em 0.5em 0;
	padding:0.5em;
}

.has_list ul {
	list-style-type:disc;
}

.has_background {
	margin:0.1em;
	padding:1.4em;
}

.col_heading {
	width:7.2em;
}

.col_1 {
	width:10em;
}

.col_2 {
	width:22em;
}

.col_3 {
	width:33em;
}

.col_4 {
	width:46em;
}

.col_5 {
	width:57.6em;
}

.col_6 {
	width:68.5em;
}

.col_shift_1 {
	margin-left:9em;
}

.col_shift_1a {
	margin-left:11.5em;
}

.col_shift_2 {
	margin-left:23em;
}

.col_shift_3 {
	margin-left:42em;
}

.row {
	clear:both;
	float:left;
}

.col_border,
.row_border {
	background:url('images/dots.gif') repeat-x top left;
	padding:1em 0 0;	
}

/* ******************************* LOGO & NAVIGATION ******************************* */

#mast {
	overflow:hidden;
	padding:0;
}

#mast_contents {
	position:relative;
}

#logo {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:.2em;
}

#logo a.logo {
	background: url('images/windows_logo.gif') no-repeat top left;
	float:left;
	font-size:1.7em;
	height:1.4em;
	overflow:hidden;
	margin-left:-43px;
	text-indent:-1000px;
	text-transform:lowercase;
	text-decoration:none;
	width:35px;
}

#navigation {
	position:relative;
}

#navigation ul {
	overflow:hidden;	
}

#navigation ul li {
	float:left;
	font-size:1.1em;
	padding:0.5em 1.2em 0.5em 0;
	margin:0;
}

#navigation ul li a {
	color:#9a9a9a;
	font-size:0.8em;
}

#navigation ul li a:hover {
	text-decoration:underline;
}

#navigation ul li a.active,
#navigation ul li a.active:hover {
	color:#cacaca;
	text-decoration:none;
	text-shadow:0 1px #fff;	
}

/* ******************************* CALLOUT JONX ******************************* */

#callout {
	padding:0;
	margin-left:41.5em;
	margin-top:1em;
}

#callout a {
	color:#6a6a6a;
	text-decoration:underline;
}

#callout a:hover {
	color:#E355A8;
}

#callout .callout_wrapper {
	background:url('images/callout_wrapper_bg.gif') no-repeat left bottom;
	padding-bottom:18px;
}

#callout .callout_text {
	background-color:#eaeaea;
	color:#4a4a4a;
	font-size:1em;
	padding:8px 10px;
	margin:0;
	border:1px solid #eaeaea;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* ******************************* PAGE TITLE ******************************* */

#title {
	overflow:hidden;
	margin-bottom:0;
	padding-top:2em;
}

#home #title {
	/*padding-bottom:6em;*/
	padding-bottom:2em;
	padding-top:0;
}

#title h1 {
	color:#4a4a4a;
	font-size:3.5em;
	letter-spacing:-1px;
	line-height:0.9em;
	margin-left:-1px;
	text-shadow:0 1px #fff;
}

#title h1 span {
	color:#bababa;
	font-size:0.7em;
	font-family:Times;
}

#title h1.has_crumb {
	color:#6a6a6a;
	font-size:1.2em;
	padding-top:0.2em;
}

#title h1 .logo_big {
	background: url('images/WindowsScript.png') no-repeat 0 top;
	height:146px;
	float:left;
	overflow:hidden;
	text-indent:-1000px;
	width:13em;
}

/* ******************************* PAGE CONTENT ******************************* */

h2 {
	color:#2a2a2a;
	font-size:1.4em;
}

h3 {
	color:#4a4a4a;
	font-size:1.2em;	
}

.col_heading h3 {
	color:#bababa;
	font-weight:normal;	
	font-size:1em;
}

.col_heading h3 span {
	color:#aaa;
	font-weight:normal;
	font-size:0.8em;	
}

.low {
	color:#bababa;
	font-weight:normal;
}

h4 {	
	font-size:0.8em;
}

.aux {
	color:#bababa;
	font-size:0.8em;
	line-height:1.3em;
	margin-top:0.1em;
}

.aux a {
	color:#bababa;
	text-decoration:underline;
}

.aux a:hover {
	color:#E355A8;
}

.intro {
	color:#4a4a4a;
	font-size:1.5em;
	line-height:1.2em;
	margin-top:-0.7em;
	margin-bottom:0.5em;
	padding:0;
	padding-bottom:0;
	text-shadow:0 1px #fff;
}

p {
	color:#6a6a6a;
	line-height:1.4em;
	margin:0 0 0.8em;
}

blockquote {
	background:url('images/blockquote_bg.gif') no-repeat top left;
	color:#9a9a9a;
	padding:0 0 0 2em;
}

blockquote.no_icon {
	background:none;
}

.col ul li {
	margin:0.5em 0;
}

img.pic {
	border:0.5em solid #fff;
}

img.left {
	float:left;
	margin:0.1em 0.5em 0.5em -7.5em;
}

img.right {
	float:right;
	margin:0.5em -7.5em 0.5em 0.5em;
}

.screenshot_lg {
	height:150px;
	overflow:hidden;
}

.screenshot_sm_box {
	height:50px;
	overflow:hidden;
	width:20%;
}

#home #content ul.links {
	color:#aaa;
	font-size:0.9em;
}

#home #content ul.links li {
	margin-top:0;
}

/* ******************************* BLOG / HELP PILE SHARED ******************************* */

#home .item {
	font-size:1em;
	margin-top:-2.2em;
	position:relative;
}

.post {
	margin-bottom:3em;
	position:relative;	
}

.post h2,
.post h2 a,
.item h4,
.item h4 a {
	color:#2a2a2a;
	font-size:1.2em;
}

#home .item h4 {
	margin-bottom:0.2em;
}

#thread .post h2 {
	font-size:2em;
}

.post .aux {
	font-size:0.8em;
	font-weight:normal;
	left:-11em;
	margin-bottom:0.6em;
	position:absolute;
	top:2.6em;
	width:10em;
}

.post .aux li {
	margin:0;
	padding:0;
}

#home .item h5 {
	display:none;
}

.post p,
.item p {
	color:#8a8a8a;
	font-size:1em;
	margin-bottom:1em;
}

.post p a,
.item p a,
#home #content ul.links a {
	color:#5a5a5a;
	font-weight:bold;
}

#post .post blockquote,
#post .post p {
	font-size:1.2em;
}

#blog .post p a.continue,
#home .item p a.continue {
	color:#E355A8;
	font-size:0.8em;
	font-weight:bold;
}

#thread .post p.meta,
.post p.meta {
	color:#bababa;
	font-size:0.8em;
	margin-bottom:0.6em;
	text-transform:uppercase;
}

#thread .post p.meta {
	margin-bottom:2em;
}

.post p.meta a {
	color:#bababa;
	font-weight:normal;
	text-decoration:none;
}

.post p.meta a:hover {
	color:#4a4a4a;
	text-decoration:underline;
}

/* ******************************* FORMS ******************************* */

#content .form {
	background:#eaeaea;
	margin-bottom:2em;	
}

#content fieldset {
	border:1px solid #fff;
	overflow:hidden;
	/*padding:0.7em 1em 0.5em;*/
}

#content #login_wrapper fieldset {
	padding:0;
}

#content fieldset legend {
	/*display:none;*/
}

#content fieldset p {
	font-size:0.8em;
	margin-bottom:0.8em;
}


#content fieldset p.biggie {
	font-size:1.3em;
}

#content fieldset p.note {
	clear:both;
}

#content fieldset a {
	color:#4a4a4a;
}

#content fieldset div {
	font-size:0.8em;
	float:left;
	overflow:hidden;
	padding:0.4em 0;
}

#content fieldset div.frmreq {
	color:#E355A8;
}

#content fieldset .error {
	color:#2a2a2a;
}

#content fieldset .error strong {
	color:#E355A8;
}

#content #create_wrapper fieldset div {
	margin-right:1em;
}

#content #create_wrapper fieldset div.error {
	float:none;
	width:auto;
}

#content fieldset label {
	color:#4a4a4a;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	padding-top:0.2em;
}

#content #create_wrapper fieldset label {
	width:14em;
}

#content fieldset input.text {
	background:#fff;
	border:1px solid #bababa;
	padding:0.3em;
	width:12em;
}

#content #create_wrapper fieldset input.text {
	width:16em;
}

#content #login_wrapper fieldset input.text {
	width:10em;
}

#content fieldset .btn {
	clear:left;
}

#content fieldset .cookiechk {
	height:1.4em;
}

#content fieldset .cookiechk label {
	margin:0 0 0.9em;
}


#content fieldset .cookiechk label a {
	font-size:0.9em;
}

#content fieldset .forgotpass a {
	display:block;
	padding-top:0.1em;
}

/* ******************************* FOOTER ******************************* */

#footer_wrapper {
	background:#eaeaea;
	color:#bababa;
	clear:both;
	margin-top:3em;
	padding:2em 0 3em;
}

#home #footer_wrapper {
	margin-top:0;
}

#footer a {
	color:#7a7a7a;
}

#footer a:hover {
	color:#3a3a3a;
}

#footer div {
	font-size:0.9em;
	padding-left:10.4em;
}

.toplink a {
	min-width:75px;
	height:16px;
	background:url('images/back_top.gif') no-repeat left top;
	text-indent:-1000px;
	overflow:hidden;
	float:right;
	margin:0 1em 0 auto;
}

@media print {.toplink {display: none;}}


#tweet-it {bottom: 50px !important;}