﻿/*
Theme name: SimsGalore
Theme description: A custom-built theme for exclusive licensed use on SimsGalore
Theme version: 7.0
Theme URI: http://tsgn.co.uk
Author: ConnorJack
Author URI: http://connorjack.com
Tags: blue, sims, ea

*/
body {
	background-position: right center;
	margin: 0 auto 0 auto;
	background-attachment: fixed;
	background-image: url('http://i.tsgn.co.uk/backgrounds/norm/bkg.jpg');
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 80%;
}
#header {
	background-image: url('http://i.tsgn.co.uk/header.png');
        background-position: -10px -10px;
	background-repeat: no-repeat;
	width: 1000px;
	height: 210px;
	margin: 0 auto 0 auto;
}
#menu2 {
	padding: 166px 20px 0 20px;
	color: #f0f0f0;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
#menu2 span {
	word-spacing: 0px;
}
#container {
	background-image: url('images/bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	width: 100%;
	min-height: 218px;
}
#intcontainer {
	width: 952px;
	margin: 0 auto 0 auto;
	padding: 0px 0 0 0;
}
#left {
	width: 750px;
	float: left;
}
#left .title {
	width: 750px;
	height: 55px;
	background-repeat: no-repeat;
	background-image: url('http://i.tsgn.co.uk/header.png');
        background-position: -10px -290px;
	text-shadow: 1px 1px 1px #333333;
}
#left .title div {
	padding-top: 24px;
	padding-left: 10px;
	color: #f0f0f0;
	font-size: 120%;
}
#left .title img {
	float: right;
	margin: 0 10px 0 0;
}
#left .title a {
	color: #f0f0f0;
}
#left .post {
	padding: 0 8px 0 8px;
	font-size: 90%;
}
#left .meta {
	padding: 0 10px 10px 10px;
	color: #000099;
	font-size: 90%;
}
#left .meta a {
	color: #000099;
}
#full {
	width: 965px;
	float: left;
}
#full .title {
	width: 755px;
	height: 55px;
	background-repeat: no-repeat;
	background-image: url('http://i.tsgn.co.uk/header.png');
        background-position: -10px -290px;
	text-shadow: 1px 1px 1px #333333;
}
#full .title div {
	padding-top: 24px;
	padding-left: 10px;
	color: #f0f0f0;
	font-size: 120%;
}
#full .title img {
	float: right;
	margin: 0 10px 0 0;
}
#full .title a {
	color: #f0f0f0;
}
#full .post {
	padding: 0 8px 0 8px;
	font-size: 90%;
}
#full .meta {
	padding: 0 10px 10px 10px;
	color: #000099;
	font-size: 90%;
}
#full .meta a {
	color: #000099;
}
blockquote li { margin-left: 10px; }
blockquote {
	border: 1px #aaaaaa dashed;
	background-color: #ededed;
	padding: 2px 8px;
}
img {
	border: 0px;
}
#right {
	width: 200px;
	float: right;
}
#right .title {
	width: 200px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url('http://i.tsgn.co.uk/header.png');
        background-position: -10px -240px;
	text-shadow: 1px 1px 1px #333333;
}
#right .title div {
	padding-top: 9px;
	padding-left: 10px;
	color: #f0f0f0;
	font-size: 120%;
}
#right .post {
	padding: 8px;
	font-size: 90%;
}
#right .post li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a, a:visited, a:active {
	color: #00264D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00264D;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	background-image: url('images/footer.png');
	width: 1000px;
	height: 130px;
	margin: 0 auto 0 auto;
}
#footer div {
	width: 100%;
	text-align: center;
	padding-top: 25px;
	color: #f0f0f0;
}
ul, li { margin:0; padding:0; }
ul.menu2 {list-style:none; margin:0; padding:0}

ul.menu2 * {margin:0; padding:0}

ul.menu2 a {display:block;}

ul.menu2 li {position:relative; float:left;padding-right: 40px;}

ul.menu2 ul {position:absolute; top:26px; left:0; display:none; opacity:0; list-style:none}

ul.menu2 ul li {position:relative; border-top:none; width:148px; margin:0}

ul.menu2 ul li a {display:block; padding:3px 7px 5px; background-color:#ccf}

ul.menu2 ul li a:hover {background-color:#999cff}

ul.menu2 ul ul {left:148px; top:-1px}

ul.menu2 .menulink {color: #f0f0f0; font-size: 140%; text-shadow: 1px 1px 1px #333333;}

ul.menu2 .sub {background:#e1e1e1 url(arrow.gif) 136px 8px no-repeat}

ul.menu2 .topline {border-top:1px solid #4040ff}

.centered-text {text-align:center;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignleft {
	float:left;
	padding:2px 0 0 10px;
	}
.alignright {
	float:right;
	padding:2px 10px 0 5px;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
