/*   
Theme Name: GfxHax White
Theme URI: http://www.gfxhax.com/
Description: Base WP theme for GfxHax Black/White Themed
Author: Craig Smith
Version: 0.1
.
Creative Commons License
.
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

/* Just some example content */
div.search-bar {
position:absolute;
right:10px;
top:1em;
font-size: 2em;
}

div.bar1 {
  position: absolute;
  top: 55px;
  right: 10px;
  left: 250px;
  height: 5px;
  background-color: #000;
  -webkit-border-radius: 5px;
}
div.bar2 {
  position: absolute;
  top: 63px;
  right: 10px;
  left: 300px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 5px;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title {
color: #000;
font: normal 2em Impact,sans-serif;
letter-spacing: 1px;
padding: 0 0 12px 22px;
}

.entry-title a {
color: #111;
font: normal 2em Impact,sans-serif;
letter-spacing: 1px;
text-decoration: none;
}

.entry-title a:hover {
color: #F00;
font: normal 2em Impact,sans-serif;
letter-spacing: 1px;
text-decoration: none;
}

.entry-content {
margin-left: 15px;
padding-top: 10px;
font-size: 1.3em;
}

.entry-meta {
clear:both;
}

div.sidebar {
float:left;
position:absolute;
left: 0px;
width: 245px;
}

div#primary {
position:absolute;
top: 310px;
}

/*
div#container,div#primary {
margin-top:50px;
} */


form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}


div#nav-above {
margin-bottom:1em;
}
div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


div.sidebar h3 {
color: #fff;
background-color: #000;
font: normal 2.5em Impact,sans-serif;
text-indent: 20px;
letter-spacing: 1px;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 0 15px;
border-bottom: 1px dotted #ccc;
}

div.sidebar li b {
	color: #CCA;
	font-weight: bold;
	font-size: 1.3em;
}

div.sidebar li a {
	color: #black;
	font: normal 1.3em Impact,sans-serif;
	line-height: 1.5em;
	text-decoration: none
}

div.sidebar li a:hover {color: #ccc;}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul {
margin:0 0 1em 0;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#tagline {
background-color: #000;
font-size: 3.2em;
color: #fff;
/*display:block; */
width: 270px;
text-align: center;
margin-left: auto;
margin-right: auto;
  -webkit-border-radius: 25px;
}

div.rss {
margin-right: 0;
float:right;
position:relative;
top:-20px;
padding-right: 10px;
}

div.twitter {
margin-right: 0;
float:right;
position:relative;
top:-20px;
padding-right: 2px;
}

div.youtube {
margin-right: 0;
float:right;
position:relative;
top:-20px;
padding-right: 2px;
}

ul.mainMenu {
padding-top: 0px;
background-color: #000;
margin-top: 10px;
margin-left: 250px;
margin-right: 10px;
height: 2.3em;
/*margin-left:300px;*/
}

ul.mainMenu li {
background-color: #000;
color: #fff;
list-style-type:none;
display:inline;
float:left;
width: 100px;
padding: 5px;
}

ul.mainMenu a {
color: #ccc;
display:block;
text-decoration: none;
font-size: 2em;
}

ul.mainMenu a:hover {
color: #fff;
}

div.cleared { clear:all; }

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header {
text-align:right;
margin-top: 60px;
margin-right: 20px;
font-size: 1.3em;
}

div#footer {
border-top: 1px dashed #333;
color: #666;
font: normal 0.9em sans-serif;
/*position: absolute; */
top: 100%;
width: auto;
margin-left: 250px;
margin-right: 10px;
}

div#footer a {
	color: #999;
	text-decoration: none;
}

div#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3 {
margin:0;
padding:0;
}

html {
min-height: 100%;
height:auto;
width:auto;
}

* {
        margin: 0;
	padding: 0;
}

a {color: #000;}
a:hover {color: #777;}

body {
	margin: 0;
	padding: 0;

	background-color: #ddd;
	/*font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;*/
	font: normal 65% "Trebuchet MS",Verdana,sans-serif;
}
p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #CCC;
	font: normal 3em Tahoma,sans-serif;
}
h1 a {
	color: #000; 
	text-decoration: none;
}
h1 a:hover {
	color: #red;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

/*blockquote { */
strong,blockquote {
	color: #000;
	font-weight: bold;
	padding-left: 28px;
}

{border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

#blog-title {
  color: #000;
  text-align: right;
  margin-right: 10px;
}

#blog-description {
  margin-right: 20px;
}

div.publish {
margin-left:10px;
margin-bottom: 10px;
padding: 0 10px 10px 10px;
background-color: #eee;
-webkit-border-radius: 10px;
}

div#wrapper {
  position: absolute;
  /*
  margin: 0 70px 0 70px;
  */
  left:60px;
  margin: 0 auto;
  background: #fff url('images/bg-white.png') no-repeat; 
  border-right:  2px solid #000;
  border-left:  2px solid #000;
  min-height: 100%;
  height: auto;
  width: 90%;
  clear:both;
}

div.entry-date {
 margin-left: 5px;
 background: url('images/date.gif') no-repeat 0% 50%;
 padding: 0 0 0 15px;
 font: normal 1.2em Impact,sans-serif;
}

.cat-links {
  background: url('images/folder.gif') no-repeat 0% 50%;
  margin: 0 0 0 3px;
  padding: 0 0 0 18px;
}

.comments-link {
  background: url('images/comments.gif') no-repeat 0% 50%;
  margin: 0 0 0 3px;
  padding: 0 0 0 18px;
}


