/* css/style.css */

*:focus {
    outline:none;
}

body {
    font-family:"Trebuchet MS", Verdana, sans-serif;
    font-size:14px;
    line-height:20px;
    color:#fff;
    background:#0f1123 url(../img/bg.jpg) top center no-repeat;
    position:absolute;
    min-height:100%;
    width:100%;
}

#main_header {
    width:940px;
    margin:auto;
    height:200px;
    position: relative;
}
#main_header #top-logo {
    width:254px;
    position:relative;
    left:-33px;
}

#main_header #top-menu{

    position:absolute;
    top:0px;
    left: 400px;
}

#top-menu a:link,
#top-menu a:visited,
#top-menu a:hover{

    color: #fff;
    line-height: 22px;
    font-size: 18px;
    text-decoration: none;
    margin-left:10px;
    margin-right:10px;
}

#top-menu a:hover{
    text-decoration: underline;
}

#settings {
    position:relative;
    width:940px;
    height:55px;
    background:url(../img/nav-bg.jpg) no-repeat;
    margin:auto;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:20px;
}
.main_grid_3 {
    float:left;
    width:226px;
    margin-top:13px;
    margin-right:11px;
    text-align:center;
}
.main_omega {
    margin-right:0;
}
.links {
    margin-top:15px;
}
.links a {
    text-decoration:none;
}
.links a, .links a:visited {
    color:#fff;
}
#settings li {
    display:inline;
}
.box input {
    font-size:12px;
    width:35px;
    height:15px;
    border:none;
    padding:5px;
    margin-left:10px;
    text-align:center;
    color:#777;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #920101;
}
.separator {
    padding:0 7px 0 2px;
    margin-right:10px;
    border-right:1px #dc0909 solid;
}
#main_grid {
    width:950px;
    margin:0 auto;
    padding:0;
}
#preview_box {
    width:950px;
    border-width:5;
    -webkit-border-image:url(../img/grid-frame.jpg) 5 stretch;
    -moz-border-image:url(../img/grid-frame.jpg) 5 stretch;
    background:#fff;
    color:#2f2f2f;
}

#highlighted_code{
    position:relative;
    width:940px;

 
    margin:auto;
  
   
 
}

#main_grid p {
    padding:30px;
}
#main_grid-header {
    height:150px;
    border-bottom:2px #ccc dashed;
}
#main_grid-content {
    border-bottom:2px #ccc dashed;
    height:300px;
}
#main_grid-footer {
   height:150px;
}

#about {
    width:900px;
    margin:auto;
    padding-bottom:20px;
    margin-top:20px;
}
#about h1 {
    line-height:1em;
    font-size:40px;
    margin-bottom:10px;
}
#about p {
    color:#b9bbd3;
    margin-bottom:20px;
}
#about a {
    color:#fff;
    text-decoration:none;
}
#about a:hover {
    border-bottom:1px #fff dotted;
}
#about ul {
    margin-left:20px;
    margin-bottom:20px;
    color:#b9bbd3;
}
#about li {
    list-style-type:square;
}
b {
    color:#fff;
}
em {
    font-style:italic;
    color:#dadcee;
}

.hidden{
    display:none;
}
.sep {
    width:1px;
    height:20px;
    background:#ce0000;
    display:block;
    float:left;
    margin-top:5px;
    margin-right:5px;
    margin-left:-5px;
}
.links {
    float:left;
    position:relative;
    top:-1px;
    margin-left:-5px;
}
h2.center {
    position:relative;
    top:40%;
    text-align:center;
    font-family:"Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    font-size:30px;
    color:#111;
}
label {
    float:left;
    width:200px;
    padding-top:4px;
    padding-bottom:2px;
}
#add_type {
    width:100px;
}
#add_columns {
    float:left;
    width:100px;
}
#add_classes, #add_id {
    float:left;
    width:200px;
}
#add_button {
    clear:left;
    float:left;
    margin:5px 5px 5px 0;
    padding:3px;
}
#add_close {
    float:left;
    margin:5px 0 5px 0;
    padding:3px;
}
.ui-dialog-titlebar-close {
    display:none;
}

/* Particle Tree Buttons */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 5px 0 0;
    border:none;
    background:none;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:10px;
    line-height:130%;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

#livescape {
		width:960px;
		height:200px;
		overflow:hidden;
}
#logo {
		position:relative;
		top:-200px;
}

h2{
    margin-top: 50px;
    margin-bottom: 20px;
        font-size:24px;
}

#css_embed_code_highlight,
#css_code_highlight,
#html_code_highlight{

    background-color: #fff;
    padding:10px;
    border: 3px solid #999;
}

#goto-top{
    display:block;
    position:fixed;
    right:0px;
    top:200px;
    font-size:1.5em;
    padding:10px 25px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
    border:1px solid #000;
    border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
}

