/*  

Theme Name: FSGBlog

Description: This is the theme for the FSG blog.

Version: 1.0

Author: Igor Josipovic

*/

body
{
	margin: 0;
	font-family: Arial, Helvatica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	color: #000000;
}

/* For wrapping text around uploaded images*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Content : Wrapper = Everything on the page*/
#wrapper
{
	width: 100%;
	padding-bottom: 5px;
	background-color: #838688;
}

/* Master : all content*/
#master
{
	width: 1274px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#header-bg
{
	background-color: #262828;
	margin: 0;
	width: 100%;
}

#header
{
	background-color: #262828;
	color: #ffffff;
	width: 1274px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom:30px;
}

#branding
{
	clear: both;
}

#blog-title
{
	float: left;
}

#blog-description
{
	padding-top: 13px;
	margin-left: 20px;
}

a.emilink:link, a.emilink:visited , a.fsglink:link, a.fsglink:visited /* Header home page and fsg.com page links */
{
	text-decoration: none;
	color: #ffffff;
}

/* Navigation Bar */

.navbar
{
	/*width: 572px;*/
	margin-top:-20px;
}

.navbar ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.navbar ul li
{
	display:inline;
}

/* Content : Wrap = Container + Sidebar */
#wrap
{
	width: 1274px;
	margin-top:20px;
	margin-left:auto;
	margin-right: auto;
}

/* Container */
#container
{
	margin:0;
	width: 850px;
	float: left;
	background-color:white;
	border-style:solid;
	border-color:#838688;
	border-width:1px;
}

#featcontgallery /* Align the FCG (Featured Content Gallery) plugin */
{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 1px;
	padding-top: 20px;
}

#geotitle
{
	padding-left: 50px;
}

.post /* Style the post area */
{
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	background-color:white;
	border-style:solid;
	border-color:#dcdcdc;
	border-width:1px;
}

.entry-meta
{
	margin-top:-15px; /* Bring the post meta closer to the post title */
}

.post-header
{
	clear: both;
}

.post-author-gravatar
{
	float: left;
	padding-right: 5px;
}

/* Sidebar */
#sidebar
{
	float: left;
	margin-left: 7px;
	padding-right: 35px;
	width: 380px;
	background-color: white;
	display: inline;
}

#sidebar ul
{
	list-style-type:none; /* Take out the dots from the unordered list */
}

#sidebar ul li
{
	border-top: 1px dotted #000000;
	padding-bottom: 5px;
}

#sidebar ul li:first-child
{
	border-style: none;
}

#sidebar ul li ul li
{
	border-style: none;
}

#text-10
{
	margin-bottom: -10px;
}

.sidebar-text-form
{
	width: 260px;
	margin-bottom: 0px;
}

#top_authors-3 ul
{
	/* Align Top Authors pictures and the drop-down menu */
	list-style-type:none;
	padding-left: 0;
	/* */
}

/* Featured Analyst Plug-in content management */
/*div.analyst
{
	clear: both;
}

div.analyst-pic
{
	float: left;
}

div.analyst-cont
{
	float: left;
}

div.topauthposttitle
{
	border: 1px solid #ffffff;
	white-space: nowrap;
	width: 225px;	
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}*/

.pics-links
{
	padding-right: 10px;
}

.menu-fsg-blog-categories-container ul
{
	/* Align Categories menu */
	list-style-type:none;
	padding-left: 0;
	padding-bottom: 15px;
	/* Mand make the items bold*/
	font-weight:bold;
	/* */
}

#linkcat-2 ul
{
	/* Align Blogroll */
	list-style-type:none;
	padding-left: 0;
	/* And make the items bold*/
	font-weight:bold;
	/* */
}

/* Footer */
#footer
{
	clear: both;
	text-align: center;
}

/* Single page styling */
.page-entry-title
{
	padding-left: 50px;
	padding-right: 50px;
}

.page-entry-content
{
	padding-left: 50px;
	padding-right: 50px;
}

#comments
{
	padding-left: 50px;
	padding-right: 50px;
}

/* Single post styling */
.navigation
{
	padding-left: 50px;
	padding-right: 50px;
}

.nav-previous
{
	float: left;
}
.nav-next
{
	float: right;
}

/* Website links management */
a:link, a:visited
{
	text-decoration: none;
	color: #B22222;
}

a:hover
{
	text-decoration: none;
	color: #8B0000;
}

/* Fix images in IE */
img
{
	border:none;
}

/* Fixing fonts for the blog title/description, featured content on the home page and the title of the sidebar options */
.font-serif
{
	font-family: "Times New Roman", Times, serif;
}

.subscribe
{
	font-family: "Times New Roman", Times, serif;
}

.widgettitle
{
	font-family: "Times New Roman", Times, serif;
}