/*
Theme Name: AppFlow Version One
Theme URI: http://appflow.co.uk/
Description: The original AppFlow theme
Version: 1.0
Author: Daniel Groves
Author URI: http://daniel-groves.co.uk
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: small;
	background: url(./imgs/bodybg.png) top left repeat-x;
}

.wrap {
	position: relative;
	width: 900px;
	margin: 0 auto
}

.clear {
	clear: both;
}


/* Links */

p a, li a {
	color: #000;
	text-decoration: none;
}

p a:link, li a:link {
	text-decoration: none;
	color: #037bad;
}

p a:hover, li a:hover {
	text-decoration: underline;
}

p a:visited, li a:visited {
	color: #037bad;
	text-decoration: none;
}

p a:active, li a:active {
	color: orange;
}


/* Other Crap */

h2 {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	letter-spacing: -2px;
	font-size: 250%;
	border-bottom: 3px solid #000;
	margin: 20px 0 15px 0;
	clear: both;
}

h2 a {
	color: #000;
	text-decoration: none;
}

h3 {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 175%;
	font-weight: 100;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 0 0;
}

h3 a {
	color: #000;
	text-decoration: none;
}

h4 {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 125%;
	font-weight: 100;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}

h4 a {
	color: #000;
	text-decoration: none;
}


p {
	padding: 5px 0 10px 0;
}

a.more-link, #sidebar #featured a.more-link  {
	background: #333 url('./imgs/rightArrow.png') 95% 50% no-repeat;
	padding: 5px 30px 5px 4px;
	margin: 20px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #eee !important;
	text-decoration: none !important;
}

a.more-link:hover {
	background: #666 url('./imgs/rightArrow.png') 95% 50% no-repeat;
}

p.older a, p.newer a {
	margin: 20px 0 30px 0;
	font-size: 11px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #eee !important;
	text-decoration: none !important;
	width: 83px;
}

p.older a {
	background: #333 url('./imgs/leftArrow.png') 5% 50% no-repeat;
	float: left;
	padding: 5px 4px 5px 30px;
	text-align: right;
}

p.older a:hover {
	background: #666 url('./imgs/leftArrow.png') 5% 50% no-repeat;
}

p.older {
	float: left;
}

p.newer a {
	background: #333 url('./imgs/rightArrow.png') 95% 50% no-repeat;
	float: right;
	padding: 5px 30px 5px 4px;
}

p.newer a:hover {
	background: #666 url('./imgs/rightArrow.png') 95% 50% no-repeat;
}

p.newer {
	float: right;	
}

ol {
	padding: 0;
	margin: 0;
}

ol li {
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}

/* Images */

img {
	margin: 0 auto;
	position: relative;
}

a img {
	border: none;
	text-decoration: none;
}

.wp-caption {
	background: #525252;
	padding: 5px;
	margin: 10px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 450px;
	clear: both;
}

.wp-caption img {
	padding: 5px;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	color: #c4c4c4;
	text-align: center;
	font-size: 85%;
}

.alignleft {
	float: left;
	margin: 7px 10px 7px 0;
}

.alignright {
	float: right;
	margin: 7px 0 7px 10px;
}


/* Header Area */

#header {
	height: 155px;
}

#header #identity {
	width: 400px;
	float: left;
}

#header #search {
	width: 400px;
	float: right;
}

#header #search form {
	padding: 60px 0 0 15px;
}

#header #search form input#search {
	width: 250px;
	padding: 2px;
	margin: 0 0 0 60px;
	border: none;
	float: left;
}

#header #identity h1 {
	color: #fff;
	font-weight: 100;
	font-size: 250%;
	padding: 55px 0 0 15px;
	text-decoration: none;
}

#header #identity h1 a {
	color: #fff;
	text-decoration: none;
}

#header #identity p#tag {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	color: #fff;
	padding: 5px 0 0 12px;
}

/* Navigation */

#navigation ul {
	float: left;
	list-style: none;
}

#navigation ul li {
	float: left;
	padding: 9px 20px 8px 20px;
}

#navigation ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

/* Content */

#content {
	padding: 30px 0 0 0;
	float: left;
	width: 450px;
}

#content img {
	max-width: 440px;
}

.MetaInformation ul {
	clear: both;
	list-style: none;
	padding: 15px 0 30px 0;
}

.MetaInformation ul li {
	border-top: 1px solid #ccc;
	padding: 5px 0 5px 5px;
}

/* Sidebar */

#sidebar {
	width: 430px;
	float: right;
}

#sidebar #social {
	margin: 0 45px;
}

#sidebar #social li {
	list-style: none;
	float: left;
	padding: 25px 5px 5px 5px;
	margn: 0 auto;
}

#sidebar .box {
	clear: both;
	background: url('./imgs/boxBottom.png') bottom left no-repeat;
}

#sidebar .innerBox {
	background: url('./imgs/boxTop.png') top left no-repeat;
	margin: 0 0 0 1px;
	padding: 20px 30px 40px 30px;
}

#sidebar .box ul {
	list-style: none;
}

#sidebar .box ul li {
	padding: 5px 0 5px 5px;
}

#sidebar a {
	text-decoration: none;
	color: #333;
}

/* Sidebar feature */

#sidebar #feature .innerBox {
	padding: 20px 30px 65px 30px;
}

#sidebar #feature h2 {
	border: none;
	font-size: 200%;
	letter-spacing: -1px;
	color: #333;
}

#featureImage {
	margin: 0;
}

#sidebar #feature dl {
	width: 230px;
	padding: 0 0 10px 0;
}

#sidebar #feature dl dt {
	font-weight: bold;
	width: 100px;
	float: left;
	display: block;
}

#sidebar #feature dl dd {
	width: 130px;
	margin:  0 0 0 100px;
}

#sidebar #popularPosts h2 {
	color: #2f2f2f;
	font-size: 110%;
	letter-spacing: 0;
	font-family:  Georgia, Times, Serif;
	font-weight: normal;
	border-bottom:  1px solid #bdbdbd;
	text-transform: uppercase;
}

/* Adverts */

#sidebar #advert-1 {
	width: 390px;
	margin: 0 auto;
	padding: 10px 0 10px 5px;
}

#sidebar #advert-2 {
	width: 300px;
	position: relative;
	margin: 10px auto;
}

/* For old Adverts */
/*
#sidebar #advert-2 ul {
	list-style: none;
	float: left;
	margin: 0 40px;
}

#sidebar #advert-2 ul li {
	float:  left;
	padding: 10px;
}

#sidebar #advert-2 ul li a img {
	border: 15px solid #edecec;
}
*/

/* Footer */

#footer {
	clear: both;
	background: #000000 url('./imgs/footerBackground.png') top left repeat-x;
}

#footer .column {
	float: left;
}

#footer h2 {
	color: #b7b7b7;
	font-size: 110%;
	letter-spacing: 0;
	font-family:  Georgia, Times, Serif;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
}

#footer #links ul li {
	color: #929292;
	padding: 0 0 7px 3px;
	list-style: none;
}

#footer #links ul li a {
	color: #929292;
	text-decoration: none;
}

#footer #links ul li a:hover {
	/* color: #eee;*/
}

/* Categories */

#categories {
	width: 225px;
}

/* Pages */

#pages {
	width: 225px;
}

/* Blogroll */

#blogroll {
	width: 450px;
}

#footer #blogroll ul {
	list-style: none;
	float: left;
}

#footer #blogroll ul li {
	float: left;
	margin: 10px 20px;
	background: #ccc;
	width: 67px;
	height: 67px;
	overflow: hidden;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#footer #blogroll ul li:hover {
	background: #fff;
}

#footer #blogroll ul li.long {
	width: 174px;
}

#footer #blogroll ul li.theWorksOf img {
	padding: 18px 0;
}

#footer #blogroll ul li.wsbeOrchids img {
	padding: 12px 0;
}

#footer #blogroll ul li.ibw img {
	padding: 21px 0;
}

#footer #blogroll ul li.wordpress img {
	padding: 3px 0;
}

#footer #blogroll ul li.amsu img {
	padding: 11px 0;
}

#footer #blogroll ul li.samThompson img {
	padding: 3px 0;
}


/* Search Form */

#search form input.input {
	border: solid 0px #fff;
	background: url('./imgs/searchInputBG.png') top left;
	margin: 3px;
	height: 18px;
	width: 200px;
	color: #fff;
}

#search form input.button {
	border: solid 0px #fff;
	background: url('./imgs/searchIcon.png') top right;
	height: 22px;
	width: 30px;
	cursor: pointer;
	text-indent: -99999999px;
}


/* Comments Formatting! */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist {
	padding: 0;
	margin: 40px 0 0 0;
	}

.commentlist li {
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	margin:  0 5px 5px 0;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 0 0 0 61px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist cite, .commentlist small {
	margin: 0 0 0 1px;
}

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 2px 60px;
	padding: 4px 2px 2px 4px;
	background-color: white;
        border-radius: 2px;
        -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
}
.chalt{
	background-color: #E2E2E2;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             