/*
Theme Name: mgcom
Theme URI: http://www.matt-greer.com/
Description: matt-greer(dot)com theme
Version: 1.0
Author: Matt Greer
Author URI: http://www.matt-greer.com/
Tags: mgcom
*/


/*
this file is a catch-all for any styles I need for WordPress that
aren't satisfied by the main styles.css file used by the main rails app.
So far it's pretty random as I just dump stuff in here as needed.

TODO: organize this :)

The above comment is parsed by wordpress in the admin section, so I can
differentiate my own theme from any others that are installed.
*/

tr {
	margin: 10px;
}

td, th {
	padding: 10px !important;
	margin: 10px;
	border: 1px solid black;
}

th {
	background-color: #dddddd;
}

table {
	margin: 30px;
}

.bypostauthor {
	background-color: #f4f4fd;
}

.pageElementLeft {
	float: left;
	width: 45%;
}

.pageElementRight {
	float: right;
	width: 45%;
}

.pageElementRight form {
	text-align: right;
	margin: 0;
	padding: 0;
}

.pageElementContainer {
	margin-left: 15%;
	margin-right: 15%;
}


.pagetitle a:link, .pagetitle a:visited, .pagetitle a:active {
	color: rgb(128, 196, 28);
	border: none;
	background-color: transparent;
}

.pagetitle a:hover {
	background-color: #333333;
	color: #efefef;
}

h3#comments, h3.commentHeader {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
}
 
ul li {
	list-style: none;
}


.narrowcolumn {
	width: 65%;
	float: left;
}

.post {
	margin-bottom: 3em;
}

.postdate {
	margin-bottom: 1em;
	font-size:.75em;
	font-style: italic;
}

#sidebar {
	float: right;
	font-size: .75em;
}

#sidebar h2 {
	font-size: 1.2em;
}

.postmetadata {
	border: 1px dashed #e0e0e0;
	margin-top: 1em;
	padding: 1em;
	font-size: .8em;

	background-color: #f6f9f1;
}

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        }
        
#commentform {
        margin: 5px 10px 0 0;
        }
#commentform textarea {
        width: 100%;
        padding: 2px;
        }

/* Begin Comments*/
.alt {   
        margin: 0;   
        padding: 10px;
        }

.commentlist {
        padding: 0;
        text-align: justify;
        }
        
.commentlist li {
        margin: 15px 0 10px;
        padding: 5px 5px 10px 10px;
        list-style: none;
        
        }
.commentlist li ul li {
        margin-right: -5px;
        margin-left: 10px;
}
         
.commentlist p {
        margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
        margin: 5px 0;
        }

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
        }

.commentmetadata {
        margin: 0;
        display: block;
	font-size: .7em;
       }

/* End Comments */   
