/*  

*****************************************************
-----------------------------------------------------

Theme Name: Virtox
Description: 
Version: 0.1
Author: Virtox
Author URI: http://virtox.net/
Tags: 
Adapted from : simplitix something, need to fix this.
-----------------------------------------------------
*****************************************************

********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

/*******************
 **    General    **
 *******************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: Arial, sans-serif;
    font-size: 13px;
    vertical-align: top;
    color: #555;
}
img{
    border: 0;
}
h1{
    font-family: Arial, sans-serif;
    font-size: 2em;
    padding: 0 0 10px 0;
}


#external{
	margin:0 auto;
	position:relative;
	width:350px;
	height:30px;
	padding: 0 0 0 16px;
}
#fb-like{
    margin: 0 auto;
    position: relative;
    height: 20px;
    padding: 0px 0px 0px 16px;
    float:left;
}
#tweet {
    margin: 0 auto;
    position: relative;
    height: 20px;
    padding: 0px 0px 0px 0px;
    float:left
}

#space {
    margin: 0 auto;
    position: relative;
    height: 20px;
    padding: 0px 0px 0px 16px;
    float:left
}
#gplus {
    margin: 0 auto;
    position: relative;
    height: 20px;
    padding: 0px 0px 0px 0px;
    float:left
}
#pinit {
    margin: 0 auto;
    position: relative;
    height: 20px;
    padding: 0px 18px 0px 16px;
    float:left
}

#donate {
    margin: 0 auto;
    width: 100px;
    height: 30px;
    padding: 8px 0px 0px 8px;
}



#header h1 a{
    color: #334488;
}
#header h1 a:hover{
    color:#333333;
    text-decoration: none;
}
h2 a{
    color: #334488;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
h3 {
    color:#664433;
}
h4 {
    color:#aa4433;
}
h4 :hover{
  text-decoration: none;
}
a:link, a:visited{
    font-weight: bold;
    text-decoration: none;
    color: #334488;
}
a:hover{
    font-weight: bold;
    text-decoration: underline;
    color: #333333;
}
p{
    padding: 10px 0 0 0;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
    margin: 0 auto;
    width: 100%;
    background-color: #eeeeee;
}
#header{
    margin: 0 auto;
    position: relative;
    width: 925px;
    height: 125px;
    padding: 5px 115px 0px 0px;
}
#desc{
    margin: 0 auto;
    position: relative;
    width: 620px;
    height: 40px;
    padding: 10px 100px 0px 0px;
    font-family: Arial, sans-serif;
    font-size: 20px;
}


#background_container{
    background-color: #eeeeee;
    width: 100%;
    border-top: 5px solid #222222;
}
#content_container{
    margin: 0 auto;
    padding: 0px 0 0px 0;
    width: 1000px;
    position: relative;
}
#container{
    border-left: 5px solid #222222;
    border-right: 5px solid #222222;
    border-bottom: 5px solid #222222;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
    float: left;
    width: 650px;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 10px 0 20px 0;
    clear: both;
    width: 650px;
    float: left;
}
.post h2{
    font-family: Arial, sans-serif;
    font-size: 20px;
}
.post h3{
    font-size: 18px;
}

.post h4 a{
    font-size: 15px;
    color: #AA4433;
}

.post h4 a:hove {
    font-size: 15px;
    color: #AA4433;
}

.post h2 a{
    color: #334488;
}
.post h2 a:hover{
    color: #333333;
}
.entry{
    line-height: 18px;
    float: left;
    width: 650px;
}
p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 20px 0 0 0;
    font-size: 10px;
    clear: both;
}
p.postmetadata a{
    color: #777777;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    clear: both;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    float: left;
    width: 225px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    display: inline;
    border-right: 5px solid #000000;
    border-bottom: 5px solid #000000;
    padding:20px 0px 20px 0px;
}

.sidebar a{
    color: #555555;
}
.sidebar a:hover{
    color: #aaaaaa;
	text-decoration: none;
}

.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.sidebar ul li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0px 0px 15px;
}

.sidebar ul ul li {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 0px 0px 0px 20px;
}


/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
}
#searchsubmit{
    border: 1;
    cursor: pointer;
    vertical-align: top;
}
#s{
    color: #000000;
    border: 4px solid #888888;
    background-color: #fff;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Sans-serif;
	font-size: 0.75em;
}

/*******************
 **     Footer    **
 *******************/

#footer{
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 1000px;
    height: 100px;
}
#footer p{
    line-height: 18px;
    padding: 10px 0 10px 0;
}
#footer a{
    color: #334488;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /*-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}
.wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}