/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+



COLOUR REFERENCES
BODY BG: #FFF
TOP STRIP: #000
BODY COLOUR: #666
LINKS: #000
-------------------------------------------------------- */


/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:62.5%;
	font-family:Arial, "Times New Roman", serif;
	color:#666;
	background-image:url(../images/default/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#74A8B5;
	border-top: none;
	padding:0em;
}
#wrapper{
	width:122em;
	margin:0 auto;
	margin-bottom:1em;
}
#header{
	width:100%;
	padding-top:1.5em;
	margin-bottom:0em;
	background-color:#009999;
	height:12.4em;
	padding-left:0.5em;
}
#footer{
	width:100%;
	margin-bottom:0em;
	background-color:#773C00;
	height:8em;
	padding-left:0.5em;
	
}

/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer-nav{
	word-spacing:0.2em;
}
#footer-nav a{
	color:#000;
	font-variant:small-caps;
}

/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	border-top:0.1em solid #cccccc; /* The border at the top of each grid */
	float:left;
	padding-top:1em;
	margin-bottom:2em;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
.topnavcontainer{
	width:119.5em;
	padding-top:1.5em;
	margin-bottom:0em;
	padding-left:0.5em;
	padding-top:0em;
	margin-bottom:0em;
	border-top:0em;
}
.footercontainer{
	width:100%;
	padding-top:0em;
	margin-bottom:0em;
	padding-left:0.5em;
	margin-bottom:0em;
	border-top:0em;
}
.main_content_container{
	width:119.5em;
	margin-top:1em;
	padding-top:1.5em;
	padding-left:0.5em;
	margin-bottom:0em;
	border-top:none;
	
}

/* 220px */
.topnavbox{
	width:16em;
	margin-right:1em;
	border-bottom:0.1em solid #cccccc;
	margin-bottom:0em;
	padding-top:0.2em;
	padding-bottom:0.2em;
}

/* 220px */
.topnavboxend{
	width:16.5em;
	margin-right:1em;
	border-bottom:0.1em solid #cccccc;
	margin-bottom:0em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	
}

/* 228.5px */
.contentsmall{
	width:33.5em;
	margin-right:1.5em;
	padding-top:1.5em;
	margin-bottom:0em;
}

/* 228.5px */
.contentsmall_inside{
	width:33.5em;
	margin-right:1.5em;
	padding-top:1.5em;
	margin-bottom:0em;

}

/* 58px */
.contenttv{
	width:49em;
	padding-top:1.5em;
	margin-bottom:1.5em;
}

/* 58px */
.contenttv{
	width:49em;
	padding-top:1.5em;
	margin-bottom:1.5em;
	margin-right:1.5em;
}


/* 58px */
.contentvidholder{
	width:49em;
	padding-top:0em;
	margin-top:none;
	border-top:none;
}

/* 58px */
.contentvid{
	width:38.5em;
	border:0em;
	margin-right:0em;
	padding:0em;
	margin-bottom:0em;
}

/* 58px */
.vidlinks{
	width:10.5em;
	border:0em;
	margin:0em;
	padding:0em;
	margin-bottom:0em;

}
/* 58px */
.contentflash{
	width:49em;
	border:none;
	margin-bottom:0em;
	padding:0em;
	background-color:#FF9900
}

/* 58px */
.contentmag{
	width:68.5em;
	padding-top:1.5em;
	margin-bottom:0em;
	margin-right:1.5em;

}
/* 58px */
.twitter{
	width:27.5em;
	height:39em;
	padding:0.5em;
	margin-right:1.5em;
	margin-bottom:1em;
	background-image:url(../images/default/twitter_background.png);
	background-position:top;
	background-repeat:repeat-x;
}
/* 58px */
.twitter_container{
	width:118.5em;
	padding-top:1.5em;
	margin-bottom:0.5em;
	margin-right:0em;
}
/* 58px */
.bottom{
	width:118.5em;
	padding-top:1.5em;
	margin-bottom:1.5em;
	margin-right:0em;
}
/* 58px */
.bottom_container{
	width:17.5em;
	padding-top:0em;
	margin-bottom:0.5em;
	margin-right:1.5em;
	border: 0em;
}


/* main_iframe_grids */

/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:1.5em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
h1{
    font-family:Arial, Georgia, Arial Rounded MT Bold, Arial, Serif;
	color:#666666;
	font-size:5em;
	margin-bottom:0em;
	line-height:1em;
}
h2{
    font-family:Arial, Georgia, Arial Rounded MT Bold, Arial, Serif;
	color:#cccccc;
	font-size:1.8em;
	margin-bottom:0.2em;
	line-height:0.9em;
	text-transform:uppercase;
}
h3{
    font-family:Arial, Georgia, Arial Rounded MT Bold, Arial, Serif;
	color:#ffffff;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:0.2em;
	line-height:1.2em;
}
h4{
    font-family:Arial, Georgia, Arial Rounded MT Bold, Arial, Serif;
	color:#cccccc;
	font-size:1.6em;
	margin-bottom:0.2em;
	line-height:0.9em;
	font-style:italic;
	font-weight:bold;
}

/*LINKS
-------------------------------------------------------- */
a{
	color:#006666;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color:#0099ff;
}
p a{
	color:#006666;
}
p a:hover{
	text-decoration:underline;
}
h1 a{
	color:#999999;
	font-weight:normal;
}
h1 a:hover{
	text-decoration:ff6633;
}
h2 a{
	color:#cccccc;
	font-weight:normal;
}
h2 a:hover{
	color:0099ff;
	text-decoration:underline;
}
h3 a{
	color:#999999;
	font-weight:normal;
}
h3 a:hover{
	text-decoration:ff6633;
}
li a{
	color:#006666;
}
li a:hover{
	text-decoration:underline;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-weight: bold;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
	padding:0px;
	border:0px;
	margin-bottom:0em;
	margin-right:0em;
	margin-top:0em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:0px;
	border:0px;
	margin-bottom:1em;
	margin-right:1em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:0px;
	border:0px;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}
img.home{
	font-size:1.5em;
	line-height:1.2em;
	padding:0px;
	border:0px;
	margin-bottom:0.2em;
	margin-right:0em;
	margin-top:0.3em;
	
}
img.home_vid{
	font-size:1.5em;
	line-height:1.2em;
	padding:0px;
	border:0px;
	margin-bottom:0.4em;
	margin-right:0em;
	margin-top:0.3em;
	
}
img.home_flag{
	font-size:1.5em;
	line-height:1.2em;
	padding:0px;
	border:0px;
	margin-bottom:0em;
	margin-right:0.5em;
	margin-top:0em;
}
img.home_flag_top{
	font-size:1.5em;
	line-height:1.2em;
	padding:0px;
	border:0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-right:0.5em;
	margin-top:0em;
	
}
img.home_title{
	font-size:1.5em;
	line-height:1.2em;
	padding:0px;
	border:0px;
	margin-bottom:0.5em;
	margin-right:0em;
	margin-top:0em;
	
}


/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location{
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
	list-style:circle;
	list-style-position:inside;
}
ul li{
	font-size:11px;
	line-height:1.5em;
	color:#333333;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/


/*

	"I could eat a knob at night"
		-	Karl Pilkington

*/
