/*
Theme Name: ReflexiveArchitectureMachines
Theme URI: http://takteekmedia.com/
Version: 1.3
Description: White 2 column theme with an orange rising sun banner.
Author: TAKTEEK
Author URI: http://ericcrooks.com/
Tags: two columns, right sidebar, widget ready, fixed width, rising sun, simple, white, orange, black
*/

/* -standards- */

body {
	background: #ffffff;
        /*background-image: url(http://i147.photobucket.com/albums/r285/daidalos62/pattern_0382.gif);*/
        background-attachment:fixed;
        background-repeat: repeat;
	color: #000000;
	font-family: "Arial";
	font-size: .75em;
	display: block;
        /*margin:0;*/
	}



p {
	text-align: left;
	}
h2 {
	font-size: 1.0em;
	text-transform: uppercase;
	}
a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #ff0088;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
#navlink {
	margin: 0px 0 30px 0;
	}

/* -header- */

#topbar {
	border-bottom: 1px solid #a9a9a9;
	padding: 30px 0 20px 0;
	width: 810px;
	}
.blogtitle {
	color: #ff0088;
	font-weight: bold;
        font-size: 1.2em;
	text-transform: uppercase;
        padding-left:10px;
	}
.blogdescription {
	color: #a9a9a9;
	text-transform: uppercase;
	}



/* -content- */

#contentwrap {

        background-color: #ffffff;
	margin-top: 30px;
	width: 810px;
	}

#content {
        /*background: #fff;*/
        border: 1px solid #a9a9a9;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
	float: left;
	margin-right: 10px;
	width: 500px;
        font-size: 1.0em;
        color: #555;
	}

/* -navigation- */

#navigationwrap {

	float: right;
	margin-bottom: 30px;
        margin-top:-20px;
        padding-right:10px;
       
	}
#navigation {
	width: 250px;
        font-size:0.9em;
	}
#navigation div.navtitle {
	background: #000000;
	padding: 10px;
	}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	/*background: #eee;*/
        background-image: url(http://i147.photobucket.com/albums/r285/daidalos62/bg3.gif);
        background-attachment:fixed;
        background-repeat: repeat;
        border: 1px solid #ff0088;
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px;
	text-transform: uppercase;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	/*border-bottom: 1px dotted #a9a9a9;*/
	padding: 6px 3px 3px 2px;
	}

/* -post and entries- */

.postdate {
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.pagetitle {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	font-size: 1.2em;
	font-weight: bold;
	/*text-transform: uppercase;*/
        padding-top:10px;
        padding-bottom:15px;
	}
.posttitle a {
	color: #ff0088;
	}
.posttitle a:hover {
	color: #000000;
	}
.postmetadatabottom {
	/*background: #a9a9a9;*/
	margin: 15px 0 15px 0;
	padding-top: 3px;
        padding-bottom: 3px;
	text-transform: lowercase;
	width: 100px;
	}
.postmetadatabottom a {
	color: #000000;
	}
.postmetadatabottom a:hover {
	color: #ff0088;
	}
.entry {
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #000000 url("images/magnifier.png") no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 1px 2px 1px 17px;
	width: 233px;
	}

/* -footer- */

#footer {
	/*border-top: 1px solid #a9a9a9;*/
	clear: both;
	color: #a9a9a9;
	padding-bottom: 10px;
        padding-top: 10px;
	width: 810px;
	}
#footer a {
	color: #999;
	}

/* -comments- */

/*#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	/*background: #a9a9a9;*/
	color: #ff0088;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}





.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}*/

/* -floats -*/


.aligncenter,
div.aligncenter {
   /*display: block;*/
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}