/*___ layout.css: Positioning and Layout Styles ___*/

/*___ Section 1: Global Positioning/Layout Styles ___*/

html 
{
}

body 
{
    min-width       : 1000px;
    overflow        : visible;
}

h1 
{
}

h2 
{
    padding-left    : 0px;
    margin-bottom   : -22px;
}

h3 
{
    padding         : 0 0 46px 6px;
}

h4 
{
    margin-bottom   : 5px;
}

h5 
{
    padding         : 0 0 0 1px;
}

h6 
{
    padding         : 0 0 0 1px;
}

p 
{
    display         : block;
    padding-bottom  : 1em;
}

ul 
{
}

ol
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

blockquote 
{
	margin			: 10px 30px;
	line-height		: 1.6em;
}

/*___ Section 2: Site-Specific Positioning/Layout Modules ___*/
.sidebar
{
    position        : relative;
    display         : inline-block;
    width           : 233px;
    vertical-align  : top;
    margin          : -1px 0 0 3px;
	padding			: 0 15px;
}

.sidebar b
{
    display         : block;
}

.org,
.adr,
.street-address,
.tel
{
    display         : block;
}

#relatedPosts a,
#relatedPosts a:visited,
#relatedPosts a:hover,
#relatedPosts span
{
    display         : block;
}

/*___ Section 3: Unique Element-Specific Position/Layout Styles ___*/
.primary
{
    display         : inline-block;
    padding         : 10px 10px 10px 230px;
    width           : 655px;
    margin-left     : -220px;
}

.primary.home
{
    padding-right   : 0;
    margin-bottom   : 8px;
    width           : 665px;
}

/*___ HEADER _________________________________________________________________*/
.header
{
    display         : block;
    width           : 960px;
    margin          : 73px auto 0 auto;
    position        : relative;
    z-index         : 1;
}

/*___ FOOTER _________________________________________________________________*/
.footer
{
    position        : relative;
    display         : block;
    width           : 960px;
    margin          : 0 auto;
    padding         : 38px 0 0 10px;
    height          : 368px;
    clear           : both;
}

/*___ NAV _________________________________________________________________*/
.nav#main
{
    position        : relative;
    display         : block;
    width           : 960px;
    margin          : 0 auto;
    z-index         : 2;
}

/*___ ADDRESS _________________________________________________________________*/
address
{
    position        : relative;
    display         : inline-block;
    vertical-align  : top;
    padding         : 0 5px;
    width           : 443px;
    z-index         : 2;
}

/*___ ARTICLE _________________________________________________________________*/

/*___ SECTION _________________________________________________________________*/
.primary .mainContent
{
    display         : inline-block;
    width           : 100%;
    vertical-align  : top;
}

#blogs
{
    display         : block;
    padding         : 10px 0;
}

.blog
{
    display         : inline-block;
    width           : 48%;
    padding         : 0 5px 0 0;
    vertical-align  : top;
}

.flickr
{
    position        : relative;
    display         : block;
    margin          : 0 auto;
    width           : 170px;
}

.home .flickr
{
    margin-top      : 10px;
}

.facebook
{
    width           : 180px;
    display         : block;
    margin          : 10px auto;
}

.projects
{
    display         : block;
    margin          : 40px 0;
}

#services
{
    margin-top      : -82px;
    margin-left     : 5px;
}

.featClient
{
    position        : absolute;
    top             : 3px;
    left            : 686px;
    display         : block;
    width           : 263px;
    height          : 82.3%;
    padding-top     : 40px;
    text-align      : center;
}

/*___ DIV _________________________________________________________________*/
.header div
{
    position        : absolute;
    display         : block;
    top             : -72px;
    right           : 0;
}

#content
{
    position        : relative;
    display         : block;
    width           : 960px;
    margin          : 0 auto;
    padding         : 0 0 10px 0;
}

#login
{
    position        : absolute;
    bottom          : 70px;
    left            : 480px;
    width           : 165px;
    z-index         : 2;
}

#flickr
{
    position        : relative;
    display         : inline-block;
    vertical-align  : top;
    width           : 190px;
    z-index         : 2;
}

#footnote
{
    display         : inline-block;
    position        : absolute;
    left            : 20px;
    bottom          : 75px;
    width           : 415px;
    z-index         : 2;
}

#twitter
{
    position        : absolute;
    left            : 676px;
    bottom          : 50px;
    width           : 242px;
    height          : 116px;
    padding         : 53px 24px 33px 24px;
    z-index         : 2;
}

#flickr div
{
    display         : inline-block;
    width           : 70px;
    padding         : 0 10px 10px 10px;
}

.twitter
{
    display         : block;
    padding         : 50px 15px;
    height          : 90px;
}

.flickr div
{
    display         : inline-block;
    width           : 75px;
    height          : 75px;
    margin          : 5px;
}

.facebook .fb_root_vert
{
    width           : 178px;
}

.facebook .fb_vert
{
    width           : 176px;
}

.clear
{
    height          : 1px;
    clear           : both;
}

.sidebar #widgetzone
{
    padding         : 10px 0 0 2px;
}

.widget
{
    position        : relative;
    display         : block;
    width           : 233px;
    margin          : 0 0 60px 0;
}

.widget.search
{
    position        : absolute;
    top             : -80px;
    left            : 20px;
}

.mostcomments .content
{
    position        : relative;
    padding-left    : 45px;
}

.post,
#relatedPosts
{
    margin-bottom   : 40px;
}

#commentPreview
{
    display         : none;
    width           : 485px;
    padding         : 10px;
    margin-top      : 1px;
}

.comment
{
    display         : block;
    overflow        : hidden;
    padding-bottom  : 1em;
    margin-bottom   : 1em;
    position        : relative;
}

#postPaging
{
    position        : absolute;
    display         : block;
    width           : 670px;
    bottom          : 20px;
    left            : 0;
}

.post .text 
{
	margin-top		: 1em;
}

/*___ SPAN _________________________________________________________________*/
#twitter span
{
    display         : block;
}

.tel
{
    margin-bottom   : 10px;
}

#relatedPosts span
{
    margin-bottom   : 1em;
}

.bbcode
{
    display         : block;
    margin          : 5px 0 0 0;
    height          : 1em;
}

.author,
.pubDate 
{
	padding-bottom	: .2em;
}

/*___ ASIDE _________________________________________________________________*/
.primary aside
{
    display         : inline-block;
    padding-left    : 10px;
    width           : 200px;
    vertical-align  : top;
}

.ad
{
    position        : relative;
    display         : inline-block;
    width           : 665px;
    float           : left;
    margin          : 5px 0 0 0;
    padding         : 60px 0 35px 10px;
}

.ad.home
{
    width           : 100%;
    margin-top      : 0;
    padding-top     : 50px;
}

aside.featured
{
    margin          : -10px 0 0 11px;
}

/*___ H1 _________________________________________________________________*/
.header h1
{
    margin-left     : -16px;
}

/*___ H2 _________________________________________________________________*/
h2.home
{
    margin          : 0 0 0 10px;
}

/*___ H3 _________________________________________________________________*/
h3.home
{
    padding         : 0 0 10px 13px;
    margin-bottom   : 82px;
    margin-top      : -5px;
}

/*___ H4 _________________________________________________________________*/
.sidebar h4
{
    margin          : 0 0 15px 0;
    text-align      : left;
	padding			: 3px 3px 3px 5px;
	
}

#services h4:first-child
{
    top             : -23px;
}

.home h4
{
    margin-bottom   : -5px;
}

/*___ H5 _________________________________________________________________*/
footer h5
{
    margin-bottom   : 3px;
}

#services h5
{
    width           : 263px;
    height          : 54px;
    padding         : 28px 0 14px 0;
    display         : block;
    text-indent     : -9999em;
}

.featClient h5
{
    padding         : 6px 0;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
aside.featured p
{
    display         : block;
    margin-top      : 10px;
}

#services p
{
    padding         : 10px 22px 0 22px;
    line-height     : 1.5em;
}

.comment .gravatar
{
    float           : left;
    padding-bottom  : 0;
    margin          : 0 10px 0 0;
}

.comment .author
{
    position        : absolute;
    top             : 1.5em;
    left            : 0;
}

.comment .date
{
    padding-bottom  : 2em;
}

.comment .content
{
    display         : block;
    margin-left     : 105px;
}

/*___ UL _________________________________________________________________*/
.nav#main ul
{
    display         : block;
    margin          : 0 0 50px 10px;
    width           : 658px;
}

#staff
{
    display         : block;
    margin          : 0 -2px 0 -12px;
    padding-top     : 20px;
}

#links
{
    display         : inline-block;
    vertical-align  : top;
    height          : 368px;
    width           : 243px;
    margin          : -38px 0 0 28px;
    padding         : 38px 10px 0 10px;
}

#footerNav
{
    display         : inline-block;
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : auto;
    height          : 406px;
    padding-left    : 10px;
    z-index         : 1;
}

.projects ul
{
    margin          : 15px 0 0 0;
    display         : block;
    width           : 650px;
}

.tagcloud ul
{
    padding-left    : 5px;
}

.primary ul
{
    margin-left     : 20px;
    padding-left    : 20px;
    list-style-type : circle;
}

#commentMenu
{
    margin-left     : 10px;
    margin-bottom   : -2px;
}

/*___ OL _________________________________________________________________*/
.primary ol
{
    margin-left     : 20px;
    padding-left    : 20px;
    list-style-type : decimal;
}

/*___ LI _________________________________________________________________*/
.nav#main li
{
    display         : inline-block;
    margin          : -3px 8px 0 8px;
}

#staff li
{
    padding-left    : 35px;
    clear           : both;
}

#links li
{
    display         : inline-block;
    vertical-align  : top;
    width           : 45%;
    padding         : 5px 0;
}

#footerNav li
{
    display         : inline-block;
    vertical-align  : bottom;
    padding         : 375px 0 7px 0; 
    height          : 25px;
}

.categorylist li,
#blogroll li
{
    margin          : 5px 0;
    position        : relative;
}

.tagcloud li
{
    display         : inline-block;
	margin			: 0 0 .5em 0;
}

.posts li
{
    padding         : 15px 0 5px 0;
    margin          : 0 0 0 20px;
}

.projects li
{
    display         : inline-block;
    width           : 32%;
    vertical-align  : top;
    text-align      : center;
}

.tagcloud li
{
    display         : inline-block;
    margin-right    : 5px;
}

.primary ol li
{
    margin-bottom   : 1em;
}

#commentMenu li
{
    display         : inline-block;
    padding         : 8px 8px 2px 8px;
    cursor          : pointer;
}

.text li 
{
	line-height		: 1.6em;
}

/*___ DT _________________________________________________________________*/
dt
{
    display         : inline-block;
    width           : 145px;
    vertical-align  : top;
    padding         : 0 0 10px 0;
}

/*___ DD _________________________________________________________________*/
dd
{
    display         : inline-block;
    width           : 495px;
    vertical-align  : bottom;
    padding         : 0 0 10px 0;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.header h1 a
{
    display         : block;
    margin-top      : -72px;
    height          : 120px;
    width           : 499px;
    text-indent     : -9999em;
}

.nav#main a
{
    display         : block;
    width           : 100%;
    padding         : 10px;
}

.sidebar a
{
    display         : block;
    width           : 100%;
    overflow        : hidden;
    padding         : 5px
}

#links a
{
    display         : inline-block;
    vertical-align  : middle;
    padding         : 0 2px;
}

.email,
.email:hover,
.email:visited
{
    width           : 200px;
    padding         : 2px 10px;
    margin-left     : -10px;
}

#footerNav a,
#footerNav a:hover,
#footerNav a:visited
{
    display         : block;
    padding         : 5px 15px;
}

.widget > li > a,
.administration li > a
{
    display         : block;
    padding-left    : 45px;
    width           : 213px;
}

.widget.tagcloud a
{
    padding         : 0;
    width           : auto;
}

h6 a,
h6 a:hover,
h6 a:visited
{
    display         : block;
}

.tellMore
{
    display         : block;
    padding-left    : 15px;
}

#services a
{
    display         : inline;
    padding         : 0;
}

.widget .delete
{
    position        : absolute;
    left            : 0;
}

.widget .edit
{
	margin-left		: 20px;
}

.categorylist a[href*="syndication.axd"],
#blogroll .feed
{
    position        : absolute;
    top             : .55em;
    left            : 5px;
    margin          : 0;
    padding         : 0;
    width           : auto;
}

.categorylist a[title^="Category"],
#blogroll .blogName
{
    padding-left    : 30px;
    width           : 193px;
}

a[href*="opml.axd"]
{
    margin-left     : -10px;
}

.bbcode a,
.bbcode a:visited,
.bbcode a:hover
{
    display         : inline-block;
    padding         : 0 10px;
    height          : 1em;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
#staff img
{
    float           : left;
    margin-right    : 5px;
}

#flickr img
{
    width           : 70px;
    height          : 70px;
}

ul.primary img
{
    margin-bottom   : 10px;
}

.mindflyPeople
{
    padding         : 0 300px 2px 16px;
    margin-top      : -81px;
    display         : block;
    width           : auto;
}

aside.featured img
{
    width           : 133px;
    height          : 200px;
    display         : block;
    margin          : 0 auto;
}

.facebook img
{
    display         : block;
    position        : relative;
    width           : auto;
    margin          : 0 auto;
}

aside.featured .flickr img
{
    width           : auto;
    height          : auto;
}

.ad img
{
    margin-right    : 20px;
}

h2 img
{
    display         : inline-block;
    vertical-align  : top;
}

img[src*="flags"]
{
    display         : none;
}

img[align="left"] 
{
	margin			: 0 10px 10px 0;
}

img[align="right"] 
{
	margin			: 0 0 10px 10px;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="text"],
input[type="password"]
{
    padding         : 2px 10px;
    margin          : 4px 0;
}

#login input
{
    width           : 85%;
}

input[type="button"]
{
    cursor          : pointer;
}

#login input[type="button"]
{
    padding         : 2px 0;
    text-align      : center;
    width           : 95%;
}

.widget.search input[type="text"]
{
    margin-right    : 5px;
}

#widgitselector 
{
	padding-left		: 20px;
}

/*___ LABEL _________________________________________________________________*/
label
{
    display         : inline-block;
    width           : 50px;
    margin          : 5px 0;
}

/*___ LABEL _________________________________________________________________*/
textarea
{
    display         : block;
    width           : 500px;
    height          : 300px;
    padding         : 2px;
}

/*___Group/Section/Class_________________________________________________________________*/