/*
Theme Name: Twitter for Web
Author: Twitter for Web
Author URI: http://twitterforweb.com/
Version: 1.0
Text Domain: twitterforweb
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Structure
-------------------------------------------------------------- */
html, body { 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}
body {
	background: #fff url(./images/bg-twitter.png) repeat-x top;
}
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 1px solid #ccc;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="checkbox"] {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}
select {
	border: 1px solid #ccc;
	width: 60px;
	height: 22px;
}
select.long {
	width: 180px;
}
option {
	padding: 0 2px;
}
input.text {
	width: 374px;
}
input.shorttext {
	width: 80px;
}
input.middletext {
	width: 280px;
}
input.largetext {
	width: 680px;
}
input.tinytext {
	width: 44px;
}
input.submit, input[type=submit] {
	background: #2daccc;
	color: #fff;
	border: 1px solid #333;
	cursor: pointer;
}
input.reset {
	background: #91e3e3;
	color: #fff;
	border: 1px solid #777;
	cursor: pointer;
	margin-left: 10px;
}
textarea {
	width: 374px;
	height: 140px;
	font-size: 11px;
}
textarea.small {
	width: 240px;
}
h1, h2 {
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}
h1 {
	line-height: 20px;
	font-size: 20px;
}
a {
	color: #2daccc;
	text-decoration: none;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}
img.alignright {
	float: right;
	margin-left: 10px;
}
#headerInfo {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #2daccc;
}
.second {
	font-size: 12px;
	color: #333;
}
#header {
	width: 1020px;
	margin: 0 auto;
	height: 60px;
	padding-top: 10px;
}
#header .left {
	float: left;
	width: 300px;
}
#header .right {
	float: right;
	text-align: right;
	width: 680px;
}
#menu ul {
	float: right;
	padding: 23px 30px 0 0;
}
#menu ul li {
	margin: 5px 0 0 5px;
	float: left;
	width: 118px;
	border: 8px solid #fff;
	border-bottom: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#menu ul li.current-menu-item {
	margin-top: 0;
}
#menu ul li a {
	font-weight: bold;
	display: block;
	width: 100%;
	background: #fff;
	float: left;
	text-align: center;
	padding: 1px 0 4px;
	height: 15px;
}
#menu ul li.current-menu-item a {
	padding: 6px 0 8px;
}
#container {
	width: 1020px;
	margin: 0 auto;
	border: 8px solid #fff;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#containerContent {
	width: 700px;
	min-height: 700px;
	padding: 14px 8px;
	float: left;
}
#containerSidebar {
	width: 280px;
	min-height: 700px;
	padding: 14px 8px;
	float: right;
}
#preview {
	width: 270px;
	float: left;
	margin-right: 10px;
}
#previewSignature {
	padding-bottom: 10px;
	text-align: center;
}
.loading {
	width: 280px;
	height: 480px;
	background: url(./images/ajax-loader.gif) no-repeat 50% 50%;
}
.loadingSig {
	width: 100%;
	height: 114px;
	background: url(./images/ajax-loader.gif) no-repeat 50% 50%;
}
#preview div {
	margin: 0 auto;
}
#content {
	width: 420px;
	float: right;
}
#previewContent {
	padding-top: 15px;
	overflow: auto;
	width: 270px;
}
#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	padding: 5px 0 10px;
}
.step {
	color: #666;
}
.clr {
	clear: both;
}
.designSteps li {
	margin-bottom: 10px;
	background: #fbfbfb;
	border: 8px solid #fbfbfb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.designSteps h2 {
	margin-bottom: 10px;
}
.designSteps li div {
	margin-bottom: 7px;
}
.designSteps td {
	padding-bottom: 7px;
	padding-right: 10px;
}
.disabled td {
	color: #ccc;
}
.designSteps.nobg li {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.wp_content {
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}
.wp_content blockquote {
	padding-left: 5%;
	margin: 10px 0;
	font-style: italic;
}
.wp_content h1 {
	margin-bottom: 10px;
}
.wp_content p {
	margin-bottom: 10px;
}
.wp_content li {
	margin: 0 0 5px 20px;
	list-style-type: square;
}
.wp_content a:hover {
	text-decoration: underline;
}
ul.sidebar li.widget-container {
	margin-bottom: 35px;
}
ul.sidebar li.widget-container h3 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding-bottom: 17px;
	margin-bottom: 7px;
}
ul.sidebar li.widget-container a {
	color: #666;
	font-size: 14px;
}
ul.sidebar li.widget-container a:hover {
	color: #2daccc;
	text-decoration: underline;
}
ul.sidebar li.widget-container ul {
	list-style: square inside;
}
ul.sidebar li.widget-container ul li {
	border-bottom: 1px solid #efefef;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
table.status {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
table.status th {
	background: #eee;
}
table.status td {
	border-bottom: 1px solid #eee;
}
table.status td, table.status th {
	width: 33%;
	padding: 10px 6px;
}
table.status small {
	font-size: 9px;
	color: #999;
	display: block;
}
.sidebox_float {
	position: fixed;
	top: 10px;
}
.sidebox_float.sidebox_float_end {
	position: static;
	top: 0;
}
#previewSignatureContainer {
	position: relative;
}
#previewSignature.sidebox_float {
	top: 0;
	padding: 10px 0;
	width: 700px;
	background: #fff;
	text-align: center;
	-moz-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 0 5px 5px rgba(50, 50, 50, 0.5);
	z-index: 100;
}