/* Styles.css
	Site: Osmek userguide
	Author: George
	Date: 12/21/09
*/


body {
	margin: 0px;
	padding: 0px;
	
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	
	background-color: #dfe1e3;
}


/* ! Links & Buttons */
/* --------------------------------------------------------------------------------- Links & Buttons
*/

a, a:visited {
	outline-style:none;	/* get rid of borders on active links */
	color: #7EA9B4;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

a.no-underline, a.no-underline:hover {
	text-decoration: none;
}




/* ! Headers */
/* --------------------------------------------------------------------------------- Headers
*/

h1 {
}
h2 {
	font-size: 20px;
	border-bottom: 1px solid #dfe1e3;
	padding: 5px 0px;
	margin-bottom: 20px;

}
h3 {
	font-size: 18px;
	color: #7ca8b4;
	/* margin: 8px 0px; */
}
h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}



/* ! Standards & Hacks */
/* ------------------------------------------------------------- Standards & Hacks
*/
.clearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.bullet {
	padding-left: 30px;
	list-style: circle;
}

.float-left {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.float-right {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-none {
	clear: none;
}


img {
	border: none;
}
.image {
}
.image img{	
	display: block;
	margin: 0px;
	border: 1px solid #638B82;
}


.image .caption {
	display: block;
	/* text-align: center; */
	text-transform: uppercase;
	color: #638B82;
	margin: 4px 0px;
}
.image .caption.center {
	text-align: center;
}

.image .sub-caption {
	display: block;
	color: #000;
	font-size: 14px;
}

.image.float-left {
	margin: 0px 10px 10px 0px;
}
.image.float-right {
	margin: 0px 0px 10px 10px;
}


.justify {
	text-align: justify;
}


blockquote {
	margin: 0px 0px 20px 0px;
	padding: 15px;
	background-color: #dfe1e3;
}
blockquote .author {
	display: block;
	margin-top: 10px;
	font-style: normal;
	text-align: right;
}

code {
	display: block;
	padding: 15px;
	background-color: #dfe1e3;
	font-family: Monaco, Verdana, sans-serif; 
	overflow-x: auto;
	border-top: 1px dotted #bbc2c8;
	border-bottom: 1px dotted #bbc2c8;
}

pre {
	margin: 0px;
	font-family: Monaco, Verdana, sans-serif; 
}

code, pre, blockquote {
	color: #243B66;
}

code a, pre a, blockquote a {
	color: #243B66;
}

.serif {
	font-family: "Sabon Roman", "Times New Roman", Georgia, serif;
}
.sans-serif {
	font-family: Helvetica, Verdana, Sans-serif;
}


.parameter {
	background-color: #c7e3ad;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.keyword {
	background-color: #a9d0e7;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.shadow {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/* ! Structure */
/* --------------------------------------------------------------------------------- Structure
*/

#site {
}
#header {
	background: #333940;	
	
}
#header h1 {

}
#header h1 a {
	color: #999;
	text-decoration: none;
	display: block;
	width: 407px;
	height: 90px;
	text-indent: -9999px;
	background: transparent url(../images/logo-userguide.png);
	background-repeat: no-repeat;
}
ul#header-nav {
	position: absolute;
	right: 0px;
	top: 67px;
}
#header-nav li {
	
}
#header-nav a {
	color: #BBC2C8;
	font-size: 15px;
}
#header-nav a:hover, #header-nav a:active {
	color: #EEEEEE;
	text-decoration: none;
}
#main {
	background-color: #eeeeee;
	
}
#main form {
	
}
#footer {
	clear: both;
	background-color: #dfe1e3;
	border-top: 1px solid #bbc2c8;
}
#content {
	width: 700px;
	margin-left: 260px;
}
#content h1:first-child {
	/* margin-top: 5px; */
}
#sidebar {
	width: 220px;
	float: left;
	margin-right: 40px;
}
#sidebar .section {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar h3 {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	margin: 8px 0 8px 0;
}
#sidebar h3:first-child {
	margin-top: 0px;
}
#sidebar a {
	color: #999;
}
#sidebar a:hover {
	color: #7EA9B4;
}
#sidebar .subtopics li {
	margin-left: 10px;
	background-image: url(../images/raquo.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 9px;
}
#sidebar li ul {
	margin-left: 5px;
}

#sidebar h3.subnav-title {
	margin-left: 5px;
	margin-bottom: 3px;
	border: none;

}
.content {
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
	display: block;

}
#header .content {
	padding: 10px 0px;
}
#content ul {
	list-style: disc;
	margin-left: 20px;
}



/* Navigation  */
/* --------------------------------------------------------------------------------- Navigation
*/


/* ! Buttons  */
/* --------------------------------------------------------------------------------- 
 */
 
button, a.button, .buttons button, .buttons a {
	background: #e6f0f3 url(../images/buttons/button-overlay.png) repeat-x;
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 14px 9px 14px;
	margin: 0px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	/* text-shadow: 0 -1px 1px rgba(0,0,0,0.05); */
	border: none;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

button:hover, a.button:hover, .buttons button:hover, .buttons a:hover {
	background-color: #007e9e !important;
	color: #fff !important;
}

button:focus {
	background-color: #007e9e !important;
	color: #fff !important;
	outline: none;
}

button img, a.button img {
	float: left;
	margin: 0px;
	margin-left: -4px;
	margin-right: 4px;
}

button.clear, a.button.clear {
	background: transparent !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-shadow: none !important;
	color: #666;
}
button.clear:hover, a.button.clear:hover {
	color: #007e9e !important;
	text-decoration: underline;
}


button.light, a.button.light {
	background-color: #fff;
	color: #333;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}


/* Sizes */

button.huge, a.button.huge {
	padding: 20px;
	font-size: 18px;
	text-align: center;
	
}
button.large, a.button.large {
	/* Default button state */
}

button.medium, a.button.medium {
	padding: 4px 10px 6px;
	font-size: 13px;
}

button.small, a.button.small {
	padding: 5px 10px 6px;
	font-size: 11px;
}
button.small img, a.button.small img {
	margin-top: -2px;
	margin-bottom: -3px;
}


/* Pill Buttons */
button.pill, a.button.pill {
	/* background: #e6f0f3 url(../images/buttons/36px-blended.png) repeat-x; */
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
}
button.pill:hover, a.button.pill:hover {
	border-top-color: transparent;
}

/*
.buttons a, button, .buttons button, a.button {
    display:block;
    margin: 0;
    background-color: #fff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
*/
/*
button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px;
    margin: 2px 0;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
button[type] {
    padding:5px 10px 5px 7px; 
    line-height:17px;
}
*:first-child+html button[type] {
    padding:4px 10px 3px 7px; 
}
button img, .buttons a img, a.button img {
    margin:0 8px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

form.small button,
button.small {
	line-height:12px;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 7px 5px 7px;
}



.options.buttons a, .options.buttons button {
	padding: 2px 5px;
}
*/
/* STANDARD */

/*
button:hover, .buttons a:hover, a.button:hover {
	background-color: #e8f0f2;
	border-bottom: 1px solid #c2e1ef;
	border-right: 1px solid #c2e1ef;
	
	color:#336699;
}
.buttons a:active, a.button:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
*/

/* POSITIVE */
/*

button.positive, .buttons a.positive, a.button.positive {
    color:#529214;
    background-color:#f5f5f5;
    border:1px solid #dedede;
}
.buttons a.positive:hover, button.positive:hover, a.button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active, a.button.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
*/

/* NEGATIVE */

/*
.buttons a.negative, button.negative, a.button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover, a.button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active, a.button.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
*/

/* ! Forms  */
/* --------------------------------------------------------------------------------- 
 */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	margin-top: 0px;
	margin-bottom: 12px;
}
fieldset {
	margin: 0px;
	border: none;
	background: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form p {
	clear: both;
}
input, textarea {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#fefefe url(../images/foundation.png) repeat-x 0 -188px;
	outline: none;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="password"],
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
}
 
input[type="checkbox"],
input[type="radio"] {
	/* vertical-align: top; */
	width: auto !important;
}

input:focus,textarea:focus {
	background-color:#fefeee;
	/* background-color: #ffffcc; */
}
input[type=checkbox] {
	width: auto;
}
input[readonly] {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	background-position-y: -189px;
}
input[disabled] {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	background-position-y: -189px;
	color: #ccc;
}
input[readonly]:focus,
input[disabled]:focus {
	background-color: #fff;	
}

label {
	display: block;
}
.checkboxes label, label.inline {
	display: inline;
}

/* Input variations */
.title input {
	font-size: 22px;
	font-weight: bold;
}
.title label {
	font-size: 13px;
	font-weight: bold;
}
.options input {
	width: 250px;
	padding: 5px;
}
.options label {
	display: inline;
	padding: 5px;
}

.postbody textarea {
	height: 200px;
}


select {
	/* margin: 0; */
}
.select_wrapper.disabled {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}
.select_wrapper.disabled span {
	color: #999;
}

.select_wrapper {
	display: inline;
	
	display: block;
	float: left;
	
	padding: 0px 0px;
	position: relative;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0;
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#fefefe url(../images/foundation.png) right -139px;height:19px;
}
.right .select_wrapper {
	/* float: right; */
}
.column.right .select_wrapper {
	
}
.select_wrapper select {
	opacity: 0;
	filter: alpha(opacity = 0);
}
.select_wrapper span {
	/* z-index:2; */
	position:absolute;
	display: block;
	top: 0px;
	text-align: left;
	font-size:11px;
	height:19px;
	line-height:18px;
	margin-left:4px;
	margin-right: 18px;
	overflow: hidden;
	color: #333;
	/* width: 100%; */
}



/* Small forms */
form.small input,
fieldset.small input,
input.small,
form.small textarea,
fieldset.small textarea,
textarea.small {
	padding: 2px;
	font-size: 12px;
	width: 200px;
	margin: 0px;
}
form.small label,
fieldset.small label,
label.small {
	font-size: 12px;
	padding: 0px 0px;
	margin: 0px;
}
form.small .select_wrapper,
form .small .select_wrapper {
	margin: 0px;
}
form.small p,
form .small p {
	margin: 7px 0px;
}


/* Developer list*/

#developer-list span {
		
}
#developer-list p {
	margin: 0px;
	padding: 0px;
	margin-left: 85px;
}
span.info-title {
	display: block;
	width: 80px;
	float: left;
	margin-right: 5px;
	text-align: right;
}
.name {
	display: block;
	margin-top: 0px;
	
	margin-bottom: 4px;
}
.website {
	
}
.contact {

}


/* Special input fields */
input.icon {
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: 3px center;
}


input.search {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url(../images/icons/search.png);
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Intro to Osmek */

.sections {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e1e1e1;	
}
.sections img {	
	display: block;
	background-color: white;
	padding: 10px;
	margin: 0px;
	margin-left: 180px;
	
}

.section-info {
	display: block;
	float: left;
	width: 175px;
	margin-right: 5px;
	
}

#photos-sec img {
	margin-bottom: 10px;
}
.screenshot {
	-webkit-box-shadow:	1px 1px 7px rgba(0, 0, 0, 0.3);
	margin-left: 10px;
}
.avatar {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	
}
.avatar img {
	background-color: transparent !important;
	margin: 0px;

}

/* Getting Started  */
/* --------------------------------------------------------------------------------- Getting Started
*/
ul#getting-started {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#getting-started li {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	
}
#getting-started li a {
	width: 180px;
	display: block;
}

/*
#button-api {
	background-image: url(../images/api.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}
*/
/* Videos  */
/* --------------------------------------------------------------------------------- Videos
*/
a.video {
	display: block;
	width: 185px;
	height: 125px;
	background-image: url(../images/screenshot_movie.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow:	1px 1px 7px rgba(0, 0, 0, 0.3);
	
}

