/*
Theme Name: WordPress TexasA&M
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: TexasA&M

*/


#commentform p {
    margin:0;
    padding:0 0 7px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.commentlist li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#commentform p textarea {
    width:90%;
}

.quick-box .textwidget p {
    padding:0 10px;
}

.column-content .quote {
    width: 420px;
}
.column-content-wide .quote {
	width:688px;
}

.menu-bar {
    width:234px;
}

#content a {
    color:#000;
}


.main-nav li a {
    color:#7EA5C6 !important;
}

.catagory-holder p a {
    color:#004E90 !important;
}

#cse-search-results {
    padding:0 0 0 10px;
}

.single-navigation {
    clear:both;
    padding-bottom:10px;
}

.catagory-holder h4 a {
    color:#004E90 !important;
    margin:0;
}

#content .hentry {
    clear:both;
}
