/* ================================================================================================
* General Global Styles
*	
* ================================================================================================
*/


body, 
html
{
width: 100%;
height: 100%;
}

body
{
font: 12px/1.4 Arial, Helvetica, Tahoma;
color: #333;
}

/* -- GENERAL STYLES ------------------------------ */

em
{
font-style: italic;
}

strong
{
font-weight: bold;
}

h2
{
font-size: 20px;
line-height: 1.1;
margin: 20px 0;
color: #0f0f0f;
}

h2 a
{
color: #b9b9b9;
background: none;
}

h3
{
font-size: 20px;
line-height: 1.1;
color: #000;
}

h4
{
font-size: 17px;
color: #666;
}

a
{
color: #00f;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

br.c
{
clear: both;
}

hr
{
}

a.btn
{
height: 30px;
font-size: 20px;
line-height: 30px;
padding: 0 5px;
color: #fff;
background-color: #202325;
}

a.btn:hover
{
background-color: #585a5c;
text-decoration: none;
}

a.twitter
{
background: #3cf;
color: #fff;
padding: 2px 4px;
}

a.box
{
background: #ac3;
color: #fff;
padding: 2px 4px;
}

a.developers
{
background:#000;
color: #fff;
padding: 2px 4px;
}

a.box:hover,
a.twitter:hover,
a.developers:hover
{
background: #333;
text-decoration:none;
}

p a
{
color: #00f;
}

p
{
font-size: 12px;
margin-bottom: 12px;
}

pre
{
margin: 11px 0;
background-color: #efefef;
padding: 10px;
}

code
{
font: 11px/1 "andale mono", monospace, courier;
}

/* -- README ------------------------------ */

.a-readme h2
{
color: #000;
font-size: 20px;
margin: 20px 0;
}

.a-readme h3
{
color: #333;
font-size: 16px;
}

.a-readme p
{
color: #555;
}

pre
{
margin: 11px 0;
background-color: #efefef;
padding: 10px;
}

code
{
font: 11px/1 "andale mono", monospace, courier;
color: #000;
}

.a-readme hr
{
border: none;
border-top: 1px solid #aaa;
margin: 24px 0;
}

.a-readme ul
{
list-style-position: outside;
font-size: 12px;
margin: 12px 0 12px 20px;
}

sup
{
font-size: 0.7em;
position: relative;
top: -0.6em;
left: 0;
}

/* -- FORMS ------------------------------ */

.form-row
{
line-height: 20px;
margin: 5px 0;
float: left;
clear: both;
}

.form-row label
{
width: 100px;
margin-right: 20px;
float: left;
text-align: right;
}

input.a-submit {/* Format ALL Submit Buttons */
	float: left;
position: relative;
height: 20px;
border: 0;
background: #333;
color: #fff;
font: 12px/1 arial, sans-serif;
padding: 2px;
z-index: 2;
}

input.a-submit:hover
{
background-color: #999;
cursor: pointer;
}

.error_list
{
float: left;
clear: both;
margin-left: 120px;
}

/* -- WRAPPERS ------------------------------ */

#wrap
{
width: 960px;
margin: 0;
position: relative;
}

/* -- LOGIN ------------------------------ */

#login-links
{
position: absolute;
right: 0;
font-size: 18px;
line-height: 40px;
color: #eee;
display: none;
}

#login-links a
{
color: #aaa;
}

#login-form-container
{
display: none;
position: absolute;
top: 10px;
right: 0;
z-index: 999;
border: 1px solid #ddd;
background-color: #fff;
padding: 10px;
}

#login-form-container .cancel
{
float: right;
clear: both;
}

.form-row.login-submit
{
width: 100px;
margin-right: 20px;
float: left;
text-align: right;
}

.form-row.login-submit input.a-submit
{
float: right;
}

.form-row.reset-password
{
float: left;
width: auto;
display: inline;
clear: none;
}



/* -- MAST ------------------------------ */

#mast
{
float: left;
display: inline;
position: fixed;
top: 40px;
left: 40px;
z-index:0;
}

#mast h1
{
float: left;
display: inline;
}

#mast h1 a#logo
{
float: left;
display: inline;
text-indent: -9999px;
width:200px;
height:342px;
background: url(../images/apostrophe-logo-mask.png) no-repeat 0 0;
}

#mast h1 a#logo:hover
{
background-position: -200px 0;
}

/* -- CONTENT ------------------------------------------ */

#content
{
position: relative;
float: left;
display: inline;
width: 680px;
margin: 40px 0 0 280px;
}

#description
{
margin: 30px 0 60px 0;
}

#description h2
{
margin-bottom: 30px;
line-height:24px;
}

a.a-btn.demo
{
font-size:24px;
background-color: rgb(170,204,51);
background-color: rgba(170,204,51,0.65);
float:none;
margin-left:10px;
padding:2px 4px;
}

.nav
{
float: left;
display: inline;
position: relative;
clear: both;
width: 100%;
padding: 0;

}

.nav li
{
display: inline;
float: left;
padding: 0;
font-size: 11px;
margin: 0 40px 0 0;
}

.nav li.last
{
margin: 0;
}

.nav li h3
{
margin: 0;
float: left;
width: 100%;
}


/* copped the apostrophe button styles for the nav elements
----------------------------------------------- */

.nav li h3 a
{
color: #ac3;
font-size:24px;
padding: 2px 6px;
}

.nav li h3 a.active
{
	color:#fff;
	background-color: rgba(0,0,0, 0.70);
	
	-moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.70);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.70);
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.40);
	-opera-box-shadow:inset 0px 0px 1px rgba(0, 0, 0, 0.70);
	-khtml-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.70);
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.70);
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.20);
}

.nav li h3 a.active:hover
{
	text-decoration:none;
}

.nav li p
{
font-size: 11px;
}

.content-block
{
position: relative;
float: left;
clear: both;
display: none;
width: 100%;
margin:40px 0;
padding:0;
	-moz-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.35);
}

.content-block h3
{
	margin-bottom:20px;
}

.top
{
position: absolute;
right: -40px;
top: 40px;
font-size: 12px;
color: #ddd;
}


/*.features li
{
margin: 12px 0 12px 20px;
font-size: 18px;
line-height: 20px;
color: #999;
list-style-position: outside;
list-style-image: url(../images/bullet.png);
}
*/

#features-content,
#get-apostrophe-content
{
	width:640px;
	padding:20px;
}

#features-content h4,
#get-apostrophe-content h4
{
color: #999;
font-size: 20px;
margin-bottom: 20px;
}

.features
{
float: left;
display: block;
clear: both;
}

.features li,
#announcement
{
width: 300px;
margin-right: 36px;
margin-bottom: 20px;
float: left;
display:inline;
font-size: 14px;
line-height: 1.4em;
color: #999;
}

.features p
{
	float: left;
	display:inline;
	font-size: 14px;
	line-height: 1.4em;
	color: #999;
	margin-bottom: 20px;
}

.features li.last
{
width: 300px;
margin-right: 0;
float:right;
display:inline;
}



.features li strong
{
font-weight: normal;
color: #333;
}

#announcement
{
background: #ac3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#announcement h3,
#announcement h4,
#announcement p
{
color: #fff;
margin: 10px;
}

#announcement p
{
	line-height: 1.75;
}

#announcement a
{
color: #fff;
background: #8a1;
padding: 2px 4px;
}

#mailinglist #Email
{
width: 160px;
padding: 2px;
color: #ababab;
}

#community
{
	float:left;
	margin-bottom:80px;
}

.community-nav
{
	float:left;
	clear:both;
	width:100%;
	margin-bottom:40px;
}

.community-nav li
{
	float:left;
	display:inline;
	margin-right:40px;
}

.community-nav li h4
{
	margin-bottom:5px;
}

#buzz
{
	width:100%;
	float:left;
	display:inline;
	clear:both;
}

.mailinglist-container
{
	position:relative;
}

#mailinglist
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	width:240px;
	background: #fff;
	border: 1px solid #999;
	z-index:999;
	display: none;
	-moz-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	-webkit-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	-opera-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	-khtml-box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;	
	box-shadow:rgba(0,0,0,0.25) 0px 0px 10px;
	
}

#mailinglist h4
{
	font-size:16px !important;
	width:200px;
}

#mailinglist .cancel
{
	position:absolute;
	top:0;
	right:0;
	float:left;
	text-indent:-9999px;
	height:20px;
	width:20px;
	background:url(/apostrophePlugin/images/a-icon-alt-cancel.png) no-repeat bottom left;
}

#mailinglist .cancel:hover
{
	background-position:top left;
}

/*====FOOTER==============================*/

.footer
{
position: fixed;
clear: both;
left: 40px;
bottom: 0;
width: 200px;
margin: 0;
padding:40px 0 30px 0;
font-size: 11px;
color: #999;
background: url(../images/footer-bg.png) no-repeat top left;
}

.footer p
{
	font-size:11px;
}

.footer .a-attribution
{
clear:both;
width:100%;
}

/* ----- Clear Fix ----- slightly enhanced, universal clearfix hack */
.c:after
{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.c
{
display: inline-block;
}
/* start commented backslash hack \*/
* html .c
{
height: 1%;
}
.c
{
display: block;
}
/* close commented backslash hack */

.sf_apply ul.error_list
{
float: none;
font-size: 115%;
margin-left: 0px;
padding-bottom: 10px;
}

#sf_apply_reset_request
{
float: left;
clear: both;
display: inline;
width: 100%;
position: relative;
font-size: 18px;
}

#sf_apply_reset_request h3
{
font-size: 18px;
margin-bottom: 20px;
color: #999;
}

#sf_apply_reset_request h3 em
{
font-style: normal;
color: #000;
}

#sf_apply_reset_request input,
#sf_apply_reset_request input[type="password"]
{
font-family: helvetica, arial, sans-serif;
font-size: 18px;
border: 1px solid #c0c0c0 !important;
padding: 2px;
color: #777;
}

#sf_apply_reset_request ul
{
float: left;
width: 100%;
clear: both;
display: inline;
margin: 0;
position: relative;
}

#sf_apply_reset_request ul li
{
float: left;
}

#sf_apply_reset_request ul li .a-reset-submit
{
border: 1px solid #999;
color: #fff;
cursor: pointer;
margin-left: 10px;
}

#sf_apply_reset_request ul li .a-reset-submit:hover
{
/*	color: #333;*/
	background: #999;
border: 1px solid #fff;
}

#sf_apply_reset_request ul li .a-cancel
{
color: #f00;
text-transform: lowercase;
}

#sf_apply_apply_form
{
overflow: hidden;
margin-bottom: 60px;
}

#sf_apply_apply_form .a-submit
{
text-transform: capitalize;
font-size: 14px;
line-height: normal;
padding: 2px 5px 3px;
height: auto;
float: left;
background-color: #202325;
}

#sf_apply_apply_form .a-submit:hover
{
background-color: #666;
}

#sf_apply_apply_form input
{
border: 1px solid #eee;
padding: 3px;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
}

#sf_apply_apply_form input:focus
{
border-color: #3cf;
}

/* adjust punkbar padding to work with our borderless layout and still match trac */
.punkbar-apostrophenow
{
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}


/* SVN Repository Styles */

#repository
{
float: left;
width: 680px;
height: auto;
}

#repository li
{
width: 100%;
}
#repository li h3
{
position: relative;
}

#repository li h3 a.btn
{
	width: 675px;
}

#repository li h3 img.rss-icon
{
position: absolute;
right: 9px;
top: 9px;
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.40);
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.40);
-opera-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.40);
-khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.40);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.40);
}

#repository li h3 a.btn:hover
{
background-color: #585a5c;
}

#repository .commits,
#repository .commits .commit
{
float: left;
width: 100%;
overflow: hidden;
}

#repository .commits .commit
{
margin-bottom: 20px;
}

#repository .commits .commit .date,
#repository .commits .commit .title
{
font-size: 14px;
color: #585a5c;
line-height: 1.2;
}

#repository .commits .commit .description
{
font-size: 12px;
margin: 5px 0 0;
}

#repository .commits .commit .description ul
{
white-space: nowrap;
margin-top: 5px;
color: #888;
display: none;
}

.repository-toggle
{
font-size: 11px;
padding: 0 2px;
background: #333;
color: #eee;
}

.repository-toggle:hover
{
text-decoration: none;
background-color: #585a5c;
}

.repository-show-less.repository-toggle
{
display: none;
background: #611;
}

.repository-show-less.repository-toggle:hover
{
background: #585a5c;
}


/* Newsberry Form */

#newsberry-form
{
margin-top: 10px;
}

#newsberry-form label
{
float: left;
margin-right: 5px;
}

#newsberry-form #Email
{
font: 12px/normal Arial, Sans-serif;
border: 1px solid #999;
padding: 2px 4px;
}


/* a-btn color override for apostrophenow */

.a-btn,
.a-submit {/* Background Color */
background-color: rgb(32,35,37);
background-color: rgba(32,35,37,0.65);
}

#translate-culture
{
	padding-bottom: 20px;
}

#translate .original
{
	font-family: Courier;
}

#translate textarea
{
	width: 400px;
	height: 100px;
}

#translate li
{
	padding-top: 20px;
}

#translate-culture label
{
	padding-right: 20px;
}

#translate-culture input.text
{
	margin-right: 20px;
}

#translate li.controls
{
	padding-bottom: 10px;
}

#translate li.controls a
{
	padding-left: 40px;
}

.translate-instructions,.translate-notice
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#translate-filters li
{
	display: inline;
	padding-right: 10px;
}

#translate-filters .active
{
	text-decoration: none;
	color: black;
}