/* **************************************************** 

Title: 		GetSimple CSS Document
Author: 	Chris Cagle
URL: 			http://www.cagintranet.com/ 
					http://get-simple.info/
Created: 	September 2, 2009

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

html, body {
height: 100%;
}

/** GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family: "Myriad Pro", "Trebuchet MS", helvetica, tahoma, arial, sans-serif;
	font-size: 14px;
	background: #8176B7;
	color:#9EA1A3;
	overflow: scroll;
	}
body .background {
position: fixed;
top: 0px; left: 0px;
width: 100%; height: 100%;
}

.topoffset {
float: left;
height: 50%;
margin-bottom: -400px;
}

.wrapper {
clear: both;
position: relative;
	margin-left:auto;
	margin-right:auto;
	width:1005px;
        background: #F5F6F6 url(images/headerbg.png) top left repeat-x;
z-order: 1;
	}
	
	
/* HEADER */
#header {
	position:relative;
	height:180px;
	text-align:left;
	z-index: 3000;
	}
#header .logo{
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/logoFotografky.png);
        background-repeat: no-repeat;
width: 1005px;
height: 132px;
	font-family:arial;
	font-weight:bold;
	font-size:45px;
	}
#header .logo span
{
        display: none
}

#header .tagline{
        display: none
	}

#header #submenu {
        float: right;
        list-style: none;
        color: #555;
        text-transform:lowercase;
        position: relative;
        top: 170px;
        }
        #header #submenu li { float:left;border-right:1px solid #555; }
        #header #submenu li:first-child {border-left:1px solid #555; }
	#header #submenu li a {
                padding: 0 16px;
                color: #555;
        }
	
/* BODY */

#bodycontent {
        margin-left: 20px;
	width:630px;
	float:left;
	text-align:left;
	}
#bodycontent .fullwidth {
	width:980px;
}
#bodycontent .post {padding:0 0 25px 0;}
#bodycontent .post h1 {
	//font-family:georgia;
	font-size:36px;
        font-style: italic;
        font-weight: bold;
        text-transform: lowercase;
        width:980px;
        clear: right;
	color:#839BEA;
	line-height:36px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	//border-bottom:#ccc 1px dotted;
	}
#bodycontent .post p {
	margin:0 0 18px 0;
	line-height: 20px;
	}

	#bodycontent .post ul, #bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 20px;
	}
	#bodycontent .post ul ul, #bodycontent .post ol ul, #bodycontent .post ul ol, #bodycontent .post ol ol {
		margin:0 0 0 25px;
	}
	#bodycontent .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	}
	#bodycontent .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
	}
	#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
	}
	#bodycontent .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
	}
	#bodycontent .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:17px;
	}
	#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
	}
	#bodycontent .post a:link, #bodycontent .post a:visited {
		color:#009865;
		text-decoration:underline;
		}
	#bodycontent .post a:hover {
		color:#132430;
		text-decoration:underline;
		}
	#bodycontent .post .meta {
		margin-top:20px;
		font-size:11px;line-height:18px;
		color:#555;
		border:1px dotted #ccc;
		background:#f9f9f9;
		padding:8px;
	}

#bodycontent object
{
text-align: center;
}

#bodycontent ember
{
text-align: center;
}



/* CONTACT FORM */

.contactform {margin:0 0 20px 0;}
.contactform b {display:block;}
.contactform input.text, .contactform textarea, .contactform select {width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0;}
.contactform textarea {height:150px;width:350px;}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #ccc;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}
.pot {display:none;}

.featured
{
padding:20px;
}

/* SIDEBAR */

#sidebar {
	width:320px;
margin-right: 16px;
	float:right;
	text-align:left;
	font-size:13px;
	}
	#sidebar .featured {
		margin:0 0 30px 0;
		color:#bbb;
                font-style: italic;
                font-weight: bold;
                font-size: 16px;
		line-height:22px;
                overflow: auto;
                max-height: 363px;
                border-left: solid 1px #bbb;
	}
	#sidebar .featured h2 {
		color:#333;
		font-family:georgia;
		font-size:22px;
		line-height:22px;
		border-bottom: 1px dotted #213F54;
		padding:0 0 9px 0;
		margin:0 0 20px 0;
		}
	#sidebar .featured p {
		margin:0 0 17px 0;
		}
	#sidebar a:link, #sidebar a:visited {
		color:#000;
		text-decoration:underline;
		}
	#sidebar a:hover {
		color:#009865;
		text-decoration:underline;
		}
		
	#sidebar .featured a:link, #sidebar .featured a:visited {
		color:#009865;
		text-decoration:underline;
		}
	#sidebar .featured a:hover {
		color:#000;
		text-decoration:underline;
		}
	#sidebar ul, #sidebar ol {
		margin:0 0 18px 30px;
	}



/* FOOTER */


#footer {
	text-align:left;
	line-height:18px;
	font-size:12px;
	color:#666;
	border-top:1px solid #ccc;
	padding:10px 0 20px 0;
	}
	#footer p.left-footer {text-align:left;float:left;width:450px;}
	#footer p.right-footer {text-align:right;float:right;width:450px;}
	
	#footer a:link, #footer a:visited {
		color:#666;
		text-decoration:underline;
		}
	#footer a:hover {
		color:#000;
		text-decoration:underline;
		}

/* NEWS */

#sidebar .featured .newsitem .outdated {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dotted #999;
    font-weight: bold;
}

#sidebar .featured .newsitem p {
    margin-bottom: 6px;
}

#sidebar .featured .newsitem {
    margin-top: 15px;
}
