/*
Theme Name: FullyInteractive Default
Theme URI: http://www.fullyinteractive.co.uk
Description: FullyInteractive WordPress Theme
Version: 1.0
Author: Jake Wells
Author URI: http://www.fullyinteractive.co.uk

*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
	background: url("img/bodyBG.jpg") repeat-x top;
    background-position: 0 4px;
	color: #000000;
}

#key
{
    width: 100%;
    height: 4px;
    background-color: #a90000;
}

#leftShadow
{
    float: left;
    background: url("img/leftShadow.jpg") no-repeat;
    width: 24px;
    height: 777px;
}

#pageWrap
{
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FAFAFA;
    width: 948px;
}

#rightShadow
{
    float: right;
    background: url("img/rightShadow.jpg") no-repeat;
    width: 24px;
    height: 777px;
}

#mainContent
{
    width: 900px;
    float: left;
    background: #ffffff;
}

.clear
{
	clear: both;
}

/******default text*************/
p
{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
	color: #333333;
}
p
{
	margin-bottom: 10px;
}
a
{
	color: #a90000;
	border-bottom: 1px solid #e8c8c8;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	background-color: #a90000;
	border-bottom-color: #c47373;
}

small
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 0.8em;
	color: #999999;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
}

em
{
    font-style: italic;;
}

h1
{
	font-size: 2em;
}

h1 a, h2 a
{
	font-family: Georgia;
	color: #000000;
	border: 0;
	font-weight: normal;
	text-decoration: none;
}

h2
{
    font-family: Georgia;
color: #000000;
    text-shadow: 1px 1px 0 #eeeeee;
	font-size: 1.7em;
}

h3
{
    font-family: Georgia;
    font-size: 1.4em;
}

h4
{
    font-family: Georgia;
    font-size: 1.3em;
}

h5
{
    font-family: Georgia;
    font-size: 1.2em;
}

h6
{
    font-family: Georgia;
    font-size: 1.1em;
}

#container h2
{
    margin-bottom: 15px;
}

/**Header content**/
#header
{
	background: url("img/headerBG.jpg") repeat-x;
	height: 77px;
	width: 100%;
    border-bottom: 1px solid #000000;
}

#header #logoContainer
{
    width: 400px;
    float: left;
    margin: 7px 0 0 20px;
}

#header img#logo
{
    width: 300px;
}

#header #description
{
    color: #eeeeee;
    font-size: 0.8em;
    margin-left: 2px;
}

/***Search Bar****/
#header #searchBar
{
    width: 200px;
    float: right;
    margin: 30px 30px 0 0;
}

#header #searchBar input
{
    width: 130px;
    float: left;
    background-color: #000000;
    color: #ffffff;
    height: 20px;
}

#header #searchBar input#searchsubmit
{
    float: right;
    width: 60px;
    height: 25px;
    background-color: #a60000;
    color: #ffffff;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 10px;
    border: 1px solid #000000;
}

#header #searchBar input#searchsubmit:hover
{
    background-color: #c60000;
}

/**Navigation**/
#navBar
{
    height: 31px;
    background: url("img/navBarBG.jpg") repeat-x;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #4b4b4b;
}

#navBar ul
{
    margin: 8px 0 0 10px;
}

#navBar ul li
{
    float: left;
}

#navBar ul li a
{
    color: #ffffff;
    text-decoration: none;
    border: 0;
    border-right: 1px solid #ffffff;
    padding: 0 10px 0 10px;
}

#navBar ul li a:hover
{
    background: 0;
    text-decoration: underline;
}

/**Central Content**/

#container
{
	width: 580px;
	float: left;
	padding: 30px;
}

.mainPost
{
    margin-bottom: 40px;
    clear: both;
}

.entry
{
    margin-top: 8px;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    clear: both;
}

.entry ul
{
    margin: 8px 0 8px 15px;
}

.entry ul li
{
    margin-bottom: 2px;
    list-style: inside;
    list-style-type: disc;
}

.entry img
{
    padding: 9px;
    border: 1px solid #c6c6c6;
}

.alignright, div.alignright
{
    float:right;
    text-align: right;
margin: 10px;
}

.alignleft, div.alignleft
{
    float:left;
    text-align: left;
margin: 10px;
}

.aligncenter, div.aligncenter
{
    display: block;
    margin: auto;
text-align: center;
}

/**sidebar**/
.sidebar
{
	width: 200px;
	float: right;
	padding-top: 20px;
}
.sidebar ul
{
}
.sidebar ul li h2
{
	color: #000000;
	font-family: Georgia,Arial,'Lucida Grande',Verdana,Sans-Serif;
	font-size: 1.2em;
	margin-top: 15px;
	padding-left: 8px;
	padding-bottom: 5px;
	border-bottom: 3px solid #eeeeee;
}
.sidebar ul li ul li
{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	background-image: url("img/current-work_icon.png");
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
.sidebar ul li ul li:hover a
{
    color: #ffffff;
}
.sidebar ul li ul li:hover
{
	background-color: #940000;
	border-bottom: 1px solid #c47373;
}
.sidebar ul li ul li a
{
	border: 0;
	padding-left: 20px;
}
.sidebar ul li a
{
	border: 0;
}
.sidebar ul li ul li a:hover
{
	text-decoration: none;
	background-color: transparent;
}
.sidebar ul li ul
{
	padding-bottom: 10px;
}
/**set sidebar icons**/
/**links**/
.sidebar .linkcat li, .sidebar .linkcat li, .sidebar .blogroll li
{
	background-image: url("img/star_icon.png");
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
.sidebar .linkcat a, .sidebar .linkcat a, .sidebar .blogroll a
{
	padding-left: 20px;
}
/**categories**/
.sidebar .archives, .sidebar .cat-item, .sidebar .cat-item, .sidebar #archives ul li
{
	background-image: url("img/tag_icon.png");
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
/**meta**/
.sidebar li.metaLink
{
	background-image: url("img/login_icon.png");
	background-repeat: no-repeat;
	background-position: 7px 10px;
	color: blue;
}

/**Footer**/
#footer
{
    clear: both;
	width: 100%;
    height: 215px;
    margin-top: 30px;
	background: url("img/footerBG.jpg") repeat-x bottom;
}
#footerBar
{
    color: #cac0c0;
	font-size: 0.7em;
	margin: auto;
	text-align: center;
    height: 26px;
    background: url("img/footerBarBG.jpg") repeat-x;
    border-top: 1px solid #a90000;
    border-bottom: 1px solid #ffffff;
    padding-top: 13px;
}

#footerBarContent
{
    width: 880px;
    margin: auto;
    text-align: left;
}