﻿body
{
	margin: 0;
    background-color: #000;
    font-family: Arial;
    text-align: center;
}

* { outline: none; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 20px 0;
	font-family: Georgia;
	font-weight: normal;
	color: #e0e2e1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
{
	text-decoration: underline;
}

a  
{
	color: #f20050;
    -moz-transition-property: color, background-color, border-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-property: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: color, background-color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

a:hover { text-decoration: none; }
a img { border: none; }
a.White { color: #e0e2e1; }
a.NoUnderline { text-decoration: none; }
a.NoUnderline:hover { text-decoration: underline; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p, li
{
	font-size: 0.75em;
	color: #e0e2e1;
}

p { margin: 0 0 20px 0 }

img.alignleft
{
	float: left;
	margin: 0 30px 30px 0;
}

img.alignright
{
	float: right;
	margin: 0 0 30px 30px;
}

img.aligncenter
{
	display: block;
	margin: 0 auto 30px auto;
	text-align: center;
}

blockquote,
.Quote
{
	display: block;
	width: 240px;
	padding: 30px 20px;
	font-family: Georgia;
	font-size: 1.2em;
	color: #f20050;
}

.Left { float: left; }
.Right { float: right; }
.Clear { clear: both; }

.Hide { display: none; }

.Half { width: 50%; }
.Third { width: 260px; }
.TwoThirds { width: 540px; }

.Column { margin: 0 20px 0 0; padding: 20px 0 0 0; }
.Last { margin: 0; }
.WhiteLine { border-top: solid 1px #fff; }
.NoPadding { padding: 0; }
.NoMargin { margin: 0; }

.Highlight { color: #f20050 !important; }

.Skip { position: absolute; text-indent: -1000px; overflow: hidden; }

/* Buttons
*************************************************************************************************************/

/* Button */
/**********/
.Button
{
	position: relative;
	display: inline-block;
	height: 35px;
	font-size: 0.8em;
	line-height: 35px;
	text-decoration: none;
	color: #e0e2e1;
}

.Button span
{
	display: block;
}

/* Arrow
 ********************************/
.Button .Arrow
{
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin: -4px 0 0 0;
	border: solid 4px transparent;
	border-color: transparent transparent transparent #e0e2e1;
}

.Button:hover .Arrow
{
	border-color: transparent transparent transparent #f20050;
}

.Button-Reverse .Arrow
{
	left: 15px;
	border-color: transparent #e0e2e1 transparent transparent;
}

.Button-Reverse:hover .Arrow
{
	border-color: transparent #f20050 transparent transparent;
}

.Button-Small .Arrow
{
	right: 6px;
	margin: -3px 0 0 0;
	border-width: 3px;
}

.Button-Small-Reverse .Arrow
{
	left: 6px;
	margin: -3px 0 0 0;
	border-width: 3px;
	border-color: transparent #e0e2e1 transparent transparent;
}

.Button-Small-Reverse:hover .Arrow
{
	border-color: transparent #f20050 transparent transparent;
}

/* Horizontal
 ********************************/
.Button-Horizontal
{
	padding: 0 0 0 3px;
	background: no-repeat url(images/button-left.png);
}

.Button-Horizontal:hover
{
	background-position: 0 -35px;
}

.Button-Horizontal .Button-Mid
{
	padding: 0 27px 0 14px;
	background: repeat-x url(images/button-mid-h.png);
}

.Button-Reverse .Button-Mid
{
	padding: 0 14px 0 27px;
}

.Button-Horizontal:hover .Button-Mid
{
	background-position: 0 -35px;
}

.Button-Horizontal .Button-End
{
	padding: 0 3px 0 0;
	background: no-repeat top right url(images/button-right.png);
}

.Button-Horizontal:hover .Button-End
{
	background-position: right -35px;
}

/* Vertical
 ********************************/
.Button-Vertical
{
	width: 240px;
	height: auto;
	padding: 3px 0 0 0;
	background: no-repeat url(images/button-top.png);
	line-height: 1.1em;
}

.Button-Vertical:hover
{
	background-position: -240px 0;
}

.Button-Vertical .Button-Mid
{
	width: 199px;
	padding: 8px 27px 8px 14px;
	background: repeat-y url(images/button-mid-v.png);
	background-position: 0 0;
}

.Button-Vertical:hover .Button-Mid
{
	background-position: -240px 0;
}

.Button-Vertical .Button-Mid .Gradient
{
	position: absolute;
	top: 3px;
	left: 0;
	width: 240px;
	height: 29px;
	background: no-repeat url(images/button-mid-v-gradient.png);
	z-index: 0;
}

.Button-Vertical .Button-Mid .Text
{
	position: relative;
	z-index: 50;
}

.Button-Vertical:hover .Button-Mid .Gradient
{
	background-position: -240px 0;
}

.Button-Vertical .Button-End
{
	width: 240px;
	padding: 0 0 3px 0;
	background: no-repeat bottom left url(images/button-bottom.png);
}

.Button-Vertical:hover .Button-End
{
	background-position: -240px bottom;
}

/* No Hover Behaviour
 ********************************/
.Button-NoHover:hover { background-position: 0 0; }
.Button-NoHover:hover .Button-Mid { background-position: 0 0; }
.Button-NoHover:hover .Button-End { background-position: right 0; }

.Button-Vertical-NoHover:hover { background-position: 0 0; }
.Button-Vertical-NoHover:hover .Button-Mid { background-position: 0 0; }
.Button-Vertical-NoHover:hover .Button-Mid .Gradient { background-position: 0 0; }
.Button-Vertical-NoHover:hover .Button-End { background-position: left bottom; }

/* White
 ********************************/
.Button-White { background-position: 0 -70px; }
.Button-White .Button-Mid { background-position: 0 -70px; }
.Button-White .Button-End { background-position: right -70px; }

/* Pressed
 ********************************/
.Button-Pressed, .Button-Pressed:hover { background-position: 0 -105px; }
.Button-Pressed .Button-Mid, .Button-Pressed:hover .Button-Mid { background-position: 0 -105px; }
.Button-Pressed .Button-End, .Button-Pressed:hover .Button-End { background-position: right -105px; }

/* Small
 ********************************/
.Button-Small,
.Button-Small-Reverse
{
	height: 23px;
	background: no-repeat url(images/button-left-small.png);
	font-size: 12px;
	line-height: 23px;
}

.Button-Small:hover,
.Button-Small-Reverse:hover
{
	background-position: 0 -23px;
}

.Button-Small .Button-Mid,
.Button-Small-Reverse .Button-Mid
{
	padding: 0 19px 0 8px;
	background: repeat-x url(images/button-mid-h-small.png);
}

.Button-Small-Reverse .Button-Mid
{
	padding: 0 8px 0 19px;
}

.Button-Small:hover .Button-Mid,
.Button-Small-Reverse:hover .Button-Mid
{
	background-position: 0 -23px;
}

.Button-Small .Button-End,
.Button-Small-Reverse .Button-End
{
	padding: 0 3px 0 0;
	background: no-repeat top right url(images/button-right-small.png);
}

.Button-Small:hover .Button-End,
.Button-Small-Reverse:hover .Button-End
{
	background-position: right -23px;
}

/* Filter button
 ********************************/
.Button-Filter
{
	font-size: 0.8em;
}

.Button-Filter .Button-Mid
{
	padding: 0 20px 0 6px;
}

.Button-Filter .Arrow
{
	display: none;
}

/* Icons
 ********************************/
.Button-RSS .Icon
{
	position: absolute;
	top: 50%;
	left: 16px;
	width: 15px;
	height: 15px;
	margin: -8px 0 0 0;
	background: no-repeat url(images/ui-sprite.png);
	background-position: 0 -15px;
}

.Button-RSS .Button-Mid
{
	padding: 0 27px 0 39px;
}
/* Structure
*************************************************************************************************************/
.Container
{
	width: 820px;
    margin: 0 auto;
    text-align: left;
}

/* Header
*************************************************************************************************************/
.Header
{
	position: relative;
	width: 820px;
	padding: 40px 0 0 0;
}

.Header .Logo
{
	margin: 0 0 80px 0;
}

.Header .HomeLink
{
	position: absolute;
	top: 0;
	right: 0;
	width: 145px;
	height: 40px;
	background: no-repeat url(images/tab.png);
}

.Header .HomeLink p
{
	margin: 0;
	line-height: 40px;
	text-align: center;
}

.Header .HomeLink p a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.Header .HomeLink p a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

.Header .PhoneNumber
{
	position: absolute;
	top: 57px;
	right: 0;
	font-family: Georgia;
	font-size: 1.35em;
	color: #f20050;
}

/* Content
*************************************************************************************************************/
.PageTitle
{
	margin: 0 0 30px 0;
	font-style: italic;
}

.PageTitle h1
{
	font-size: 2.5em;
}

.Content
{
	float: left;
	width: 475px;
	padding: 65px 0 0 0;
	border-top: solid 1px #e0e2e1;
}

.post
{
	margin: 0 0 55px 0;
}

.post
{
	margin: 0 0 55px 0;
}

.post h1 a {

width:600px;
display:block;
	
	
}

.post .Title
{
	font-size: 1.2em;
	font-style: italic;
}

.post .Title a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.post .Title a:hover
{
	border-bottom: solid 1px #e0e2e1;
	text-decoration: none;
}

.post .AuthorAvatar
{
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 15px 15px 0;
	background: #666;
}

.post .Author
{
	margin: 0 10px 0 0;
}

.post .Author a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.post .Author a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

.post .Date
{
	margin: 0 10px 0 0;
	color: #999;
}

.post .CommentCount a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.post .CommentCount a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

.post .Categories { color: #999; }

.post .Categories a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.post .Categories a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

.post .Social { color: #999; }

.ArticleNavigation
{
	margin: 0 0 50px 0;
}

.ArticleNavigation p
{
	margin: 0;
	font-family: Georgia;
	font-size: 1em;
	font-style: italic;
	color: #f20050;
}

.ArticleNavigation p a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
}

.ArticleNavigation p a:hover
{
	border-bottom: solid 1px #f20050;
}

.ArticleNavigation .Next
{
	float: right;
}

.Comments .Count
{
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #e0e2e1;
	font-family: Georgia;
	font-size: 1.2em;
}

.Comments .comment
{
	position: relative;
	min-height: 60px;
	padding: 25px 0 25px 80px;
	border-bottom: solid 1px #e0e2e1;
}

.Comments .comment .avatar
{
	position: absolute;
	top: 25px;
	left: 0;
}

.Comments .comment cite,
.Comments .comment .comment-meta
{
	float: left;
	margin: 0 10px 10px 0;
	font-size: 0.75em;
	font-style: normal;
}

.Comments .comment cite,
.Comments .comment .comment-meta,
.Comments .comment .comment-meta a
{
	text-decoration: none;
	color: #999;
}

.Comments .comment .comment-meta a:hover { border-bottom: solid 1px #999; }

.Comments .comment cite a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.Comments .comment cite a:hover { border-bottom: solid 1px #e0e2e1; }

.Comments .comment > em
{
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 0.7em;
	color: #e0e2e1;
}

.Comments .comment > br { display: none; }

.Comments .comment p
{
	margin: 0;
	clear: both;
}

.Comments .comment .says,
.Comments .comment .reply { display: none; }

.Comments #commentform .comment-notes
{
	display: none;
}

.Comments #respond { margin: 25px 0 0 0; }
.Comments #respond h3 { display: none; }

.Comments #commentform p
{
	margin: 0 0 4px 0;
}

.Comments #commentform p label
{
	display: inline-block;
	width: 85px;
}

.Comments #commentform .comment-form-author label,
.Comments #commentform .comment-form-email label
{
	width: 82px;
}

.Comments #commentform p .required
{
	display: none;
}

.Comments #commentform p input[type=text]
{
	width: 281px;
	height: 30px;
	padding: 2px 10px;
	background: no-repeat url(images/textbox-background.png);
	border: none;
	line-height: 30px;
	vertical-align: middle;
}

.Comments #commentform .comment-form-comment label
{
	padding: 11px 0 0 0;
}

.Comments #commentform p textarea
{
	width: 281px;
	height: 115px;
	padding: 5px 10px;
	background: no-repeat url(images/textarea-background.png);
	border: none;
	font-family: Arial;
	font-size: 1em;
	vertical-align: top;
}

.Comments #commentform .form-submit
{
	padding: 0 0 0 85px;
}

.Comments #commentform .form-submit input
{
	width: 85px;
	height: 35px;
	background: #000;
	border: none;
	color: #e0e2e1;
}

/* Side bar
*************************************************************************************************************/
.SideBar
{
	float: right;
	width: 260px;
}

.SideBar h3
{
	font-size: 1em;
}

.SideBar > h3 { font-style: italic; }

.SideBar h3 a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.SideBar h3 a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

.SideBar .Search
{
	position: relative;
	margin: 40px 0;
}

.SideBar .Search label
{
	display: none;
}

.SideBar .Search .TextBox
{
	width: 260px;
	height: 35px;
	padding: 0 12px;
	background: no-repeat url(images/search-background.png);
	border: none;
	line-height: 35px;
}

.SideBar .Search .Submit
{
	position: absolute;
	top: 4px;
	right: 5px;
}

.SideBar .Button-RSS { margin: 0 0 50px 0; }

.SideBar .Tags, 
.SideBar .Date
{
	margin: 0 0 40px 0;
}

.SideBar .Tags h3, 
.SideBar .Date h3
{
	margin: 0 0 15px 0;
}

.SideBar .Tags a, 
.SideBar .Date a
{
	text-decoration: none;
	border-bottom: solid 1px #e0e2e1;
}

.SideBar .Tags ul li, 
.SideBar .Date ul li
{
	margin: 0 0 6px 0;
}

.SideBar .Tags ul ul, 
.SideBar .Date ul ul
{
	margin: 6px 0 0 0;
	padding: 0 0 0 25px;
}

.SideBar .Tags ul ul li, 
.SideBar .Date ul ul li
{
	font-size: 1em;
}

.SideBar .Tags li
{
	color: #f20050;
}

.SideBar .Tags a
{
	border-bottom: solid 1px #f20050;
}

.SideBar .Tags a:hover
{
	border-bottom: solid 1px transparent;
}

.SideBar .Date a
{
	border-bottom: solid 1px #e0e2e1;
	color: #e0e2e1;
}

.SideBar .Date a:hover
{
	border-bottom: solid 1px transparent;
}

.SideBar .Authors,
.SideBar .Widget
{
	margin: 0 0 40px 0;
}

.SideBar .Authors li
{
	float: left;
	margin: 0 2px 2px 0;
}

/* Footer
*************************************************************************************************************/
.Footer
{
	position: relative;
	width: 820px;
	margin: 0 0 20px 0;
	padding: 15px 0 75px 0;
}

.FooterContent
{
	border: solid 1px #e0e2e1;
	border-width: 0 0 1px 0;
}

.FooterContent h3
{
	margin: 0 0 15px 0;
	font-size: 0.9em;
}

.FooterContent .Column
{
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
	padding: 40px 0;
}

.FooterContent .SectorExperience div.FooterColumn,
.FooterContent .Services div.FooterColumn
{
    float: left;
    width: 125px;
}

.FooterContent .Last
{
	margin: 0;
}

.FooterContent li
{
	margin: 0 5px 4px 0;
}

.FooterContent .SectorExperience li,
.FooterContent .Services li
{
}

.FooterContent li a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
}

.FooterContent li a:hover
{
	border-bottom: solid 1px #f20050;
}

.FooterContent .About li
{
	width: 260px;
	margin: 0 0 4px 0;
}

.Footer .Copyright
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	font-size: 0.6em;
}

.Footer .Social
{
	float: right;
	margin: 10px 0 0 0;
}

.Footer .Social li
{
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 0 0 10px;
	line-height: 20px;
}

.Footer .Social li a
{
	margin: 0 0 0 25px;
	border-bottom: solid 1px transparent;
	text-decoration: none;
	line-height: 20px;
	color: #e0e2e1;
}

.Footer .Social li a:hover
{
	border-bottom: solid 1px #e0e2e1;
	text-decoration: none;
}

.Footer .Social li .Icon
{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: no-repeat url(images/ui-sprite.png);
}

.Footer .Social .Twitter .Icon { background-position: -80px -48px; }
.Footer .Social .Facebook .Icon { background-position: -100px -28px; }
.Footer .Social .YouTube .Icon { background-position: -120px -48px; }

