/*   
Theme Name: Arablak
Theme URI: http://www.arablak.com
Description: Custom Theme for Arablak.com
Author: Bret Phillips
Author URI: http://bretphillips.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* 2c-r-fixed.css */

body {
    background: #000000 url('http://arablak.com/images/BACKGROUNDINVERT.jpg') fixed repeat;
    min-width:960px;
}

body, input, textarea {
    font: 15px verdana,serif;
    line-height:22px;
}
    /*z-index:2;*/
#header {

    position:relative;
}

#branding {
    padding:0px 0 2px 0;
    width:960px;
}

#access {
    border-bottom:0px solid #ccc;
    color:#058b10
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    padding:0px 0 0px 0;
    margin-top: -35px;
    margin-left:-20px;
    background:transpaent;
}

#main {  
	background-color:white;
}

#container {
    width:660px;
    float:left;
}

#content {
    margin:0 0 0 10px;
    width:660px;
    overflow:hidden;
    padding: 5px;
    margin-top: -50px;
}

.main-aside {
    margin:20px 0;
    width:250px;
    float:right;
    position:relative;
    right:10px;
    margin-top: -50px;
}

#footer {
    border-top:1px solid #ccc;
    margin-top:0px;
    background-color:#000000;

}

#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}

/* default.css */

#blog-title a {
background:url(http://arablak.com/images/Arablak_Banner_2010.jpg) no-repeat top center;
display:block;
text-decoration:none;
text-indent:-9000px;
width: 960px;
height: 300px;
}

#blog-description {
    color:#FFFFFF;
    font-size:13px;
    font-style:italic;
}

.sf-menu a {
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:9px 13px;
	text-decoration:none;
	background:#058b10;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:white;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #000;
	outline:		0;
    border-bottom-color:#000;
}
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}

.entry-content {
  padding:10px;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
   border-style:solid;
   border-width:1px;
   border-color:#C0C0C0;
    background-color:#eeeeee;
}


.post {
  margin:20px 0;
  background-color:none;
} 

.aside h3 {
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
    font-size:14px;
    line-height:18px;
    color:white;
    background:#058b10;
    padding:1px 0 0px 5px;
    width: 300px;
}

#footer .aside h3 {
    background:none;
    font-size:18px;
    font-style:bold;
    line-height:22px;
    padding:1px 0 0 1px;
}



