/*
Theme Name: Wren Dev Theme
Theme URI: http://wrendevelopment.com/
Description: Wren Development Theme.
Version: 1.0
Author: David Wren
Author URI: http://wrendevelopment.com/

	Wren Dev v1.0
	http://wrendevelopment.com/

*/

.box ul {
    list-style:none;
    margin:0;
}

.box ul ul {
    list-style-position:outside;
    list-style-type:disc;
    margin:0 0 0 20px;
}

textarea#comment {
    width:600px;
}

.navigation {
    width:610px;
    height:30px;
    line-height:30px;
    float:none;
    clear:both;
    overflow:hidden;
    margin:10px 0;
}

.navigation div {
    width:300px;
    height:30px;
    line-height:30px;
    float:left;
    overflow:hidden;
    margin:0 5px 0 0;
}

.navigation .alignright {
    text-align:right;
    margin:0 0 0 5px; 
}
